/*
Theme Name:     Canvas Child
Theme URI:      
Description:    Child theme for the Canvas theme
Author:         Jezweb
Author URI:     http://www.jezweb.com.au/
Template:       canvas
Version:        0.1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,600,700,900');

/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */
body{
	background-size: cover;
}

.section-title{
	line-height: 40px!important;
}

body.home #content{
	padding-top: 0;
}


#header-container {
    padding-bottom: 30px;
}

body.home #header-container {
    padding-bottom: 0;
}
.enquire-btn a.vc_general.vc_btn3{
	display: block;
	width: 260px;
	box-sizing: border-box;
	background: #57595d!important;
	font-size: 24px!important;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 0!important;
	color: #FFF!important;
	padding: 25px;
	border: 0!important;

}

.enquire-btn a.vc_general.vc_btn3:hover{
	background: #0f8122!important;

}

.enquire-btn{
	position: absolute;
	bottom:-60px;
	left: 30px;
}

/* Header Styles (Logo, header elements, widgets, etc.) */

#header {
    max-width: 1750px !important;
}

#header-container {
    background: url(/wp-content/uploads/2017/10/bg.jpg);
    background-size: cover;
    margin-bottom: 75px;
}




    .home #header-container {
        position: absolute;
        width: 100% !important;
        z-index: 99999;
        background: none;
    }


#logo {
    margin-bottom: -90px;
    z-index: 9999;
    position: relative;
}

/* Navigation Styles (Main Menu) */
 #wrapper #nav-container {
      float: right;
      margin: 45px 0px 0px;
      padding: 0;
      background: none;
    }


    ul.nav li{
        margin: 0 15px;
    } 
     
    .link-fb a{
        font-size: 0!important;
    }
    body #navigation ul.nav li.link-num a {
        font-size: 24px !important;
        line-height: 0 !important;
        padding-top: 16px !important;
        padding-bottom: 10px !important;
    }

    .link-fb a:before{
        content: url(images/icon-fb.png);
        display: block;
        width: 32px;
        height: 32px;
    }
    #navigation ul.nav li.parent > a:after{
      display: none;
    }

    #navigation ul.nav li.parent:hover > ul.sub-menu{
      opacity: 1;
      visibility: visible;
      margin-top: 0;
    }

    #navigation ul.nav li ul.sub-menu {
      padding: 12px 12px 20px;
      width: auto;
      min-width: 200px;
      background: #bfd72f !important;
      box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      left: 0 !important;
      margin-top: 10px;
      display: block;
      transition: all 0.4s;
    }

    #navigation ul.nav li ul.sub-menu li {
        margin: 0px !important;
    }

    #navigation ul.nav li ul.sub-menu li a {
        white-space: nowrap;
        width: 100%;
        color: #ffffff !important;
        text-decoration: none;
        font-size: inherit;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding: 12px 5px !important;
        transition: all 0.3s;
    }

    #navigation ul.nav li ul.sub-menu li:last-child a {
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    #navigation ul.nav li ul.sub-menu li a:hover {
      color: #57595d !important;
    }

    #navigation ul.nav li ul.sub-menu:before {
      content: '';
      border: 5px solid transparent;
      border-bottom: 8px solid #bfd72f;
      position: absolute;
      top: -13px;
      left: 50px;
    }

/* Banner area*/

div#n2-ss-2 .nextend-arrow{
	background: #0f8122; 
	background: -moz-linear-gradient(top, #0f8122 0%, #0f8122 0%, #69ad29 0%, #bfd72f 100%);
	background: -webkit-linear-gradient(top, #0f8122 0%,#0f8122 0%,#69ad29 0%,#bfd72f 100%); 
	background: linear-gradient(to bottom, #0f8122 0%,#0f8122 0%,#69ad29 0%,#bfd72f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8122', endColorstr='#bfd72f',GradientType=0 ); 
	height:65px;
	width:65px;
	display: block;
	text-align: center;
}

div#n2-ss-2 .nextend-arrow img {
    margin-top: 15px;
    width: 55% !important;
}


/* Content Area (General styles) */
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

#content .flexslider {
background: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}



