/*
 Theme Name:   Lauren Liess 2019
 Theme URI:    https://www.coreymwinter.com
 Description:  Lauren Liess 2019 Wordpress Theme
 Author:       Corey Winter
 Author URI:   https://www.coreymwinter.com
 Template:     understrap
 Version:      1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  cmw2019
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/


/* --------------------
		UNIVERSAL
-------------------- */

@font-face {
    font-family: minionpro;
    src: url(/wp-content/themes/liess2019/fonts/minionpro.eot);
    src: url(/assets/fonts/minionpro.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/liess2019/fonts/minionpro.woff) format('woff'), url(/wp-content/themes/liess2019/fonts/minionpro.ttf) format('truetype'), url(/wp-content/themes/liess2019/fonts/minionpro.svg#minionpro) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: minionpro;
    src: url(/wp-content/themes/liess2019/fonts/minionpro_bold.eot);
    src: url(/assets/fonts/minionpro_bold.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/liess2019/fonts/minionpro_bold.woff) format('woff'), url(/wp-content/themes/liess2019/fonts/minionpro_bold.ttf) format('truetype'), url(/wp-content/themes/liess2019/fonts/minionpro_bold.svg#minionpro_bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: minionpro;
    src: url(/wp-content/themes/liess2019/fonts/minionpro_italic.eot);
    src: url(/wp-content/themes/liess2019/fonts/minionpro_italic.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/liess2019/fonts/minionpro_italic.woff) format('woff'), url(/wp-content/themes/liess2019/fonts/minionpro_italic.ttf) format('truetype'), url(/wp-content/themes/liess2019/fonts/minionpro_italic.svg#minionpro_italic) format('svg');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: minionpro;
    src: url(/wp-content/themes/liess2019/fonts/minionpro_bold_italic.eot);
    src: url(/wp-content/themes/liess2019/fonts/minionpro_bold_italic.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/liess2019/fonts/minionpro_bold_italic.woff) format('woff'), url(/wp-content/themes/liess2019/fonts/minionpro_bold_italic.ttf) format('truetype'), url(/wp-content/themes/liess2019/fonts/minionpro_bold_italic.svg#minionpro_bold_italic) format('svg');
    font-weight: 700;
    font-style: italic
}

html {background: #fff;}

body {
	background: #fff;
	font-family: minionpro, Baskerville, Georgia, Palatino, "Times New Roman", serif;
    font-weight: lighter;
    color: #000;
	font-size: 16px;
	line-height: 1.3;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	text-align: left;
}

img {
	border: none;
}

img a {
	border: none;
}

* {
	-webkit-text-size-adjust:none;
}

.responsive-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
}

.responsive-container iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

img.imagecircle {
	border-radius: 50%;
}

.fadeblock {
    opacity: 0;
}




/* -------------------
	MOBILE RESETS
-------------------- */

.mobilehide {
    display: block !important;
}
    
.mobileshow {
    display: none !important;
}

.phonehide {
    display: block !important;
}

.phoneshow {
    display: none !important;
}

.mobilebotpadding {
    padding-bottom: 50px !important;
}

@media screen and (max-width: 680px) {
    .phonehide {
        display: none !important;
    }
    
    .phoneshow {
        display: block !important;
    }
}

@media screen and (max-width: 1000px) {
    .mobilehide {
        display: none !important;
    }
    
    .mobileshow {
        display: block !important;
    }
}

.smallmobilehide {
    display: block !important;
}
    
.smallmobileshow {
    display: none !important;
}

.smallmobilebotpadding {
    padding-bottom: 50px !important;
}

@media screen and (max-width: 780px) {
    .smallmobilehide {
        display: none !important;
    }
    
    .smallmobileshow {
        display: block !important;
    }
}



/*--------------------
	BOOTSTRAP RESETS
--------------------*/

#full-width-page-wrapper .container-fluid,
#squeeze-wrapper .container-fluid,
#home-wrapper .container-fluid, 
#search-wrapper .container-fluid,
#archive-wrapper .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#full-width-page-wrapper .container-fluid #primary.col-md-12, 
#squeeze-wrapper .container-fluid #primary.col-md-12,
#home-wrapper .container-fluid #primary.col-md-12, 
#search-wrapper .container-fluid #primary.col-md-12,
#archive-wrapper .container-fluid #primary.col-md-12 {
	padding: 0;
}

#main.site-main {
	width: 100%;
}

.page-link:focus {
    box-shadow: none;
}

.form-control:focus, 
.wpcf7 .wpcf7-validation-errors:focus, 
.wpcf7 input[type=color]:focus, 
.wpcf7 input[type=date]:focus, 
.wpcf7 input[type=datetime-local]:focus, 
.wpcf7 input[type=datetime]:focus, 
.wpcf7 input[type=email]:focus, 
.wpcf7 input[type=file]:focus, 
.wpcf7 input[type=month]:focus, 
.wpcf7 input[type=number]:focus, 
.wpcf7 input[type=range]:focus, 
.wpcf7 input[type=search]:focus, 
.wpcf7 input[type=submit]:focus, 
.wpcf7 input[type=tel]:focus, 
.wpcf7 input[type=text]:focus, 
.wpcf7 input[type=time]:focus, 
.wpcf7 input[type=url]:focus, 
.wpcf7 input[type=week]:focus, 
.wpcf7 select:focus, 
.wpcf7 textarea:focus {
	border-color: #00AEEF;
}

@media screen and (max-width: 781px) {
    .wp-block-column {
        min-width: 100%;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }
}




/* --------------------
	TYPOGRAPHY
-------------------- */

h1, .h1 {font-size:20px;}
h2, .h2 {font-size:16px;}
h3, .h3 {font-size:16px;}
h4, .h4 {font-size:14px;}
h5, .h5 {font-size:12px;}
h6, .h6 {font-size:12px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #000; 
    letter-spacing:0px; 
    font-weight: normal; 
    -webkit-font-smoothing:antialiased; 
    font-family: minionpro, Baskerville, Georgia, Palatino, "Times New Roman", serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    letter-spacing: .1em;
    line-height:1.3
}

.wp-block-column h4 {
    margin: 25px auto;
    margin-bottom: 25px !important;
}

p {
    font-size: 15px;
    line-height: 2.0;
    font-weight: 400;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	p {
		font-size: 18px !important;
	}
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    opacity: 0.6;
    color: #000;
}

hr {
    width: 15px;
    border-top: 1px solid #000;
    margin: 20px auto;
}


.button, .wp-block-button__link {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border-radius: 0;
	font-family: minionpro, Baskerville, Georgia, Palatino, "Times New Roman", serif;
	padding: 10px 50px;
	display: table;
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border: 1px solid #000;
    min-width: 100px;
    color: #000;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
}

.button:hover, .wp-block-button__link {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

a.button:hover, a.wp-block-button__link:hover {
    opacity: 1.0;
}



.helvetica {
	font-family: Helvetica, Arial, sans-serif;
}

.serif {
	font-family: Serif !important;
}




/* --------------------
	TYPOGRAPHY DECORATION
-------------------- */


.center {
        text-align: center;
}

.centeralign, .aligncenter, .centercol, .colcenter {
	margin: 0 auto;
	display: table;
	float: none;
}

.right {
        text-align: right;
}

.left {
        text-align: left;
}

.imageright {
    float: right;
    width: 40%;
}

.imageleft {
    float: left;
    width: 40%;
}

.textleft {
    float: left;
    width: 55%;
}

.textright {
    float: right;
    width: 55%;
    text-align: right;
}

.fs10 {font-size: 10px !important;line-height: 16px !important;}
.fs12 {font-size: 12px !important;line-height: 18px !important;}
.fs14 {font-size: 14px !important;line-height: 20px !important;}
.fs16 {font-size: 16px !important;line-height: 24px !important;}
.fs18 {font-size: 18px !important;line-height: 26px !important;}
.fs20 {font-size: 20px !important;line-height: 26px !important;}
.fs22 {font-size: 22px !important;line-height: 30px !important;}
.fs24 {font-size: 24px !important;line-height: 30px !important;}
.fs26 {font-size: 26px !important;line-height: 32px !important;}
.fs28 {font-size: 28px !important;line-height: 34px !important;}
.fs30 {font-size: 30px !important;line-height: 36px !important;}
.fs32 {font-size: 32px !important;line-height: 38px !important;}
.fs34 {font-size: 34px !important;line-height: 40px !important;}
.fs36 {font-size: 36px !important;line-height: 42px !important;}
.fs38 {font-size: 38px !important;line-height: 44px !important;}
.fs40 {font-size: 40px !important;line-height: 46px !important;}
.fs46 {font-size: 46px !important;line-height: 50px !important;}
.fs50 {font-size: 50px !important;line-height: 54px !important;}
.fs54 {font-size: 54px !important;line-height: 58px !important;}
.fs72 {font-size: 72px !important;line-height: 80px !important;}
.fs100 {font-size: 100px !important;line-height: 115px !important};
.fs130 {font-size: 130px !important;line-height: 145px !important;}

.upper, .uppercase {
    text-transform: uppercase !important;
}

.lower, .lowercase {
    text-transform: lowercase !important;
}

.textregular {
    text-transform: none !important;
}

.ultralight {font-weight:100;}

.light, .light-weight, .lighter {
    font-weight: 300 !important;
}

.normal, .normal-weight {
    font-weight: 400 !important;
}

.bold, .strong {
    font-weight: 600 !important;
}

.extrabold {
    font-weight: 700 !important;
}

.heavy {
    font-weight: 800 !important;
}

.italic {
    font-style: italic;
}

.wide {
    letter-spacing: 3px;
}

.tight {
    letter-spacing: -.25px;
}

.si {
    text-decoration: line-through;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .textleft, .textright, .imageleft, .imageright {
        float: none !important;
        width: 100% !important;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    
    .imageleft img, .imageright img {
        float: none;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 1000px) {
   
    .imageright {
        float: left;
        width: 40%;
    }
    
    .textleft {
        float: right;
        width: 55%;
    }
    
    .textright {
        text-align: left;
    }

}





/* --------------------
	PADDING AND MARGINS
-------------------- */

.capsule {
	width: 90%;
	margin: 0 auto;
}

.nomargin {
	margin: 0 !important;
}

.margintop30 {
	margin-top: 30px !important;
}

.margintop50 {
	margin-top: 50px;
}

.nobotpad, .padbot0 {
    padding-bottom: 0px !important;
}

.padtop10 {
	padding-top: 10px;
}

.padbot10 {
    padding-bottom: 10px;
}

.padtop15 {
    padding-top: 15px;
}

.padbot15 {
    padding-bottom: 15px;
}

.pad15 {
    padding: 15px 0;
}

.pagesection15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padtop30 {
    padding-top: 30px !important;
}

.padbot30 {
    padding-bottom: 30px;
}

.pad30 {
    padding: 30px 0;
}

.pagesection30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padtop50 {
    padding-top: 50px;
}

.padbot50 {
    padding-bottom: 50px;
}

.pad50 {
    padding: 50px 0;
}

.pagesection50 {
	padding-top: 50px;
    padding-bottom: 50px;
}

.marginbottom0 {
    margin-bottom: 0px !important;
}

.hidden {
    display: none;
}

.mobilebotpadding {
    padding-bottom: 50px !important;
}

.smallwrapper {
	width: 100%;
	max-width: 600px;
	display: table;
	margin: 15px auto;
}


@media screen and (max-width: 1000px) {
    .mobilebotpadding {
        padding-bottom: 0px !important;
    }

}




/* --------------------
		COLORS
-------------------- */

.green {
    color: #66c9c3 !important;
}

.darkgreen {
    color: #287c7e !important;
}

.lightpurple {
    color: #862783 !important;
}

.purple {
    color: #582564 !important;
}

.gold {
    color: #b79b62 !important;
}

.black {
	color: #252525 !important;
}

.darkgray {
    color: #4d4d4d !important;
}

.gray {
    color: #9a9a9a !important;
}

.lightgray {
    color: #eaeaea !important;
}

.white {
    color: #ffffff !important;
}




/********** BACKGROUND COLORS ***********/

.greenbg {
	background: #66c9c3;
}

.darkgreenbg {
	background: #287c7e;
}

.lightpurplebg {
	background: #862783;
}

.purplebg {
	background: #582564;
}

.goldbg {
	background: #b79b62;
}

.darkgoldbg {
	background: #8e806b;
}

.darkgraybg {
	background: #4d4d4d;
}

.graybg {
	background: #9a9a9a;
}

.lightgraybg, .graysection {
	background: #eaeaea;
}

.whitebg, .whitesection {
	background: #ffffff;
}

.yellowbg {
	background: #c0a737;
}

.blacksection {
	background: #252525;
}





/* --------------------
		STRUCTURE
-------------------- */

#page-wrapper, #search-wrapper, #archive-wrapper {
	margin-top: 72px;
}

@media screen and (max-width: 550px) {
	#page-wrapper, #search-wrapper, #archive-wrapper {
		margin-top: 15px;
	}
}

@media screen and (min-width: 551px) and (max-width: 845px) {
	#page-wrapper, #search-wrapper, #archive-wrapper {
		margin-top: 15px;
	}
}

.wrapper {
	padding: 0;
}

#headerwrapper {
	position: relative;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 80px auto 60px;
}

#headerwrapper .col-md-2 {
    width: 190px;
}

