@font-face {
    font-family: 'Bsans';
    src: url('../fonts/Bsans.ttf') format('truetype');
}
@font-face {
    font-family: 'Playfair';
    src: url('../fonts/Bsans.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Bsans.ttf') format('truetype');
}
@font-face {
    font-family: 'zapf';
    src: url('../fonts/Bsans.ttf') format('truetype');
}

body {
    overflow-x: hidden;
}

.bg-base
{
	background-color:#4b9443;
}
.bg-second
{
	background-color:#67c75b;
}
.text-warning {
    color: #ff7802 !important;
}

.text-purple {
    color: purple !important;
}
.accordion-button:focus,
a:focus,
button:focus,
input:focus,
textarea:focus,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)
{
    background-color:#80c379 !important;
    color: #000 !important;
    font-weight: 700 !important;
    transition: all ease 0.3s;
}

hr {
    color: #ccc !important;
}

.search {
    background-color: #f0f0f1;
}
/*
a {
    color: #999 !important;
    text-decoration: none;
}

a:hover {
    color: #4b9443 !important;
    text-decoration: none;
    font-weight:500;
    transition: all ease 0.2s;
}
h1 {
    color: #4b9443 !important;
    font-family: 'Raleway';
    font-weight:700;
    font-size:2rem;
}
h2 {
    color: #4b9443 !important;
    font-family: 'Raleway';
    font-weight:700;
    font-size:1.75rem;
}
h3 {
    color: #4b9443 !important;
    font-family: 'Raleway';
    font-weight:700;
    font-size:1.5rem;
}
h4 {
    color: #4b9443 !important;
    font-family: 'Raleway';
    font-weight:700;
    font-size:1.25rem;
}
h5 {
    color: #4b9443 !important;
    font-family: 'Raleway';
    font-weight:700;
    font-size:1rem;
}
h6 {
    color: #4b9443 !important;
    font-family: 'Raleway';
    font-weight:700;
    font-size:0.8rem;
}
*/
.page-container
{
    position: relative;
    max-width: 900px;
    margin:0 auto;
}
.img-navbar-logo
{
height:80px !important;
}
.zapf-font
{
    font-family: 'zapf' !important;
    letter-spacing: 0.3rem;
    font-weight:400 !important;
}
.dropdown-item:active
{
	background-color:none !important;
}
#bitnami-banner {
    display: none;
}

.navbar.search-form {
    width: 450px;
}

.navbar.search-form .btn {
    border-radius: 5px 0 0 5px !important;
    background-color: #e9e9e9 !important;
    border: 1px solid #ced4da !important;
}

.navbar.search-form .btn:hover {
    background-color: #ddd !important;
    color: black !important;
}

.accordion-item p {
    margin: 0 !important;
    padding: 0 !important;
}

.dropdown-item.active{
background-color:#4b9443 !important;
color:white !important;
}
/*.current_page_item{
background-color:#4b9443 !important;
color:white !important;
}*/

@media only screen and (max-width: 768px) {
    .navbar.search-form {
        width: 100%;
    }
    .GreenBackTitle
    {
    width:auto !important;
    font-size:1rem !important;
    }
}