.section-banner-container > .vc_column-inner {
	-webkit-box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
	box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
}


.section-wrap {
    margin: 0 auto !important;
    max-width: 1750px;
    left: auto !important;
    right: auto !important;
    width: auto !important;
}

/* Single Post and Blog Page styles */
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility {
	display: none;
}




/* Archive and Category Page styles */





/* Sidebar elements (left or right sidebars, widgets) */





/* Footer elements styles */

#footer-widgets .footer-widget-1 {
    background: #0f8122;
    background: -moz-linear-gradient(top, #0f8122 0%, #0f8122 0%, #69ad29 0%, #bfd72f 100%);
    background: -webkit-linear-gradient(top, #0f8122 0%,#0f8122 0%,#69ad29 0%,#bfd72f 100%);
    background: linear-gradient(to bottom, #0f8122 0%,#0f8122 0%,#69ad29 0%,#bfd72f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8122', endColorstr='#bfd72f',GradientType=0 );
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

#footer-widgets .footer-widget-1 p {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 18px;
}

#footer-widgets .footer-widget-1 h5 {
    text-transform: uppercase;
    color: #ffffff;
}

#footer-widgets .footer-widget-1 a {
    color: #ffffff;
    font-weight: 600;
}

#footer {
    max-width: 1750px !important;
    padding-top: 40px;
}

#footer .col-left {
    margin-bottom: 0px !important;
}

#footer p {
    font-weight: 600 !important;
}

/* Slider and Gallery styles (not necessary if gallery page is part of the sitemap, hence refer to page specific styles section) */


/* Gravity Form Styles */

::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
:-ms-input-placeholder {  
   color: #ffffff;
}

.gform_wrapper {
    position: relative;
}

form.hide-field .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password],
.gform_wrapper textarea {
    font-size: 14px !important;
    width: 100% !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: solid 2px #414141 !important;
    background: none !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    color: #ffffff;
}

.gform_wrapper textarea {
    height: 110px !important;
}

.gform_wrapper .gform_footer {
    margin-top: 15px !important;
    padding-top: 0px !important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 24px !important;
    border-radius: 0px !important;
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding: 30px 10px !important;
    min-width: 264px !important;
    font-family: 'Montserrat', arial, sans-serif;
    -webkit-transition: 0.5s ease !important;
    transition: 0.5s ease !important;
    border-bottom: solid 8px #57595d !important;
    padding-top: 30px !important;
    padding-bottom: 22px !important;
}

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover {
    border-bottom: solid 8px #272628 !important;
}


/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

.content-blog-page h1, .entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	line-height: 1em;
}

.content-blog-page h1, .entry h1,
.entry h2,
.entry h3 {
	font-weight: 900 !important;
}

.content-blog-page h1, .entry h1,
.entry h2,
.entry h3,
.entry h4 {
	text-transform: uppercase;
}

.entry h1,
.single h1 {
    background: -webkit-linear-gradient(#72b129, #bfd72f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.entry h2,
.single h2 {
    background: -webkit-linear-gradient(#72b129, #bfd72f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.entry h3,
.single h3 {
    background: -webkit-linear-gradient(#72b129, #bfd72f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home .entry h1 {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}

.home .entry h2 {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}

.home .entry h3 {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}

.service-item h3 {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;    
}

.grey-large-btn a {
    font-size: 24px !important;
    border-radius: 0px !important;
    border: none !important;
    background: #57595d !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding: 30px 10px !important;
    min-width: 264px !important;
    font-family: 'Montserrat', arial, sans-serif;
    -webkit-transition: 0.5s ease !important;
    transition: 0.5s ease !important;
    border-bottom: solid 8px #57595d !important;
    padding-top: 30px !important;
    padding-bottom: 22px !important;
}

.grey-large-btn a:hover {
    border-bottom: solid 8px #272628 !important;
}

.grey-medium-btn a {
    background: #57595d !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    border: none !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-family: 'Montserrat', arial, sans-serif;
    min-width: 160px;
    padding: 18px 10px !important;
    -webkit-transition: 0.5s ease !important;
    transition: 0.5s ease !important;
    border-bottom: solid 4px #57595d !important;
    padding-top: 18px !important;
    padding-bottom: 14px !important;
}

.grey-medium-btn a:hover {
    border-bottom: solid 4px #272628 !important;
}
/*
.project-grid .project-item:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
*/
.project-grid .project-item:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

.project-grid h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600 !important;
}

#page-title {
    margin-bottom: 30px;
}

#page-title h1 {
    margin-bottom: 5px;
    margin-top: 23px;
}

#page-title p {
	font-size: 24px;
}

.wpb_text_column ul {
	padding-left: 0px;
	list-style-type: none;
}

.wpb_text_column ul li {
    margin-bottom: 10px;
    margin-left: 23px;
}

.wpb_text_column ul li:before {
    content: "";
    background: url(/wp-content/uploads/2017/10/list1.png);
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 3px;
    margin-left: -22px;
}

/* Homepage styles */

#fp-nav.right {
    right: 5px !important;
}

body.home {
	background: url(/wp-content/uploads/2017/10/bg.jpg);
}

.home #content {
    max-width: 1750px !important;
}