#headerlogo {
    width: 100%;
    display: table;
    margin: 0 auto;
}

#headerlogo img {
    width: 120px;
}

.pageleft {
	max-width: 48%;
	float: left;
}

.pageright {
	max-width: 48%;
	float: right;
}

.colleft {
	max-width: 48%;
	margin: 0 auto auto 0;
}

.colright {
	max-width: 48%;
	margin: 0 0 auto auto;
}

.threecolumn {
	width: 31%;
	margin-right: 3%;
	display: inline-block;
	height: fit-content;
}

.threecolumn:last-of-type {
	margin-right: 0;
}

.imagebackground {
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}

.alignparent {
	position: relative;
}

.alignbottom {
	position: absolute;
	bottom: 0;
}

.vertcenter, .vertalign {
    margin-top: auto;
    margin-bottom: auto;
}

.content-block-text {
    display: table;
    width: 80%;
    margin: 0 auto;
}

.content-block-text p,
.content-block-text h2 {
    text-align: center;
}

.content-block-text h2 {
    margin-top: 15px;
}

.content-block-image {
    width: 100%;
    height: 450px;
    display: table;
    background-size: cover;
    background-position: center;
}

.content-block-text .button {
    margin-top: 25px;
}

.wp-block-columns.has-2-columns {
    align-items: center!important;
}


