/*
///// CSS Index \\\\\\
Common CSS
Slides CSS
CTA CSS
Service box CSS
Iconic button CSS
Projects CSS
Feature box CSS
Bordered image CSS
Testimonials CSS
Tile gallery CSS
Team member CSS
Custom menu widget CSS
Extra CSS
*/ 

/* Common CSS */

.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner {
    padding-top: 0px;
}
.vc_row.wpb_row {
    overflow: hidden;
}

.vc_row.overlay {
    position: relative;
    z-index: 1;
    color: #fff;
}

.vc_row.overlay:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: #23272a;
    opacity: .85;
    z-index: -1;
}

/* Slides CSS */

.grayhouse-slide-text {
    color: #fff;
}

.grayhouse-slide-text h2 {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 30px;
    color: #fff;
}

.grayhouse-slide-buttons a {
    margin-top: 20px;
}




.grayhouse-slide-buttons a {
    margin-right: 20px;
}

.grayhouse-btn.bordered-btn {
    border: 1px solid #fed40d;
    background: transparent;
    color: #fed40d;
}

.grayhouse-btn.filled-btn {
    border: 1px solid #fed40d;
}

.single-grayhouse-slide-item {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-color: #333;
    z-index: 2;
}





.slider-preloader-wrap {
    position: relative;
}

.slider-right-content {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.grayhouse-slides .owl-nav div {
    position: absolute;
    left: 30px;
    top: 55%;
    color: #fff;
    font-size: 40px;
    opacity: .5;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.grayhouse-slides .owl-nav
 div.owl-next {
    left: auto;
    right: 30px;
}

.grayhouse-slides:hover .owl-nav
 div {
    opacity: .5;
    visibility: visible;
    top: 50%;
}


.single-grayhouse-slide-item {
    display: table;
    width: 100%;
}

.grayhouse-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.grayhouse-slides .owl-dots div {
    height: 5px;
    width: 50px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.grayhouse-slides .owl-dots div.active {
    background-color: #fed40d;
}

.grayhouse-slides .owl-dots {
    position: relative;
    top: -70px;
    width: 1110px;
    margin: 0 auto -30px;
}

/* CTA CSS */


.grayhouse-cta-area {
    text-align: center;
    padding: 20px 0;
}

.grayhouse-cta-area a {
    text-decoration: underline;
}

.grayhouse-cta-area i.fa {
    border: 1px solid #ddd;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 31px;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 10px;
}

.cta-overlay.vc_column_container .vc_column-inner {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.cta-overlay.vc_column_container .vc_column-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1e2023;
    display: block;
    z-index: -1;
    opacity: .75;
}

.cta-overlay.vc_column_container .vc_column-inner {
    color: #fff;
    width: 89.5%;
}


.cta-overlay h3 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #fff;
}

.cta-overlay {
    font-size: 14px;
    text-align: center;
}

.cta-overlay .grayhouse-iconic-btn-wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.cta-overlay .grayhouse-iconic-btn-wrapper a {
    color: #fff;
}
a.grayhouse-btn.grayhouse-iconic-type-1:hover {
    color: #fff;
}

.cta-overlay.vc_column_container .vc_column-inner > .wpb_wrapper {padding: 52.5px 15px;}

.cta-overlay.vc_column_container .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-bottom: 25px;
}



.cta h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 45px;
    color: #fff;
}

.cta {
    text-align: center;
}

.cta h4 {
    color: #fed40d;
    font-size: 20px;
    font-weight: 600;
}

/* Service box CSS */

.service-box-bg {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.service-box-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    color: #282c30
}

.service-box-content {
    font-size: 14px;
    background: #fff;
    padding: 20px;
    color: #6b727c
}

.grayhouse-service-box {
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 5px;
}

.service-btn {
    font-weight: 600;
    color: #333;
}

.service-btn:hover {
    color: #fed40d
}

/* Iconic button CSS */

a.grayhouse-btn.grayhouse-iconic-type-1 {
    color: #000;
}

.grayhouse-icon-position-2 i.fa {
    padding-left: 8px;
}

.grayhouse-icon-position-1 i.fa {
    padding-right: 8px;
}


/* Projects CSS */

.projects-intro h2 {
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 15px;
}

.grayhouse-single-project {
    height: 440px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #ddd;
    z-index: 2;
    display: block;
}