.home .section .section-wrap {
    overflow: visible !important;
    width: auto !important;
}

@media screen and (min-width: 768px) {

    .section-left-container {
        width: 27%;
    }

    .section-left-container .wpb_text_column {
        max-width: 380px;
    }

    .section-right-container {
        width: 73%;
    }

}

.section-left-container > .vc_column-inner {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f8122+0,0f8122+0,69ad29+0,bfd72f+100 */
background: #0f8122; /* Old browsers */
background: -moz-linear-gradient(top, #0f8122 0%, #0f8122 0%, #69ad29 0%, #bfd72f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0f8122 0%,#0f8122 0%,#69ad29 0%,#bfd72f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0f8122 0%,#0f8122 0%,#69ad29 0%,#bfd72f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8122', endColorstr='#bfd72f',GradientType=0 ); /* IE6-9 */
padding: 40px 30px!important;
min-height: 318px;
box-sizing: border-box;
position: relative;
}

#section1 .section-right-container {
    width: 73%;
    -webkit-box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
    box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
}

.home .section-left-container h1 {
color: #ffffff;
}


.home .section-left-container h2 {
font-size: 38px;
color: #ffffff;
}

.home .section-left-container p {
	color: #ffffff;
}

.section-left-container .grey-large-btn {
    position: absolute;
    margin-top: 15px;
}

.section-left-container .grey-large-btn a {

}

.section-right-container .service-item .vc_column-inner {
    background: #000000;
    -webkit-box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
    box-shadow: -1px 2px 6px 1px rgba(0,0,0,0.65);
}

.section-right-container .service-item h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.section-right-container .service-item p {
	color: #ffffff;
}

.section-right-container .service-item .grey-medium-btn {
    position: relative;
}

.section-right-container .service-item .grey-medium-btn a {
    position: absolute;
    left: 48px;
}

.service-item .s-content {
    padding: 10px 48px;
    min-height: 142px;
}

.contact-wrapper {

}

.contact-wrapper .contact-info .vc_column-inner {
    background: #1f1f1f;
    padding: 50px;
    min-height: 571px;
}

.contact-wrapper .contact-form .vc_column-inner {
    background: #1f1f1f;
    padding: 50px 85px;
    min-height: 571px;
}

.contact-info h5 {
    color: #ffffff;
    font-weight: 600 !important;
}

.contact-info p {
    color: #ffffff !important;
    font-weight: 100 !important;
}

.contact-info p strong {
	text-transform: uppercase;
	color: #bfd72f;
	font-weight: 600 !important;
}

.contact-form h5 {
    color: #ffffff;
    font-weight: 600 !important;
}

.contact-form .gform_wrapper .gform_footer input.button, .contact-form .gform_wrapper .gform_footer input[type=submit] {
    position: absolute;
    right: 0px;
}

.contact-info a {
	color: #ffffff !important;
}

/* About Page styles */



/* Service Page styles */

.services-wrapper .service-item .wpb_single_image {
	margin-bottom: 0px;
}

