/*
	Theme Name: V1 Child
	Template:V1
*/

.cta h1 {color:#fff;}

.footer-top-inner > div {align-items:center;}
.socials li {display:inline-block;margin:0 5px;}
.socials li a {color:#000;font-size:30px;}

.header-logo_top .holder {display:block;text-align:center;padding:0;}
.header-logo_top .holder .logo_top-top {background-color:#000;}
.logo_top-top .container {display:grid;grid-template-columns:1fr;align-items:center;justify-content:space-between;}
.logo_top-top .widget:first-child {text-align:left;}
.logo_top-top .widget:last-child {text-align:revert;}

.logo_top-top .widget:first-child a {color:#fff;font-size:14px;}
.logo_top-top .widget:first-child a:hover {color:#63c21f;}
#header .socials a {color:#fff;font-size:17px;}
#header .socials a:hover {color:#63c21f;}

#header.scrolled .logo_top-bottom {display:none!important;}

.title-area.type-image {background-position:top;}
.title-area.type-image:after {position:absolute;content:'';top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);}
.title-area-inner h1 {position:relative;z-index:100;}
ul.sub-menu {background-color:black;width:160px;}
.sub-menu a span {transition:500ms;}
.sub-menu a span:hover {color:#45741f;transition:500ms;}
ul.sub-menu:before {width: 0;height: 0;border-style: solid;border-width: 5px 4px 0 4px;border-color: #ffffff transparent transparent transparent;position: absolute;content: '';top: 0px;}
.sub-menu li:not(:last-child) {padding-bottom:5px;}

#modal {background: rgba(0, 0, 0, 0.9);position:fixed;inset:0;z-index:1000000;}
#modal .modal-inner{background-color:white;padding:100px;margin-top:200px;width:80%;}
#modal i {font-size:35px;position:absolute;top:220px;right:236px;cursor: pointer;color:black;}
#modal .modalContainer {display:flex;justify-content:center;}
#modal i:hover{color:#45741f;}
#covid-message {cursor:pointer;}

@media (max-width: 1024px) {
	#footer .widget_media_image img {max-width: 200px !important;}
}

@media (max-width: 768px) {
	#header:not(.scrolled) .logo-holder {height: 100px;}
	
	h1 {font-size: 55px;}
	h4 {font-size: 26px;}
	
	#footer .widget_media_image img {max-width: 175px !important; margin-top: -50px;}
	#footer .footer-top p a {font-size: 15px;}
	#footer .footer-3-cols {margin: 0;}
}

@media (max-width: 480px) {
	#footer .widget_media_image img {margin-top: 0px;}
	#footer .footer-col {padding: 10px 0;}
	#footer .footer-top-inner {padding-top: 50px;padding-bottom: 50px;}
	
	.title-area h1 {font-size:40px;}
	h3 {font-size:32px;line-height: 42px;}
	
	#galRow .jawn-gallery {display: grid; grid-template-columns: 1fr 1fr;height: auto !IMPORTANT;gap: 5px;}
    #galRow .gutter-sizer {display: none;}
    #galRow .gallery-image {position: unset !important;width: 100%;margin: 0;}
    #galRow {padding-bottom: 75px !important;}
	#galRow .gallery-image img {object-fit: cover;height: 150px;width: 100%;}
	#galRow .gallery-image a {position: relative;}
}