@media screen and (max-width: 980px) {
	.pageleft, .pageright {
		float: none;
		width: 100%;
		margin-bottom: 50px;
		max-width: 100%;
	}
	
	.threecolumn {
		width: 100%;
		margin: 0 0 25px;
	}

	.colleft, .colright {
		max-width: 100%;
		margin: 25px auto;
	}
	
}

@media screen and (max-width: 500px) {
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 1000px) {
    body.page-template-default.page #contentwrapper .container {
        max-width: 100%;
        padding-left: 0;
        overflow: hidden;
        padding-right: 0;
    }

    body.page-template-default.page #contentwrapper .entry-content {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-block-text {
        margin: 0 auto 50px;
    }
    .content-block-image {
        margin: 0 auto 25px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    body.page-template-default.page #contentwrapper .entry-content {
      max-width: 540px; } }
@media (min-width: 768px) and (max-width: 991px) {
    body.page-template-default.page #contentwrapper .entry-content {
      max-width: 720px; } }
@media (min-width: 992px) and (max-width: 1000px) {
    body.page-template-default.page #contentwrapper .entry-content {
      max-width: 960px; } }




/* --------------------
		MAIN MENU
-------------------- */

#headerwrapper .navbar-brand {
	margin-right: 0;
}

.menuright, .menuleft {
	width: 100%;
	font-size: 14px;
	text-align: center;
	float: none;
}