.services-wrapper .service-item .s-content {
    background: #000000;
   /* padding: 40px 30px;*/
   /* min-height: 186px; */
    margin-bottom: 0px;
  /*  max-width: 380px;*/
}

.services-wrapper .service-item .s-content p {
	color: #ffffff;
}

.services-wrapper .service-item .s-content h3 {
	color: #ffffff;
	font-size: 36px;
}

.services-wrapper .service-item .grey-medium-btn {
   /* margin-top: -27px;
    margin-left: 30px;*/
}

/* Gallery Page styles */



/* Contact Page styles */

#contact-wrapper .contact-info {

}

#contact-wrapper .contact-info .vc_column-inner {
    padding: 40px;
	background: #1f1f1f;
}

#contact-wrapper .contact-form {

}

#contact-wrapper .contact-form .vc_column-inner {
    padding: 40px 85px;
    background: #1f1f1f;
}

#contact-wrapper .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

#contact-wrapper .gform_wrapper {
    position: relative;
}

#contact-wrapper .gform_wrapper .gform_footer input.button, 
#contact-wrapper .gform_wrapper .gform_footer input[type=submit] {
    margin-right: 0px !important;
}

body.page-id-18 #footer-widgets-container {
	display: none;
}

/* START BLOG STYLES */

.thumb-image-overlay {
    position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.image-overlay-circle {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  padding: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
}

.image-overlay-plus{
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.thumb-image-overlay:hover .image-overlay {
    opacity: 1;
    visibility: visible;
    background-color: #72b129cc;
}

/* Single Post and Blog Page styles */
.blogposts-content .image-overlay-circle {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments {
  display: none;
}
.single h1.entry-title {
  margin-bottom: 15px;
}
.single-post .header-banner h2 {
  font-size: 20px;
  padding: 30px;
}
.single-post .blogpost-item {
  padding: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.single-post .blogpost-item img{
  width: 100%;
}
.single-post .blogpost-item-content {
  padding: 10px 0 0;
}
.single-post .blogpost-item-meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single-post .entry p {
  line-height: 1.8;
}
.widget h3 {
    background: -webkit-linear-gradient(#72b129, #bfd72f);
    -webkit-text-fill-color: transparent !important;
-webkit-background-clip: text;
}
.content-blog-page h1 {
    background: -webkit-linear-gradient(#72b129, #bfd72f);
    -webkit-text-fill-color: transparent !important;
-webkit-background-clip: text;
    margin-bottom: 20px;
}
#custom-blog-sidebar .widget ul li, #custom-blog-sidebar .widget a {
    color: #2e3136 !important;
}
#custom-blog-sidebar .widget a:hover {
    color: #bfd72f !important;
}
#custom-blog-sidebar .gform_body {
    background-color: #303338 !important;
}
/* Blog posts styles */
.blogpost-item {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  box-shadow: 0 0px 5px rgba(0,0,0,.1);
  margin-bottom: 25px;
}
#custom-blog-sidebar .gform_wrapper .gform_footer input.button, #custom-blog-sidebar .gform_wrapper .gform_footer input[type=submit], #custom-blog-sidebar .gform_wrapper .gform_page_footer input.button, #custom-blog-sidebar .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 100%;
}
#custom-blog-sidebar .widget ul {
    padding-top: 1px;
}
@media only screen and (min-width: 768px) {

.blogposts-content section#main {
  float: left;
  width: 74%;
}
.blogposts-content #custom-blog-sidebar {
  float: right;
  width: 25%;
}

}

@media only screen and (max-width: 767px) {

.blogposts-content section#main {
  float: none;
  width: 100%;
}
.blogposts-content #custom-blog-sidebar {
  float: none;
  width: 100%;
}

}

