/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.

Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/

/*--------------GENERAL ----------------*/
h1, h2, h3{
	font-family: 'Averia Serif Libre', serif;

}


.banner{
	margin-top:-1em;
}

.bottom{
	margin-bottom:-1em;
}

.wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn, .client-button, #content .btn, #slider .btn, .view-article, .rev-read-more, #respond #submit, .btn, .link-button {
	color: #000;
	background: #ff9f4c;
	margin-top: .5em;
    margin-bottom: .5em;
    border-radius: 50px;}

    #footer .btn:hover, .link-button:hover, .billboard .slider-content a:hover, .video-container .slider-content a:hover, .btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #content .view-article:hover, .wpcf7-form input[type=submit]:hover, #content .btn:hover, #slider .btn:hover {
    	background: #295800;
    	color: #fff;
    	transition: 500ms;
         text-decoration: none;}

a{
	color: #183400;
}

a:hover{
	color: #c25900
}
/*--------------HEADER ----------------*/
.phone-wrap-inner.justify-content-center.justify-content-sm-end {
    display: none;
}



.logo a, .logo a:hover {
    font-family: 'Averia Serif Libre', serif;
    color: #295800;
    font-size: 3em;
    line-height: .7;
    text-decoration: none;
}

.logo p {
    margin-bottom: .25em;
}

span.logo-bottom {
    font-size: .6em;
}

.nav-wrap {
    background: #295800;
}
.nav-bar{
	padding: .25em;
}

.nav-bar ul a {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    font-family: 'Averia Serif Libre';
    font-size: 1.5em;
}

.phone-number a {
    background: #fff;
    color: #295800!IMPORTANT;
    border-radius: 25px;
}

.underbanner {
    background: #183400;
}

ul.checked li:before {
    color: #295800;
}
ul.marker li:before {
    color: #295800;
}


/*--------------BILLBOARD----------------*/
.billboard .swiper-slide {
    align-items: flex-end;}


.billboard .slider-content {
    max-width: 700px;
    width: 50%;
    height: 100%;
    text-align: center;
    background: #c25900cc;
}

.billboard .slider-content .slider-cta-button, .video-container .slider-content .slider-cta-button, .billboard .slider-content a, .video-container .slider-content a {
    background: #295800;
    border-radius: 41px;
	    border: 0px;
}

.billboard .slider-content .slider-cta-button:hover, .video-container .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover, .video-container .slider-content a:hover {
	background: #183400;
}
.billboard .slide-header, .video-container .slide-header {
	font-size: 3em;}
/*--------------HOME ----------------*/
.features {
    background: #ff9f4c;
    color: #222;
}

.features .bg-img {
    min-height: 350px;
}
/*--------------SERVICES ----------------*/
h2.card-title {
    background: #ff9f4c;
    margin: 0;
    text-align: center;
    padding: .25em;
}


.card {
    border: 1px solid #183400;
}

/*--------------REVIEWS ----------------*/

span.author-name {
    font-family: 'Averia Serif Libre', serif;
    font-size: 2em;
}



.rev-wrap:before {
    background-color: #183400;
    color: #fff}


.rev-wrap {
    border: 2px solid #183400;}


.final-star {
    color: #ff9f4c!important;
}

span.review-date {
    font-weight: bold;
}
/*--------------CONTACT ----------------*/
.page-contact-us form.wpcf7-form {
    padding: 2rem;
    background: #eee;
    border: 2px solid #183400;
}

/*--------------FOOTER----------------*/
footer#footer{
	background: #183400;
	color: #fff;
}

footer h2{
	color: #fff;
}

footer a.btn {
    width: 15em;
	color:#000!important;
}

footer a.btn:hover {
	color:#fff!important;
}
.today {
    color: #ff9f4c;
}
#copyright {
    background: rgba(0,0,0,.5);
    color: #fff;
}
/*--------------MOBILE ----------------*/

#mobile-menu-container .menu-bar {
	background: #295800;
}
#mobile-menu-container{
		background: #295800;
}

#mobile-menu-container .menu, #mobile-menu-container .menu-icon {
	background: #295800;
	}
#mobile-menu-container li.phone-number a {
    background: transparent;
    color: #fff!important;
}

#mobile-menu-container li.phone-number a i {
    padding-top: .75em;
    padding-right: .5em;
}
@media (max-width: 1023px){
.box.footer_logo {
    border-bottom: solid 3px #fff;
	}}
@media only screen and (max-width: 768px){
	.billboard .slide-header, .video-container .slide-header {
    font-size: 3em;}
}
@media only screen and (max-width: 27em){
	.medium-wrapper, .small-wrapper, .large-wrapper {
    padding: 2em;}

    .banner{
    	margin-top:-3em;
    }

    .bottom{
    	margin-bottom: -3em;
    }
	.billboard .slide-header, .video-container .slide-header {
    font-size: 2em;}

.billboard .slider-content {
    width: 100%}


.billboard.breakout {
    margin-top: -3rem;
}
}