.menuright .nav-link, .menuleft .nav-link {
	padding: .5rem .7rem;
}

.menuright ul, .menuleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.menuright ul li, .menuleft ul li {
	position: relative;
	text-align: center;
	display: inline-block;
	font-weight: 400;
}

.menuright ul li a, .menuleft ul li a {
	text-align: center;
	color: #000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
	display: block;
	float: none;
	height: auto;
}

.menuright ul li a:hover, .menuleft ul li a:hover, 
.menuright ul li a:focus, .menuleft ul li a:focus, 
.menuright ul li a:active, .menuleft ul li a:active, 
.menuright > ul > li:hover > a, .menuleft > ul > li:hover > a {
	color: #000;
	text-decoration: underline;
}

.menuright ul li ul, .menuleft ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 500;
	text-align: center;
	padding-top: 3px;
}

.drawer-nav {
    padding: 40px 0 0 0;
}

.drawer-nav ul {
	list-style-type: none;
	padding: 0;
    margin-bottom: 0;
}

.drawer-nav ul li a {
    display: block;
    padding: 8px 0 8px 25px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .1em;
}

.drawer-nav ul li a:hover {
	opacity: 0.6;
	cursor: pointer;
}

#footerwrapper {
	text-align: center;
	display: table;
	width: 100%;
	margin: 50px auto;
}

#footerwrapper a#backtotop img {
	width: 50px;
    height: 50px;
}

#footerwrapper p.copyright {
	text-align: center;
	font-size: 12px;
    font-style: italic;
    margin: 0 0 10px;
    text-transform: capitalize;
    letter-spacing: .1em;
}

.footersocial {
	width: 100%;
	display: table;
	margin: 10px auto;
}

.footersocial a {
	display: inline-block;
}

.footersocial a img {
	height: 20px;
    width: 20px;
}

@media screen and (max-width: 767px) {

    #headerwrapper {
        margin: 30px auto 50px;
    }

    #headerwrapper .col-md-5 {
        display: none;
    }

    .menuright, .menuleft {
        display: none;
    }

}


@media screen and (min-width: 768px) and (max-width: 1000px) {

    #headerwrapper {
        margin: 30px auto 50px;
    }

    #headerwrapper .col-md-5 {
        display: none;
    }

    .menuright, .menuleft {
        display: none;
    }

}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .menuright ul li.nav-item a,
    .menuleft ul li.nav-item a {
        padding: .5rem .4rem;
        font-size: 10px;
    }
}




/* --------------------
	CONTACT FORM 7
-------------------- */

.wpcf7 {max-width: 100%;}




/* --------------------
	FORMS
-------------------- */

.contactform {
	width: 100%;
	text-align: left;
	margin: 50px auto;
}