.blogpost-item img {
  margin: 0 auto;
  display: block;
}
.blogpost-item-content {
  padding: 15px;
}
h3.blogpost-item-title {
  line-height: 1.3;
  margin-bottom: 5px;
}
h3.blogpost-item-title a{
  color: #000000;
}
.blogpost-item-meta {
  margin-bottom: 10px;
}
.blogpost-item-meta span {
  font-size: 11px;
  line-height: 1;
  color: #999999;
  border-right: 1px solid #999999;
  padding-right: 8px;
  margin-right: 5px;
}
.blogpost-item-meta span:last-child{
  border: 0;
}
.blogpost-item-meta span a{
  color: #999999;
}
h3.blogpost-item-title a:hover, .blogpost-item-meta span a:hover{
  color: #3DA242;
}
.entry .blogpost-item-content p {
  margin-bottom: 5px;
  line-height: 1.8;
}
.entry .blogpost-item-content a{
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  border-radius: 0;
}
#custom-blog-sidebar form.searchform input.field {
  outline: 0;
  margin: 0;
  text-align: left;
  max-width: 100%;
  padding: 0 35px 0 10px;
  height: 40px;
  width: 100%;
  background-color: #f1f1f1;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform input.field:focus, #custom-blog-sidebar form.searchform input.field:hover{
  background-color: #FFFFFF;
}
#custom-blog-sidebar form.searchform button.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 35px;
}
form.searchform .fa-search:before{
  font-size: 16px;
  line-height: 1;
}
#custom-blog-sidebar .widget h3 {
  margin: 0 0 15px;
  padding: 0 0 5px;
}
#custom-blog-sidebar .widget ul {
  padding-left: 15px;
}
#custom-blog-sidebar .widget ul li {
  list-style-type: square;
  color: #721A2D;
  margin-bottom: 2px;
  list-style-position: outside;
}
#custom-blog-sidebar .widget a {
  color: #721A2D;
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar .widget a:hover{
  color: #3DA242;
}

/* END BLOG STYLES */

/* Project CPT Styles */

.single header h1.title {
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* Payment Page Styles */

#payment-wrapper .gform_wrapper {

}
#payment-wrapper ::-webkit-input-placeholder {
   color: #57595d;
}
#payment-wrapper :-moz-placeholder { /* Firefox 18- */
   color: #57595d;  
}
#payment-wrapper ::-moz-placeholder {  /* Firefox 19+ */
   color: #57595d;  
}
#payment-wrapper :-ms-input-placeholder {  
   color: #57595d;
}
#payment-wrapper .gform_wrapper input[type=text], #payment-wrapper .gform_wrapper input[type=url], #payment-wrapper .gform_wrapper input[type=email], #payment-wrapper .gform_wrapper input[type=tel], #payment-wrapper .gform_wrapper input[type=number], #payment-wrapper .gform_wrapper input[type=password], #payment-wrapper .gform_wrapper textarea, #payment-wrapper .gform_wrapper select {
    background: #dcdcdc !important;
    border: none !important;
    padding: 20px 25px !important;
    font-size: 16px !important;
    letter-spacing: -1px !important;
    color: #57595d;
    margin-top: 0px !important;
}
#payment-wrapper .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Responsive styles goes here */


@media screen and (max-width: 1600px) {
    h1{
        font-size: 32px!important;
    }
    h2{
        font-size: 28px!important;
    }
    h3{
        font-size: 24px!important;
    }
    h4{
        font-size: 22px!important;
    }
    h5{
        font-size: 18px!important;
    }
    h6{
        font-size: 16px!important;
    }

    #logo{
        width: 200px;
    }

    .contact-wrapper .contact-info .vc_column-inner, .contact-wrapper .contact-form .vc_column-inner{
        padding: 30px;
    }

    #n2-ss-2-arrow-next{
        bottom: 34%!important;
    }

    .gform_wrapper .gform_footer{
        margin-top: 50px!important;
    }

}

@media screen and (max-width: 1400px) {

    .home .section-left-container h1 {
        font-size: 26px;
    }

    .home .section-left-container h2 {
        font-size: 26px;
    }

    .service-item h2 {
        font-size: 28px;
    }

    .service-item .s-content {
        padding: 10px 25px!important;
    }

    .entry p {
        font-size: 16px !important;
    }
    h1{
        font-size: 28px!important;
    }
    h2{
        font-size: 24px!important;
    }
    h3{
        font-size: 22px!important;
    }
    h4{
        font-size: 20px!important;
    }
    h5{
        font-size: 18px!important;
    }
    h6{
        font-size: 16px!important;
    }

}

