/*
Theme Name: Banicki
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/



@import url("../unicon/style.css");


/*
COLORS

Gold #cd9f21
Blue #4368b2
light blue #4368b2 changed from #7692ca
lightest blue #91a8d6



*/


/*
########################################
######################################## GLOBAL STYLES
########################################
*/

body .wpb_row, body .wpb_content_element, body ul.wpb_thumbnails-fluid > li, body .last_toggle_el_margin, body .wpb_button {
    margin-bottom: 0px;
}

body header#header.header {
    box-shadow: none;
}

body .header-v4 .navigation-wrap{
	border-top: none;
}

body .header #navigation > ul > li > a {
    text-transform: uppercase;
}

body div#logo img {
    width: 190px;
}

body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
body .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0px;
}


body h1 {
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}


body .header .navigation-wrap.stuck #navigation > ul > li > a {
    margin-bottom: 5px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    margin-bottom: 5px;
}

body h2, body h4, body h6 {
	color: #4368b2;
}

body h4, body h3{
	text-transform: uppercase;
}

body.home h2 {
	font-size: 30px;
	margin-bottom: 5px;
}

body h2 {
	font-size: 45px;
    margin-bottom: 20px;
}

body .color-dark h2 {
    color: #4368b2;
    margin-bottom: 20px!important;
}

body .vc_section {margin-left:0px; margin-right:0px;}


/* space between list items */
ul li {
    margin-bottom: 15px;
}


/* Interior Titlebars */
body #fullimagecenter h1, body #transparentimage h1, body #fullimagecenter .title-h1, body #transparentimage .title-h1 {
    font: 500 60px Barlow Condensed, Arial, Helvetica, sans-serif;
}

body #transparentimage h1, body #transparentimage .title-h1 {
    padding: 140px 0!important;
}


.return_to_cpt_list {
    float: right;
    position: absolute;
    bottom: -30px;
    right: 10px;
    z-index: 99999;
}
.return_to_cpt_list a {
	font-size: 17px;
    color: #ce9e2c;
    display: block;
}




/* GOLD OUTLINED BUTTON */
a.button.color-8.medium.gold {
    margin-top: 30px!important;
    border-color: #cd9f21;
    color: #cd9f21;
    width: 316px!important;
    padding: 20px;
    text-transform: uppercase;
}

a.button.color-8.medium.gold:hover {
border-color: #242424;
    background: transparent;
    color:#242424!important;
}

/*
########################################
######################################## NAV & TOPBAR STYLES
########################################
*/
body #topbar{
	z-index: 8000;
}

body #topbar .container .sixteen.columns,
body #topbar .container {
	width: 100%;
	margin: 0px;
}

body #topbar .topbar-col1 {
	display: none;
}

body #topbar .topbar-col2 {
	padding: 0 20px 0 0;
}


body #topbar .topbar-col2 a {
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
    font-size: 15px;
}

body #header.header-transparent.header-v1{
	background: #fff9!important;
    background-position: top center !important;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07) !important;
    background-color: rgba(255,255,255,1) !important;
}

body #header.header-transparent.darkheader.header-v1 {
    background: #ffffff73!important;
    background-color: rgba(255,255,255,0.5) !important;
    background-position: top center !important;
    box-shadow: 2px 1px 10px 10px rgba(0,0,0,0.04) !important;
}

#header.header-transparent.darkheader.header-v1 #navigation > ul > li:hover > a, #header.header-transparent.darkheader.header-v1 #navigation > ul > li > a:hover, header.header-transparent.header-v1 #navigation > ul > li > a:hover  {
    color: #c18e13!important;
}


#navigation .sub-menu li a:hover {
	    color: #000000!important;
}


/* body #header.header-transparent.darkheader.header-v1 {
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.39) 60%)!important;
   background-position: top center !important;
    box-shadow: none!important;
} */

body #topbar a.subContractor:before {
    content: '\f023';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-right: 8px;
}

body.header-is-transparent .sticky-wrapper {
    position: relative;
}

body #header {
    -webkit-transition: background 0.8s;
    -moz-transition: background 0.8s;
    -ms-transition: background 0.8s;
    -o-transition: background 0.8s;
    transition: background 0.8s;
}