.contactformitem,
.contactform .wpcf7 p,
.contactform .gform_wrapper p {
	padding-bottom: 20px;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

.contactform .wpcf7 p {
	margin-bottom: 10px;
	padding: 0;
}

.contactformitem .infieldlabel,
.contactform .wpcf7 textarea::placeholder,
.contactform .wpcf7 input[type=text]::placeholder,
.contactform .wpcf7 input[type=email]::placeholder,
.contactform .gform_wrapper input[type=text]::placeholder,
.contactform .gform_wrapper textarea::placeholder {
	padding: 4px 0 0 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #9A999B;
	font-size: 13px;
}

.contactform .wpcf7 input[type=text]::placeholder,
.contactform .wpcf7 input[type=email]::placeholder,
.contactform .gform_wrapper input[type=text]::placeholder {
	padding: 4px 0 0 0;
}

.contactforminput,
.contactform .wpcf7 input[type=text], 
.contactform .wpcf7 input[type=email],
.contactform .gform_wrapper input[type=text] {
	width: 45%;
	height: 40px;
	border: 1px solid #3e3e3e;
	top: 5px;
	border-radius: 0;
}

.contactform .wpcf7 input[type=text], 
.contactform .wpcf7 input[type=email],
.contactform .gform_wrapper input[type=text] {
	padding: 6px 8px !important;
}

.contactformtextarea,
.contactform .wpcf7 textarea,
.contactform .gform_wrapper textarea {
	width: 100%;
	border: 1px solid #3e3e3e;
	height: 145px;
	border-radius: 0;
}

.contactform textarea {
	padding: 0;
}

.contactform .gform_wrapper textarea.large,
.contactform .gform_wrapper input[type=text].medium {
	font-size: 16px !important;
	line-height: 24px !important;
}

.contactform .wpcf7 input[type=text]:focus,
.contactform .wpcf7 input[type=email]:focus,
.contactform .wpcf7 textarea:focus,
.contactform .gform_wrapper textarea:focus,
.contactform .gform_wrapper input[type=text]:focus {
	box-shadow: 0 0 0 0.2rem rgba(255,221,0,.25);
}

#contactformsubmit {
    color: #55575B;
    background: none;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#contactformsubmit:hover {
    color: #4ab9ba;
	cursor: pointer;
}    

.contactformitem .rc-anchor-light {
	background: transparent !important;
    color: #252525 !important;
}

.contactformitem .rc-anchor-light.rc-anchor-normal {
	border: 1px solid #3e3e3e !important;
}

.fullwidthsubscribe .ck_form.ck_naked .ck_subscribe_button {
	font-family: Arial;
}

.contactform .wpcf7 input[type=submit],
.contactform .gform_wrapper input[type=submit] {
	background: #ffdd00 !important;
    color: #55575B;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    display: table !important;
    margin: 0px auto !important;
    width: 300px;
}

.contactform .wpcf7 input[type=submit]:hover,
.contactform .gform_wrapper input[type=submit]:hover {
    background: #4AB9BA !important;
    color: #fff !important;
    cursor: pointer;
}

.contactform .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active,
.contactform .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus {
	border-color: #ffdd00;
	box-shadow: 0 0 0 0.2rem rgba(255,221,0,.25);
}

.contactform .gform_wrapper li.hidden_label input {
	margin-top: 0px;
}


@media screen and (max-width: 759px) {
    
    .contactform {
        width: 90%;
        margin: 0px auto;
    }
    
    .contactforminput, .contactformtextarea {
        width: 100%;
    }
    
    .contactformtextarea {
        height: 350px;
    }
}

@media screen and (min-width: 760px) and (max-width: 992px) {
    .contactform {
        width: 90%;
        margin: 0px auto;
    }
    
    .contactforminput, .contactformtextarea {
        width: 100%;
    }
    
    .contactformtextarea {
        height: 350px;
    }
} 

@media screen and (max-width: 1000px) {
	.contactforminput, .contactform .wpcf7 input[type=text], .contactform .wpcf7 input[type=email] {
		width: 100%;
	}
}




/* --------------------
	PAGES
-------------------- */

.pageheader {
    background-size: cover;
    background-position: center;
    padding: 50px;
    width: 100%;
    height: 675px;
    display: table;
    position: relative;
}

.pageheaderinner {
    background-color: rgba(255,255,255, 0.95);
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 100px;
    right: 100px;
    background-color: rgba(255, 255, 255, .95);
    text-align: center;
    padding: 75px;
}

.pageheader h1,
.pageheader p.subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pageheader p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pageheader {
        padding: 25px;
        height: auto;
        min-height: 550px;
    }

    .pageheaderinner {
        padding: 50px 25px;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        position: relative;
        display: table;
        margin: 25px auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .pageheader {
        padding: 25px;
    }

    .pageheaderinner {
        padding: 75px 50px;
        top: 50px;
        bottom: 50px;
        left: 50px;
        right: 50px;
    }
}





/* --------------------
		HOME
-------------------- */

.carouselwrapper {
  position: relative;
  height: 680px;
  overflow: hidden;
  margin-bottom: 100px;
}

.carouselwrapper .owl-item-image {
    background-size: cover;
    height: 680px;
    width: 100%;
}

.carouselwrapper .owl-item-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 380px;
    margin: -60px auto 0;
    background: #FFF;
    padding: 35px 15px;
    text-align: center;
}

.carouselwrapper p {
    text-align: center;
}

.carouselwrapper a:hover {
    opacity: 1.0;
}

.carouselwrapper a:hover p {
    opacity: 0.6;
}

.carouselwrapper .owl-theme .custom-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
.carouselwrapper .owl-theme .custom-nav .owl-prev, 
.carouselwrapper .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
}
.carouselwrapper .owl-theme .custom-nav .owl-prev i, 
.carouselwrapper .owl-theme .custom-nav .owl-next i {
  font-size: 82px;
  color: #fff;
}
.carouselwrapper .owl-theme .custom-nav .owl-prev {
  left: 25px;
}
.carouselwrapper .owl-theme .custom-nav .owl-next {
  right: 25px;
}