@media screen and (max-width: 1350px) {
    #n2-ss-2-arrow-next{
        bottom: 30%!important;
    }

    .grey-large-btn a{
        min-width: auto!important;
        padding: 20px 20px 15px!important;
        font-size: 16px!important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 981px){
  h1{
        font-size: 22px!important;
    }
    h2{
        font-size: 20px!important;
    }
    h3{
        font-size: 18px!important;
    }
    h4{
        font-size: 16px!important;
    }
    h5{
        font-size: 14px!important;
    }
    h6{
        font-size: 14px!important;
    }

    p{
        font-size: 14px!important;
        line-height: 1.2em!important;
    }


}
@media screen and (max-width: 1100px) {
  

    .contact-wrapper .contact-info .vc_column-inner{
        padding:30px;
    }

    .contact-wrapper .contact-form .vc_column-inner{
        padding: 30px;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]{
        padding-top: 15px!important;
        padding-bottom: 5px!important;
    }
    .nextend-arrow-previous {
    display: none !important;
    }

    .nextend-arrow-next {
    display: none !important;
    }

    #contact-wrapper .contact-form .vc_column-inner {
        padding: 25px !important;
    }

    .home .section-left-container h1 {
        font-size: 24px;
    }

    .home .section-left-container h2 {
        font-size: 24px;
    }

    .service-item h2 {
        font-size: 22px;
    }

    .service-item .s-content {
        padding: 10px 20px!important;
        box-sizing: border-box;
    }

    .entry p {
    	font-size: 14px !important;
    }

    ul.nav li{
        margin: 0 5px!important;
    }



}
@media screen and (max-width: 980px) {
    .home #header-container{
        position: relative;
    }

    .section{
        margin: 40px 0;
    }
    .section-left-container, .section-right-container{
        width: 100%!important;
    }
    body.full-width #header, #nav-container{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .section-left-container .wpb_text_column{
        max-width: 100%;
        margin-bottom: 0!important;
    }

        .section-left-container .grey-large-btn{
            position: relative;
            margin-bottom: 0!important;
        }

        .section-right-container .service-item .grey-medium-btn a{
            position: relative;
        }
        .service-item .s-content{
            min-height: auto;
        }

       #footer{
        text-align: center;
       }
       #footer-widgets{
        padding: 0;
       }

       .vc_row.vc_column-gap-25{
            margin-left: 0!important;
            margin-right: 0!important;
       }
}


@media screen and (max-width: 900px) {
    body #navigation ul.nav li.link-num a{
        font-size: 16px!important;
    }
}

@media screen and (max-width: 860px) {
   #logo{
    width: 160px;
    margin-bottom: 0!important;
    margin: 30px auto 0;
   }

    ul.nav li{
        margin: 0px!important;
    }
#header-container{
     margin-bottom: 0!important;
}


}

@media screen and (max-width: 767px) {
   body.home.full-width #content, body.home.full-width #footer-widgets, body.home.full-width #footer{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .service-item.wpb_column.vc_column_container.vc_col-sm-4{
        max-width: 400px;
        margin: auto;
    }
    #wrapper #nav-container{
        margin: 0;
    }

    #header #left-menu, #header #right-menu, #header .header-widget {
        display: none;
    }
    #wrapper .nav-toggle {
        position: absolute;
    top: 25px;
    right: 15px;
    width: 30px;
    height: 10px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    z-index: 999;
    background: transparent url(/wp-content/uploads/2017/10/menu-icon.png) center no-repeat;
    background-size: cover;
    }
  body.show-nav #inner-wrapper {
    left: 0;
  }
html body #wrapper #inner-wrapper #navigation {
    width: 100%;
    left: -22px;
    top: 81px;
    padding: 0;
    z-index: 99999;
    background: #96c93d;
    min-height: auto;
    display: block !important;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
}
  html body.show-nav #wrapper #inner-wrapper #navigation {
    left: 100%;
  }
  #wrapper .nav-toggle:before, #wrapper .nav-toggle a, #navigation h3, #wrapper #navigation .nav-home, #wrapper #navigation .nav-close{
        display: none;
    }
    #wrapper #navigation ul.nav {
        margin: 0;
    }