/*Figur*/
.grid {
            position: relative;
            margin: 0 auto;
            padding: 1em 0 4em;
            max-width: 100%;
            list-style: none;
            text-align: center;
        }

            /* Common style */
            .grid figure {
                position: relative;
                float: left;
                overflow: hidden;
                margin: 10px 1%;
                min-width: 100%;
                max-width: 100%;
                max-height: 370px;
                width: 100%;
                background: #3085a3;
                text-align: center;
                cursor: pointer;
            }

                .grid figure img {
                    position: relative;
                    display: block;
                    min-height: 100%;
                    max-width: 100%;
                    opacity: 0.8;
                }

                .grid figure figcaption {
                    padding: 2em;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 1.25em;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

                    .grid figure figcaption::before,
                    .grid figure figcaption::after {
                        pointer-events: none;
                    }

                    .grid figure figcaption,
                    .grid figure figcaption > a {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }

                        /* Anchor will cover the whole item by default */
                        /* For some effects it will show as a button */
                        .grid figure figcaption > a {
                            z-index: 1000;
                            text-indent: 200%;
                            white-space: nowrap;
                            font-size: 0;
                            opacity: 0;
                        }

                .grid figure h2 {
                    word-spacing: 0;
                    font-size:1rem;
                    font-weight: 700;
                    color:white !important;
                }

                .grid figure h2,
                .grid figure p {
                    margin: 0;
                }

                .grid figure p {
                    letter-spacing: 1px;
                    font-size: 68.5%;
                }
                
                 /*---------------*/
        /***** Milot *****/
        /*---------------*/

        figure.effect-milot {
            background: #2e5d5a;
        }

            figure.effect-milot img {
                max-width: none;
                width: -webkit-calc(100% + 60px);
                width: calc(100% + 60px);
                opacity: 1;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                -webkit-transform: translate3d(-30px,0,0) scale(1.12);
                transform: translate3d(-30px,0,0) scale(1.12);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            figure.effect-milot:hover img {
                opacity: 0.5;
                -webkit-transform: translate3d(0,0,0) scale(1);
                transform: translate3d(0,0,0) scale(1);
            }

            figure.effect-milot h2 {
                position: absolute;
                right: 0;
                bottom: 0;
                padding: 1em 1.2em;
            }

            figure.effect-milot p {
                padding: 0 10px 0 0;
                width: 50%;
                border-right: 1px solid #fff;
                text-align: right;
                opacity: 0;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                -webkit-transform: translate3d(-40px,0,0);
                transform: translate3d(-40px,0,0);
            }

            figure.effect-milot:hover p {
                opacity: 1;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
            /*---------------*/
        /***** Sadie *****/
        /*---------------*/

        figure.effect-sadie figcaption::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
            background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
            content: '';
            opacity: 0;
            -webkit-transform: translate3d(0,50%,0);
            transform: translate3d(0,50%,0);
        }

        figure.effect-sadie h2 {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            color: #484c61;
            -webkit-transition: -webkit-transform 0.35s, color 0.35s;
            transition: transform 0.35s, color 0.35s;
            -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
        }

        figure.effect-sadie figcaption::before,
        figure.effect-sadie p {
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }

        figure.effect-sadie p {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 2em;
            width: 100%;
            opacity: 0;
            -webkit-transform: translate3d(0,10px,0);
            transform: translate3d(0,10px,0);
        }

        figure.effect-sadie:hover h2 {
            color: #fff;
            -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
            transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
        }

        figure.effect-sadie:hover figcaption::before,
        figure.effect-sadie:hover p {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        
        /*-----list------*/
.bs-list-ul{list-style: square !important;}

.bs-list-ul li:before {
  color:#4b9443;
  color: black;
}
.bs-list-ul li:hover:before {
  color: red;
  transition: all ease 0.2s;
}

.wpcf7-submit{
background-color:#4b9443;
border:none;
color:white;
}
.wpcf7-submit:hover{
background-color:#80c379;
border:none;
}

.navbar-nav .dropdown-item
{
color:#000 !important;
}

.nav-link
{
color:#000 !important;
font-weight:bold !important;
}

.navbar-nav .dropdown-menu.show
{
border-radius:0;
padding:0;
}

.home-img-bw {
  transition: filter .4s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); 
  transform: scale(0.95);
  overflow:hidden;
  transition: all ease-in 0.2s;
}

.home-img-bw:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);  
  transform: scale(1);
  transition: all ease-out 0.2s;
    }
    
    /*------------relboxL-----------*/
.relBox
{
	position: relative;
    margin-top:6rem;
    margin-bottom:6rem;
}
@media only screen and (max-width: 768px)
{
.relBox
{
    margin-top:1rem;
    margin-bottom:1rem;
}
}
.infoblock
{
	width: 40%;
}

.infoblock img
{
	margin-top:1.5rem !important;
    margin-bottom:1.5rem !important;
}
.imageblock
{
	position: absolute;
    display: block;
    width: 60%;
    height: 140%;
    top: -20%;
    bottom: 20%;
    left: 37%;
    background-color: #4b9443;
    background-image:url('https://greenpathcontracting.ca/wp-content/uploads/2023/01/trans-dots-right.png');
    background-position:bottom right;
    background-repeat:no-repeat;
    color:white !important;
    z-index: -1;
    content: ' ';
    padding: 4%;
}
.imageblock h2,.imageblockr h2
{
	font-size:1.25rem !important;
    font-weight:700 !important;
    color:white !important;
}
.imageblock li,.imageblockr li
{
	line-height:1.25rem !important;
}
.imageblock p,.imageblockr p
	{
    	line-height:1.5rem !important
	}    