body #transparentimage h1, body #transparentimage .title-h1 {
    padding: 10px 0 70px 0;
}


/* Darker Top Nav Links */
#header.header-transparent.darkheader.header-v1 #navigation > ul > li > a, #header.header-transparent.header-v1 #navigation > ul > li > a {
    color: rgb(34, 31, 31);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

/* #header.header-transparent.darkheader.header-v1 #navigation > ul > li > a:after {
	  background: none repeat scroll 0 0 transparent;
	  top: 60px!important; 
	  content: ""!important;
	  display: block!important;
	  height: 2px!important;
	  left: 50%!important;
	  position: absolute!important;
	  background: rgba(0, 0, 0, 0.69)!important;
	  transition: width 0.3s ease 0s, left 0.3s ease 0s!important;
	  width: 0!important;

} */

/* #header.header-transparent.darkheader.header-v1 #navigation > ul > li > a:hover:after {
  width: 100%!important; 
  left: 0!important; 
} */

.header-v1 #navigation > ul > li > a {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.header-v1 #navigation > ul > li {
 margin-left: 15px;
    margin-right: 15px;
}

/*
body #navigation .sub-menu {
    background: #000000;
}
*/

body #navigation .sub-menu li a {
    font: 400 18px Barlow Semi Condensed, Arial, Helvetica, sans-serif;
    color: #ffffff!important;
}

body #navigation .sub-menu li a:hover , body #navigation .sub-menu li a:active{
    color: #d8b217!important;
}

body .header-v1 #navigation .sub-menu {
/*     top: 72px; */
}



/*
######################################## MOBILE HEADER STYLES
*/

#mobile-header {
 height: 85px!important;
 background: #ffffff52!important;
}

#mobile-navigation-btn, #mobile-cart-btn, #mobile-shopping-btn {
    color: #ce9e2c!important;
    line-height: 85px!important;
}

.header-is-transparent #mobile-navigation {
    top: 85px!important;
}

#mobile-nav ul li {
    margin-bottom: 1px;
}

/*
########################################
######################################## HERO SECTION STYLES
########################################
*/

section#sectionHero {
    background-position: center center!important;
    /* background-size: 110%!important; */
    height: 460px;
    padding-top: 200px;
}

#sectionHero h1 {
    color: #ffffff;
}

@media (min-width: 960px) and (max-width: 1200px) {
	#sectionHero h3 {
	    font-size: 22px;
	}
}

/*
########################################
######################################## PROMO SECTION STYLES
########################################
*/

body .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    color: #ffffff;
    background: rgba(204, 161, 9, .94);
    padding: 5px;
    font-size: 24px;
}


body .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #4368b2;
    margin-bottom: 3px;
    padding-bottom: 6px;
}


body .vc-hoverbox-block-inner.vc-hoverbox-back-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/*
########################################
######################################## EVENTS SECTION STYLES
########################################
*/

#sectionFeatured h4{
	color: #668ad2!important;
	text-transform: uppercase;
}



/*
########################################
######################################## TESTIMONIALS SECTION STYLES
########################################
*/


/*
########################################
######################################## PROJECT STYLES
########################################
*/  
.projects_detail_wrapper .bottom_content_wrapper .wpb_row{
	margin-left: 0;
    margin-right: 0;
}
.projects_detail_wrapper .owl-nav{
    display: none;
}

.projects_detail_wrapper .owl-dots{
    text-align: center;
    margin-top: -10px;
    margin-bottom: 40px;
}
.projects_detail_wrapper .owl-dots button{
    background: transparent;
    padding: 7px;
    border-radius: 50%;
}
.projects_detail_wrapper .owl-dots .owl-dot.active{
    background: #000;
}
.vc_responsive .wpb_row .projects_featured_list_wrapper .vc_col-sm-4{
    padding-left: 0;
}
.vc_responsive .wpb_row .projects_featured_list_wrapper .vc_col-sm-6{
    padding-right: 0;
}
.projects_featured_list_wrapper{
    border-top: solid #4368b2 1px;
    overflow: auto;
    clear: both;
    padding: 40px 0;
}
.projects_featured_list_wrapper:last-child{
    border-bottom: solid #4368b2 1px;
}

    /*
########################################
######################################## ABOUT PAGE STYLES
########################################
*/