#wrapper #navigation ul.nav li.current-menu-item > a, #wrapper #navigation ul.nav li > a:hover {
    background: #56595e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #56595e;
    border-top: 1px solid #56595e;
}
  #wrapper #navigation ul.nav li {
    padding: 0;
    display: block;
    background: none !important;
  }
#wrapper #navigation ul.nav li a {
    font-size: 16px;
    padding: 15px 23px !important;
    margin: 0;
    color: #ffffff !important;
    text-decoration: none;
    border-right: 0 !important;
    border-top: 1px solid #a3da43;
    border-bottom: 1px solid #96c93d;
    background: none !important;
    position: relative;
}
    #wrapper #navigation ul.nav li a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 22px;
    top: 14px;
    font-size: 18px;
    }
  #navigation ul.nav li ul.sub-menu {
    visibility: visible;
    left: auto;
    position: relative;
    padding: 0;
    margin: 0;
    background: none !important;
    width: auto;
    opacity: 1!important;
    overflow: hidden;
  }
  #navigation ul.nav li ul.sub-menu li {
    border: 0 !important;
  }
  #wrapper #navigation ul.nav li ul li a {
    padding-left: 36px !important;
    white-space: normal;
  }
  li.link-fb, li.nav-instagram {
        display: inline-block !important;
    }
    #wrapper #navigation ul.nav li.link-fb {
      margin-left: 18px;
      width: 100%;
      text-align: center;
    }
    #wrapper #navigation ul.nav li.link-fb a:hover, #wrapper #navigation ul.nav li.nav-instagram a:hover {
    background: none !important;
    border: none !important;
    }
    #wrapper #navigation ul.nav li.link-fb:hover, #wrapper #navigation ul.nav li.nav-instagram:hover {
    background: none !important;
    border: none !important;
    }
    #wrapper #navigation ul.nav li.link-fb a, #wrapper #navigation ul.nav li.nav-instagram a {
    font-size: 0px !important;
    line-height: 0px !important;
    padding: 10px 5px !important;
    background: none !important;
    border: none !important;
    }
#wrapper #navigation ul.nav li.link-fb a:before {
    content: "\f082" !important;
    font-family: FontAwesome !important;
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 32px;
    position: relative !important;
    top: 0px !important;
    left: 0px;
}
    #wrapper #navigation ul.nav li.nav-instagram a:before {
    content: "\f16d" !important;
    font-family: FontAwesome !important;
    color: #008783 !important;
    font-size: 24px !important;
    line-height: 32px;
    position: relative !important;
    top: 0px !important;
    left: 0px;
    }
    #wrapper #navigation ul.nav li.link-num {
        text-align: center!important;
    }

    #wrapper #navigation ul.nav li.link-num a{
        border-top: 0!important;
    }
    #wrapper #navigation ul.nav li.link-num a:before{
         content: ' '!important;
    }
    #wrapper #navigation ul.nav li.link-fb a:before, #wrapper #navigation ul.nav li.nav-instagram a:before {
    margin: auto;
    text-align: center!important;

    }
    #wrapper #navigation ul.nav li.link-fb a, #wrapper #navigation ul.nav li.nav-instagram a {
    text-align: center!important;
    margin:auto;

    }


       .service-item > .wpb_wrapper{
            padding: 30px!important;
       }

       .section-right-container .service-item .grey-medium-btn a {

    left: 0;
}

.vc_row.vc_column-gap-5{
    margin-left: 0!important;
    margin-right: 0!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]{
    min-width: auto!important;
    font-size: 16px!important;
}
}
@media only screen and (min-width: 768px){
#main-sidebar-container #main {
    position: relative;
    /*width: 70%;*/
}
div#custom-blog-sidebar {
    float: right;
    width: 25%;
}
}
body.project-template-default #main-sidebar-container #main {
    width: 100%;
}
body.project-template-default .blogposts-content #custom-blog-sidebar {
    display: none;
}