@media screen and (max-width: 767px) {
    .carouselwrapper {
        height: 400px;
        margin-bottom: 50px;
    }

    .carouselwrapper .owl-item-image {
        height: 400px;
    }

    .carouselwrapper .owl-item-inner {
        width: 250px;
    }

    .carouselwrapper .owl-theme .custom-nav .owl-prev {
      left: 10px;
    }
    .carouselwrapper .owl-theme .custom-nav .owl-next {
      right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .carouselwrapper {
        height: 500px;
        margin-bottom: 100px;
    }

    .carouselwrapper .owl-item-image {
        height: 500px;
    }
}



.homeblock {
	display: table;
	width: 100%;
	margin: 25px auto 50px;
}

.homeblockimage img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.homeblockcontent .inner {
	width: 80%;
	display: table;
	margin: 0 auto;
}

.homeblock h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	    letter-spacing: .1em;
}

.homeblock h5 a {
	color: #000;
    text-decoration: none;
}

.homeblock hr {
	width: 15px;
	border-top: 1px solid #000;
	margin: 40px auto;
}

.homeblock p {
	text-align: center;
	margin: 0 auto 25px;
	font-size: 13px;
    letter-spacing: .04em;
    line-height: 200%;
}

@media screen and (max-width: 767px) {
    .homeblock:nth-of-type(odd) .homeblockcontent {
        margin-bottom: 50px;
    }

    .homeblock:nth-of-type(even) .homeblockcontent {
        margin-top: 50px;
    }

    .homeblockimage img {
        height: 300px;
    }

    .fadeblock {
        opacity: 1 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .homeblockimage img {
        height: 400px;
    }

    .fadeblock {
        opacity: 1 !important;
    }
}






/* --------------------
    PORTFOLIO
-------------------- */

.portfolioarchive .portfolioitem {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.portfolioarchive .portfolioitem .portfolioitemimage {
    width: 100%;
    height: 350px;
    display: table;
}

.portfolioarchive .portfolioitem .portfolioitemimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolioarchive .portfolioitem a {
    text-decoration: none;
}

.portfolioarchive .portfolioitem a h2 {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: .1em;
}

.portfolioarchive .portfolioitem hr {
    width: 15px;
    border-top: 1px solid #000;
    margin: 20px auto;
}

.portfolioarchive .portfolioitem a .portfolioitemdesc {
    text-align: center;
    color: #000;
    font-size: 13px;
    padding: 0 30px 20px;
    display: table;
    line-height: 1.5;
}


.portfolioarchive .portfolioitem a:hover,
.portfolioarchive .portfolioitem a:hover img,
.portfolioarchive .portfolioitem a:hover h2,
.portfolioarchive .portfolioitem a:hover .portfolioitemdesc {
    opacity: 0.6;
    color: #000;
    text-decoration: none;
}

#portfoliodetail .entry-content {
    margin: 25px 0;
}

#portfoliodetail h1 {
    text-align: center;
    font-size: 16px;
}

#portfoliodetail p {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#portfoliodetail .portfolio-gallery {
    display: table;
    margin: 25px auto;
    padding: 0 70px;
}

#portfoliodetail .portfoliosingleimage {
    height: 55px;
    width: 55px;
    display: table;
    margin: 0 auto 5px;
}

#portfoliodetail .portfoliosingleimage img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#portfoliodetail .navigation {
    text-align: center;
}

#portfoliodetail .navigation a {
    max-width: 100%;
    margin: 0 auto 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    font-family: minionpro, Baskerville, Georgia, Palatino, "Times New Roman", serif;
    padding: 10px 25px 8px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    min-width: 100px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
}

#portfoliodetail .navigation a:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#portfoliodetail .navigation a:hover {
    opacity: 1.0;
}

@media screen and (max-width: 767px) {
    #portfoliodetail .portfolio-gallery {
        padding: 0;
    }

    .portfolio-gallery .col-md-2 {
        flex: 00 50%;
        max-width: 50%;
    }

    #portfoliodetail .portfoliosingleimage {
        height: 200px;
        width: 100%;
        display: table;
        margin: 0 auto 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #portfoliodetail .portfolio-gallery {
        padding: 0;
    }

    .portfolio-gallery .col-md-2 {
        flex: 00 20%;
        max-width: 20%;
    }
}






/**********************
    PRESS
**********************/

.presswrapper .col-md-3 {
    margin-bottom: 50px;
}

.presswrapper .pressimage {
    width: 100%;
    height: 200px;
    margin: 0px auto 25px;
    display: block;
}

.presswrapper .pressimage img {
    width: 100%;
    height: 100%;
}

.presswrapper a h2 {
    font-size: 16px;
    color: #414042;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 400;
}

.presswrapper a:hover img {
    opacity: 0.6;
}

.presswrapper a:hover h2 {
    color: #70b9e8;
}

