/*
 Theme Name:   Briar Ridge Commons Child Theme
 Author:       MSonder
 Template:     twentynineteen
*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #483f32;
	font-family: "Wix Madefor Display", sans-serif;
	font-size: 18px;
	line-height: 32px;

	background: #fdf9f4;
}

body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}

a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.responsive {width: 90%;}

/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */

		.home #header-wrapper {
			width: 100%;
			height: auto;
			background: #b0ae8e;
		}
		#header-wrapper {
			width: 100%;
			height: auto;
			background: #b0ae8e;
		}

		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
			position: relative;		
			display: flex;
			align-items: center;
			border-bottom: 1px solid black;
		}		
		#header #logo {flex-grow: 1;}
		#logo img {width: auto;}


			/* Resident Portal dropdown */
			ul.top-menu {margin: 0;padding: 0px 0 0 0;display: inline-block;}
			ul.top-menu li {list-style: none;position: relative;float: right;}
			ul.top-menu li:hover {cursor: default;}

			ul.top-menu li a i {
				font-size: 16px;
				color: #296239;
				margin-right: 5px;
			}
			ul.top-menu li a {
			  display: block;
			  font-size: 18px;
			  font-weight: 500 !important;
			  text-align: center;
			  line-height: 15px !important;
			  padding: 10px 10px;
			  width: 100%;
			  color: #000;
			  -webkit-transition: all 0.25s ease-in-out;
			  -moz-transition: all 0.25s ease-in-out;
			  -o-transition: all 0.25s ease-in-out;
			  transition: all 0.25s ease-in-out;
			}
			ul.top-menu li a:hover, ul.top-menu li.current-menu-item a, ul.top-menu li a:focus {background: #f8f2eb;}

			ul.top-menu li ul {
				position: absolute;
				left: -9999em;
				width: auto;
				margin: 0;
				padding: 0;
				list-style-type: none;
				white-space: nowrap;
			}
			ul.top-menu li:hover ul {left: 0; z-index: 2147483647; box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);}
			ul.top-menu li:hover ul li {float: none;width: 100%;position: relative;}
			ul.top-menu li:hover ul li a {
				display: block;
				line-height: 40px;
				font-size: 16px;
				text-transform: none;
				text-shadow: none;
				text-align: left !important;
				padding-left: 10px;
				background: #fff;
				border-bottom: 2px solid #ebe7e3;
				width: 100%;
				color: #222222;
			}
    		ul.top-menu li:hover ul li a:hover {background: #ebe7e3;border-bottom: none;}





		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
		}
		.content-wrapper a {color: #264f32; text-decoration: underline; line-height: 20px;}
		.content-wrapper a:hover {color: #173720; text-decoration: none;}
				
		
		.wp-block-cover.alignfull {
			max-width: 100vw;
			width: auto;
			padding: 80px 0 60px 0;
            overflow-x: hidden !important;
		}
		.alignfull .wp-block-cover__inner-container {max-width: 1400px;}

        .wp-block-columns.is-layout-flex {gap: 2em !important;}

		.wp-block-cover.has-parallax,
        .wp-block-cover__image-background.has-parallax {background-attachment: fixed !important;}

        .cta-light {
            -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
            padding: 20px 15px;
		   border-radius: 8px;
			border: 1px solid #b0ae8e;
        }
       .cta {
            background: #ffffff;
            -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
            padding: 20px 15px;
		   border-radius: 8px;
        }

/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
	
	button#menuToggle {display: none;}

	ul.menu {margin: 0; margin-right: 20px; padding: 0px 0 0 0;}
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 40px;
		font-size: 16px;
		font-weight: 600;
	  	text-align: center;
		padding: 0 10px;
		width: 100%;
		color: #222222;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li a:focus {background: #f8f2eb;}

    ul.menu li.menu-item-has-children a:after {
        content: '\f0d7';
        font-family: "Font Awesome 6 Pro";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        font-size: 14px;
        color: #296239;
    }
	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

    ul.menu li:hover ul {
        left: 0;
        -webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
        box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
    }
    ul.menu li:hover ul li {
        float: none;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    ul.menu li:hover ul li a {
        display: block;
        line-height: 45px;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
		letter-spacing: 0px;
        text-shadow: none;
        text-align: left !important;
        padding: 0 30px 0 10px;
        background: #fff;
        border-bottom: 2px solid #ebe7e3;
        width: 100%;
        color: #222222;
        text-decoration: none;
    }
    ul.menu li:hover ul li a:hover {
        background: #ebe7e3;
        border-bottom: 2px solid #fff;
    }

    /* sub menu fix */
    ul.menu li.menu-item-has-children:hover ul li a:after {
        content: '';
        display: none;
    }


/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */

		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #1c4227;
		}	
		#copyright {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 15px 0;
			background: #1c4227;
			font-family: "Wix Madefor Display", sans-serif;
			font-size: 14px; 
			line-height: 18px; 
			color: #ffffff;
			text-align: center;
		}
		#copyright a {color: #ffffff; text-decoration: none;}
		#copyright a:hover {color: #cfcfcf; text-decoration: underline;}


/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
.hero-slogan {padding: 40px;}


h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
	
h1, .wp-block-cover h1:not(.has-text-color) {
	color: #004433;
	font-family: "Libre Caslon Text", serif;
	font-size: 64px;
	line-height: 72px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	margin-bottom: 25px;
}

.floorplan-heading {display: flex; align-items: center;}


h2, .wp-block-cover h2:not(.has-text-color) {
	color: #004433;
	font-family: "Libre Caslon Text", serif;
	font-size: 56px;
	line-height: 62px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	margin-bottom: 30px;
}

h3, .wp-block-cover h3:not(.has-text-color) {
	color: #296239;
	font-family: "Libre Caslon Text", serif;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	margin-bottom: 25px;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr,
hr.is-style-wide {
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: center;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

	blockquote {	
		border-left: 12px solid #296239 !important;
		background: #e4e4e0;
		color: #000; 
		padding: 20px 10px 20px 40px !important;
	}
	blockquote p {padding: 0;}
	blockquote a {color: #000 !important; font-weight: bold;}		
	blockquote a:hover {color: #296239 !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}


	a.wp-block-button__link {
		display: inline-block;
		background: #615d29;
		font-family: "Wix Madefor Display", sans-serif;
		color: #fff !important;
		font-size: 18px;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 0px;
		border-radius: 8px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {background: #474417; color: #e0f3e5 !important;}







/*	--------------------------------------------------
	:: Photo Gallery styles
	-------------------------------------------------- */

.gallery-container-album {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}
.gallery-container-album > .gallery-item-album {
    flex: 0 0 32%;
    display: flex;
    flex-direction: column;
}

.gallery-container > .gallery-item {text-align: left !important;}
.gallery-container > .gallery-item h3 {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #296239;}
.gallery-item .gallery-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 285px;
    margin-bottom: 15px;
}
.gallery-item img {flex-shrink: 0;}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 :: PAGINATION 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagination {text-align: center;}
.pagination_wrapper {
    margin: 10px 0 30px 0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.pagination_wrapper .page-numbers {padding: 10px 20px;}
.pagination_wrapper a {text-decoration: none;}
.pagination_wrapper .page-numbers {background-color: #e4eef0; margin: 0 5px}
.pagination_wrapper .current {background-color: #1c3f5a; color: #fff;}
.pagination_wrapper .prev {margin-right: 8px;}




.pquote {
  border-top: 2px solid #b0ae8e !important;
  border-bottom: 2px solid #b0ae8e !important;
  background: #fcf9ee;
  padding: 30px 10px 15px 40px;
}



/* Archive Property Styles */
.available-rentals {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%
}
.archive-listing {
  display: flex;
  width: 25%;
}
.archive-listing a {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background: #fff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: normal;
  padding-bottom: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  border: 1px solid #eaeaea;
  transition: all 0.3s;
  margin: 15px 0;
}
.archive-listing a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}
.listing-content {
  flex: 1;
}
.archive-listing .address {
  font-size: 16px;
  color: #727272;
  margin: 15px 0;
}
.archive-listing i {
  font-size: 14px;
  color: #b0ae8e;
}
.archive-listing .price {
  font-size: 22px;
  /*color: #981d20;*/
  color: #222222;
}
.archive-listing .available {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 300;
}
.archive-listing .featured-amenities {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.archive-listing .headline {
  background: #232a3c;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.archive-listing .g33 {
  font-size: 16px;
}
.archive-listing hr {
  background: #296239;
  margin: 5px 0 10px 0;
  height: 2px;
}
.archive-listing a .listing-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 240px;
}
.archive-listing a img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
/* Single Property Styles */
.single-listings .content {
  padding: 20px 0px 50px 0px !important;
}
.single-listings h1 {
  font-size: 30px;
}
h1.county {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #303030;
  text-align: center;
  margin-top: 0px;
}
.county {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
/*.property-details {

  padding-top: 25px !important;

}*/
.g50.padding.property-details p {font-size: 16px;}
.property-details i {
	font-size: 14px;
	color: #a2a2a2;
	margin-right: 10px;
}
.property-details .price {font-size: 22px;}
.property-details .deposit {font-size: 18px; color: #222222;}


#video-pop-up {transition: all .3s ease-in;}
#video-pop-up .video-container {
	display: none;
	opacity: 0;
	transition: all .3s ease-in;
}
#video-pop-up .video-pop-wrapper-pop-up {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	z-index: 10000;
	opacity: 1;
	transition: all .3s ease-in;
}
#video-pop-up .video-pop-up {
	display: block;
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10001;
	opacity: 1;
	transition: all .3s ease-in;
}
.video-container {
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 */
	position: relative;
}
#video-pop-up .video-pop-wrapper-pop-up iframe {position: relative;}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.single-listings hr {
  margin: 20px 0 25px 0;
}
.property-details-large {
  font-size: 28px;
}
.property-details-large i {
  font-size: 22px;
  color: #981d20;
}
.property-details-large a {
  font-size: 28px;
  color: #981d20;
  text-decoration: none;
  line-height: 38px;
  letter-spacing: 0px;
  font-weight: 300;
}
/* Community Styles */
.community-single-address p {
  padding-bottom: 0px !important;
}
.community-logo {
  margin: 10px auto;
  display: block;
  max-width: 300px;
}
.interactive-map img {
  margin: 0 auto;
  display: block;
  /*max-width: 560px;*/
}
img.featured {
  width: 100%;
}
.tax-community .page-title h1 {
  color: #fff;
  background: rgba(0, 0, 0, .4);
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  font-size: 60px;
  margin: 0px;
  line-height: 72px;
  margin-bottom: 0px !important;
  padding: 300px 0 100px 0;
  font-weight: 900;
}
.community-listings {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%
}
.community-listings a .listing-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 200px;
}
.community-listings a img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.community-single-address {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #981d20;
}
.community-floor-plans {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%
}
.floor-plan {
  display: flex;
  flex-direction: column;
  /*flex: 1;*/
}
/* TAB STYLES */
.tabbed {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
/* hiding the inputs */
.tabbed [type="radio"] {
  display: none;
}
.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  justify-content: center;
}
.tab {
  padding: 0 5px;
}
.tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #eaeaea;
  background: #fcf9ee;
  color: #979797;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.tab:hover label {
  border-top-color: #333;
  color: #333;
}
.tab-content {
  display: none;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label, .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label, .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label, .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label {
  border-bottom-color: #fff;
  border-top-color: #981d20;
  background: #fff;
  color: #0f2e52;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1), .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2), .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3), .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}
/* Numeric Paging Nav */
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.navigation li a:hover, .navigation li.active a {
  background-color: #3C8DC5;
}


/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */

input, textarea, select {
    border: 0px !important;
	background: #fff !important;
	border-bottom: 2px solid #f5f5f5;
    font-family: inherit;
    padding: 10px !important;
	width: 100%;
}
select {padding: 14px !important;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #f4ebdf !important;
	border-bottom: 2px solid #eaeaea;
    font-family: inherit;
    padding: 10px !important;
}
select:focus {padding: 14px !important;}

    .gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 100%;
	}
	.ginput_complex.ginput_container_address .address_city {
		width: 32% !important;
        margin: 0px 1% 0px 1% !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 32% !important;
        margin: 0px 1% 0px 0px !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_zip {
		width: 33% !important;
        margin: 0px!important;
		padding: 0 !important;
		display: block;
		float: right;
		flex: unset !important;
	}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #615d29 0%, #615d29 100%) repeat scroll 0 0 !important;
    border-bottom: 2px solid #615d29 !important;
    color: #fff;
    display: inline-block;
    padding: 20px 30px !important;
	font-family: "Wix Madefor Display", sans-serif;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 18px;
    width:auto;
    border-radius: 0px;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #474417 0%, #474417 100%) repeat scroll 0 0 !important;
    color: #efe9e8 !important;
}



/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div.content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}



/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1400px) {
	.responsive {width: 1400px !important;}
}

@media screen and (max-width: 1400px) {
    .alignfull .wp-block-cover__inner-container {max-width: 90%;}
}

@media screen and (min-width: 801px) {.opensub {display: none;}} 

@media screen and (max-width: 800px) {
	
	#header {display: block; text-align: center;}

	.floorplan-heading {display: block;}
	
	/* ********* Mobile Navigation Styles ********** */
	button#menuToggle {
		display: block;
		border: 0;
		background: #242424 !important;
		border-bottom: transparent !important;
		padding: 10px 0;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700; 
		border-radius: 0px !important;
	}
	button#menuToggle:hover, #menuToggle:focus {background: #242424 !important;}

	.menu-content {display: none;}

	.menu-content .right {float: none !important;}
	ul.menu {background: #242424;}
	ul.menu li {float: none; width: 100%;text-align: center; border-bottom: 1px solid #4e4e4e;}
	ul.menu li a {color: #fff;}
	ul.menu li a:hover,
	ul.menu li.current-menu-item a,
	ul.menu li a:focus {color: #fff; background: #242424;}

    ul.menu li.menu-item-has-children a:after {content: '' !important;}
	
	/* submenu */
	ul.sub-menu {display: none;}
	ul.menu li ul {
		position: static;
		left: 0;
		width: auto;
	}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
	}
	ul.menu li:hover ul li:hover {text-align: center;}
	
		ul.menu li ul li {
			background: #303030;
			border-bottom: 0px solid transparent !important;
		}	
		ul.menu li ul li a {
			line-height: 30px !important;
			font-weight: 300 !important;
			text-transform: none !important;
			letter-spacing: 0px !important;
		}	
	
    ul.menu li .opensub {
        color: #9d9d9d;
        background: #4e4e4e;
        position: absolute;
        right: 0px;
        font-size: 20px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        width: 44px;
        cursor: pointer;
    }    
	
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
}

@media screen and (max-width: 600px) {
	.responsive {width: 90% !important;}
}

@media screen and (max-width: 480px) {	
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}
}