.grayhouse-single-project:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -moz-linear-gradient(top, rgba(32,33,35,0) 59%, rgba(32,33,35,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(32,33,35,0) 59%,rgba(32,33,35,0.65) 100%);
background: linear-gradient(to bottom, rgba(32,33,35,0) 59%,rgba(32,33,35,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202123', endColorstr='#a6202123',GradientType=0 );
    z-index: -1;
    opacity: .5;
    transition: .2s;
}

.grayhouse-single-project-info {
    color: #fff;
    font-size: 85%;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .2s;
}

.grayhouse-single-project-info h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.grayhouse-single-project:hover:after {
    opacity: .3;
}

.grayhouse-single-project:hover .grayhouse-single-project-info {
    bottom: 20px;
}

.grayhouse-project-list .owl-nav div {
    display: inline-block;
    font-size: 25px;
    margin-right: 25px;
}

.grayhouse-project-list .owl-nav div.disabled, .grayhouse-project-list .owl-nav div.disabled:hover {
    opacity: .1;
}

.grayhouse-project-list .owl-nav div:hover {
    opacity: .7;
}

.grayhouse-project-view-list .grayhouse-single-project {
    margin-bottom: 30px;
}

.single-project .site-blog-content-area article {
    
    box-shadow: 0 0 0;
    background-color: transparent;
    padding: 0;
}

.single-project .entry-content {
    max-width: 75%;
}


.single-project-info {
    text-transform: uppercase;
    color: #9ca5b1;
    position: relative;
    padding-left: 30px;
    margin-top: 50px;
}

.single-project-info span {
    color: #282c30;
    font-size: 18px;
    text-transform: none;
}

.single-project-info i.fa {
    position: absolute;
    left: 0;
    top: 5px;
}

.project-img-carousel {
    margin-top: 100px;
}

.project-p-carousel-item {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    z-index: 2;
}

.project-p-carousel-item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #333;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.project-p-carousel-item a {
    position: absolute;
    left: 50%;
    top: 50%;
    
    font-size: 20px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.site-blog-content-area article .project-p-carousel-item a {
    color: #fff;
}

.project-p-carousel-item:hover a {
    opacity: 1;
    visibility: visible;
}

.project-p-carousel-item:hover:after {
    opacity: .2;
    visibility: visible;
}

.project-img-carousel .owl-nav div {font-size: 25px;display: inline-block;width: 40px;color: #333;text-align: center;line-height: 45px;}

.project-img-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.project-img-carousel .owl-nav div.disabled {
    opacity: .3;
}
.project-img-carousel .owl-nav div:hover {
    opacity: .8;
}

.single-project .nav-links a {
    font-size: 21px;
    font-weight: 600;
    background: none;
    padding: 0;
    position: relative;
    padding-top: 20px;
    color: #282c30;
}

.single-project .nav-links .nav-previous a:before {
    content: "Prev project";
}

.single-project .nav-links .nav-next a:before {
    content: "Next project";
    right: auto;
    left: 0;
}

.single-project .nav-links a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #9098a4;
    font-weight: 400;
}

.single-project .nav-links {
    margin-top: 100px;
}

/* Feature box CSS */

.feature-box h4 {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-box {
    margin-bottom: 50px;
}

/* Bordered image CSS */

.wpb_single_image .vc_single_image-wrapper {
    position: relative;
}

.wpb_single_image .vc_single_image-wrapper:before {
    position: absolute;
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
    border: 1px solid #fff;
    content: "";
    opacity: .4;
}



/* Testimonials CSS */

.grayhouse-testimonial-author-name {
    margin: 25px 0 0;
    color: #78848f;
}

.grayhouse-testimonial-author-name img {
    max-width: 40px;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
}

.grayhouse-single-testimonial {
    margin-bottom: 70px;
    position: relative;
    margin-top: 40px;
}

.grayhouse-single-testimonial:before {
    content: "\f10d";
    left: -20px;
    top: -33px;
    font-size: 50px;
    color: #fed40d;
    opacity: .2;
    font-family: fontawesome;
    position: absolute;
}

.grayhouse-single-testimonial:last-child {
    margin-bottom: 45px;
}

.grayhouse-single-testimonial {}

.grayhouse-see-more-testimonials a {
    color: #9ca5b2;
    font-size: 115%;
}

/* Tile gallery CSS */


.grayhouse-tile-gallery {
  margin-left: -1%;
}
.tile-gallery-block {
  margin-left: 1%;
  width: 24%;
  float: left;
  margin-bottom: 1%;
  background-size: cover;
  background-position: center;
}
.grayhouse-tile-gallery-image-3 .tile-gallery-block-1 {
  width: 40%;
}
.grayhouse-tile-gallery-image-3 .tile-gallery-block-3 {
  width: 33%;
}


.grayhouse-tile-gallery-image-5 .tile-gallery-block.tile-gallery-block-1 {
  width: 60%;
}
.grayhouse-tile-gallery-image-5 .tile-gallery-block.tile-gallery-block-2 {
  width: 38%;
}
.grayhouse-tile-gallery-image-5 .tile-gallery-block {
  width: 32.33333333%;
}


/* Team member CSS */


.grayhouse-team-member img {
    margin-bottom: 20px;
}

.grayhouse-team-member h3 {
    color: #282c30;
    font-size: 19px;
}

.grayhouse-team-member {
    font-size: 90%;
    color: #757e87;
    margin-bottom: 20px;
}

/* Custom menu widget CSS */


.wpb_content_element .widget.widget_nav_menu {
    background: transparent;
    padding: 0;
    box-shadow: 0 0 0;
}

.wpb_content_element .widget.widget_nav_menu h2 {
    font-size: 17px;
    color: #7a818c;
    background: #eceef5;
    padding: 20px;
    margin: 0;
}

.wpb_content_element .widget.widget_nav_menu
 ul {
    background: #fff;
    margin: 0;
    padding: 16px;
    list-style: none;
}

.wpb_content_element .widget.widget_nav_menu ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 10px;
}

.wpb_content_element .widget.widget_nav_menu ul li a {
    display: block;
    padding: 5px;
}

/* Extra CSS */

.service-text {
    padding-left: 40px;
}

.service-text h3 {
    font-size: 24px;
    color: #282c30;
    margin-bottom: 25px;
}

.service-text p {
    margin-bottom: 30px;
}


.contact-form input, .contact-form label, .contact-form textarea {
    width: 100%;
}

.contact-form textarea {
    max-height: 150px;
}

div.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

.footer-social {
    font-size: 125%;display: inline-block;
}

.footer-social a {
    display: inline-block;
    padding-right: 20px;
}