/*
 * Theme Name: J & E Asphalt & Civil
 * Author: FX Web Studio
 * Author URI: http://www.fxwebstudio.com.au/
 * Version: 1.0
 */
@import url(font/font.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.4;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.row {
  max-width: 1024px !important; }

/* General Styles */
html {
  margin-right: 0 !important; }

body, p {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #494747 !important;
  font-weight: 400 !important; }
body h1, body h2, body h3, body h4, body h5, body h6, p h1, p h2, p h3, p h4, p h5, p h6 {
  color: #1e1b1c !important;
  font-weight: bold;
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif; }
body h1, p h1 {
  font-size: 24px; }
body h2, p h2 {
  font-size: 22px; }
body h3, p h3 {
  font-size: 20px; }
body h4, p h4 {
  font-size: 18px; }
body h5, p h5 {
  font-size: 16px; }
body h6, p h6 {
  font-size: 14px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  max-width: 100%;
  width: 100%; }

/* CLASSES */
.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* ALIGNMENT */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.orange-btn, input[type="submit"] {
  background: #F7941E;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 20px;
  opacity: 1;
  border: 0;
  cursor: pointer;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

.orange-btn:hover, input[type="submit"]:hover {
  opacity: 0.8;
  color: #ffffff; }

/*================== Header ==============*/
header.site-header {
  background: #000000; }
header.site-header .logo {
  margin: 25px 0; }
header.site-header .nav-menu {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  text-align: center; }
header.site-header .nav-menu li {
  display: table-cell;
  position: relative; }
header.site-header .nav-menu li a {
  color: #fff;
  padding: 39px 5px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  background: transparent;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }
header.site-header .nav-menu li.current_page_item, header.site-header .nav-menu li:hover {
  background: #f7941e; }
header.site-header .nav-menu .sub-menu {
  background: #F7941E;
  visibility: hidden;
  position: absolute;
  top: 80%;
  left: 0;
  width: 215px;
  z-index: 999;
  text-align: left;
  margin-top: 0px;
  margin-top: 0px\9;
  margin-left: 0 !important;
  padding: 0 20px;
  opacity: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }
header.site-header .nav-menu .sub-menu li a {
  border-right: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
  text-align: left;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }
header.site-header .nav-menu .sub-menu li:last-child a {
  border: none !important; }
header.site-header .nav-menu .sub-menu .sub-menu {
  left: 170px;
  top: 2px !important; }
header.site-header .nav-menu .sub-menu .sub-menu:after {
  border: none;
  top: 100%;
  margin-top: 0; }
header.site-header .nav-menu .sub-menu .sub-menu .sub-menu {
  left: 170px;
  top: 0px !important; }
header.site-header .nav-menu .sub-menu li, header.site-header .nav-menu .sub-menu a {
  float: none;
  display: block; }
header.site-header .nav-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%; }
header.site-header .nav-menu li:hover .sub-menu .sub-menu {
  visibility: hidden; }
header.site-header .nav-menu li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0px; }
header.site-header .nav-menu li:hover .sub-menu li:hover .sub-menu .sub-menu {
  display: none; }
header.site-header .nav-menu li:hover .sub-menu .sub-menu li:hover .sub-menu {
  display: block; }

/*====================== Slide ================*/
#slider-container #homepage-slider {
  height: 525px;
  position: relative; }
#slider-container #homepage-slider ul li .slide-image {
  height: 525px;
  background-size: cover !important;
  background-position: center center !important; }
#slider-container #homepage-slider ul li .slide-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
#slider-container #homepage-slider ul li .caption-container {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  /*bottom: 15%;*/
  top: 35%; }
#slider-container #homepage-slider ul li .caption-container strong {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif; }
#slider-container #homepage-slider ul li .caption-container #inner-box {
  display: block;
  width: 79%; }
#slider-container #homepage-slider ul li .caption-container #inner-box p {
  color: #ffffff !important;
  font-size: 16px; }
#slider-container #homepage-slider ul li .caption-container #inner-box a {
  background: #f3c435;
  color: #2b2b2b;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block; }
#slider-container #homepage-slider .flex-control-nav {
  bottom: 15%;
  z-index: 99;
  padding: 0 20%;
  line-height: 10px;
  text-align: right; }