@media screen and (min-width: 1200px) and (max-width:1280px)
{
	.imageblock,.imageblockr
    {
		height: 160% !important;
	}
}
@media only screen and (max-width: 1200px)
{
	.imageblock
    	{
        	position: relative;
            display: block;
            width: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            height: auto;
		}
	.infoblock { width: 100%; }
}        
/*------------relboxR-----------*/
.imageblockr
	{
    	position: absolute;
        display: block;
        width: 60%;
        height: 140%;
        top: -20%;
        bottom: 20%;
        right: 37%;
        background-color: #4b9443;
        background-image:url('https://greenpathcontracting.ca/wp-content/uploads/2023/01/trans-dots-left.png');
        background-position:bottom left;
        background-repeat:no-repeat;
        color:white !important;
        z-index: -1;
        content: ' ';
        padding: 4%;
	}
@media only screen and (max-width: 1200px)
	{
    	.imageblockr
        	{
        		position: relative;
                display: block;
                width: 100%;
                top: 0;
                bottom: 0;
                right: 0;
                height: auto;
            }
        }
        
/*--------parallax--------*/
#parallaxTraining {
    background: url('https://greenpathcontracting.ca/wp-content/uploads/2023/01/About-Green-Path-Contracting-Ltd-1.jpg') center center no-repeat fixed;
    width: 100%;
}

.black-shad {
    background: rgba(0,0,0,.7);
    padding: 60px 0;
}

.site-header-image
{
height:150px !important;
object-fit:cover !important;
}

/*---navbar hover---*/
#dropdown-menu.show {
    display: none;
}
/*#navbar .menu-item-has-children:hover  > .menu-item-object-page.dropdown-menu {
    display: block;
}*/

#navbar .menu-item-object-page:hover  > .dropdown-menu {
	display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    padding: 0;
    border-radius: 0;
    border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
#navbar .menu-item-object-page:hover  > .dropdown-menu {
	display: block;
    position: relative;
    left: 0;
}
.estimate-container
	{
    	background-image:none !important;
        min-height:auto !important;
	}
    .estimate-container img
    {
    	width:100% !important;
        margin:0 !important;
    }
    .estimate-container .col-xxl-7
    {
    padding-top:0 !important;
    }
}

.freeestimate
{
	color:#ffffff !important;
}
.home-top-slider .display-5
{
text-shadow: 3px 3px 2px #000;
}

@media only screen and (min-width: 1600px)
	{
		.home-top-slider b
			{
    			font-size:4rem !important;
                text-shadow: 3px 3px 2px #000;
    		}
            /**.estimate-container{
            background-image:url('https://greenpathcontracting.ca/wp-content/uploads/2023/02/Green-Frame-xxl-rec.png') !important;
            min-height:1200px !important;
}**/
	}
.btn-outline-success:hover{ color:#fff !important }
.btn-outline-success{ color:green !important}
.btn-estimate{font-size:0.75rem !important; font-weight:500 !important;}
.btn-estimate:hover{font-weight:500 !important;}

.estimate-container{
background-image:url('https://greenpathcontracting.ca/wp-content/uploads/2023/02/Green-Frame-rec.png');
background-repeat:no-repeat;
background-position:center center;
min-height:600px;
}

/*-------navbar-------*/
.navbar-nav
{
padding-top:20px !important;
padding-bottom:20px !important;
}

.nav-link
{
padding-right:20px !important;
padding-left:20px !important;
}

.affix
{
text-decoration:none !important;
font-weight:normal !important;
}

.affix span{font-size:0.9rem !important;}
.affix a
{
font-size:0.9rem !important;
font-weight:normal !important;
}
.affix a:hover
{
font-size:0.9rem !important;
font-weight:400 !important;
}

.effect-opa{
	opacity:1 !important;
    transition:all ease 0.3s !important;
}
.effect-opa:hover{
	opacity:0.7 !important;
    
}
.slb_container
{
padding:0 !important;
border-radius:0 !important;
}
.slb_data_content
{
padding:0 10px !important;
}

.page-id-487 .site-header-image
{
height:500px !important;
}
.page-id-507 .site-header-image
{
height:500px !important;
}
.page-id-543 .site-header-image
{
height:500px !important;
}
.page-id-560 .site-header-image
{
height:500px !important;
}
.page-id-577 .site-header-image
{
height:500px !important;
}
.page-id-593 .site-header-image
{
height:500px !important;
}