@media screen and (max-width: 767px) {
    .presswrapper .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .presswrapper .pressimage {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .presswrapper .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .presswrapper .pressimage {
        height: 150px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .presswrapper .pressimage {
        height: 150px;
    }
}








/* --------------------
    BEST HOUSE ON THE BLOCK
-------------------- */

.bhobitem {
    width: 100%;
    height: 350px;
    display: table;
}

.bhobitem img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    object-position: top;
}

.bhobcontent {
    display: table;
    width: 100%;
    text-align: center;
}

.bhobitems a {
    text-decoration: none;
}

.bhobitems a h2 {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding-top: 15px;
}

.bhobitems a:hover img,
.bhobitems a:hover h2 {
    opacity: 0.6;
}



/************************
    CONTACT PAGE
************************/

#gform_wrapper_1 #gform_fields_1,
#gform_wrapper_2 #gform_fields_2 {
    text-align: center;
}

#gform_wrapper_1 label.gfield_label,
#gform_wrapper_1.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
#gform_wrapper_2 label.gfield_label,
#gform_wrapper_2.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

#gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

#gform_wrapper_1 #gform_fields_1 input[type=text],
#gform_wrapper_2 #gform_fields_2 input[type=text] {
    background-color: transparent;
    border: 1px solid #000;
    height: 33px;
    line-height: 33px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

#gform_wrapper_2 #gform_fields_2 input[type=text] {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

#gform_wrapper_1 #gform_fields_1 div.ginput_complex.ginput_container.gf_name_has_2 span,
#gform_wrapper_2 #gform_fields_2 div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
}

body #gform_wrapper_1.gform_wrapper .top_label div.ginput_container,
body #gform_wrapper_1.gform_wrapper li.hidden_label input,
body #gform_wrapper_2.gform_wrapper .top_label div.ginput_container,
body #gform_wrapper_2.gform_wrapper li.hidden_label input {
    margin-top: 3px;
}

#gform_wrapper_1 #gform_fields_1 span.name_first,
#gform_wrapper_2 #gform_fields_2 span.name_first {
    margin-bottom: 10px;
}

#gform_wrapper_1.gform_wrapper #gform_fields_1 select.medium,
#gform_wrapper_2.gform_wrapper #gform_fields_2 select.medium {
    width: 300px;
    padding-right: 26px!important;
    border: 1px solid #000;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    text-transform: uppercase;
}

#gform_wrapper_1 #gform_fields_1 textarea.medium,
#gform_wrapper_2 #gform_fields_2 textarea.medium {
    background-color: transparent;
    border: 1px solid #000;
    height: 160px;
    line-height: 33px;
    width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

#gform_wrapper_2 #gform_fields_2 textarea.medium {
	width: 100%;
	max-width: 400px;
}

#gform_wrapper_1.gform_wrapper .gform_footer input[type=submit],
#gform_wrapper_2.gform_wrapper .gform_footer input[type=submit] {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    min-width: 100px;
    margin: 0 auto;
    font-size: 14px;
    display: table;
    max-width: 100%;
}

#gform_wrapper_1.gform_wrapper .gform_footer input[type=submit]:hover,
#gform_wrapper_2.gform_wrapper .gform_footer input[type=submit]:hover  {
    opacity: 0.6;
}


@media screen and (min-width: 641px) {
	#gform_wrapper_2.gform_wrapper .ginput_complex .ginput_left, 
	#gform_wrapper_2.gform_wrapper .ginput_complex .ginput_right {
		width: 100%;
	}
}





/************************
    BLOG
************************/

.blogitem {
    margin: 0 auto 25px;
    display: table;
}

.blogitem:hover {
    opacity: 0.75;
}