#slider-container #homepage-slider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: transparent;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  padding: 8px;
  font-size: 0px; }
#slider-container #homepage-slider .flex-control-paging li a.flex-active {
  border-color: #f3c435 !important;
  cursor: default; }

/*============= Intro Section ===================*/
#intro-container {
  padding: 60px 0px; }
#intro-container .large-5 h1 {
  color: #3c3c3c;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  font-weight: 900 !important;
  font-family: 'Open Sans Condensed', sans-serif; }
#intro-container #inner-content {
  color: #616161;
  font-size: 16px;
  line-height: 30px;
  border-left: 5px solid #f3c435;
  padding-left: 30px;
  margin-left: 10px; }

/*====================== Services Section ====================*/
#services-section {
  padding: 60px 0px;
  background: #f1f1f1; }
#services-section h2 {
  font-size: 30px !important;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center; }
#services-section span {
  text-align: center;
  display: block; }
#services-section #services-list {
  margin-top: 60px; }
#services-section #services-list .inner-box {
  position: relative;
  border: 1px solid #ea8c1c; }
#services-section #services-list .inner-box strong {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #2b2b2b;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif; }
#services-section #services-list .inner-box .entry-content {
  background: #ffffff;
  padding: 15px;
  border-top: 1px solid #ea8c1c;
  border-bottom: 1px solid #ea8c1c;
  min-height: 140px; }
#services-section #services-list .inner-box .entry-content span {
  text-align: left;
  line-height: 1.5; }
#services-section #services-list .inner-box .entry-content .learn-more {
  margin-top: 15px;
  text-align: center; }
#services-section #services-list .inner-box .entry-content .learn-more a {
  padding: 10px 20px;
  background: #ea8c1c;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block; }

#item-grid {
  margin-top: 60px; }
#item-grid .inner-box {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 15px; }
#item-grid .inner-box h2 {
  margin-bottom: 5px;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #2b2b2b !important;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif; }
#item-grid .inner-box .entry-content span {
  text-align: left;
  line-height: 1.5; }
#item-grid .inner-box .entry-content .learn-more {
  margin-top: 15px; }
#item-grid .inner-box .entry-content .learn-more a {
  padding: 10px 20px;
  background: #ea8c1c;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block; }

/*============= Client ==============*/
#client-section {
  padding: 30px 0; }
#client-section h2 {
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center; }
#client-section .section-content {
  text-align: center;
  display: block; }
#client-section ul {
  margin-top: 30px; }
#client-section ul li .inner-box {
  padding: 0 15px; }
#client-section ul li .inner-box img {
  max-height: 100px;
  margin: 0 auto; }

/*================ CTA ===============*/
#cta-container {
  background: #dfb020;
  padding: 10px 0px; }
#cta-container h3 {
  color: #ffffff !important;
  margin: 0px;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif; }

/*============ Footer Widgets ============*/
#footer-widget-container {
  padding: 60px 0px;
  background: #191717;
  position: relative;
  color: #d6d6d6 !important; }
#footer-widget-container p {
  font-size: 14px !important;
  color: #d6d6d6 !important;
  line-height: 2 !important; }
#footer-widget-container h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #f5f5f5 !important;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif; }
#footer-widget-container ul.menu {
  list-style-type: none;
  margin: 0; }
#footer-widget-container ul.menu li {
  margin-bottom: 4px; }
#footer-widget-container ul.menu li a {
  font-size: 14px;
  color: #d6d6d6; }
#footer-widget-container ul.menu li a:hover {
  color: #ffffff; }
#footer-widget-container #widget-three ul {
  list-style-type: none;
  margin: 0;
  font-size: 14px !important;
  color: #d6d6d6; }
#footer-widget-container #widget-three ul li {
  line-height: 25px !important; }
#footer-widget-container #widget-three ul li span {
  width: 65px;
  display: inline-block;
  float: left; }
#footer-widget-container #widget-three ul li:first-child span {
  height: 40px; }

/*==================== Footer ===============*/
footer.site-footer {
  background: #1a1718;
  padding: 10px;
  border-top: 2px solid #2b2b2b;
  overflow: hidden; }
