/* ----------------------------------------------------------------
	Custom
-----------------------------------------------------------------*/
.green {color: #0F3632;}
.ltgreen {color: #EBF1F0;}
a:hover {
    color: #8A0203;
}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #8A0203;
}
body {
	line-height: 1.5;
	color: #0F3632;
	font-family: 'Roboto', san-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0F3632;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Times', serif;
}
.smh2 {
	font-size: 22px;
	background-color: #EBF1F0;
	}
ul {
	margin: 0 0 20px 30px;
	}
span.heading {
	color: #0F3632;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Times', serif;
	font-size: xx-large;
}
#logo img {
	margin-left: auto;
	margin-right: auto;
}
h1.smallh1 {
	line-height: 1.5;
	color: #0F3632;
	font-family: 'Roboto', san-serif;
	font-weight: 600;
	font-size: 1em;
}
.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 15px;
    color: #0f3632;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: 'Times', serif;
}
#logo img {
	height: 100px;
}
#top-bar.green-bg {
	background-color: #0F3632;
}
h4.tbfont, a.tbfont  {
	color:#EBF1F0;
	font-family: 'Roboto', san-serif;
}
a.tbfont:hover  {
	color:#A8CABA;
}
.content-wrap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    overflow: hidden;
}
.content-wrap-about {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}
.boxed-slider {
    padding-top: 10px;
}
.button-border.button-leaf {
    color: #0F3632;
    border-color: #0F3632;
}
.button.button-border {
    border: 1px solid #0F3632;
    background-color: #0000;
    color: #333;
    font-weight: 300;
    text-shadow: none;
}
.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #FFF;
    overflow: hidden;
}
.section-dk {
    position: relative;
    width: 100%;
    margin: 60px 0;
    /*padding: 60px 0;*/
    background-color: #EBF1F0;
    overflow: hidden;
}
.section-gr {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #0F3632;
    overflow: hidden;
}
.section-hm-gallery {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 0;
    background-color: #0F3632;
    overflow: hidden;
}


/* -------- svg-underline -------- */
.svg-underline,
.svg-underline span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.svg-underline.not-animated,
.svg-underline[data-animate]:not(.animated) {
	opacity: 1;
}

.svg-underline::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 13px;
	background-image: url("https://coriveralandscaping.com/images/underline.svg");
	background-size: 100% 13px;
	background-position: bottom center;
	opacity: 0.7;
}

.svg-underline[data-animate]::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 13px;
	background: #FFF;
	right: 0;
	bottom: 0;
	-webkit-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dark .svg-underline::before {
	opacity: 0.7;
	background-image: url("https://coriveralandscaping.com/images/underline_dark.svg");
}

.custom-bg,
.custom-bg .svg-underline::after {
	background-color: #0F3632;
}

.svg-underline.svg-underline-animated::after {
	width: 0;
}

/* Gallery Section */
.instagram-image::before {
	opacity: 0;
	content: "";
	background-color: rgba(0,0,0,0.65);
	background-image: url('images/instagram.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: opacity .4s ease;
}

.instagram-image:hover::before {
	opacity: 1;
}
.gutter-4 {
    --custom-gutter: 4px;
}
#header {
    position: relative;
    background-color: #FFF;
    border-bottom: none!important;
}
#footer a.ltgreen {text-decoration: underline;}
.dark #footer, #footer.dark {
    color: #EBF1F0;
    background-color: #0F3632;
}
#gotoTop:hover {
    background-color: #A8CABA;
}

/* media queries*/
@media only screen and (max-width: 375px) and (min-width: 320px) {
	.h3{
		display:none!important;
	}
	
	}

@media (max-width: 425px){
	.h3{
		font-size: 16px!important;
	}
	.content-wrap {
    padding-top: 20px;

}
	.section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    overflow: hidden;
}
ul {
    margin-bottom: 30px;
    padding-left: 20px;
}
.button {
	margin-bottom: 20px;
}
}

@media (min-width: 992px){
#header.full-header:not(.transparent-header) {
    border: none!important;
    }
    .full-header #logo {
    padding-right: 30px;
    border-right: none!important;
}
.full-header .primary-menu .menu-container {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: none!important;
}
}