.vc_custom_1578437907834 {
    background-position-x: -120px!important;
}

.leadership-row img,
.mission-row img,
.vision-row img {
    width: 150px;
}

.people-row img.attachment-full {
    width: 300px;
}

.sustainability-row img {
    padding-left: 31px;
	margin-top: -40px!important;
    width: 223px;
}

.recentAwards-row ul {
    list-style: none;
}

.recentAwards-row li {
    margin-bottom: 10px;
}

.recentAwards-row .vc_col-sm-6.wpb_column.column_container.col.no-padding.color-dark {
    padding: 0 60px;
}


    
/*
########################################
######################################## CAREERS PAGE STYLES
########################################
*/


/*body.page-id-22 div#transparentimage {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%), url(https://dev.banicki.com/wp-content/uploads/2019/12/project3.jpg)!important;
    background-size: cover!important;
    background-position: center center!important;
}*/



/*
########################################
######################################## SERVICES PAGE STYLES
########################################
*/

.delivery-services {
    padding-top: 30px;
    padding-bottom: 30px;
}


.delivery-services .col.span_12.color-dark.left {
    display: flex;
}

.delivery-services .vc_col-sm-4 .wpb_wrapper {
    height: 100%;
}

.delivery-services .vc-hoverbox-wrapper {
    height: 100%;
}


.delivery-services .vc-hoverbox {
    height: 100%;
}



/* hover front */ 

.delivery-services .vc-hoverbox-block.vc-hoverbox-front {
    background-color: #ffffff;
    background-size: 150%;
    background-position-y: 30%;
    border: 2px solid #cfa616;
}

.delivery-services .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    color: rgba(204, 161, 9, .94);
    background: unset;
    padding: 5px;
	font-size: 39px;
    line-height: 1em;
}
    
/* hover back */ 

.delivery-services .vc-hoverbox-block-inner {
    padding: 25px;
}
    
.delivery-services .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2, .delivery-services .vc-hoverbox-block-inner.vc-hoverbox-back-inner p {
    color: #ffffff;
}

.delivery-services .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
	font-size: 32px;
    line-height: 1em!important;
    letter-spacing: 0.5px;
}


/* delivery v2 */
body.page-id-412 img.attachment-full {
    width: 59%;
}

body.page-id-412 .vc_col-sm-10.wpb_column.column_container.col.no-padding.color-dark {
    padding-right: 125px;
}

/*
########################################
######################################## PROJECTS LIST VIEW PAGE
########################################
*/ 

.projects_filters {
    padding-left: 20px;
    margin-bottom: 20px;
}

a.project_filter_button {
    padding: 0 10px;
    border-right: 1px solid #d6d6d6;
}

a.project_filter_button:last-child {
    border-right: none!important;
}

a.project_filter_button.is-checked {
    font-weight: 700;
}

.projects_filters:before {
    content: 'Filter Projects:';
}

h2.project_title {
    margin-top: 10px;
    font-size: 35px;
    text-align: center;
    line-height: 1em !important;
    font: 500 21px Barlow Condensed, Arial, Helvetica, sans-serif!important;
    line-height: -2em !important;
    color: #cd9f21 !important;
}

@media only screen and (min-width:768px) {
	h2.project_title {
			min-height: 60px !important;
	}
}

.projects_isotope_wrapper img {
    max-width: 100%;
    height: 273px;
    object-fit: cover;
    object-position: center center;
}


/*
########################################
######################################## PROJECTS DETAIL VIEW PAGE
########################################
*/ 
body.projects-cpt-template-default #mobile-header{
    position: absolute;
}
body.single-projects-cpt #content {
    padding-top: 50px;
}

body.single-projects-cpt h2 {
	line-height:1em;
}