.blogimage {
    display: table;
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: rgba(0, 0, 0, .05);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.blogitem a {
    text-decoration: none;
}

.blogitem a h2.blogtitle {
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.blogitem:hover a h2.blogtitle {
    text-decoration: underline;
}

.blogitem .blogitemcontent p {
    font-size: 13px!important;
    line-height: 200%;
    text-align: center;
    text-decoration: none;
}

.blogitem a .blogitemdate {
    text-align: center;
    text-transform: uppercase;
    margin: 15px auto 25px;
    letter-spacing: 1px;
    font-size: 13px;
    display: block;
}

.blogitemcontent a.btn.btn-secondary.understrap-read-more-link {
    background: transparent;
    color: #000;
    font-style: italic;
    border: none;
    text-decoration: none;
    font-size: 13px;
}

.blogitem:hover .blogitemcontent a.btn.btn-secondary.understrap-read-more-link {
    text-decoration: underline;
}

.singlepostwrapper {
    display: block;
    width: 100%
    max-width: 625px;
    margin: 50px auto;
    text-align: center;
}

h1.posttitle {
    text-align: center;
    font-size: 16px;
}

h4.postdate {
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
}

.entry-content.postcontent {
    margin: 50px auto;
}

.blogpagination nav {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.blogpagination .page-link {
    position: relative;
    display: block;
    padding: .5rem 5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: none;
}

.blogpagination .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: transparent;
    border: none;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.blogitem {
		margin: 0 auto 50px;
	}

	.blogimage {
		height: 350px;
	}

	.blogitem a h2.blogtitle {
		font-size: 20px;
	}

	.blogitem .blogitemcontent p {
		font-size: 16px !important;
		line-height: 175%;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.blogimage {
		height: 200px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.blogimage {
		height: 275px;
	}
}



.singlepostwrapper {
    width: 100%;
    max-width: 625px;
    display: table;
    margin: 0 auto;
}

.singlepostwrapper .entry-content.postcontent {
    width: 100%;
    max-width: 625px;
}

.singlepostwrapper .entry-content.postcontent iframe {
    display: table;
    width: 120%;
    margin: 25px auto 25px -10%;
}

.singlepostwrapper h1 {
    text-align: center;
}

.singlepostwrapper h4.postdate {
    text-align: center;
    font-style: italic;
}

.singlepostwrapper figure.articleimage {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.singlepostwrapper img {
    display: block;
    margin: 25px auto;
}

.singlepostwrapper figure.articleimage img {
    width: 110%;
    margin: 25px auto 25px -5%;
    display: table;
    max-width: 110%;
}

.singlepostwrapper .postcontent figure {
	max-width: 625px !important;
	width: 100% !important;
}

.singlepostwrapper p img {
    max-width: 120%;
    display: table;
    margin: 25px auto 25px -10%;
}

.singlepostwrapper p {
    text-align: center;
    margin: 0 80px 25px!important;
}

@media screen and (max-width: 570px) {
	.singlepostwrapper,
	.singlepostwrapper .entry-content.postcontent {
        width: 100% !important;
        max-width: unset;
    }

    .singlepostwrapper .postcontent img,
    .singlepostwrapper .postcontent figure {
	    max-width: 100% !important;
	    margin: 25px auto 25px auto;
	    width: 100% !important;
	}

}

@media screen and (min-width: 571px) and (max-width: 767px) {
	.singlepostwrapper .entry-content.postcontent {
        width: 100% !important;
        max-width: 450px;
    }

}

@media screen and (max-width: 767px) {

    .singlepostwrapper p {
        margin: 0 0 25px!important;
    }

    .singlepostwrapper img {
        max-width: 100%;
        margin: 25px auto 25px auto;
    }

    .singlepostwrapper p img {
        max-width: 100%;
        display: table;
        margin: 25px auto;
    }

    .singlepostwrapper figure.articleimage {
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .singlepostwrapper figure.articleimage img {
        width: 100%;
        margin: 25px auto;
        max-width: 100%;
    }
}

.blogfooter {
    display: table;
    width: 100%;
    margin: 30px auto 25px;
}


.blogfooter .inner-archive,
.blogfooter .inner-tags,
.blogfooter .inner-blogroll {
    display: none;
    padding: 40px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blogfooter h4 {
    text-align: center;
    cursor: pointer;
}

.blogfooter h4:hover {
    text-decoration: underline;
}

.blogfooter h3 {
    display: none;
}

.blogfooter .screen-reader-text {
    display: none;
}

.blogfooter select {
    display: block;
    margin: 0 auto;
}

.blogfooter .inner-archive ul,
.blogfooter .inner-tags ul,
.blogfooter .inner-blogroll ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.blogfooter .inner-archive ul li,
.blogfooter .inner-tags ul li,
.blogfooter .inner-blogroll ul li {
    display: inline-block;
    width: 22%;
    margin: 5px 1%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.footersubscribe,
.footersearch {
    display: table;
    text-transform: uppercase;
    margin: 0 auto 30px;
    text-align: center;
}

.footersubscribe form,
.footersearch form {
    display: block;
}

.footersubscribe p,
.footersearch p {
    margin: 10px 0 5px;
    letter-spacing: .125em;
    text-align: center;
    font-size: 14px;
}

.footersubscribe input:not([type=radio]),
.footersearch input:not([type=radio]) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: 1px solid #000;
    height: 33px;
    line-height: 33px;
    width: auto;
    padding: 0 10px;
    font-family: "Gill Sans MT", "Gill Sans", Corbel, sans-serif;
    font-size: 10px;
    text-transform: none!important;
    letter-spacing: .025em;
}

.footersubscribe input[type=submit],
.footersearch input[type=submit] {
    text-transform: uppercase!important;
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    min-width: 100px;
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

.footersearch input[type=submit] {
    margin-left: 5px;
}

.footersubscribe input[type=submit]:hover,
.footersearch input[type=submit]:hover {
    opacity: 0.6;
    background-color: #000;
}

.footersubscribe input[type=submit]:focus,
.footersearch input[type=submit]:focus {
    box-shadow: none;
}

.footersubscribe input[type=submit]:active,
.footersearch input[type=submit]:active {
    background-color: #000 !important;
}

.footersearch .form-control:focus {
    box-shadow: none;
}

.footersearch .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.searchcontainer {
    width: 100%;
    max-width: 650px;
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .blogfooter .inner-archive ul li, 
    .blogfooter .inner-tags ul li, 
    .blogfooter .inner-blogroll ul li {
        width: 46%;
    }
}