/*
 Theme Name:   Stoltzfus Realty 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: #121212;
	font-family: 'IBM Plex Serif', serif;
	font-size: 18px;
	line-height: 30px;

	background: #fff;
}

body.admin-bar {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}



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
	-------------------------------------------------- */

		#header-wrapper {
			width: 100%;
			height: auto;
			background: #121212;
		}
		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}		

		#logo img {width: 100%;}	

		.location {
			font-family: 'Roboto', sans-serif;
			color: #fff;
			font-size: 16px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
				
		.phone a {
			display: inline-block;
			background: #121212;
			border: 2px solid #fff;
			font-family: 'Roboto', sans-serif;
			color:#fff !important;
			font-size: 16px;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-weight: 400;
			margin: 10px 0;
			padding: 10px 30px;
			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;
		}
		.phone a:hover {background: #202020; border: 2px solid #c6c6c6; color: #c6c6c6 !important;}


		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
		}
		.content-wrapper a {color: #121212; font-weight: 600; text-decoration: underline; line-height: 20px;}
		.content-wrapper a:hover {color: #343434; 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: 1200px;}

        .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 {
            background: #ffffff;
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            padding: 20px;
			border-radius: 0px;
			border-bottom: solid 15px #121212;
        }

/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
	
		
#nav-wrapper {
	height: auto;
	margin: 0;
	padding: 0;
	background: #121212;
}

#nav-bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #606060;
}
		
	button#menuToggle {display: none;}

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {}
	ul.menu li:first-child a {}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 55px;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 3px;
	  	text-align: center;
		padding: 0 24px;
		width: 100%;
		color: #fff;
		border-bottom: 4px solid transparent;
		text-transform: uppercase;
		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.current-menu-item a, ul.menu li a:focus {background: #202020; color: #c6c6c6 !important; border-bottom: 4px solid #c6c6c6;}

/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


		#prefooter-wrapper {
			height: auto; 
			width: 100%;
			background: #000 url(images/prefooter-bg.jpg) no-repeat scroll center center / cover;
		}		
		#prefooter {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 80px 0 40px 0;
			font-family: 'IBM Plex Serif', serif; 
			font-size: 24px; 
			line-height: 30px; 
			color: #121212;
			text-align: center;
		}



		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #ffffff;
		}		
		#footer {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 80px 0 40px 0;
			background: #ffffff;
			font-family: 'IBM Plex Serif', serif; 
			font-size: 24px; 
			line-height: 30px; 
			color: #121212;
			text-align: center;
		}
		#footer a {color: #121212; text-decoration: none;}
		#footer a:hover {color: #121212; text-decoration: underline;}
	
			#footer b {font-weight: 600;}
			#footer p {font-size: 18px; font-weight: 400;}

			#footer .footer-links {
				color: #121212;
				text-transform: uppercase;
				font-size: 16px;
				font-weight: 400;
				letter-spacing: 1px;
			}
			#footer .footer-links i {margin-left: 30px;}

		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #ffffff;
		}	
		#copyright {
			border-top: 1px solid #d9d9d9;
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 10px 0;
			background: #ffffff;
			font-family: 'IBM Plex Serif', serif;  
			font-size: 12px; 
			line-height: 18px;
			font-weight: 600;
			color: #000000;
			text-align: center;
		}
		#copyright a {color: #000000; text-decoration: underline;}
		#copyright a:hover {color: #000000; text-decoration: none;}






/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
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: #000;
	font-family: 'Roboto', sans-serif; 
	font-size: 48px;
	line-height: 60px;
	font-weight: 100 !important;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
h1 strong {font-weight: 700;}