body.single-projects-cpt .projects_detail_wrapper .owl-dots {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

body.single-projects-cpt .projects_detail_wrapper .owl-dots .owl-dot.active {
    background: #ce9e2c!important;
}

body.single-projects-cpt a.button, input[type=submit], button, .minti_button {
    border-color: #ce9e2c!important;
}

.content_wrapper {
    padding-top: 20px;
}

/* style for feature image only */
body.single-projects-cpt img.featured-img {
    width: 600px;
    height: 400px;
    object-fit: cover;
    float: left;
    margin: 8px 40px 20px 0;
}

/*
body.projects-cpt-template-default.single.single-projects-cpt .header {
    background: rgba(255,255,255, 0.5)!important;
    background-position: top center!important;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07)!important;
}

body.single-projects-cpt div#fulltitle {
    padding: 122px 0 0 0!important;
    background: url(https://dev.banicki.com/wp-content/uploads/2019/12/header_projects.jpg);
}
*/

/*
########################################
######################################## CONTACT US PAGE
########################################
*/ 

body .map-column {
    padding-left: 15px!important;
}

/*
########################################
######################################## FOOTER STYLES
########################################
*/ 
    

body #footer {
    background-image:url(/wp-content/uploads/2019/12/hero_image_fg2.png) !important;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}


body #footer img.image.wp-image-42.attachment-medium.size-medium {
    background: rgba(255,255,255,.6);
    padding: 20px;
    border-radius: 18px;
}

body #footer .widget h3	{
	text-transform: uppercase;
}  

body #footer div.four.columns:nth-of-type(2) {
    display: none;
}

body #footer div.four.columns:nth-of-type(4) {
    width: 50%; 
    margin: 0 auto;
}

body #footer div.four.columns:nth-of-type(4) #media_image-2 {
    margin: 0 auto;
    text-align: center;
}

body #footer div.four.columns:nth-of-type(4) #media_image-2 img {
    width: 200px;
}

body #footer #contact-2.widget {
    margin-bottom: 0px;
}

body #footer #contact-3.widget {
    margin-top: -15px;
    margin-bottom: 0;
}

/*
########################################
######################################## SUBCONTRACTOR PORTAL STYLES
########################################
*/
body .wpfd-content .wpfdcategory{
    height: auto;
}
body .wpfd-content .wpfdcategory > span{
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}
ul.head-category{
    display: none;
}
.wpfdcategory.catlink .zmdi.zmdi-folder.wpfd-folder{
    display: none;
}
.file-xinfo span{
    width: 100%;
}
.wpfd-container-default .wpfd-categories h2{
    color: #808080 !important;
    font-weight: bold !important;
}
i.zmdi.zmdi-folder {
    display: block;
    float: left;
}
.icon-open-close{
    display: block!important;
    float: left!important;
}
ul.jaofiletree a{
    display: block!important;
}
ul.jaofiletree li{
    white-space: break-spaces!important;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li {
    margin: 0 0 10px 0 !important;
}
i.zmdi.zmdi-folder{
    color: #cca109!important;
}
.wpfd-content .wpfdcategory{
    background: #cca109!important;
}
.wpfd-content .wpfdcategory:hover{
    background: #999999!important;
}
.wpfd-content .wpfdcategory span{
    color:#fff!important;
    font-weight: bold!important;
}
body #et-boc .wpfd-content-tree ul li.directory, body .wpfd-content-tree ul li.directory {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

body #et-boc .wpfd-content-tree ul li.directory:last-child, body .wpfd-content-tree ul li.directory:last-child {
    border-bottom: none;
}

.wpfd-content-tree ul li.directory a.catlink {
    padding-bottom: 10px;
}

body #et-boc .wpfd-content-tree ul li.directory a.catlink span, body .wpfd-content-tree ul li.directory a.catlink span {
    font: 600 26px Barlow Semi Condensed, Arial, Helvetica, sans-serif;
    height: auto;
    white-space: nowrap;
}

body #et-boc .wpfd-content-tree ul li.directory a.catlink span:hover, body .wpfd-content-tree ul li.directory a.catlink span:hover {
    font-weight: 600;
    color: #323232;
    box-shadow: none;
}