footer.site-footer a {
  color: #d6d6d6; }
footer.site-footer a:hover {
  text-decoration: underline;
  color: #fd9f30; }
footer.site-footer #footer-text {
  color: #d6d6d6;
  font-size: 12px;
  text-align: left; }
footer.site-footer #footer-link {
  text-align: right;
  font-size: 12px; }

/*================ Page Banner =============*/
#page-banner {
  min-height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
#page-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
#page-banner .row {
  height: 100%; }
#page-banner #page-heading-container {
  height: 100%;
  width: 100%;
  display: table; }
#page-banner #page-heading-container h1 {
  bottom: 60px;
  position: absolute;
  font-size: 40px !important;
  line-height: 40px;
  color: #FFF !important;
  padding: 15px 20px;
  display: inline-block;
  margin-left: 20px; }

/*======================= Page ====================*/
.primary {
  padding: 40px; }
.primary h2 {
  color: #f7941e !important;
  font-size: 25px !important; }
.primary ul {
  list-style-image: url("images/check-icon.png");
  list-style-position: inside; }
.primary #services-section {
  padding: 0;
  background: #ffffff; }
.primary #gallery-slider {
  margin: 0px; }
.primary #capability-sidebar {
  background: #f6f6f6;
  padding: 10px 20px; }
.primary #capability-sidebar h2 {
  margin-bottom: 5px; }
.primary #capability-sidebar ul {
  list-style-type: none;
  margin: 0; }
.primary #capability-sidebar ul li {
  padding: 5px 10px;
  border-bottom: 1px dotted #ccc; }
.primary #capability-sidebar ul li:last-child {
  border-bottom: none; }
.primary #capability-sidebar ul li a {
  color: #494747; }
.primary .img-caption {
  text-align: center;
  padding: 5px;
  font-size: 20px !important;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  background: #191717; }

#page-contact #contact-sidebar {
  line-height: 30px; }
#page-contact #contact-sidebar h2 {
  font-weight: 700;
  font-size: 18px !important;
  color: #F7941E !important;
  margin: 0; }
#page-contact input {
  margin-bottom: 0; }

#page-404 {
  padding-top: 200px !important;
  padding-bottom: 100px !important; }
#page-404 #error_title {
  font-size: 18em !important;
  text-align: center;
  line-height: 1; }
#page-404 #entry-content {
  font-weight: bold;
  text-align: center;
  font-size: 20px; }

/*====================== Validation Error for Forms =========================*/
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
  margin-bottom: 0; }

body span.wpcf7-not-valid-tip {
  display: block;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 15px; }

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06; }

body div.wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px; }

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731; }

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524; }

/*====================== Console Forms =========================*/
#container-apply-form {
  background-color: #eee;
  padding: 10px; }
#container-apply-form br {
  display: none; }
#container-apply-form form {
  margin-bottom: 0; }
#container-apply-form .margin-bottom-1 {
  margin-bottom: 1em; }
#container-apply-form .margin-bottom-1 .wpcf7-submit, #container-apply-form .margin-bottom-1 .wpcf7-form-control {
  margin: 0; }
#container-apply-form .margin-bottom-1:last-child {
  margin-bottom: 0; }

.rc-anchor-light.rc-anchor-normal {
  transform: scale(0.9);
  transform-origin: 0, 0; }

.ccf-form-wrapper #ccf-form .btn-submit .ccf-form-submit {
  background: #F7941E;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 20px;
  opacity: 1;
  border: 0;
  cursor: pointer;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }
.ccf-form-wrapper #ccf-form .btn-submit .ccf-form-submit:hover {
  opacity: 0.8;
  color: #ffffff; }

/*====================== Remodal =========================*/
.position-category ul li {
  padding-left: 0; }

.remodal {
  text-align: left; }
.remodal .row {
  width: 100%; }

.remodal-button-applying-form {
  background: #F7941E !important;
  color: #fff !important;
  padding: 10px 35px;
  display: inline-block; }
.remodal-button-applying-form:hover {
  opacity: 0.9; }

.remodal-applying-form {
  background-color: #eee !important;
  padding: 35px 5px !important; }
.remodal-applying-form:hover {
  opacity: 0.9; }