h2, .wp-block-cover h2:not(.has-text-color) {
	color: #121212;
	font-family: 'IBM Plex Serif', serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

h3, .wp-block-cover h3:not(.has-text-color) {
	color: #121212;
	font-family: 'IBM Plex Serif', serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
h3:after, .wp-block-cover h3:not(.has-text-color):after {
   background: #121212;
   bottom: -10px;
   content: "";
   display: block;
   height: 3px;
   position: relative;
   width: 60px;
}


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 #ec1f27 !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: #ec1f27 !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}

	.white a.wp-block-button__link {
		display: inline-block;
		background: transparent;
		border: 2px solid #fff;
		font-family: 'IBM Plex Serif', serif;
		color:#fff !important;
		font-size: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 0px !important;
		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;
	}
	.white a.wp-block-button__link:hover {background: #fff; color: #121212 !important;}

	.entry .entry-content a.wp-block-button__link, 
	.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background),
	a.wp-block-button__link {
		display: inline-block;
		background: transparent;
		border: 2px solid #121212;
		font-family: 'IBM Plex Serif', serif;
		color:#121212 !important;
		font-size: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 0px !important;
		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;
	}
	.entry .entry-content a.wp-block-button__link:hover,
	.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background):hover,
	a.wp-block-button__link:hover {background: #202020; border: 2px solid #c6c6c6; color: #c6c6c6 !important;}


/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

.hentry {padding: 0px !important;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 0px 0 0px !important;
}
.entry .entry-content {
	max-width: 100%;
	margin: 0 0%;
	padding: 0 0;
}

.widget h2.wp-block-heading {
	font-family: 'IBM Plex Serif', serif;
    margin: 0 0 10px !important;
    padding: 5px 10px !important;
	color: #121212 !important;
	font-weight: 100;
	font-style: normal !important;
}
.widget {
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	padding: 20px;
	border-radius: 0px;
	border-bottom: solid 15px #121212;
    margin: 0 0 24px;
}

.widget ul {list-style-type: none;padding-left: 0;}
.widget li {
    padding: 10px 15px;
	background: #f3f3f3;
	margin: 0 0 10px;
	font-family: 'IBM Plex Serif', serif;
}
.widget li:hover {background: #dadada;}


.widget li a {
	color: #121212 !important;
    line-height: 20px;
    text-decoration: underline;
	font-size: 16px;
}

	.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	  border: 0px solid #949494;
	  padding: 0px;
	}
	.widget input[type="search"] {border: 2px solid #c6c6c6 !important;background: #f3f3f3 !important; padding: 5px 10px !important;}
	.widget input[type="search"]:focus {border: 2px solid #c6c6c6 !important;background: #dadada !important; padding: 5px 10px !important;}

button.wp-block-search__button {
	background: #121212 !important;
    border: 2px solid #121212 !important;
    color: #fff;
    padding: 10px 20px !important;
    font-family: 'IBM Plex Serif', serif;
}

button.wp-block-search__button:hover, button.wp-block-search__button:focus {
    background: #313131 !important;
	border: 2px solid #c6c6c6 !important;
    color:#c6c6c6 !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;}



#kv-properties-search-form .kv-properties-search-filters .kv-filters-control-container {display: none !important;}


/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- 


input, textarea, select {
    border: 0px !important;
	background: #f5f5f5 !important;
    font-family: inherit;
    padding: 20px 30px !important;
	border-radius: 4px !important;
	width: 100%;
}
select {padding: 14px !important;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #eaeaea !important;
    font-family: inherit;
    padding: 20px 30px !important;
	border-radius: 4px !important;
}
select:focus {padding: 14px !important;}
*/



.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    border: 0px !important;
	background: #f5f5f5 !important;
    font-family: inherit;
    padding: 20px 30px !important;
	border-radius: 4px !important;
	width: 100%;
}
.gform_wrapper select {padding: 14px !important;}
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
	width: auto;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
    border: 0px;
	background: #eaeaea !important;
    font-family: inherit;
    padding: 20px 30px !important;
	border-radius: 4px !important;
}
.gform_wrapper 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;
	}

#prefooter-wrapper button, #prefooter-wrapper input[type="submit"], #prefooter-wrapper input[type="button"] {
	background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff;
    padding: 20px 30px !important;
}

#prefooter-wrapper button:hover, #prefooter-wrapper button:focus, #prefooter-wrapper input[type="submit"]:hover, #prefooter-wrapper input[type="submit"]:focus, #prefooter-wrapper input[type="button"]:hover, #prefooter-wrapper input[type="button"]:focus {
    background: #fff !important;
	border: 2px solid #c6c6c6 !important;
    color:#121212 !important;
}


.gform_wrapper input.gform_button {
	background: #121212 !important;
    border: 2px solid #121212 !important;
    color: #fff;
    display: inline-block;
    padding: 10px 20px !important;
    font-family: 'Fraunces', serif !important;
    text-decoration: none;
	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    width:auto;
	border-radius: 4px !important;
}

.gform_wrapper input.gform_button:hover, .gform_wrapper input.gform_button:focus {
    background: #313131 !important;
	border: 2px solid #c6c6c6 !important;
    color:#c6c6c6 !important;
}

/*

button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #121212 !important;
    border: 2px solid #121212 !important;
    color: #fff;
    display: inline-block;
    padding: 10px 20px !important;
    font-family: 'IBM Plex Serif', serif;
    text-decoration: none;
	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    width:auto;
	border-radius: 4px !important;
}

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: #313131 !important;
	border: 2px solid #c6c6c6 !important;
    color:#c6c6c6 !important;
}


*/

/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	.responsive {width: 1200px !important;}
}

@media screen and (max-width: 1200px) {
    .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 {width: 100% !important;}
	#header {display: block; text-align: center;}
    #logo img {width: 80%;}
	.hero .wp-block-spacer {display: none;}
	
	/* ********* 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 ;}

	/* 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 .opensub {
        color: #fff;
        background: #4e4e4e;
        position: absolute;
        right: 0px;
        font-size: 20px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        cursor: pointer;
    }    
	
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
	
	.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;}
	
	#nav-bg.responsive {width: 100% !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;}

}