body #et-boc .wpfd-content-tree .zmdi-folder, body #et-boc .wpfd-content-tree .zmdi-folder-open, body .wpfd-content-tree .zmdi-folder, body .wpfd-content-tree .zmdi-folder-open {
    font-size: 28px;
    margin-top: 0px;
    margin-left: 5px;
    color: #668ad2;
    font-weight: normal;
    vertical-align: baseline;
    line-height: 35px;
    float: left;
}



body #et-boc .wpfd-content-tree ul .wpfd-file.ext, body .wpfd-content-tree ul .wpfd-file.ext{
	vertical-align: text-bottom;
    margin-bottom: -2px;
}

body #et-boc .wpfd-content-tree ul li.ext .wpfd_checkbox, body .wpfd-content-tree ul li.ext .wpfd_checkbox {
    margin-bottom: -3px;
}

body #et-boc .wpfd-content-tree ul li.ext a, body .wpfd-content-tree ul li.ext a {
    font-size: 23px;
    font-weight: 500;
    font-family: Barlow Semi Condensed;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 1.3em;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

body #et-boc .wpfd-content-tree ul li.ext:last-child a, body .wpfd-content-tree ul li.ext:last-child a {
    margin-bottom: 0;
}

body #et-boc .wpfd-content-tree ul li.ext:last-child a, body .wpfd-content-tree ul li.ext:last-child a {
    border-bottom: none;
}

body #et-boc .wpfd-content-tree ul li.ext .wpfd_checkbox span:before, body .wpfd-content-tree ul li.ext .wpfd_checkbox span:before {
    margin: -13px 0 0 0;
}


body #et-boc .wpfd-content-tree li.directory.collapsed .icon-open-close:before, body .wpfd-content-tree li.directory.collapsed .icon-open-close:before, body #et-boc .wpfd-content-tree li.directory.expanded .icon-open-close:before, body .wpfd-content-tree li.directory.expanded .icon-open-close:before {
    font-size: 28px;
    top: 61%;
}

body #et-boc .wpfd-content-tree .active > a > i.zmdi-folder, body #et-boc .wpfd-content-tree .active > a > div.icon-open-close, body #et-boc .wpfd-content-tree .active > a > div.icon-open-close:before, body .wpfd-content-tree .active > a > i.zmdi-folder, body .wpfd-content-tree .active > a > div.icon-open-close, body .wpfd-content-tree .active > a > div.icon-open-close:before {
    color: #668ad2 !important;
    font-weight: normal !important;
}
  
  
body #et-boc .wpfd-content-tree ul li.directory.expanded > .catlink > .zmdi-folder:before, body .wpfd-content-tree ul li.directory.expanded > .catlink > .zmdi-folder:before, body #et-boc .wpfd-content-tree ul li.directory.expanded.active > .catlink > .zmdi-folder:before, body .wpfd-content-tree ul li.directory.expanded.active > .catlink > .zmdi-folder:before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 3px 2px;
}

body #et-boc .wpfd-content-tree .active > a:first-of-type span, body .wpfd-content-tree .active > a:first-of-type span {
    color: #3d3d3d !important;
    font-weight: 600 !important;
}
   
    
/*
########################################
######################################## MEDIA QUERIES STYLES
########################################
*/ 
 

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

    body.vc_responsive .site-wrapper .wpb_row .delivery-method {
        width: 50%;
    }

}

@media only screen and (max-width: 1199px) and (min-width:960px) {

    #sectionFeatured .projects_featured_list_wrapper div.projects_info h3 {
        font-size: 22px;
    }

}

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

    .logo img {
        max-width: 125px!important;
    }

}

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

    #sectionFeatured .projects_featured_list_wrapper div.projects_info h4 {
        font-size: 17px;
    }

    #sectionFeatured .projects_featured_list_wrapper div.projects_info h3 {
        font-size: 18px;
    }

}

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


    #topbar .topbar-col1, #topbar .topbar-col2 {
        width: unset!important;
        background-color: #000000!important;
    }

    .projects_featured_image.vc_col-sm-4 {
        margin-bottom: 15px!important;
    }

    body.vc_responsive .site-wrapper .wpb_row .delivery-method{
        width: 100%;
    }

    #sectionFeatured .projects_featured_list_wrapper div.projects_info {
        padding-left: 0px;
    }

    #sectionFeatured .projects_featured_list_wrapper .projects_content {
        padding: 25px 0px; 
    }

    body #footer div.four.columns:nth-of-type(4) {
        width: 100%; 
    }
    
    body .site-wrapper #content .wpb_wrapper .inline-image {
        width: 100%;
    }

    body .site-wrapper .mobile-remove {
        display: none;
    }
    

}


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

    #topbar .topbar-col1, #topbar .topbar-col2 {
        height: 50px!important;
    }

    #topbar .topbar-col2 a.noMobile {
        margin-top: -5px;
            margin-bottom: -18px!important;
    }

    body h1 {
        margin-bottom: 20px!important;
        font-size: 54px;
    }

    section > .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.stretch {
        padding-top: 30px!important;
        padding-bottom: 30px !important;
    }

    body .site-wrapper .wpb_row .banickiHeroCol a {
        font-size: 20px;
    }

    .recentAwards-row .vc_col-sm-6.wpb_column.column_container.col.no-padding.color-dark {
        padding: 0px;
    }

    a.button.color-8.medium.gold {
        width: 200px!important;
    }
}


/* ------------------------------------------------------------------------------------------------------
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 480px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
/* 	body{ border:2px solid green;} */

	body .logo img {
	    max-width: 150px;
	}

	body #topbar {
	    position: relative;
	    z-index: 99999;
	    background: #000!important;
	    color: #777777;
	    min-height: 40px;
	    line-height: 40px;
	}
	
	body #topbar .topbar-col2 {
	    padding: 0;
	    width: 100%;
	}
	
	body #topbar .topbar-col2 a {
	    margin-right: 12px;
	    font-size: 13px;
	    margin-left: 18px;
	}

	body #topbar a.noMobile {
		display: block;
	}

	body #mobile-header {
	    height: 100px;
	}

	body section#sectionHero.vc_section {
	    background-position: right -130px center !important;
	}
	
	body section#sectionHero.vc_section .vc_col-sm-6.wpb_column.column_container.col.no-padding.color-dark h1 {
	    padding-top: 140px;
	}	
	
	
	
}






/* Homepage Subgrid -Kevin */

.subgrid-parent .col.span_12.color-dark.left{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

	grid-auto-rows: 1fr auto 1fr;
	float: none;
}
.subgrid-parent .col.span_12.color-dark.left > div{
	width: 100%
}

.subgrid-parent .col.span_12.color-dark.left > div > div, .subgrid-parent .col.span_12.color-dark.left > div > div > div, .subgrid-parent .col.span_12.color-dark.left > div > div > div > div  {
	height: 100%
}

.subgrid-parent .col.span_12.color-dark.left .vc-hoverbox-block-inner.vc-hoverbox-back-inner{
    display: grid;
    grid-template-rows: subgrid;
    width: 100%;
}

.subgrid-parent .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2{
    height: min-content;
}


/* New */
body.single-projects-cpt .header-wide-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* New */
body.single-projects-cpt #transparentimage {
    padding: unset;
	  margin-top:110px;
}

/* New */
.sticky-wrapper .header-v1-only.header-transparent {
	  top: unset;
}

/* New */
body.single-projects-cpt .header-wide-container #logo-navigation {
    width: 1160px;
	  margin-left: 20px;
    margin-right: 20px;
}

/* New */
#Projects_List_Page .projects_isotope_wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media only screen and (min-width:960px) and (max-width:1199px) {
	#Projects_List_Page .projects_isotope_wrapper {
			grid-template-columns: repeat(2, 1fr)!important;
	}
}

body .header-v1 #navigation > ul > li {
    margin-left: 10px;
    margin-right: 10px;
}

body .header #navigation > ul > li.menu-item-has-children > a:after {
    content: "\f0d7" !important;
	  font-family: "FontAwesome";
    position: relative !important;
    top: -1px !important;
    right: -4px !important;
    font-size: 20px !important;
    display: inline !important;
}
@media only screen and (min-width:960px) and (max-width:1199px) {
	body #navigation > ul > li > a {
			font-size:17px;
	}
}

body header#header.header.stuck {
    border-bottom: 2px solid rgb(0 0 0 / 14%);
}

















