/*
	Theme Name: Erin Gates Design 2022
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Ashley & Malone
	Author URI: https://ashleyandmalone.com/
	Template: genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

.grecaptcha-badge { 
    visibility: hidden!important;
}

body{
 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.wp-element-caption{
	color: #597083;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    display: block!important;
    text-align:center;
    font-family: sweet-sans-pro, sans-serif;
    }
    
    #reply-title{
	    font-weight: lighter!important;
    }

.category-travel .alm-btn-wrap {
	display:none!important;
}
.has-blue-background-color {
	background-color: #A4AEB4;
}
.has-blue-color {
	color: #A4AEB4;
}
.has-green-background-color {
	background-color: #62695D;
}
.has-green-color {
	color: #62695D;
}
.has-green-two-background-color {
	background-color: #A0A199;
}
.has-green-two-color {
	color: #A0A199;
}
.has-grey-background-color {
	background-color: #C8C7C2;
}
.has-grey-color {
	color: #C8C7C2;
}
.has-beige-background-color {
	background-color: #D7CAB4;
}
.has-beige-color {
	color: #D7CAB4;
}
.has-coffee-background-color {
	background-color: #E8E0D4;
}
.has-coffee-color {
	color: #E8E0D4;
}
.has-cream-background-color {
	background-color: #F1EDE6;
}
.has-cream-color {
	color: #F1EDE6;
}
.has-deep-blue-background-color {
	background-color: #597083;
}
.has-deep-blue-color {
	color: #597083;
}
.has-brown-background-color {
	background-color: #342417;
}
.has-brown-color {
	color: #342417;
}

/* font-family: specter, sans-serif; */

@font-face {
	font-family: 'TTRamillas';
	src: url('../Erin_Gates_Custom_Theme/fonts/TTRamillas-Light.woff2') format('woff2'),
		url('../Erin_Gates_Custom_Theme/fonts/TTRamillas-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'P22 Allyson Pro';
	src: url('../Erin_Gates_Custom_Theme/fonts/P22AllysonPro.woff2') format('woff2'),
		url('../Erin_Gates_Custom_Theme/fonts/P22AllysonPro.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'TTRamillasLI';
	src: url('../Erin_Gates_Custom_Theme/fonts/TTRamillas-LightItalic.woff2') format('woff2'),
		url('../Erin_Gates_Custom_Theme/fonts/TTRamillas-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}


/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
	height: 100%; 
	font-size: 18px;
}

body {
	font-family: 'TTRamillas';
	font-size: 17px;
	line-height: 28px;
	color:#62695D;
	-webkit-font-smoothing: antialiased;
	background: #F1EDE6;
	overscroll-behavior-y: none;
}
.fix {
	overflow: hidden;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    color: #62695D;
    text-decoration: none;
	font-family: sweet-sans-pro, sans-serif;
}

table {
	border: none;
}

a:hover {
	color: #62695D;
	text-decoration: none;
}

p {
	
	margin: 0 0 25px;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0px auto;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Image Classes
--------------------------------------------- */
.image-fit, .image-fit img {
	object-fit: cover;
	object-position: center;
}

.product-image.image-fit{
		object-fit: contain;

}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
	overflow: hidden;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}

.wrapper, .wrap {
    margin: 0px auto;
    position: relative;
}
.in {
	display: table-cell;
	vertical-align: middle;
}
/* Header
-------------------------------------------------------------------- */

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
.main-hidden-menu.active {
	top: 0;
	display: block;
	z-index: 99;
}
.blog-hidden-menu.active {
	top:0;
	display: block;
	z-index: 99;
}
.main-hidden-menu, .blog-hidden-menu {
	position: fixed;
	left: 0;
	top: -200%;
	width: 100%;
	height: 100vh;
	z-index: 9;
	background: #F1EDE6;
	transition: all 0.5s;
}
.main-hidden-menu .flex, .blog-hidden-menu .flex  {
	display: flex;
	justify-content: space-between;
}
.main-hidden-menu .flex .left, .blog-hidden-menu .flex .left {
	margin: 0;
	width: 47%;
	height: 100vh;
}
.main-hidden-menu .flex .rightside, .blog-hidden-menu .flex .rightside {
	width: 45.6%;
	padding-right: 7%;
	position:relative;
	padding-top: 151px;
}
.main-hidden-menu .flex .cols, .blog-hidden-menu .flex .cols {
	display: flex;
justify-content: space-between;
margin: 50px 0 108px;
color: #597083;
font-family: 'TTRamillas';
font-size: 24px;
line-height: 36px;
}
.main-hidden-menu .flex .cols a {
	font-family: 'TTRamillas';
}
.blog-hidden-menu .flex .cols a {
	color: #597083;
	font-family: 'TTRamillas';
}
.main-hidden-menu .flex .cols a:hover, .blog-hidden-menu .flex .cols a:hover {
	font-style: italic;
	font-family: 'TTRamillasI';
}
.main-hidden-menu .flex .cols .title a {
	color: #62695D;
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 700;
	display: block;
}
.main-hidden-menu .flex .cols .title a:hover {
	font-style:inherit;
}
.blog-hidden-menu .flex .cols .title a {
	color: #597083;
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	font-weight: 700;
	display: block;
}
.main-hidden-menu .flex .cols .title, .blog-hidden-menu .flex .cols .title {
	margin: -10px 0 21px 0;
}
.main-hidden-menu .flex .cols > div li, .blog-hidden-menu .flex .cols > div li {
	margin-bottom:7px;
}
.main-hidden-menu .flex .cols > div li:last-child, .blog-hidden-menu .flex .cols > div li:last-child {
	margin-bottom:0px;
}
.main-hidden-menu .flex .cols > div {
	border-left: 1px solid #62695D;
	padding: 0 0 0 37px;
	width: 46.9%;
	height: fit-content;
}
.blog-hidden-menu .flex .cols > div {
	border-left: 1px solid #597083;
	padding: 0 0 25px 37px;
	width: 46.9%;
	height: fit-content;
}
.main-hidden-menu .flex .c-cols {
	display: flex;
justify-content: space-between;
color: #62695D;
font-size: 12px;
font-family: 'sweet-sans-pro';
text-transform: uppercase;
line-height: 24px;
	    position: absolute;
    bottom: 5%;
    left: 0;
}
.blog-hidden-menu .flex .c-cols {
	display: flex;
	justify-content: space-between;
	color: #597083;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	line-height: 24px;
	position: absolute;
	bottom: 25px;
	left: 0;
}
.blog-hidden-menu .flex .c-cols .col1 {
	font-size: 19px;
	font-family: 'TTRamillas';
}
.blog-hidden-menu .flex .rightside {
	position: relative;
}
.main-hidden-menu .flex .c-cols p, .blog-hidden-menu .flex .c-cols p {
	color: #62695D;
font-size: 12px;
font-family: 'sweet-sans-pro';
text-transform: uppercase;
letter-spacing: 0.07rem;
line-height: 25px;
margin-bottom: 15px;
}
.main-hidden-menu .flex .c-cols .col2 ul {
	display: flex;
	justify-content: flex-end;
	margin: 91px -57px 0 0;
}
.blog-hidden-menu .flex .c-cols .col2 ul  {
	display: flex;
	margin: 0;
}
.main-hidden-menu .flex .c-cols .col2 ul li{
	margin-left: 22px;
letter-spacing: 0.02rem;
}
 .blog-hidden-menu .flex .c-cols .col2 ul li {
	margin-left: 26px;
 letter-spacing: 0.02rem;
 margin-top: 2px;
}
 .blog-hidden-menu .flex .c-cols .col2 ul li a {
	 color:#597083;
 }
.main-header {
	position: absolute;
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	top: 0;
	left: 0;
	z-index: 99;
		display: none;

}
.blog-header {
	position: fixed;
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	top: 0;
	left: 0;
	z-index: 99;
}
.mh-flex, .bh-flex {
	max-width: 1298px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 16px;
}
.mh-flex .logo {
		width: 374px;
	margin: 18px 0 0;
}
.mh-flex .right {
	padding-right: 124px;
}
.mh-flex .right ul {
	display: flex;
	font-size: 12px;
	text-transform: uppercase;
	margin: 26px 0 0;
}
.mh-flex .right ul li {
	margin: 0 0 0 38px;
}
.mh-flex .right ul li a {
	letter-spacing: 0.07rem;
	font-weight: 700;
}
.mh-flex .right ul li a:hover, .mh-flex .right ul li:hover {
	cursor: pointer;
}
.mh-flex .right ul li a:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#62695D;
	transition: width .3s ease-in-out;
}
.mh-flex .right ul li a:hover:after {
	width:100%;
}
.bh-flex .logo {
	width: 386px;
	margin: 18px 0 0;
}
.blog-header .side-menu-toggle {
	right: 26px;
}
.bh-flex .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
	padding: 0;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	font-weight: 700!important;
	color: #597083!important;
	letter-spacing: 0.07rem;
}
.bh-flex .right {
	display: flex;
	margin: 30px 67px 0 0;
}
.bh-flex .ubermenu .ubermenu-item.ubermenu-item-level-0 {
	float: none;
margin: 3px 43px 0 0;
}
.bh-flex .ubermenu .ubermenu-item.ubermenu-item-level-0 .ubermenu-target-title {
	padding-bottom:30px;
}
.ubermenu-row-id-41990, .ubermenu .ubermenu-row-id-42075{
	max-width: 1122px!important;
margin: 5px auto!important;
}
.bh-flex .right .search:hover {
	cursor: pointer;
}
.bh-flex .right .search {
	margin-left: 31px;
	position: relative;
}
.bh-flex .right .search form {
	position: absolute;
	top: -9px;
	right: 24px;
	width:0;
	z-index: 9999;
	transition: all 0.5s;
}
.bh-flex .right .search form.active {
	width:227px;
}
.bh-flex .right .search form input {
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	font-weight: 700!important;
	color: #597083!important;
	background: white;
	border: none;
	border-bottom: 1px solid #597083;
	padding: 10px 0;
	text-align: left;
	-webkit-appearance:none;
}

.bh-flex .right .search form input::-webkit-input-placeholder { /* Edge */
  color: #597083!important;
}

.bh-flex .right .search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #597083!important;
}

.bh-flex .right .search form input::placeholder {
  color: #597083!important;
}
.side-menu-toggle {
	position: fixed;
	top: 26px;
	right: 16px;
	padding: 14px;
}
.side-menu-toggle span {
	display: block;
	width: 20px;
	height: 1px;
	background: #62695D;
	position: relative;
}
.side-menu-toggle span:before {
	content:"";
	display: block;
	width:15px;
	height:1px;
	background:#62695D;
	position: absolute;
	top:-4px;
	right:0;
	transition: all 0.3s;
}
.side-menu-toggle span:after {
	content:"";
	display: block;
	width:15px;
	height:1px;
	background:#62695D;
	position: absolute;
	bottom:-4px;
	right:0;
	transition: all 0.3s;
}
.side-menu-toggle:hover span:before, .side-menu-toggle:hover span:after {
	width:20px;
}
.side-menu-toggle:hover {
	cursor: pointer;
}
.side-menu-toggle span:hover {
	cursor: pointer;
}

#egd-general-content h2 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
}
.bh-flex .ubermenu-submenu-id-42002 li {
	float:none;
}
.bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42000 .ubermenu-target-title, .bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42001 .ubermenu-target-title, .bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42002 .ubermenu-target-title, .bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42085 .ubermenu-target-title  {
	color: #597083;
	padding-bottom: 0.76rem!important;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05rem;
	display: inline-block!important;
	margin: 0!important;
}
 .ubermenu-skin-minimal .ubermenu-tab > .ubermenu-target {
	 padding:0;
 }
.bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42000 .ubermenu-target-title:after, .bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42001 .ubermenu-target-title:after, .bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42002 .ubermenu-target-title:after, .bh-flex .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-submenu-id-42085 .ubermenu-target-title:after {
	display: none;
}
.bh-flex .ubermenu .ubermenu-item.main .ubermenu-target-title {
	display: inline-block!important;
	position: relative;
	margin: 44px 0 50px!important;
	color: #597083;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.07rem;
	font-weight: 700;
	padding: 0!important;
} 
.bh-flex .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background: transparent;
	padding: 0;
	height: auto;
}
.bh-flex .ubermenu .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel {
	background:transparent;
}
.bh-flex .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	padding:0;
	background: transparent
}
.bh-flex .ubermenu .ubermenu-item.main .ubermenu-target-title:after{
	content: "";
	display: block;
	width:0;
	height: 1px;
	background: #597083;
	transition: width .3s ease-in-out;
	position: absolute;
	bottom:-8px;
	left: 0;
}
.bh-flex .ubermenu .ubermenu-item.main.ubermenu-active .ubermenu-target-title:after {
	width:100%;
}
.ubermenu .ubermenu-row .ubermenu-row-id-42077  {
	width: 687px;
	display: flex;
	justify-content: space-between;
}
.bh-flex .ubermenu .ubermenu-item.main .ubermenu-target-title:hover:after {
	width:100%;
}
#menu-item-42085 {
	margin-right: 48px;
}
#menu-item-42086 {
	margin-right: 48px;
}
#menu-item-42819 {
	margin-right: 48px;
}

#menu-item-42087 {
	margin-right:60px;
}
.bh-flex .ubermenu #menu-item-42103 .ubermenu-item.all .ubermenu-target-title {
margin-top: 30px!important;
padding-bottom: 1px!important;
}
.bh-flex .ubermenu #menu-item-42085 .ubermenu-item.all .ubermenu-target-title {
margin-top: 30px!important;
padding-bottom: 1px!important;
}
.bh-flex .ubermenu .ubermenu-item.all .ubermenu-target-title:after{
	content: "";
	display: block!important;
	width: 100%;
	height: 1px;
	background: #597083;
	transition: width .3s ease-in-out;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.bh-flex .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding:0;
}
.ubermenu .ubermenu-row {
	display: flex;
	justify-content: flex-start;
}
#menu-item-42000 {
	margin-right: 20px!important;
}
#menu-item-42001 {
	margin-right:4px!important;
}
#menu-item-42001 .ubermenu-tab-content-panel {
	left: 121px!important;
}
#menu-item-42002 .ubermenu-tab-content-panel {
	left: 222px!important;
}
.ubermenu-item-41998{
	margin-right: -27px!important;
}
.ubermenu-submenu-id-42001, .ubermenu-submenu-id-42002 {
	height: 0!important;
	overflow: hidden!important;
	padding: 0!important;
}
.ubermenu-submenu-id-42001.active {
	height:auto!important;
	overflow: visible!important;
}
/* #menu-item-42000 .ubermenu-target-title:after {
	width:100%!important;
} */
.ubermenu-submenu-type-tab-content-panel li {
	float:none!important;
}
#menu-item-42085 .ubermenu-target-title:after {
	width:100%;
}
#featured-post-2 {
	width: 365px;
	margin: 82px 40px 0 0;
	padding: 0;
}
#text-39 {
	width: 411px;
	margin: 82px 0px 0 0;
	padding: 0;
	position:relative;
	z-index:99999;
}
#featured-post-2 article {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #D7CAB4;
	padding: 0 0 18px;
}
#text-39 ul li {
	border-bottom: 1px solid #D7CAB4;
	padding: 0 0 18px;
	display: flex;
}
#text-39 ul li strong {
	color: #597083;
	font-size: 23px;
	font-weight: 100;
	padding-top: 38px;
}
#text-39 ul li strong a {
	color: #597083;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin: 20px 0 0;
	letter-spacing: 0.07rem;
}
#featured-post-2 article:last-child {
	border-bottom: none;
	border-top: 1px solid #D7CAB4;
	margin-top: 7px;
	padding: 18px 0 0px;
}
#text-39 ul li:last-child {
	border-bottom: none;
	border-top: 1px solid #D7CAB4;
	margin-top: 7px;
	padding: 18px 0 0px;
}
#featured-post-2 article .alignnone {
	width: 121px;
	margin-right: 30px;
}
#text-39 ul li img {
	width: 121px;
	margin: 0 35px 0 0;
	height: 157px;
	object-fit: cover;
	object-position: center;
}
#featured-post-2 article .entry-header {
	width: 50%;
	height: 121px;
	display: table;
}
#featured-post-2 article .entry-header h2 {
	display: table-cell;
	vertical-align: middle;
	color: #597083;
	font-size: 23px;
	line-height: 27px;
	font-family: 'TTRamillas';
}
#featured-post-2 article .entry-header h2 a {
	color: #597083;
	font-size: 23px;
	line-height: 27px;
	font-family: 'TTRamillas';
}
#featured-post-2 .ubermenu-widgettitle{
	color: #283845;
font-family: 'P22 Allyson Pro';
font-style:italic;
font-size: 32px;
margin: 15px 0 19px;
font-weight: 500;
}
 #text-39 .ubermenu-widgettitle {
	 color: #283845;
	 font-family: 'P22 Allyson Pro';
	 font-style:italic;
	 font-size: 32px;
	 margin: 21px 0 11px;
	 font-weight: 500;
 }
.ubermenu-row-id-41993{
	max-width: 1122px!important;
	margin: 5px auto!important;
}
.ubermenu-row-id-42083 {
    max-width: 1122px!important;
    margin: 5px auto!important;
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
	z-index:9000;
}
.ubermenu .ubermenu-row-id-41993 .ubermenu-custom-content-padded, .ubermenu .ubermenu-row-id-42083 .ubermenu-custom-content-padded {
	padding:0;
}
.ubermenu-custom-content ul li h4 {
	color: #597083;
font-size: 19px;
font-weight: 100;
text-transform: uppercase;
margin: 0 11px 0 0;
}
.ubermenu-custom-content ul li a {
	color: #597083;
	font-size: 12px;
	text-transform: uppercase;
}
.ubermenu-custom-content ul li {
	margin: 0 25px 0 0px;
}
.ubermenu-custom-content ul{
	display: flex;
	padding: 0 0 30px;
	margin-top: 80px;
}
.ubermenu .ubermenu-row-id-41990, .ubermenu .ubermenu-row-id-42075 {
	display: flex!important;
	justify-content: space-between!important;
}
.ubermenu .ubermenu-row-id-41990:after, .ubermenu .ubermenu-row-id-42075:after {
	display: none!important;
}
/* Headings
--------------------------------------------- */

h1 {

}
h1.page-title {
	text-align: center;
	margin: 50px auto;
}
h2 {
	font-weight: 100;
}

h1.entry-title, h2.entry-title {

}

h3 {
	
}

h4 {
    
}

h5 {

}

h6 {
	
}

/* Custom Theme Styles
--------------------------------------------- */
#site-general-content {
	max-width: 90%;
	margin: 110px auto 50px;
}
#site-general-content h1.page-title{
	text-align: center;
	margin: 50px auto;
	font-size: 16px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05rem;
}
.page-fws {
	position: relative;
	height: 768px;
	overflow: hidden;
}
.page-fws .slider-for img {
	width: 100%;
	height: 770px;
	object-fit: cover;
	object-position: center;
}
.page-fws .slider-nav img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	object-position: center;
	margin: 0;
}
.page-fws .slider-nav {
	position: absolute;
bottom: 55px;
left: 51px;
height: 130px;
width: 60px;
opacity: 1;
transition: all 0.5s;
padding-left: 70px;
}
.page-fws .slider-nav .slick-list {
	opacity: 0;
transition: all 0.6s;
position: absolute;
width: 200px;
top: 40px;
left: 80px;
}
.page-fws .slider-nav .slick-slide {
	position: relative;
padding-top: 0;
margin-top: 0;
outline:none;
}
.page-fws .slider-nav .slick-slide span {
	color: white;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	font-weight: 600;
	letter-spacing: 0.03rem;
	display: block;
	margin: 0 0 7px
}
.page-fws .slider-nav:hover .slick-list {
	opacity: 1;
}
.page-fws .slider-nav:hover {
	opacity: 1;
}
.page-fws .slick-dots .dot {
	color: white;
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05rem;
}
.page-fws .slider-nav:hover {
	cursor: pointer;
}
.page-fws .arrow-next {
	position: absolute;
	bottom: -1px;
	left: 0;
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	font-weight: 700;
	color: white;
	letter-spacing: 0.06rem;
	height: 80px;
	padding: 49px 20px 0 0;
	width: 60px;
	z-index: 8;
	transition: all 0.5s;
	opacity: 1;
}
.page-fws .slider-nav:hover {
	width: 280px;
}
.page-fws .slider-nav:after {
	content: "";
	display: block;
	background-image: url(../Erin_Gates_Custom_Theme/images/arrow.png);
	width: 8px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 107px;
	right: -37px;
	transition: all 0.5s;
}
.page-fws .slider-nav:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: white;
	position: absolute;
	top: 75px;
	right: 0px;
	transition: all 0.5s;
}
/* .page-fws .arrow-next:hover:before {
	right: -230px;
} */
.page-fws .slider-nav:hover:after {
	/* right: -267px; */
	transition: all 0.5s;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.page-welcome img {
	width: 183px;
margin: 20px 0 0;
}
.page-welcome {
	width: 681px;
	height: 390px;
	margin: 79px auto 80px;
	background-image: url(../Erin_Gates_Custom_Theme/images/welcomeborder.svg);
	display: table;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.page-welcome p {
	max-width: 64%;
	margin: 15px auto 20px;
	font-size: 17px;
	line-height: 28px;
}
.page-welcome p a {
	font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.05rem;
position: relative;
display: inline-block;
margin: 10px 0 0;
}
.page-welcome p a:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#62695D;
	transition: width .3s ease-in-out;
}
.page-welcome p a:hover:after {
	width:100%;
}
.home .pps {
	padding:0;
}
.pps h2.title {
	margin: 97px 0 87px;
	letter-spacing: 0.045rem;
}
.pps {
	background: #F1EDE6;
	padding: 10px 0 79px;
	position: relative;
}
.pps li {
	width: 436px;
	height: 545px;
	margin-right: 29px;
	position: relative;
}
.pps li img {
	width: 100%;
	height: 545px;
}
.pps .slick-arrow {
	display: none!important;
}
.pps li .hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 376px;
	height: 485px;
	background-image: url(../Erin_Gates_Custom_Theme/images/hoverbackground.png);
	background-size: cover;
	background-position: center;
	color: white;
	text-align: center;
	display: table;
	transition: all 0.5s;
	opacity: 0;
}
.pps li:hover .hover {
	opacity: 1;
}
.pps li .hover .in a {
	color: #F1EDE6;
	font-size: 24px;
	line-height: 36px;
	font-family: 'TTRamillas';
	text-transform: uppercase;
}
.pps li .hover a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #F1EDE6;
	font-family: 'TTRamillas';
}
.pps li .hover .in {
	height: 485px;
	width: 376px;
}
.pps li .hover h3 {
	font-weight: 100;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	padding: 0 46px;
	margin: 0;
	font-family: 'TTRamillas';
}
.pps li .hover span.number {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	top: 81px;
	letter-spacing: 0.05rem;
	font-family: 'TTRamillas';
	font-weight: 100;
	color: #F1EDE6;
}
.pps li .hover .view {
	color: #F1EDE6;
	position: absolute;
	bottom: 75px;
	font-size: 12px;
	right: 0;
	width: 110px;
	left: 0;
	margin: auto;
	text-transform: uppercase;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.05rem;
	font-weight: 700;
}
.pps li .hover .view:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#F1EDE6;
	transition: width .3s ease-in-out;
}
.pps li .hover:hover .view:after {
	width:100%;
}
.pps h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
}
.page-explore-block h3{
	font-size: 30px;
text-transform: uppercase;
font-weight: unset;
margin: 40px auto 87px;
text-align: center;
letter-spacing: 0.035rem;
}
.page-explore-block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1266px;
	margin: 0 auto;
}
.page-explore-block ul li:hover, .page-explore-block ul li .hover:hover, .page-explore-block ul li .hover img:hover, .page-explore-block ul li a:hover {
	cursor: pointer!important;
}
.page-explore-block ul li {
	max-width: 294px;
	position: relative;
	text-align: center;
}
.page-explore-block ul li .image-fit {
	width: 100%;
	height: 370px;
}
.page-explore-block ul li .hover {
	width: 234px;
	height: 310px;
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.5s;
}
.page-explore-block ul li:hover .hover {
	opacity: 1;
}
.page-explore-block ul li p {
	text-align: center;
	font-size: 12px;
	margin: 15px auto 16px;
	letter-spacing: 0.07rem;
	font-weight: 700;
	display: inline-block;
}
.page-explore-block ul li p:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#62695D;
	transition: width .3s ease-in-out;
}
.page-explore-block ul li:hover p:after {
	width:100%;
}
.page-explore-block {
	background: #F1EDE6;
padding: 69px 0 79px;
position: relative;
}
.parallax-text {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-bottom: 100px;
	padding-top: 80px;
	height: 90vh;
	overflow: hidden;
}
.parallax-text img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-type-archive-press .poverlay {
	padding: 10px 128px;
}
.poverlay input {
	border: 1px solid #C8C7C2;
	height: 36px;
	padding: 0;
	font-size: 16px;
font-family: 'specter';
	text-align: left;
}
.poverlay select, .poverlay .customSelect {
	border: 1px solid #C8C7C2;
height: 36px!important;
padding: 3px 0 0px 17px!important;
font-size: 15px!important;
font-family: 'specter';
text-align: left;
color: #A0A199;
background-image: url(../Erin_Gates_Custom_Theme/images/downarrow.png);
background-repeat: no-repeat;
background-size: 14px;
-webkit-appearance: none!important;
background-position: right 19px center;
}
.poverlay textarea {
	border: 1px solid #C8C7C2;
height: 160px!important;
text-align: left;
color: #A0A199;
font-size: 15px!important;
line-height: 25px;
padding: 15px 15px 0 15px!important;
letter-spacing: 0;
font-family: 'specter';
font-weight: 300;
}
.poverlay textarea::-webkit-input-placeholder { /* Edge */
color: #A0A199;
}

.poverlay textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #A0A199;
}

.poverlay textarea::placeholder {
color: #A0A199;
}
.poverlay select::-webkit-input-placeholder { /* Edge */
color: #A0A199;
}

.poverlay select:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #A0A199;
}
.poverlay #gform_submit_button_2 {
	text-align: center;
	border: none;
	font-family: 'TTRamillas';
	font-size: 22px;
	color: #62695D;
	margin: 8px auto 14px;
	letter-spacing: 0.04rem;
}
.poverlay #gform_submit_button_2:hover {
	font-family: 'TTRamillasI';
	font-style:italic;
}
.poverlay select::placeholder {
color: #A0A199;
}
.poverlay .gform_wrapper .gform_validation_errors>h2 .gform-icon, #contact .gform_wrapper .gform_validation_errors>h2 .gform-icon {
	top:-8px;
}
.poverlay .gform_confirmation_wrapper, #contact .gform_confirmation_wrapper  {
	text-align: center;
}
.poverlay .gform_wrapper .gfield_validation_message, .poverlay .gform_wrapper .validation_message {
background: transparent;
border: none;
margin-top: 0;
padding: 0;
color: #62695D;
font-family: 'sweet-sans-pro'!important;
font-size: 12px!important;
line-height: 1.2!important;
}
#contact .gform_wrapper .gfield_validation_message, #contact .gform_wrapper .validation_message {
background: transparent;
border: none;
margin-top: 0;
padding: 0;
color: #62695D;
font-family: 'sweet-sans-pro'!important;
font-size: 12px!important;
line-height: 1.2!important;
}
.poverlay .gform_wrapper .gfield_error [aria-invalid=true], #contact .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #000;
}
.poverlay .gform_wrapper .gform_validation_errors, #contact .gform_wrapper .gform_validation_errors {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 0 20px 0;
	position: relative;
	width: 100%;
}
.poverlay .gform_wrapper .gform_validation_errors h2, #contact .gform_wrapper .gform_validation_errors h2 {
	color: #62695D;
	font-size: 14px!important;
	font-family: 'sweet-sans-pro';
	text-transform: inherit!important;
	text-align: center;
}
.poverlay .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 4%;
	grid-row-gap: 25px;
}
.poverlay .gform_wrapper {
	width: calc(100% + 20px) !important;
	margin: 55px -10px 0;
}
.poverlay .gform_wrapper.gravity-theme .gfield_label {
	font-size: 12px;
	color: #62695D;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.065rem;
	margin: 0 0 5px;
}
.poverlay:before {
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	background-image: url(../Erin_Gates_Custom_Theme/images/BG.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	left: 0;
}
.poverlay:after {
	content: "";
	display: block;
	width: 100%;
	height: 88px;
	background-image: url(../Erin_Gates_Custom_Theme/images/BG2.png);
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: -43px;
	background-repeat: no-repeat;
}
.poverlay {
	width: 834px;
	position: relative;
	margin: 0 auto 145px;
	height: auto;
	padding: 10px 118px;
	background-color: #F1EDE6;
	position: relative;
}
.poverlay .in {
	width: 598px;
}
.poverlay ul {
	max-width: 432px;
border-top: 1px solid #62695D;
margin: 35px auto -24px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 29px 0 0px;
font-family: 'specter';
font-size: 14px;
line-height: 20px;
letter-spacing: 0.015rem;
}
.poverlay ul li {
	width: 50%;
margin-bottom: 28px;
}
.poverlay ul li:nth-child(even) {
	width: 40.5%;
}
.poverlay ul:nth-child(3) {
	margin-bottom: -3px;
}
.poverlay ul li strong {
	display: block;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.07rem;
	font-weight: 700;
	margin: 0 0 -12px;
}
.poverlay ul li a {
	font-size: 14px;
text-transform: initial;
font-family: 'specter';
font-weight: 100;
margin: 0;
letter-spacing: 0.015rem;
}
.poverlay p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 28px;
}
.page-id-41484 .poverlay p {
	width: calc(100% + 65px) !important;
	margin: 0px -33px 28px;
}
.poverlay p:last-child {
	margin-bottom:0;
}
.poverlay h3 {
	text-align: center;
	color: #62695D;
	font-size: 16px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	margin: 3px 0 36px;
	font-weight: 100;
	letter-spacing: 0.25rem;
}
.poverlay a {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.06rem;
display: inline-block;
margin: 26px 0 0 0;
font-weight: 700;
position: relative;
z-index: 1;
}
.poverlay a:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#62695D;
	transition: width .3s ease-in-out;
}
.poverlay a:hover:after {
	width:100%;
}
.parallax-text .overlay h4 {
	font-family: p22-allyson-pro, sans-serif;
	color: #62695D;
	font-size: 60px;
	font-weight: 100;
}
.parallax-text .overlay h2 {
	font-size: 16px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 100;
}
.page-testimonials {
	width: 100%;
	height: 560px;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 10px;
	margin: 0px auto 0;
}
.page-testimonials .overlay {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #000000;
	opacity: 0.3;
}
.page-testimonials h3 {
	color: #FFFFFF;
	font-size: 30px;
	position: relative;
	text-transform: uppercase;
	font-weight: 100;
	margin: 117px auto 0;
	text-align: center;
	letter-spacing: 0.04rem;
}
.testimonial-text {
color: white;
text-align: center;
font-size: 24px;
line-height: 38px;
font-weight: 100;
max-width: 894px;
margin: 65px auto 0;
letter-spacing: 0.037rem;
}
.testimonial-text span {
	display: block;
}
.full-shop {
	max-width: 1300px;
	margin: 0 auto;
}
.full-shop .alm-btn-wrap .alm-load-more-btn {
	width: 157px;
	height: 54px;
	border-radius: 0;
	border: 1px solid #597083;
	background: transparent;
	color: #597083;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(to left, #ffffff 50%, #597083 50%) right;
	background-size: 200% 100%;
	transition: all 0.4s ease;
}
.full-shop .alm-btn-wrap .alm-load-more-btn:hover{
	background-position: left;
	transition:all 0.4s ease;
}
.full-shop .alm-btn-wrap {
	padding: 81px 0 26px!important;
}
.affiliate-notice {
	text-align: center;
	color: #A4AEB4;
	font-style: italic;
	font-weight: 100;
	margin: -21px 0 22px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0rem;
	font-family: 'TTRamillasLI';
}
.full-shop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.full-shop ul li {
	width: 226px;
	height: 302px;
	margin: 0 20px 40px;
}
.full-shop ul li img {
	width: 100%;
	height: 100%;
}
.page-id-26168 .newsletter-flex{
	margin-bottom: 0;
	margin-top: 66px;
}
.shop-wrap {
	background-color: #F1EDE6;
	padding: 84px 0 70px;
	display: block;
	position: relative;
}
.shop-wrap h2 {
	letter-spacing: 0.04rem;
	margin-bottom: 68px;
}
.books-wrap {
	background-color: #F1EDE6;
	padding: 57px 0 98px;
	display: block;
	position: relative;
}
.books-wrap h2 {
	letter-spacing: 0.04rem;
	margin-bottom: 67px;
}
.page-testimonials .slick-slider {
	max-width: 90%;
	margin: 0 auto;
}
.page-testimonials .arrow-next {
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	font-weight: 700;
	color: white;
	letter-spacing: 0.06rem;
	border-right: 1px solid white;
	height: 80px;
	padding: 27px 30px 0 0px;
	position: absolute;
	right: 10px;
	z-index: 9;
	top: 117px;
}
.page-testimonials .arrow-next:after{
	content: "";
display: block;
background-image: url(../Erin_Gates_Custom_Theme/images/arrow.png);
width: 8px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 34px;
right: -38px;
transition: all 0.5s;
}
.page-testimonials .arrow-next:hover:after {
	right: -43px;
}
.page-testimonials .arrow-prev:hover:after {
	left: -45px;
}
.page-testimonials .arrow-next:hover, .page-testimonials .arrow-prev:hover {
	cursor: pointer;
}
.page-testimonials .arrow-prev{
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	font-weight: 700;
	color: white;
	letter-spacing: 0.06rem;
	border-left: 1px solid white;
	height: 80px;
	padding: 27px 0px 0 30px;
	position: absolute;
	left: 10px;
	z-index: 9;
	top: 117px;
}
.page-testimonials .arrow-prev:after{
	content: "";
	display: block;
	background-image: url(../Erin_Gates_Custom_Theme/images/arrow.png);
	width: 8px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 34px;
	left: -39px;
	transition: all 0.5s;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.page-id-26162 .poverlay {
	padding: 10px 109px;
}
.page-id-26162 .poverlay .in {
	width: 610px;
}
.poverlay h4 em {
	font-family: 'P22 Allyson Pro';
	font-size: 60px;
	font-weight: 100;
	font-style: italic;
	display: block;
	margin: 64px auto -4px;
}
.about-erin-grid {
	background: white;
	padding: 82px 10px 50px;
	position: relative;
	z-index: 1;
}
.about-erin-grid  h2 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
	margin-bottom: 68px;
	text-align: center;
}
.about-erin-grid .aeg {
	max-width: 1266px;
	margin: 50px auto;
	position: relative;
	column-count: 2;
	gap: 99px;
}
.about-erin-grid .aeg:before {
	content:"";
	display: block;
	width:1px;
	height:100%;
	background:#62695D;
	position: absolute;
	left:0;
	right:0;
	margin: auto;
	top:0; 
}
.about-erin-grid .aeg h3 {
	margin: 0;
	color: #62695D;
	font-size: 22px;
	font-family: 'TTRamillas';
	font-weight: 100;
}
.about-erin-grid .aeg a:hover h3 {
	font-style: italic;
	font-family: 'TTRamillasLI';
}
.about-erin-grid .aeg .titles-flex {
	display: flex;
justify-content: space-between;
margin: 23px 0 0;
padding-left: 6px;
letter-spacing: 0.03rem;
}
.about-erin-grid .aeg .titles-flex span {
	font-size: 12px;
font-family: 'sweet-sans-pro';
line-height: 22px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.065rem;
display: block;
margin: 3px 0 0 0;
}
.about-erin-grid .aeg .grid-item-2 .titles-flex {
	padding-left: 0;
	margin-bottom: 61px;
}
/* .about-erin-grid .aeg .grid-item-3 .titles-flex {
	justify-content: flex-end;
	flex-direction: row-reverse;
} */
/* .about-erin-grid .aeg .grid-item-3 .titles-flex span {
	margin: 3px 17px 0 -4px;
} */
.about-erin-grid .aeg .grid-item-1.active .epopup {
	display: block;
}
.about-erin-grid .aeg .grid-item-1 {
	width: 583px;
	margin: 0;
}
.about-erin-grid .aeg .grid-item-1 img {
	width: 100%;
	height: 623px;
}
.about-erin-grid .aeg .grid-item-2 {
	width: 583px;
	margin: 0;
}
.about-erin-grid .aeg .grid-item-3 {
	width: 583px;
	margin: 0;
}
.about-erin-grid .aeg .grid-item-2 img, .about-erin-grid .aeg .grid-item-3 img {
	width: 100%;
	height: 252px;
}
.single-member.active .team-popup {
	display: block;
}
.epopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F1EDE6;
	z-index: 99999;
	display: none;
}
.epopup .flex {
	max-width: 1266px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.epopup .flex .left {
	width: 50%;
	border-right: 1px solid #62695D;
	padding: 0 50px 0 0;
	overflow: scroll;
	height:90vh;
}
.epopup .flex .left::-webkit-scrollbar {
  display: none;
}
.epopup .flex .left .gal {
	column-count: 2;
	gap: 28px;
	margin: 75px auto 0;
}
.epopup .flex .left .gal img {
	width: 100%;
height: auto;
object-fit: cover;
object-position: center;
margin-bottom: 25px;
}
.epopup .flex .left .title {
	display: block;
	text-align: center;
	color: #62695D;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.055rem;
	margin: 43px 0 0;
}
.epopup .flex .left h3.name {
	text-align: center;
	font-size: 36px;
	margin: 25px auto 60px;
	font-family: 'TTRamillas';
	letter-spacing: 0.035rem;
	font-style: initial;
}
.team-wrap ul li .epopup .right img {
	height:620px;
}
.epopup .flex .left p {
	font-size: 17px;
letter-spacing: 0;
margin-bottom: 28px;
text-align: left;
}
.epopup .flex .left p em {
	font-size: 18px;
	font-family: 'specter';
	font-weight: 300!important;
	letter-spacing: 0.012rem;
}
.epopup .flex .right {
width: 50%;
padding: 0 0 0 50px;
text-align: right;
font-family: 'sweet-sans-pro';
font-size: 12px;
font-weight: 700;
color: #62695D;
letter-spacing: 0.05rem;
margin-top: -5px;
}
.epopup .flex .right span {
margin: 0 0 24px 0;
display: inline-block;
}
.epopup .flex .right span:after{
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#62695D;
	transition: width .3s ease-in-out;
}
.epopup .flex .right span:hover {
	cursor: pointer;
}
.epopup .flex .right span:hover:after {
	width:100%;
}
.site-inner {
	z-index: 9;
}
.team-wrap {
padding: 83px 0 41px;
background: #F1EDE6;
position: relative;
}
.team-wrap h2 {
	letter-spacing: 0.04rem;
	margin-bottom: 66px;
}
.single-member .team-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F1EDE6;
	display: none;
}
.team-wrap h2 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 100;
}
.team-wrap ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1330px;
	margin: 0 auto;
	padding-left: 34px;
}
.team-wrap ul li {
	list-style-type: none;
margin: 0 30px 54px 0;
width: 402px;
text-align: center;
}
.team-wrap ul li img {
	width: 100%;
	height: 506px;
}
.team-wrap ul li h3.name {
	font-family: 'TTRamillas';
	font-weight: 100;
	font-size: 22px;
	line-height: 36px;
	margin: 21px 0 0;
	letter-spacing: 0.03rem;
}
.team-wrap ul li:hover h3.name {
	font-style: italic;
	font-family: 'TTRamillasLI';
}
.team-wrap ul li .main-member:hover {
	cursor: pointer;
}
.site-inner.bump {
	z-index: 999;
}
.team-wrap ul li p.teampos {
	margin: 3px 0 0;
font-size: 12px;
text-transform: uppercase;
font-family: 'sweet-sans-pro';
font-weight: 700;
letter-spacing: 0.07rem;
}
.alm-listing {
	margin:0 auto;
}
.alm-listing .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.alm-btn-wrap {
	margin: -9px 0 15px;
	padding: 0px 0 12px!important;
}
.post-type-archive-portfolio .alm-btn-wrap, .post-type-archive-press .alm-btn-wrap {
	padding: 40px 0!important;
	margin: 0px 0 15px;
}
.archive .alm-btn-wrap .alm-load-more-btn, .search .alm-btn-wrap .alm-load-more-btn, .blog .alm-btn-wrap .alm-load-more-btn {
	border: 1px solid #597083;
	width: 157px;
	height: 54px!important;
	padding: 0px 0 0!important;
	background: linear-gradient(to left, #ffffff 50%, #597083 50%) right!important;
	background-size: 200% 100%!important;
	transition: all 0.4s ease!important;
	font-size: 12px!important;
	font-family: 'sweet-sans-pro'!important;
	text-transform: uppercase!important;
	font-weight: 700!important;
	letter-spacing: 0.06rem!important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0)!important;
	border-radius: 0;
	color:#597083!important;
}
.archive .alm-btn-wrap .alm-load-more-btn:hover, .search .alm-btn-wrap .alm-load-more-btn:hover, .blog .alm-btn-wrap .alm-load-more-btn:hover  {
	background-position: left!important;
	transition:all 0.4s ease;
	color:white!important;
}
.archive .alm-btn-wrap .alm-load-more-btn:before {
	display: none;
}
.post-type-archive-portfolio .alm-btn-wrap .alm-load-more-btn:before, .post-type-archive-press .alm-btn-wrap .alm-load-more-btn:before  {
	content: "";
	display: block;
	width: 14px!important;
	height: 14px;
	background-image: url(../Erin_Gates_Custom_Theme/images/downarrow.png)!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
	background-position: center!important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto!important;
	top: -33px!important;
	background-color: transparent!important;
	transition: all 0.5s;
}
.post-type-archive-portfolio .alm-btn-wrap .alm-load-more-btn:hover:before, .post-type-archive-press .alm-btn-wrap .alm-load-more-btn:hover:before {
	top: -28px;
}
.post-type-archive-portfolio .alm-btn-wrap .alm-load-more-btn, .post-type-archive-press .alm-btn-wrap .alm-load-more-btn{
	border:none!important;
	border-top: 1px solid #62695D!important;
	background: transparent!important;
	border-radius: 0!important;
	position: relative!important;
	color: #62695D!important;
	font-size: 12px!important;
	font-family: 'sweet-sans-pro'!important;
	text-transform: uppercase!important;
	padding: 24px 0 0!important;
	height: auto!important;
	font-weight: 700!important;
	letter-spacing: 0.06rem!important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0)!important;
	width: 93px!important;
}
.post-type-archive-portfolio .alm-btn-wrap .alm-load-more-btn:hover, .post-type-archive-press .alm-btn-wrap .alm-load-more-btn:hover {
	color: #62695D!important;
}
.alm-btn-wrap .alm-load-more-btn.done {
	opacity: 0!important;
	margin: 0;
	padding: 0!important;
}
.press-print {
	padding: 1px 0 35px;
}
.press-online {
	background: white;
	padding: 65px 0 42px;
}
.press-tv {
	padding: 62px 0 0;
	margin-bottom: -85px;
}
.press-wrap {
	background: #F1EDE6;
	padding: 65px 0 1px;
	position: relative;
}
.press-highlight {
	width: 100%;
	height: 560px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.press-highlight .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
}
.press-highlight .inner {
	position: absolute;
	max-width: 1065px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 87px;
}
.press-highlight .inner h2 {
	letter-spacing: 0.03rem!important;
	margin-bottom: 58px!important;
}
.press-highlight .inner .slick-slider {
	margin-bottom: 74px;
}
.press-highlight .inner .align {
	height: 64px;
	display: table;
	width: 100%;
	text-align: center;
}
.press-highlight .inner .align img {
	max-width: 75%;
	max-height: 64px;
	width: auto;
	object-fit: contain;
	object-position: center;
}
.press-highlight .inner .presslink {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	display: inline-block;
}
.press-highlight .inner .presslink:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:white;
	transition: width .3s ease-in-out;
}
.press-highlight .inner .presslink:hover:after {
	width:100%;
}
.press-highlight .inner a {
	color:white;
}
.press-highlight .inner h2 {
	font-size: 30px;
	text-align: center;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin: 0;
	padding: 50px 0;
}
.portfolio-title {
	margin-top: 186px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.23rem;
	margin-bottom: 70px;
}
.portfolio-title p {
	text-align: center;
	line-height: 31px;
}
.portfolio-title p em {
	font-family: p22-allyson-pro, sans-serif;
letter-spacing: 0;
text-transform: capitalize;
font-size: 43px;
margin: 0 0 -19px;
display: block;
padding: 0 4px 0 0;
}
.archive-wrap-homes .custom_cat-residential-development {
	display: none;
}
.archive-wrap-rd .custom_cat-homes {
	display: none;
}
.archive-wrap-rd ul{
	max-width: 1366px;
	margin: 0 auto;
}
.archive-wrap-homes {
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.archive-wrap-homes article {
	width: 618px;
	height: 719px;
	margin: 0 14px 29px;
	position: relative;
}
.archive-wrap-homes article img {
	width: 100%;
height: 718px;
}
.archive-wrap-homes article .hover {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Erin_Gates_Custom_Theme/images/greenhover.svg);
	width: 458px;
	height: 560px;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: white;
	opacity: 0;
	transition: all 0.5s;
}
.archive-wrap-homes article:hover .hover {
	opacity: 1;
}
.archive-wrap-homes article .hover h3 {
	font-size: 24px;
	line-height: 37px;
	font-family: 'TTRamillas';
	font-weight: 100;
	text-transform: uppercase;
	max-width: 67%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	position: absolute;
	letter-spacing: 0.04rem;
}
.archive-wrap-homes article .hover p {
	font-family: 'TTRamillas';
	font-size: 18px;
	position: absolute;
	left: 0;
	right: 0;
	top: 81px;
}
.archive-wrap-homes article .hover span {
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 88px;
	height: 18px;
	width: 114px;
	margin: auto;
}
.archive-wrap-homes article .hover span:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#F1EDE6;
	transition: width .3s ease-in-out;
}
.archive-wrap-homes article .hover:hover span:after {
	width:100%;
}
.post-type-archive-portfolio .alm-btn-wrap {
	padding: 59px 0 78px!important;
}
.archive-wrap-rd .custom_cat-homes  {
	display: none;
}
.archive-wrap-rd {
	background: white;
	padding: 40px 0 79px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archive-wrap-rd h2 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 100;
	width: 100%;
	margin: 67px 0 87px;
	letter-spacing: 0.038rem;
}
.archive-wrap-rd article {
	width: 436px;
	margin: 0 0 40px;
	height: 545px;
	position: relative;
}
.archive-wrap-rd article .number {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	top: 81px;
	letter-spacing: 0.05rem;
	font-family: 'TTRamillas';
	font-weight: 100;
	color: #F1EDE6;
}
.archive-wrap-rd article h3 {
	font-weight: 100;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	padding: 0 46px;
	font-family: 'TTRamillas';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 35px;
}
.archive-wrap-rd article .view {
	color: #F1EDE6;
	position: absolute;
	bottom: 75px;
	font-size: 12px;
	right: 0;
	width: 110px;
	left: 0;
	margin: auto;
	text-transform: uppercase;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.05rem;
	font-weight: 700;
}
.archive-wrap-rd article .view:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#F1EDE6;
	transition: width .3s ease-in-out;
}
.archive-wrap-rd article .hover:hover .view:after {
	width:100%;
}
.archive-wrap-rd article .hover {
	position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 376px;
height: 485px;
background-image: url(../Erin_Gates_Custom_Theme/images/hoverbackground.png);
background-size: cover;
background-position: center;
color: white;
text-align: center;
display: table;
transition: all 0.5s;
opacity: 1;
}
.beige-wrap {
	background: #F1EDE6;
	position: relative;
	padding: 50px 0 0;
}
.single-portfolio .beige-wrap figure {
	margin: 0 auto;
	max-width: 1265px;
	display: block;
	column-count: 2;
	column-gap: 25px;
}
.single-portfolio .beige-wrap figure figure {
	width: 100%!important;
	margin-bottom: 25px!important;
}
.single-portfolio .beige-wrap figure img {
	width:100%;
}
.single-portfolio .beige-wrap .modula-gallery {
	margin: 30px auto;
	max-width: 1265px;
}
.single-portfolio .beige-wrap .wp-block-columns {
	max-width: 1265px;
	margin: 0px auto;
	gap:30px;
}
.single-portfolio .beige-wrap .wp-block-columns figure {
	margin: 30px 0;
	max-width: 1265px;
	width: 100%;
}
.single-portfolio .beige-wrap .wp-block-columns figure img {
	width:100%;
}
.port-nav {
	max-width: 1266px;
	margin: 75px auto 75px;
	display: flex;
	justify-content: center;
	position: relative;
}
.port-nav .previous-post-link a {
	position: absolute;
	left: 0;
	width: 110px;
	text-align: right;
	height: 80px;
	top: 0;
	display: block;
}
.port-nav .previous-post-link a:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #62695D;
	position: absolute;
	top: -26px;
	left: 38px;
}
.port-nav .previous-post-link a:after {
	content: "";
	display: block;
	background-image: url(../Erin_Gates_Custom_Theme/images/greenarrow.svg);
	width: 8px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	transition: all 0.3s;
	top: 8px;
	left: 0;
}
.port-nav .next-post-link a:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #62695D;
	position: absolute;
	top: -26px;
	right: 38px;
}
.port-nav .previous-post-link a:hover:after {
	left:-3px;
}
.port-nav .next-post-link a:after {
	content: "";
display: block;
background-image: url(../Erin_Gates_Custom_Theme/images/greenarrow.svg);
width: 8px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
transition: all 0.3s;
top: 6px;
right: 0;
transform: rotate(180deg);
}
.port-nav .next-post-link a:hover:after {
	right:-3px;
}
.port-nav .next-post-link a {
	position: absolute;
	right:0;
	width: 110px;
	text-align:left;
	height: 80px;
	top: 0;
	display: block;
}
.port-nav a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.065rem;
	font-weight: 700;
}
.single-portfolio .pps {
	background: white;
}
.single-portfolio .poverlay h4{
	text-align: center;
	font-family: 'sweet-sans-pro';
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.24rem;
	margin: 2px 0 0;
}
.single-portfolio .poverlay h2 {
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	margin: 36px auto 28px;
}
.single-portfolio .poverlay{
	padding: 10px 97px 28px;
	text-align: -webkit-center;
	text-align: center;
}
.single-portfolio .poverlay .desc {
	text-align: left;
	margin-bottom: 8px;
}
.single-portfolio .poverlay .in {
	width: 100%;
	display: block;
}
.post-type-archive-portfolio .page-testimonials {
	background-attachment: fixed;
}
.press-flex .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto!important;
}
.press-flex .alm-reveal article {
	width: 402px;
	margin: 0 15px 54px;
	text-align: center;
}
.press-flex .alm-reveal article img {
	width: 100%;
	height: 525px;
}
.press-flex .alm-reveal article h3 {
	color: #62695D;
font-size: 22px;
font-family: 'TTRamillas';
font-weight: 100;
margin: 26px 0 6px;
letter-spacing: 0.03rem;
}
.press-flex .alm-reveal article a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05rem;
	position: relative;
	/* color: white; */
}
.press-flex .alm-reveal article a.explore:after {
	content: "";
width: 0;
height: 1px;
transition: width .3s ease-in-out;
background: #62695D;
display: inline-block;
position: absolute;
left: 0;
bottom: -4px;
}
.press-flex .alm-reveal article a.explore:hover:after {
	width:100%;
}
.press-flex h2 {
	text-align: center;
font-size: 30px;
font-weight: 100;
text-transform: uppercase;
margin: 44px 0 66px;
letter-spacing: 0.04rem;
}
.double-shop {
	max-width: 1266px;
	margin: 0 auto 21px;
	display: flex;
	justify-content: space-between;
}
.double-shop li {
	width: 618px;
	position: relative;
}
.single-shop {
	max-width: 1266px;
	margin: 0 auto 20px;	
}
.single-shop li {
	width:100%;
	position: relative;
}
.double-shop .hover{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Erin_Gates_Custom_Theme/images/smallgreenhover.svg);
	width: 458px;
	height: 508px;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: white;
	opacity: 0;
	transition: all 0.5s;
}
.double-shop li:hover .hover {
	opacity: 1;
}
.double-shop .hover .small, .single-shop .hover .small {
	display: block;
	padding: 75px 0 0;
	font-size: 18px;
	line-height: 36px;
	font-family: 'TTRamillas';
}
.double-shop .hover h3, .single-shop .hover h3 {
	line-height: 36px;
	font-family: 'TTRamillas';
	font-size: 24px;
	font-weight: 100;
	text-transform: uppercase;
	height: 34px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.double-shop .hover .link, .single-shop .hover .link{
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
	letter-spacing: 0.06rem;
	width: 176px;
	margin: auto;
}
.double-shop .hover .link:after, .single-shop .hover .link:after {
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#F1EDE6;
	transition: width .3s ease-in-out;
}
.double-shop .hover:hover .link:after, .single-shop .hover:hover .link:after {
	width:100%;
}
.single-shop .hover{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Erin_Gates_Custom_Theme/images/smallgreenhover.svg);
	width: 458px;
	height: 508px;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: white;
	opacity: 0;
	transition: all 0.5s;
}
.single-shop li:hover .hover {
	opacity: 1;
}
.book-flex {
	max-width: 1110px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.book-flex:after {
	content:"";
	display: block;
	width:1px;
	height:100%;
	background:#62695D;
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	top:0;
}
.book-flex li {
	width: 462px;
}
.book-flex li img {
	width: 100%;
	height: 598px;
}
.booktitle {
	text-align: center;
	margin: 50px 0;
}
.book-flex li .titles-flex {
	display: flex;
	justify-content: space-between;
	margin: 4px 0 0;
}
.book-flex li .titles-flex h3 {
	font-size: 22px;
	font-weight: 100;
	margin: 19px 0 0;
	letter-spacing: 0.03rem;
}
.book-flex li .titles-flex ul {
	column-count: 2;
	width: 58.5%;
	color: #62695D;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 21px;
	margin: 23px 0 0;
	letter-spacing: 0.07rem;
	column-gap: 78px;
}
.post-type-archive .main-header, .post-type-archive .main-footer {
	display: none!important;
}
/*
.post-type-archive .blog-header, .post-type-archive .blog-footer {
	display: none!important;
}
*/
.post-type-archive {
	background: #F1EDE6!important;
}
/* Elements of Style Styles
--------------------------------------------- */
.page-id-41479 .main-header, .page-id-41479 .main-footer, .page-template-page-blog-blocks .main-header, .page-template-page-blog-blocks .main-footer, .archive .main-header, .archive .main-footer, .blog .main-header, .search .main-header, .blog .main-footer, .search .main-footer, .single-post .main-header, .single-post .main-footer{
	display: none;
}
.page-id-41479 .blog-header, .page-template-page-blog-blocks .blog-header, .archive .blog-header, .blog .blog-header, .search .blog-header, .single-post .blog-header {
	display: block;
}
.page-id-41479 .blog-footer, .page-template-page-blog-blocks .blog-footer, .archive .blog-header, .archive .blog-footer, .blog .blog-footer, .search .blog-footer, .blog .blog-header, .search .blog-footer, .single-post .blog-header, .single-post .blog-footer{
	display: block;
}
.page-id-41479, .page-template-page-blog-blocks, .archive, .search, .blog, .single-post {
	background:white;
}
.double-line-group {
	margin: 136px auto 0;
	display: block;
}
.archive .double-line-group h1, .search .double-line-group h1, .blog .double-line-group h1 {
	color: #597083;
	font-size: 12px;
	text-align: center;
	margin: -27px 0 -28px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.065rem;
	font-weight: 500;
}
.archive .newsletter-flex, .search .newsletter-flex, .blog .newsletter-flex, .single-post .newsletter-flex {
	margin-bottom: 0;
	margin-top: 60px;
}
.page-child .newsletter-flex {
	margin-bottom:0;
	margin-top: 60px;
}
.alm-listing {
	margin: 0 auto!important;
	padding: 0;
}
.blog-archive-wrap {
	max-width: 1340px;
	margin: 47px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.blog-archive-wrap article {
	width: 391px;
	text-align: center;
	margin: 0 25px 83px;
}
.blog-archive-wrap article .image-wrap {
	width: 100%;
	height: 489px;
	overflow: hidden;
	position: relative;
}
.blog-archive-wrap article .image-wrap img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.blog-archive-wrap article .image-wrap:hover img {
	transform: scale(1.1);
}
.blog-archive-wrap article .meta-flex {
	color: #597083;
	font-size: 12px;
	font-weight: 500;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin: 20px auto 0;
}
.blog-archive-wrap article .meta-flex a {
	color: #597083;
}
.blog-archive-wrap article .spacer {
	margin: 0 8px 0 10px;
}
.blog-archive-wrap article h3 {
	font-family: 'TTRamillas';
	color: #597083;
	font-size: 24px;
	line-height: 25px;
	font-weight: 100;
	margin: 24px 0 0;
}
.double-line-group h3 {
	color: #597083;
	font-size: 12px;
	text-align: center;
	margin: -27px 0 -28px;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.065rem;
	font-weight: 700;
}
.double-line-group h3 a {
	color: #597083;
	margin: 0 23px;
}
.double-line-group .meta-flex {
	text-align: center;
color: #597083;
font-size: 12px;
font-family: 'sweet-sans-pro';
text-transform: uppercase;
letter-spacing: 0.05rem;
margin: -27px 0 -28px;
}
.double-line-group .meta-flex .spacer {
	margin: 0 8px 0 11px;
}
#contact {
	max-width: 834px;
	margin: 110px auto 131px;
	position: relative;
	padding: 1px 108px;
}
#contact:before{
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	background-image: url(../Erin_Gates_Custom_Theme/images/BG.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	left: 0;
}
#contact:after {
	content: "";
	display: block;
	width: 100%;
	height: 88px;
	background-image: url(../Erin_Gates_Custom_Theme/images/BG2.png);
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: -44px;
	background-repeat: no-repeat;
}
#contact h2 {
	color: #597083;
	font-size: 24px;
	line-height: 25px;
	margin: 6px 0 65px;
	padding: 0 50px;
}
#contact .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0;
	color: #597083;
	text-transform: uppercase;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.07rem;
}
#contact .gform_wrapper .gfield_required {
	display: none;
}
#contact input {
	border: 1px solid #A4AEB4;
	text-align: left;
	height: 36px;
	font-family: 'specter';
	font-size: 15px;
}
#contact #field_4_3 {
	margin-top: 12px;
}
#contact .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 160px;
	border: 1px solid #A4AEB4;
	text-align: left;
	font-family: 'specter';
	font-size: 15px;
	padding: 15px 15px;
	letter-spacing: 0.01rem;
}
#contact textarea::-webkit-input-placeholder { /* Edge */
  color: #A4AEB4;
}

#contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A4AEB4;
}

#contact textarea::placeholder {
  color: #A4AEB4;
} 
#contact #gform_submit_button_4 {
	padding: 0;
text-align: center;
border: none;
color: #597083;
font-family: 'TTRamillas';
font-size: 22px;
letter-spacing: 0;
position: relative;
z-index: 8;
}
#contact #gform_submit_button_4:hover {
	font-style:italic;
	font-family: 'TTRamillasI';
}
#contact .gform_wrapper.gravity-theme .gform_footer {
	margin: 27px 0 5px;
}
#collaborations {
	max-width: 640px;
	margin: 0 auto;
	color: #597083;
	padding: 52px 0 64px;
}
#collaborations h2 {
	color: #597083;
	font-size: 40px;
	margin: 0 0 61px;
}
#collaborations p {
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 28px;
	letter-spacing: 0;
}
#collaborations p a {
	color: #597083;
	font-family: 'TTRamillas';
	position: relative;
}
#collaborations p a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #597083;
	position: absolute;
	bottom: 3px;
	left: 0;
}
.page-id-41487 .newsletter-flex{
	margin-bottom: 77px;
}
.about-erin-mini {
	max-width: 1014px;
	margin: 92px auto 101px;
}
.about-erin-mini .flex {
	display: flex;
	justify-content: space-between;
}
.about-erin-mini .flex .left{
	width: 434px;
	height: 587px;
	margin: 0;
	display: block;
	position: relative;
}
.about-erin-mini .flex img {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
}
.about-erin-mini .flex .left:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: white;
	position: absolute;
	transform: rotate(45deg);
	top: -30px;
	left: -30px;
}
.about-erin-mini .flex .left:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: white;
	position: absolute;
	transform: rotate(-45deg);
	top: -30px;
	right: -30px;
}
.about-erin-mini .flex .left .border:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: white;
	position: absolute;
	transform: rotate(45deg);
	top: -30px;
	left: -30px;
}
.about-erin-mini .flex .left .border:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: white;
	position: absolute;
	transform: rotate(-45deg);
	top: -30px;
	right: -30px;
}
.about-erin-mini .flex .left .border {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.about-erin-mini .flex .right {
	width: 473px;
}
.about-erin-mini .flex .right h2 {
	color: #597083;
	font-size: 40px;
	line-height: 46px;
	font-weight: 100;
	margin: 74px 0 33px;
}
.about-erin-mini .flex .right p {
	color: #597083;
	font-size: 17px;
	line-height: 28px;
	margin: 0 0;
}
.about-erin-mini .flex .right p a {
	color: #597083;
	font-family: 'TTRamillas';
	position: relative;
}
.about-erin-mini .flex .right p a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #597083;
	position: absolute;
	bottom: 3px;
}
.about-erin-mini .flex .right h4 {
	border-left: 1px solid #E8E0D4;
	height: 94px;
	color: #597083;
	font-family: 'P22 Allyson Pro';
	font-style:italic;
	font-size: 47px;
	font-weight: 100;
	margin: 46px 0 0 2px;
	padding: 34px 0 0 17px;
}
#eos-general-content {
	width: 100%;
	margin: 80px auto 0;
}
.feat-blog-block .flex {
	display: flex;
	justify-content: space-between;
	height:689px;
}
.feat-blog-block .left {
	width: 50.4%;
}
.feat-blog-block .left img {
	width: 100%;
	height: 689px;
}
.feat-blog-block .right {
	width: 50%;
	height: 689px;
	display: table;
	padding: 0 107px;
	background: #F1EDE6;
	color: #597083;
}
.feat-blog-block .right a {
	color: #597083;
}
.feat-blog-block .right .meta-flex {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.05rem;
	margin: 0 0 50px;
}
.feat-blog-block .right h3 {
	font-size: 42px;
	line-height: 45px;
	font-family: 'TTRamillas';
	font-weight: 100;
	text-transform: uppercase;
	color: #597083;
	margin: 60px 0 30px;
}
.feat-blog-block .right .exc p {
	font-size: 15px;
line-height: 24px;
letter-spacing: 0;
padding-right: 50px;
margin-bottom:30px;
}
.feat-blog-block .right .readnow {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.07rem;
	font-weight: 700;
	display: inline-block;
}
.feat-blog-block .right .readnow:after{
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#597083;
	transition: width .3s ease-in-out;
}
.feat-blog-block .right .readnow:hover:after {
	width:100%;
}
.feat-blog-block .right .meta-flex  .spacer {
	margin: 0 9px 0 12px;
}
.feat-blog-block {
	margin-bottom: 65px;
}
.cat-browse {
	padding: 10px 0 0;
	background: white;
	margin-bottom: -1px;
}
.cat-browse .flex {
	display: flex;
	justify-content: space-between;
	max-width: 1272px;
	margin: 0 auto;
	position: relative;
}
.double-line:before {
	content:"";
	display: block;
	width:100%;
	height:1px;
	background: #D7CAB4;
	position: absolute;
	top:-8px;
}
.double-line {
	position: relative;
	max-width: 1280px;
	margin: 50px auto 42px;
	height: 1px;
	background: #D7CAB4;
}
.cat-browse .flex img {
	display: block;
	width: 133px;
	height: 133px;
	margin: 0;
}
.cat-browse .flex li a {
	width:133px;
	display: block;
	text-align: center;
}
.cat-browse .arrow-prev {
	position: absolute;
	left: -240px;
	top: 77px;
	width: 29px;
	opacity: 0.5;
	margin: 0!important;
}
.cat-browse .arrow-next {
	position: absolute;
	left: -182px;
	top: 77px;
	width: 29px;
	margin: 0!important;
}
.cat-browse .arrow-next:hover, .cat-browse .arrow-prev:hover {
	cursor:pointer;
}
.cat-browse h2 {
	width: 191px;
	display: block;
	height: 230px;
	border-right: 1px solid #D7CAB4;
	font-family: 'P22 Allyson Pro';
	font-weight: 100;
	color: #597083;
	font-size: 48px;
	padding: 88px 0 0 0;
	margin: -9px 0 0;
	position: relative;
	font-style:italic;
}
.cat-browse h2:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #D7CAB4;
	position: absolute;
	right: -9px;
	top: 0;
}
.cat-browse .cat-slider {
	width: 1007px;
}
.cat-browse .cat-slider span {
	color: #597083;
	font-size: 12px;
	text-transform: uppercase;
	margin: 6px 0 21px 0;
	letter-spacing: 0.07rem;
	display: block;
}
.multi-posts {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: white;
	padding: 20px 0;
}
.multi-posts .single {
	width: 391px;
	text-align: center;
	margin: 0 25px 4px;
}
.multi-posts .single .meta-flex {
	color: #597083;
	font-size: 12px;
	font-weight: 500;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin: 20px auto 0;
}
.multi-posts .single .meta-flex .spacer {
	margin: 0 8px 0 10px;
}
.multi-posts .single .meta-flex  a {
	color: #597083;
}
.multi-posts .single h3 {
	font-family: 'TTRamillas';
	color: #597083;
	font-size: 24px;
	line-height: 25px;
	font-weight: 100;
	margin: 24px 0 0;
}
.multi-posts .single .image-wrap {
	width: 100%;
	height: 489px;
	overflow: hidden;
	position: relative;
}
.multi-posts .single .image-wrap img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.multi-posts .single .image-wrap:hover img {
transform: scale(1.1);
}
.books-featured {
	max-width: 1249px;
	margin: 56px auto 63px;
	display: flex;
	justify-content: space-between;
}
.books-featured .leftside {
	width: 255px;
	border-right: 1px solid #D7CAB4;
	padding-right: 72px;
	height: 593px;
}
.books-featured .leftside h2 {
	color: #597083;
	font-size: 48px;
	font-family: 'P22 Allyson Pro';
	font-style:italic;
	font-weight: 100;
	margin: 3px 0 13px -15px;
	width: 117%;
}
.books-featured .leftside .main_link {
	color: #597083;
	font-size: 12px;
	margin: 0 0 18px 50px;
	letter-spacing: 0.07rem;
	display: block;
}
.books-featured .leftside img {
	width: 100%;
	height: 238px;
}
.books-featured .leftside .bookss li:last-child {
	margin-bottom:0;
}
.books-featured .leftside .bookss li{
	height: 238px;
	margin-bottom: 26px;
}
.books-featured .leftside .bookss li a {
	display: block;
}
.books-featured .rightside {
	width: 987px;
	border-left: 1px solid #D7CAB4;
	padding-left: 66px;
	height: 593px;
}
.books-featured .rightside .flex {
	display: flex;
	justify-content: space-between;
}
.books-featured .rightside .flex img {
	width: 449px;
	height: 593px;
}
.books-featured .rightside .flex .right {
	height: 593px;
	width: 405px;
	display: table;
}
.books-featured .rightside .flex .right a {
	color: #597083;
}
.books-featured .rightside .flex .right .meta-flex {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.05rem;
	margin: 0 0 50px;
}
.books-featured .rightside .flex .right h3 {
	font-size: 42px;
	line-height: 45px;
	font-family: 'TTRamillas';
	font-weight: 100;
	text-transform: uppercase;
	color: #597083;
	margin: 75px 0 40px;
	width:103%;
}
.books-featured .rightside .flex .right .exc p {
	font-size: 15px;
line-height: 24px;
letter-spacing: 0;
padding-right: 0px;
margin-bottom:40px;
}
.books-featured .rightside .flex .right .readnow {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.07rem;
	font-weight: 700;
	display: inline-block;
}
.books-featured .rightside .flex .right .readnow:after{
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#597083;
	transition: width .3s ease-in-out;
}
.books-featured .rightside .flex .right .readnow:hover:after {
	width:100%;
}
.books-featured .rightside .flex .right .meta-flex  .spacer {
	margin: 0 9px 0 12px;
}
.shopslider {
	max-width: 1315px;
	margin: 0 auto 61px;
	text-align: center;
	background: white;
}
.shopslider h2 {
	color: #597083;
	font-size: 40px;
	font-weight: 100;
	line-height: 46px;
	margin: 53px 0 22px;
}
.shopslider .shoplink {
	color: #597083;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.06rem;
	display: inline-block;
	margin: 0 auto 0;
}
.shopslider .shoplink:after{
	content:"";
	display: block;
	width:0;
	height:1px;
	background:#597083;
	transition: width .3s ease-in-out;
}
.shopslider .shoplink:hover:after {
	width:100%;
}
.shopslider .arrow-prev {
	position: absolute;
	bottom: 0;
	left: -54px;
	right: 0;
	margin: auto;
	opacity: 0.5;
}
.shopslider .arrow-next {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: -63px;
	margin: auto;
}
.shopslider .slick-slide img {
	width: 226px;
height: 302px;
object-fit: contain;
object-position: center;
margin-bottom: -16px;
}
.shopslider .brand {
	color: #597083;
	font-size: 12px;
	letter-spacing: 0.05rem;
}
.shopslider .shop-slider {
	margin: 11px 0 0;
}
.shopslider h3 {
	color: #597083;
	font-size: 22px;
	font-family: 'TTRamillas';
	font-weight: 100;
	margin: 6px 0 85px 0;
}
.newsletter-flex {
	background: #A4AEB4;
	display: flex;
	justify-content: space-between;
	margin-bottom: 66px;
}
.newsletter-flex .left {
	margin: 0;
	width: 50%;
	height: 495px;
}
.newsletter-flex .right {
	width: 50%;
	height: 495px;
	display: table;
}
.newsletter-flex .right .gform_wrapper .gform_validation_errors {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.newsletter-flex .right .gform_wrapper .gform_validation_errors>h2 {
	color: white;
	font-size: 12px;
	font-weight: 500;
	line-height: 17.6px;
	margin: 0 0 0 42px!important;
	font-family: 'specter';
}
.newsletter-flex .right .gform_confirmation_message{
	max-width: 432px;
	color: white;
	margin: 20px auto 40px;
	font-size: 20px;
	line-height: 46px;
}
.newsletter-flex .right .gform_wrapper .gfield_validation_message, .newsletter-flex .right .gform_wrapper .validation_message {
	background: transparent;
	border: none;
	font-size: 12px;
	margin-top: 0;
	padding: 0;
	font-family: 'sweet-sans-pro'!important;
	color: white;
}
.newsletter-flex .right h4 {
	max-width: 432px;
	margin: 8px auto 0;
	color: white;
	font-family: 'sweet-sans-pro';
	font-weight: 100;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.065rem;
}
.newsletter-flex .right h2 {
	max-width: 432px;
	color: white;
	margin: 20px auto 40px;
	font-size: 40px;
	line-height: 46px;
}
.newsletter-flex .right .gform_wrapper {
	max-width: 432px;
	margin: 0 auto;
}
.newsletter-flex .right .gform_wrapper input {
	border: none;
	color: white;
	text-align: left;
	padding: 13px 0!important;
	font-size: 10px!important;
	font-family: 'sweet-sans-pro';
	border-bottom: 1px solid white;
	width: 390px!important;
	letter-spacing: 0.06rem;
}
.newsletter-flex .right .gform_wrapper.gravity-theme .gform_footer input {
	margin: 0;
	width: 132px!important;
	height: 44px;
	border: 1px solid white;
	text-align: center;
	font-size: 12px!important;
	padding: 0 0 1px 0!important;
	background: linear-gradient(to left, #a4aeb4 50%, #597083 50%) right;
	background-size: 200% 100%;
	transition:all 0.4s ease;
}
.newsletter-flex .right .gform_wrapper.gravity-theme .gform_footer input:hover{
	background-position: left;
	transition:all 0.4s ease;
}
.newsletter-flex .right .gform_wrapper.gravity-theme .gform_footer{
	margin: 29px 0 0;
}
.newsletter-flex .right .gform_wrapper input::-webkit-input-placeholder { /* Edge */
  color: #F1EDE6;
}

.newsletter-flex .right .gform_wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F1EDE6;
}

.newsletter-flex .right .gform_wrapper input::placeholder {
  color: #F1EDE6;
}
.page-id-41485 .newsletter-flex {
	margin-bottom: 78px;
}
.page-id-37073 .newsletter-flex  {
	margin-bottom: 86px;
}
.page-id-37073 .page-explore-block h3{
	margin: 49px auto 86px;
}
.page-template-page-blog-blocks .page-explore-block {
	background: white;
	padding: 1px 0 48px;
	position: relative;
	margin: -7px 0 0 0;
}
.page-template-page-blog-blocks .page-explore-block h3 {
	color: #597083;
}
.gac-wrap {
	background: #F1EDE6;
	padding: 72px 0 60px;
	margin-top: 65px;
	margin-bottom: 73px;
}
.gac-wrap .flex {
	max-width: 1268px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gac-wrap .flex .left {
	width: 390px;
	margin: 100px 0 0 87px;
}
.gac-wrap .flex .left img {
	width: 292px;
	margin: 0 auto 50px;
	display: block;
}
.gac-wrap .flex .left p {
		color: #342417;
		font-size: 15px;
		line-height: 24px;
}
.gac-wrap .flex .left p a {
	display: block;
	border: 1px solid #342417;
	width: 132px;
	height: 44px;
	text-align: center;
	margin: 57px auto 0;
	font-size: 12px;
	color: #342417;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.06rem;
	padding: 9px 0 0;
	background: linear-gradient(to left, #F1EDE6 50%, #D7CAB4 50%) right;
	background-size: 200% 100%;
	transition:all 0.4s ease;
}
.gac-wrap .flex .left p a:hover{
	background-position: left;
	transition:all 0.4s ease;
}
.gac-wrap .flex .right {
	width: 667px;
margin: 0;
}
.gac-wrap .flex .right ul {
	column-count: 2;
	column-gap: 0;
	padding-right: 212px;
}
.gac-wrap .flex .right ul li {
	width: 213px;
	height: 284px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.gac-wrap .flex .right ul li:nth-child(3){
	width: 437px;
	height: 583px;
	margin: 0;
}
.gac-wrap .flex .right ul li img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.gac-wrap .flex .right ul li:hover img{
	transform: scale(1.1);
}
.gac-wrap .flex .right ul li .overlay {
	width: 100%;
	height: 100%;
	background: #342417;
	position: absolute;
	top: 0;
	opacity: 0.2;
	left: 0;
}
.gac-wrap .flex .right ul li .txt {
	position: absolute;
bottom: 31px;
left: 10px;
color: white;
max-width: 200px;
}
.gac-wrap .flex .right ul li .txt h4 {
	font-size: 12px;
font-weight: 100;
letter-spacing: 0.07rem;
margin: 0 0 17px 0;
text-transform: uppercase;
}
.gac-wrap .flex .right ul li .txt h3 {
	font-size: 22px;
	line-height: 28px;
	font-family: 'TTRamillas';
	font-weight: 100;
	margin: 0;
}
.gac-wrap .flex .right ul li:nth-child(3) .txt {
	left: 31px;
}
.single-post-title {
	color: #597083;
	font-size: 42px;
	line-height: 45px;
	text-align: center;
	font-weight: 100;
	max-width: 545px;
	margin: 58px auto 50px;
}
.full-post {
	max-width: 650px;
	margin: 0 auto 85px;
}
.full-post .wp-block-image {
	margin: 0 0 2.5em;
}

.full-post ul{
	padding-left:15px;
}

.full-post ol, 
.full-post ol li{
	list-style:numeric;
	list-style-type:numeric;
	color: #597083;
    font-size: 15px;
    line-height: 24px;
}

.full-post ul, 
.full-post ul li{
	list-style:disc;
	list-style-type:disc;
	color: #597083;
    font-size: 15px;
    line-height: 24px;
}

.full-post a {
	font-family: 'TTRamillas';
    color: #62695D;
    text-decoration: underline;
}

.full-post ul li, .full-post ol li{
	margin-bottom:15px;
}

.full-post p {
	color: #555f6b;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 30px;
}
.full-post p a {
	color: #597083;
	font-family: 'TTRamillas';
	text-decoration: underline;
}
.full-post .wp-block-media-text p {
	color: #597083;
	font-size: 12px;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.05rem;
	margin: 0;
}
.full-post .wp-block-media-text h3 {
	color: #597083;
	font-size: 22px;
	font-weight: 100;
	margin: 8px 0;
}
.full-post .wp-block-media-text{
	margin: 60px 0;
}
.blog-sig {
	height: 95px;
	border-left: 1px solid #E8E0D4;
	margin: 60px 0;
}
.blog-sig h4 {
	color: #597083;
	font-family: 'P22 Allyson Pro';
	font-style:italic;
	font-size: 47px;
	font-weight: normal;
	margin: 0;
	padding: 33px 0 0 20px;
}
.bps-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bps-flex li {
	width: 50%;
	text-align: center;
	margin: 0 0 50px;
}
.bps-flex li img {
	width: 100%;
	height: 302px;
	object-fit: contain;
}
.bps-flex li .small {
	color: #597083;
	font-size: 12px;
	margin: 0;
	letter-spacing: 0.05rem;
}
.bps-flex li h3 {
	color: #597083;
	font-size: 22px;
	line-height: 25px;
	font-family: 'TTRamillas';
	font-weight: 100;
	margin: 8px 0 0;
}
.share-comments {
	max-width: 1280px;
	margin: 0 auto;
	border-top: 1px solid #D7CAB4;
	position: relative;
}
.share-comments:before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#D7CAB4;
	position: absolute;
	top:-9px;
}
.share-comments .flex {
	display: flex;
	justify-content: space-between;
	padding: 13px 17px 70px 103px;
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	text-transform: uppercase;
}
.share-comments .flex .commentstitle:hover {
	cursor: pointer;
}
.share-comments .flex p {
	font-size:12px;
}
.share-comments .flex .share {
	display: flex;
	justify-content: flex-end;
}
.share-comments .flex .share ul {
	display: flex;
}
.share-comments .flex .share ul li {
	margin: 3px 0 0 30px;
}
.share-comments .flex .share ul li:first-child {
	margin: 5px 0 0 41px;
}
.post-comments {
	max-width: 650px;
	margin: 0 auto;
	display: none;
}
.commentlist {
	    margin-bottom: 80px;
    margin-top: 60px;
}
.post-comments .commentlist li {
	    margin: 30px 0;
}
.post-comments .comment-metadata {
display:none;
}
.post-comments .reply {
	display:none;
}
.post-comments.active {
	display: block;
}
.post-comments label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0;
	color: #597083;
	text-transform: uppercase;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.07rem;
}
.post-comments input {
	border: 1px solid #A4AEB4;
	text-align: left;
	height: 36px;
	font-family: 'specter';
	font-size: 15px;
	font-weight: 100;
}
.post-comments textarea {
	height: 160px;
	border: 1px solid #A4AEB4;
	text-align: left;
	font-family: 'specter';
	font-size: 15px;
	padding: 15px 15px;
	letter-spacing: 0.01rem;
	font-weight: 100;
}
.post-comments #submit {
	padding: 0;
	text-align: center;
	border: none;
	color: #597083;
	font-family: 'TTRamillas';
	font-size: 22px;
	letter-spacing: 0;
	position: relative;
	z-index: 8;
}
.post-comments p {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0;
	color: #597083;
	font-family: 'sweet-sans-pro';
	letter-spacing: 0.03rem;
}
.similar-posts {
	background: #F1EDE6;
	padding: 31px 0;
	margin-bottom: 70px;
}
.similar-posts h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 100;
	color: #597083;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 71px;
}
.similar-posts h2 span {
	display: block;
	font-family: 'sweet-sans-pro';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0rem;
	margin: 3px 0 23px;
}
.similar-posts ul {
	display: flex;
	justify-content: center;
	max-width: 1350px;
	margin: 0 auto 54px;
}
.similar-posts ul li {
	width: 391px;
	text-align: center;
	margin: 0 24px 4px;
}
.similar-posts ul li .meta-flex {
	color: #597083;
	font-size: 12px;
	font-weight: 500;
	font-family: 'sweet-sans-pro';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin: 20px auto 0;
}
.similar-posts ul li .meta-flex .spacer {
	margin: 0 8px 0 10px;
}
.similar-posts ul li .meta-flex  a {
	color: #597083;
}
.similar-posts ul li h3 {
	font-family: 'TTRamillas';
	color: #597083;
	font-size: 24px;
	line-height: 25px;
	font-weight: 100;
	margin: 24px 0 0;
}
.similar-posts ul li .image-wrap {
	width: 100%;
	height: 489px;
	overflow: hidden;
	position: relative;
}
.similar-posts ul li .image-wrap img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.similar-posts ul li .image-wrap:hover img {
transform: scale(1.1);
}




/* Footer Widgets Styles
--------------------------------------------- */
footer {
	position: relative;
	z-index: 9;
}
.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.main-footer {
	background: #62695D;
	color: #FFFFFF;
	padding: 10px;
}
.blog-footer{
	background: #597083;
	color: #FFFFFF;
	padding: 12px 0;
	/* display: none; */
}
.blog-footer.afooter .flex {
	max-width: 1209px;
	margin: 68px auto 66px;
}
.afooter .flex {
	max-width: 1205px;
	margin: 69px auto 66px;
	display: flex;
	justify-content: space-between;
}
.afooter .flex .right {
	text-align: right;
	font-family: 'sweet-sans-pro';
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
	width:40%;
}
.afooter .flex .left {
	text-align: left;
	font-family: 'sweet-sans-pro';
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
	width:40%;
}
.afooter .flex .left p, .afooter .flex .right p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08rem;
}
.afooter .flex .left h3, .afooter .flex .right h3{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07rem;
	margin: 27px 0 25px;
}
.blog-footer.afooter .flex .left h3, .blog-footer.afooter .flex .right h3 {
	margin: 10px 0 27px;
}
.blog-footer.afooter .lower-flex .col1{
	padding-top: 3px;
	width: 190px;
}
.blog-footer.afooter .lower-flex .col3 {
	padding-top: 3px;
	width: 190px;
	text-align: right;
}
.blog-footer.afooter .flex .left a, .blog-footer.afooter .flex .right a {
	border-bottom: 1px solid;
	padding-bottom: 8px;
}
.afooter a {
	color:white;
}
.afooter .lower-flex .col1 {
	 min-width: 185px;
}
.afooter .lower-flex .col3 {
	    min-width: 185px;
    text-align: right;
}
.afooter .lower-flex {
	padding: 0 0 20px;
	max-width: 1205px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-family: 'specter';
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
}
.afooter .flex .center {
	width: 150px;
	margin: 0 auto;
}
.afooter .lower-flex ul {
	display: flex;
	justify-content: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.07rem;
}
.afooter .lower-flex ul li {
	margin: 0 18px;
}

.error404 aside {
	display: none;
}
.error404 .entry-content {
	display: none;
}
.error404 h1.entry-title {
	text-align: center;
	margin: 300px auto 200px;
	font-family: 'TTRamillas';
	font-size: 50px;
	font-weight: 100;
}
/* Form Styles
------------------------------------------------------------ */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
	color: #000000
}

input:focus {
	outline: none;
    border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 1px solid #000;
	border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0;
    border: 1px solid #000;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
}
button, .button{
	margin: 0;
	width: 187px;
	height: 55px;
	border: none;
	color: white;
	letter-spacing: 0.1rem;
	float: none;
	clear: none;
	display: block;
	transition: all 0.4s;
}
button:hover, .button:hover{
	opacity: 1!important;
}
button svg {
	display: inline-block;
	margin: -3px 0 2px 8px;
}
button:hover svg path {
	fill:#C9A278;
}
/* 
a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
} */

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media all and (max-width:1325px) {
	.blog-header .side-menu-toggle, .side-menu-toggle {
		right: 3px;
	}
	.multi-posts .single {
		margin: 0 15px 4px;
	}
	.page-fws .slider-for li img {
		width: 100%;
		height: 768px;
		object-fit: cover;
		object-position: center;
	}
}
@media all and (max-width:1280px) {
	.mh-flex, .bh-flex {
		max-width:1000px;
	}	
	.mh-flex .right {
		padding-right: 0;
	}
	.mh-flex .right ul li {
		margin: 0 0 0 25px;
	}
	.main-hidden-menu .flex .rightside, .blog-hidden-menu .flex .rightside {
		padding-top: 12vh;
	}
	.main-hidden-menu .flex .cols, .blog-hidden-menu .flex .cols {
		margin: 50px 0 36px;
	}
	.bh-flex .right {
		margin: 30px 0px 0 0;
	}
	.bh-flex .right .search {
		margin-left: 0;
		position: relative;
	}
	.bh-flex .right .search form.active {
		width: 196px;
	}
	.ubermenu-row-id-41990, .ubermenu .ubermenu-row-id-42075 {
		max-width: 1000px!important;
	}
	#menu-item-42085 {
		margin-right: 39px;
	}
	.page-explore-block ul {
		max-width:1000px;
	}
	.page-explore-block ul li {
		max-width: 235px;
	}
	.page-explore-block ul li .image-fit {
		height: 300px;
	}
	.page-explore-block ul li .hover {
		width: 77%;
		height: auto; 
	}
	.afooter .flex, .afooter .lower-flex {
		max-width: 1000px;
	}
	.afooter .lower-flex ul li {
		margin: 0 13px;
	}
	.testimonial-text {
		max-width: 75%;
	}
	.archive-wrap-homes {
		max-width:1000px;
	}
	.archive-wrap-homes article img {
		width: 100%;
		height: 566px;
	}
	.archive-wrap-homes article {
		width: 47%;
		height: 566px;
	}
	.archive-wrap-homes article .hover {
		width: 80%;
		height: 460px;
		bottom: 0;
		right: 0;
		margin: auto;
		text-align: center;
		color: white;
		opacity: 0;
		transition: all 0.5s;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.single-portfolio .beige-wrap figure {
		margin: 0 auto;
		max-width: 90%;
	}
	.single-portfolio .beige-wrap .wp-block-columns {
		max-width: 90%;
	}
	.port-nav {
		max-width: 90%;
	}
	.single-portfolio .beige-wrap .modula-gallery {
		max-width:90%;
	}
	.about-erin-grid .aeg, .epopup .flex {
		max-width:1000px;
	}
	.team-wrap ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0 auto;
		padding-left: 80px;
	}
	.epopup .flex .left p br {
		display: none;
	}
	.press-highlight .inner {
		max-width: 1000px;
	}
	.double-shop {
		max-width: 1000px;
	}
	.single-shop {
		max-width: 1000px;
	}
	.about-erin-grid .aeg .grid-item-2, .about-erin-grid .aeg .grid-item-1, .about-erin-grid .aeg .grid-item-3 {
		width:100%;
	}
	.double-shop li {
		width: 49%;
		position: relative;
	}
	.double-shop .hover {
		width: 80%;
		height: 475px;
		bottom: 0;
		right: 0;
		margin: auto;
		text-align: center;
		color: white;
		opacity: 0;
		transition: all 0.5s;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.single-shop .hover {
		width: 458px;
		height: 438px;
		bottom: 0;
		right: 0;
		margin: auto;
		text-align: center;
		color: white;
		opacity: 0;
		transition: all 0.5s;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.book-flex {
		max-width: 1000px;
	}
	.feat-blog-block .right {
		padding: 0 55px;
	}
	.double-line {
		max-width:1000px;
	}
	.cat-browse .flex {
		max-width:1000px;
	}
	.cat-browse .cat-slider {
		width: 730px;
	}
	.multiple-posts {
		max-width: 1000px;
		margin: 0 auto;
	}
	.multi-posts .single {
		margin: 0 9px 4px;
		width: 31.5%;
	}
	.multi-posts .single .image-wrap {
		height:415px;
	}
	.books-featured {
		max-width:1000px;
	}
	.books-featured .leftside {
		padding-right:30px;
	}
	.books-featured .leftside {
		width: 213px;
		padding-right: 30px;
	}
	.books-featured .rightside {
		width: 779px;
		padding-left: 30px;
	}
	.books-featured .rightside .flex img {
		width:405px;
	}
	.books-featured .rightside .flex .right {
		width: 323px;
	}
	.shopslider {
		max-width:1000px;
	}
	.gac-wrap .flex {
		max-width: 1000px;
	}
	.gac-wrap .flex .left {
		width: 280px;
		margin: 100px 0 0 0px;
	}
	.share-comments {
		max-width:1000px;
	}
	.share-comments .flex {
		padding: 13px 17px 70px 26px;
	}
	.similar-posts ul {
		max-width:1000px;
	}
	.similar-posts ul li {
		width: 32%;
		text-align: center;
		margin: 0 14px 4px;
	}
	.similar-posts ul li .image-wrap {
		width: 100%;
		height: 435px;
	}
	.about-erin-mini {
		max-width:1000px;
	}
}
@media all and (max-width:1080px) {
	.mh-flex, .bh-flex {
		max-width: 95%;
		padding: 0;
	}
	.book-flex li img {
		width: 100%;
		height: 398px;
	}
	.menu-main-container {
		display: none;
	}
	#ubermenu-main-213 {
		display: none!important;
	}
	.bh-flex .right {
		margin: 29px 3.5% 0 0;
	}
	.main-hidden-menu .flex .rightside, .blog-hidden-menu .flex .rightside {
		padding-top: 12vh;
		padding-right: 1%;
		width: 49.6%;
	}
	.main-hidden-menu .flex .c-cols .col2 ul {
		display: flex;
		justify-content: flex-start;
		margin: 0px 0px 0 0;
	}
	.main-hidden-menu .flex .c-cols .col2 ul li {
		margin-left: 0;
		letter-spacing: 0.02rem;
		margin-right: 15px;
	}
	.main-hidden-menu .flex .c-cols {
		display: block;
	}
	.page-fws, .page-fws .slider-for li img {
		height: 625px;
	}
	.page-explore-block ul {
		max-width: 700px;
	}
	.page-explore-block ul li {
		max-width: 330px;
		margin-bottom: 20px;
	}
	.page-explore-block ul li .image-fit {
		height: 400px;
	}
	.afooter .flex, .afooter .lower-flex {
		max-width: 700px;
	}
	.afooter .flex .left p, .afooter .flex .right p {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0.03rem;
	}
	.afooter .lower-flex{
		display: block;
		text-align: center;
		position: relative;
	}
	.afooter .lower-flex .col3{
		margin-top: 30px;
	}
	.afooter .lower-flex .col1{
		position: absolute;
		bottom: 43px;
		left: 0;
		right: 0;
	}
	.poverlay {
		padding: 10px 70px;
		max-width: 700px;
	}
	.poverlay:after {
		bottom:-37px;
	}
	.page-id-41484 .poverlay p {
		width: calc(100% + 0px) !important;
		margin: 0px 0px 28px;
	}
	.about-erin-grid .aeg, .epopup .flex {
		max-width: 700px;
	}
	.about-erin-grid .aeg {
		gap:55px;
	}
	.about-erin-grid .aeg .grid-item-1 img {
		width: 100%;
		height: 430px;
	}
	.about-erin-grid .aeg .grid-item-2 img, .about-erin-grid .aeg .grid-item-3 img {
		width: 100%;
		height: 165px;
	}
	.about-erin-grid .aeg .grid-item-2 .titles-flex {
		padding-left: 0;
		margin-bottom: 40px;
	}
	.about-erin-grid {
		padding: 82px 10px 30px;
	}
	.team-wrap {
		padding: 37px 0 23px;
	}
	#egd-general-content h2 {
		margin-bottom:55px;
	}
	.team-wrap ul {
		justify-content: space-between;
		max-width: 700px;
		margin: 0 auto;
		padding-left: 0;
	}
	.team-wrap ul li {
		list-style-type: none;
		margin: 0 0 40px;
		width: 335px;
		text-align: center;
	}
	.team-wrap ul li img {
		width: 100%;
		height: 425px;
	}
	.team-wrap ul li .epopup .right img {
		height: 410px;
	}
	.press-highlight .inner {
		max-width: 700px;
	}
	.page-testimonials h3 {
		margin: 57px auto 0;
	}
	.page-testimonials .arrow-next, .page-testimonials .arrow-prev {
		top:48%;
	}
	.archive-wrap-homes {
		max-width: 700px;
	}
	.archive-wrap-homes article {
		width: 46%;
		height: 390px;
	}
	.archive-wrap-homes article img {
		width: 100%;
		height: 390px;
	}
	.archive-wrap-homes article .hover {
		height:350px;
	}
	.archive-wrap-homes article .hover p {
		top:60px;
	}
	.archive-wrap-homes article .hover span {
		bottom:60px;
	}
	.archive-wrap-homes article .hover h3 {
		font-size: 18px;
		line-height: 29px;
		font-family: 'TTRamillas';
		font-weight: 100;
		text-transform: uppercase;
		max-width: 80%;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 56px;
		position: absolute;
		letter-spacing: 0.04rem;
	}
	.press-flex .alm-reveal article {
		width: 360px;
		margin: 0 10px 54px;
		text-align: center;
	}
	.double-shop {
		max-width: 700px;
	}
	.single-shop {
		max-width: 700px;
	}
	.double-shop .hover {
		height:325px;
	}
	.single-shop .hover {
		height:310px;
	}
	.book-flex {
		max-width: 700px;
	}
	.book-flex li {
		width: 46%;
	}
	.book-flex li .titles-flex {
		display: block;
	}
	.book-flex li .titles-flex ul {
		column-count: 2;
		width: 100%;
		color: #62695D;
		margin: 23px 0 0;
		letter-spacing: 0.07rem;
		column-gap: 0;
	}
	.book-flex li .titles-flex ul li {
		width:100%;
	}
	.feat-blog-block .left img {
		width: 100%;
		height: 480px;
	}
	.feat-blog-block .right {
		padding: 0 35px;
		height: 480px;
	}
	.feat-blog-block .right .meta-flex {
		margin: 0 0 30px;
	}
	.feat-blog-block .right h3 {
		font-size: 31px;
		line-height: 41px;
		margin: 0px 0 20px;
	}
	.feat-blog-block .flex {
		height:480px;
	}
	.double-line {
		max-width: 700px;
	}
	.cat-browse .flex {
		max-width: 700px;
	}
	.cat-browse .cat-slider {
		width: 434px;
	}
	.multi-posts {
		max-width: 700px;
		margin: 0 auto;
	}
	.multi-posts .single {
		margin: 0 auto 0px;
		width: 32%;
	}
	.multi-posts .single .image-wrap {
		height: 295px;
	}
	.multi-posts .single .meta-flex {
		font-size:10px;
		letter-spacing: 0.04rem;
	}
	.multi-posts .single h3 {
		font-family: 'TTRamillas';
		color: #597083;
		font-size: 21px;
		line-height: 27px;
		font-weight: 100;
		margin: 15px 0 0;
	}
	.multi-posts .single .meta-flex .spacer {
		margin: 0 3px 0 4px;
	}
	.books-featured {
		max-width: 700px;
		display: block;
	}
	.books-featured .leftside {
		border-right: none;
		width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #D7CAB4;
		padding-bottom: 30px;
		margin-bottom: 8px;
		text-align: center;
		height: auto;
	}
	.books-featured .rightside {
		width: 100%;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #D7CAB4;
		padding-top: 30px;
		height: auto;
	}
	.books-featured .leftside h2 {
		margin: 0 0 10px;
		width: 100%;
	}
	.books-featured .leftside .main_link {
		margin: 0 0 30px;
	}
	.books-featured .leftside .bookss {
		display: flex;
		justify-content: center;
	}
	.books-featured .leftside .bookss li {
		height: 238px;
		margin-bottom: 0;
		margin: 0 10px;
	}
	.books-featured .rightside .flex img {
		width: 357px;
		height: 500px;
	}
	.books-featured .rightside .flex .right {
		width: 45%;
		height: 500px;
	}
	.books-featured .rightside .flex .right h3 {
		font-size: 31px;
		line-height: 40px;
		font-family: 'TTRamillas';
		font-weight: 100;
		text-transform: uppercase;
		color: #597083;
		margin: 0px 0 20px;
		width: 100%;
	}
	.books-featured .rightside .flex .right .meta-flex {
		margin: 0 0 20px;
	}
	.books-featured {
		margin: 56px auto 30px;
	}
	.shopslider {
		max-width: 700px;
	}
	.newsletter-flex .right h4, .newsletter-flex .right h2, .newsletter-flex .right .gform_wrapper {
		max-width: 90%;
	}
	.gac-wrap .flex {
		max-width: 700px;
		display: block;
	}
	.gac-wrap .flex .left {
		width: 100%;
		margin: 0 auto 30px;
		max-width: 390px;
	}
	.gac-wrap .flex .right {
		margin: 0 auto;
	}
	.share-comments {
		max-width: 700px;
	}
	.similar-posts ul {
		max-width: 700px;
	}
	.similar-posts ul li {
		width: 32%;
		text-align: center;
		margin: 0 5px 4px;
	}
	.similar-posts ul li .meta-flex {
		color: #597083;
		font-size: 10px;
		font-weight: 500;
		font-family: 'sweet-sans-pro';
		text-transform: uppercase;
		letter-spacing: 0.04rem;
		margin: 20px auto 0;
	}
	.similar-posts ul li h3 {
		font-family: 'TTRamillas';
		color: #597083;
		font-size: 21px;
		line-height: 26px;
		font-weight: 100;
		margin: 14px 0 0;
	}
	.similar-posts ul li .image-wrap {
		width: 100%;
		height: 325px;
	}
	.blog-footer.afooter .lower-flex .col1 {
		margin: 0 auto;
	}
	.blog-footer.afooter .lower-flex .col3 {
		padding-top: 3px;
		width: 190px;
		text-align: center;
		margin: 30px auto 0;
	}
	.blog-footer.afooter .flex {
		max-width: 700px;
	}
	.about-erin-mini {
		max-width: 700px;
	}
	.about-erin-mini .flex .left {
		width: 357px;
		height: 477px;
	}
	.about-erin-mini .flex .right {
		width: 310px;
	}
	.about-erin-mini .flex .right h2 {
		margin: 18px 0 25px;
	}
	.about-erin-mini .flex .right p {
		color: #597083;
		font-size: 16px;
		line-height: 26px;
		margin: 0 0;
		letter-spacing: 0.01rem;
	}
	.about-erin-mini .flex .right h4 {
		height: 85px;
		font-size: 47px;
		font-weight: 100;
		margin: 30px 0 0 2px;
		padding: 25px 0 0 15px;
	}
	#contact {
		max-width: 700px;
		padding: 1px 55px;
	}
	#contact:after {
		bottom: -36px;
	}
	.full-shop {
		max-width: 700px;
		margin: 0 auto;
	}
	.main-hidden-menu .flex .c-cols {
    display: block;
    position: relative;
    bottom: inherit;
    left: inherit;
}
}
@media all and (max-width:768px) {
	.page-fws, .page-fws .slider-for li img {
		height: 500px;
	}
	.fix {
    overflow: initial;
}
	.page-welcome {
		width: 500px;
		height:305px;
		margin: 30px auto 40px;
	}
	.page-welcome p {
		max-width: 82%;
		margin: 4px auto 12px;
	}
	.page-explore-block {
		padding: 25px 0 27px;
	}
	.page-explore-block h3 {
		margin: 29px auto 50px;
	}
	.page-explore-block ul {
		max-width: 500px;
	}
	.page-explore-block ul li {
		max-width: 48%;
		margin-bottom: 20px;
	}
	.page-explore-block ul li .image-fit {
		height: 325px;
	}
	.afooter .flex {
		max-width: 500px;
		display: block;
		position: relative;
		padding-top: 172px;
		text-align: center;
		margin: 20px auto 0;
	}
	.afooter .flex .center {
		width: 150px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.afooter .flex .right, .afooter .flex .left {
		text-align: center;
		width: 100%;
	}
	.afooter .flex .left h3, .afooter .flex .right h3 {
		margin: 5px 0 5px;
	}
	.afooter .lower-flex ul li {
		margin: 0 9px 10px;
		letter-spacing: 0.05rem;
	}
	.afooter .lower-flex {
		max-width: 500px;
	}
	.main-hidden-menu .flex .left, .blog-hidden-menu .flex .left {
		display: none;
	}
	.main-hidden-menu .flex .rightside, .blog-hidden-menu .flex .rightside {
		padding-top: 9vh;
		padding-right: 0;
		width: 100%;
		padding-left: 6%;
	}
	.bh-flex .right {
		margin: 29px 5.5% 0 0;
	}
	.blog-hidden-menu .flex .c-cols {
		padding-left: 0%;
		margin-top: 75px;
		position: relative;
		width: 100px;
	}
	.poverlay {
		padding: 10px 30px;
		max-width: 500px;
	}
	.poverlay:after {
		bottom: -26px;
	}
	.page-testimonials .arrow-next:after {
		right:-20px;
	}
	.page-testimonials .arrow-prev:after {
		left: -20px;
	}
	.page-testimonials .arrow-prev {
		padding: 27px 0px 0 13px;
	}
	.testimonial-text {
		font-size: 21px;
		line-height: 34px;
		font-weight: 100;
		margin: 15px auto 0;
		letter-spacing: 0.037rem;
	}
	.portfolio-title {
		margin-top: 120px;
		margin-bottom: 40px;
	}
	.archive-wrap-homes {
		max-width: 500px;
	}
	.archive-wrap-homes article {
		width: 100%;
		height: 565px;
	}
	.archive-wrap-homes article img {
		width: 100%;
		height: 565px;
	}
	.archive-wrap-homes article .hover {
		height: 451px;
	}
	.post-type-archive-portfolio .page-testimonials {
		background-attachment: inherit;
	}
	.single-portfolio .poverlay {
		padding: 10px 48px 28px;
	}
	.pps h2.title {
		margin: 38px 0 47px;
		letter-spacing: 0.045rem;
	}
	.page-id-26162 .poverlay {
		padding: 10px 49px;
	}
	.about-erin-grid {
		padding: 30px 10px 30px;
	}
	.page-testimonials .arrow-next{
		padding: 27px 13px 0 0px;
	}
	.main-hidden-menu .flex .cols > div {
		border-left: 1px solid #62695D;
		padding: 0 0 0 25px;
		width: 52.9%;
		height: fit-content;
	}
	.about-erin-grid .aeg{
		max-width: 500px;
	}
	.about-erin-grid .aeg {
		margin: 0px auto 25px;
	}
	.epopup .flex  {
		max-width: 90%;
	}
	#egd-general-content h2 {
		margin-bottom: 38px;
		margin-top: 0;
	}
	.about-erin-grid .aeg .titles-flex {
		display: block;
	}
	.about-erin-grid .aeg .grid-item-3 .titles-flex span {
		margin: 3px 17px 0 0px;
	}
	.about-erin-grid .aeg .titles-flex {
		margin: 5px 0 0;
	}
	.about-erin-grid .aeg .grid-item-1 img {
		width: 100%;
		height: 342px;
	}
	.about-erin-grid .aeg .grid-item-2 img, .about-erin-grid .aeg .grid-item-3 img {
		width: 100%;
		height: 117px;
	}
	.epopup .flex .right {
		padding: 0 0 0 15px;
	}
	.epopup .flex .left {
		width: 50%;
		padding: 0 15px 0 0;
	}
	.epopup .flex .left .title {
		margin: 15px 0 0;
	}
	.epopup .flex .left h3.name {
		text-align: center;
		font-size: 28px;
		margin: 14px auto 21px;
	}
	.team-wrap ul {
		max-width: 335px;
	}
	.press-highlight .inner {
		max-width: 500px;
	}
	.press-highlight {
		height:430px;
	}
	#egd-general-content h2 {
		padding:0;
	}
	.press-highlight .inner .slick-slider {
		margin-bottom: 55px;
	}
	.press-highlight .inner h2 {
		margin-bottom: 52px!important;
	}
	.press-highlight .inner {
		top:105px;
	}
	.post-type-archive-press .poverlay {
		padding: 10px 45px;
	}
	.poverlay h3 {
		letter-spacing: 0.15rem;
	}
	.double-shop, .single-shop {
		max-width: 500px;
	}
	.double-shop li {
		width: 47.5%;
	}
	.double-shop .hover {
		height: 235px;
	}
	.double-shop .hover .small, .single-shop .hover .small {
		padding: 23px 0 0;
		font-size: 16px;
	}
	.double-shop .hover .link, .single-shop .hover .link {
		font-size: 12px;
		bottom: 32px;
		letter-spacing: 0.01rem;
		margin: auto;
	}
	.double-shop .hover h3, .single-shop .hover h3 {
		line-height: 28px;
		font-family: 'TTRamillas';
		font-size: 19px;
		height: 28px;
	}
	.single-shop .hover {
		height: 226px;
	}
	.book-flex {
		max-width: 500px;
	}
	.books-wrap {
		padding: 36px 0 41px;
	}
	.book-flex li .titles-flex ul {
		column-count: 1;
	}
	.bh-flex .logo {
		width: 335px;
		margin: 21px 0 0;
	}
	.feat-blog-block .right .exc p {
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.feat-blog-block .right .meta-flex {
		margin: 0 0 10px;
	}
	.feat-blog-block .right h3 {
		font-size: 27px;
		line-height: 38px;
		margin: 0px 0 20px;
	}
	.double-line {
		max-width: 93%;
	}
	.cat-browse {
		padding: 0 0 0;
	}
	.cat-browse .flex {
		max-width: 500px;
		display: block;
	}
	.cat-browse h2 {
		width: 100%;
		display: block;
		height: auto;
		border-right: none;
		font-family: 'P22 Allyson Pro';
		font-weight: 100;
		color: #597083;
		font-size: 48px;
		padding: 0px 0 60px 0;
		margin: 0;
		position: relative;
		font-style: italic;
		border-bottom: 1px solid #D7CAB4;
		text-align: center;
	}
	.cat-browse h2:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #D7CAB4;
		position: absolute;
		right: 0;
		top: inherit;
		bottom: -9px;
	}
	.cat-browse .cat-slider {
		width: 100%;
		padding-top: 30px;
	}
	.cat-browse .arrow-prev {
		position: absolute;
		left: 42%;
		top: -97px;
		width: 29px;
		opacity: 0.5;
		margin: 0!important;
	}
	.cat-browse .arrow-next {
		position: absolute;
		left: inherit;
		top: -97px;
		width: 29px;
		margin: 0!important;
		right: 42%;
	}
	.cat-browse .flex li a {
		margin: 0 auto;
	}
	.multi-posts {
		max-width: 400px;
		margin: 0 auto;
	}
	.multi-posts .single .image-wrap {
		height: 455px;
	}
	.books-featured {
		max-width: 500px;
		display: block;
	}
	.books-featured .rightside .flex {
		display: block;
	}
	.books-featured .rightside .flex img {
		width: 100%;
		height: 500px;
	}
	.books-featured .rightside .flex .right {
		width: 100%;
		height: auto;
		padding: 20px 0 0;
	}
	.shopslider {
		max-width: 500px;
	}
	.newsletter-flex .right .gform_wrapper input {
		width: 100%!important;
	}
	.gac-wrap .flex {
		max-width: 500px;
		display: block;
	}
	.gac-wrap .flex .right {
		width: 100%;
		margin: 0 auto;
	}
	.gac-wrap .flex .right ul {
		column-count: 1;
		column-gap: 0;
		padding-right: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gac-wrap .flex .right ul li {
		width: 242px;
	}
	.gac-wrap .flex .right ul li:nth-child(3) {
		width:100%;
	}
	.blog-footer.afooter .flex .left h3, .blog-footer.afooter .flex .right h3 {
		margin: 10px 0 4px;
	}
	.afooter .flex .right{
		margin-top: 40px;
		display: block;
	}
	.blog-footer.afooter .flex {
		margin: 30px auto 38px;
	}
	.single-post-title {
		max-width: 90%;
	}
	.full-post {
		max-width: 90%;
		margin: 0 auto 85px;
	}
	.share-comments {
		max-width: 90%;
	}
	.share-comments .flex {
		padding: 13px 17px 50px 17px;
	}
	.similar-posts h2 {
		margin-top:0;
		margin-bottom: 55px;
	}
	.similar-posts ul {
		margin: 0 auto 5px;
		max-width: 500px;
	}
	.blog-archive-wrap article {
		margin: 0 25px 56px;
	}
	.similar-posts ul li .image-wrap {
		width: 100%;
		height: 230px;
	}
	.similar-posts ul li .meta-flex .spacer {
		display: block;
		margin: 0;
		height: 0;
		opacity: 0;
	}
	.similar-posts ul li .meta-flex {
		line-height: 1.8;
	}
	.multi-posts .single {
		margin: 0 auto 40px;
		width: 100%;
	}
	.full-shop {
		max-width: 500px;
		margin: 0 auto;
	}
	.affiliate-notice {
		line-height: 1.5;
		font-size: 13px;
	}
	.full-shop ul li {
		width: 195px;
		height: 250px;
		margin: 0 20px 0;
	}
	.about-erin-mini {
		max-width: 500px;
		margin: 55px auto 60px;
	}
	.about-erin-mini .flex .right {
		width: 100%;
		padding-top: 50px;
	}
	.newsletter-flex .right h2 {
		color: white;
		margin: 10px auto 25px;
		font-size: 30px;
		line-height: 46px;
	}
	#contact {
		max-width: 500px;
		padding: 1px 25px;
	}
	#contact .gform_wrapper.gravity-theme .gfield_label {
		margin-bottom: 10px;
		line-height: 1.5;
	}
	#contact .gform_wrapper.gravity-theme .gform_fields {
		display: block;
	}
	#contact:after {
		bottom: -26px;
	}
	#contact h2 {
		margin: 0px 0 30px;
		padding: 0 50px;
	}
	#contact .gform_wrapper.gravity-theme .gfield.gfield--width-half {
		margin-bottom: 7px;
	}
	#collaborations {
		max-width: 90%;
	}
	.page-id-37073 .newsletter-flex {
		margin-bottom: 64px;
		margin-top: -40px;
	}
	.page-id-37073 .page-explore-block h3 {
		margin: 5px auto 44px;
	}
	.double-line-group {
		margin: 105px auto 0;
	}
	.about-erin-mini .flex {
		display: block;
		position: relative;
		padding-top: 60px;
	}
	.about-erin-mini .flex .left {
		margin: 0 auto;
	}
	.about-erin-mini .flex .right h2 {
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.mh-flex .logo {
		width: 335px;
		margin: 20px 0 0;
	}
	.book-flex li img {
		width: 100%;
		height: 286px;
	}
}
@media all and (max-width:500px) {
	.book-flex li img {
		width: 100%;
		height: auto;
	}
.main-hidden-menu .flex .cols a:hover, .blog-hidden-menu .flex .cols a:hover {
	font-style: inherit;
	font-family: 'TTRamillas';
}
	.mh-flex .logo {
		    width: 37px;
    margin: 22px 0 0;
    object-fit: cover;
    object-position: 0 0;
    height: 36px;
	}
	.bh-flex .logo {
width: 100%;
    margin: 25px 0 0;
    object-fit: cover;
    object-position: 0;
    height: auto;
    max-width: 270px;
}
	.page-fws .slider-nav {
		left:12px;
	}
	.main-hidden-menu .flex .cols, .blog-hidden-menu .flex .cols {
		display: block;
	}
	.main-hidden-menu .flex, .blog-hidden-menu .flex {
		display: block;
		overflow: scroll;
		height: 100vh;
		padding-bottom: 45px;
	}
	.main-hidden-menu .flex .cols > div {
		width: 100%;
		height: fit-content;
		margin-bottom: 50px;
	}
	.main-hidden-menu .flex .c-cols p, .blog-hidden-menu .flex .c-cols p {
		color: #62695D;
		font-size: 16px;
		text-transform: initial;
		letter-spacing: 0.02rem;
		line-height: 25px;
		margin-bottom: 16px;
		font-family: 'TTRamillas';
	}
	.main-hidden-menu .flex .c-cols .col2 ul li {
		margin-left: 0;
		letter-spacing: 0.02rem;
		margin-right: 17px;
		text-transform: capitalize;
	}
	.main-hidden-menu .flex .c-cols .col2 ul li a {
		font-size: 15px;
	}
	.page-fws, .page-fws .slider-for li img {
		height: 100vh;
	}
	.page-welcome {
		width: 95%;
		height: auto;
		margin: 50px auto;
		background-image: none;
	}
	.page-welcome img {
		width: 145px;
		margin: 0px 0 0;
	}
	.page-welcome p {
		max-width: 100%;
		margin: 4px auto 12px;
		font-size: 18px;
		line-height: 1.5;
	}
	.page-welcome p a:after {
		width:100%;
	}
	.pps li .hover {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-image: none;
		background-size: cover;
		background-position: center;
		color: #62695D;
		text-align: center;
		display: block;
		transition: all 0.5s;
		opacity: 1;
	}
	.pps li .hover span.number {
		position: relative;
		left: inherit;
		right: inherit;
		font-size: 18px;
		top: inherit;
		letter-spacing: 0.05rem;
		font-family: 'TTRamillas';
		font-weight: 100;
		color: #62695D;
		margin: 20px auto 10px;
		display: block;
	}
	.pps li .hover .in {
		height: auto;
		width: 100vw;
	}
	.pps li .hover .view {
		color: #62695D;
		position: relative;
		bottom: inherit;
		font-size: 12px;
		right: inherit;
		width: 110px;
		left: inherit;
		margin: auto;
		text-transform: uppercase;
		font-family: 'sweet-sans-pro';
		letter-spacing: 0.05rem;
		font-weight: 700;
		display: block;
	}
	.pps li {
		width: 100vw;
		height: auto;
		margin-right: 0;
		position: relative;
		margin: 0 10px;
	}
	.pps li img {
		width: 100%;
		height: 480px;
		margin-bottom: 0px;
	}
	.pps li .hover h3 {
		font-weight: 100;
		font-size: 24px;
		line-height: 36px;
		text-transform: uppercase;
		letter-spacing: 0.05rem;
		padding: 0 2%;
		margin: 0 auto 10px;
		font-family: 'TTRamillas';
		display: block;
		width: 100%;
	}
	.pps li .hover a {
		display: block;
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		height: 100%;
		color: #62695D;
		font-family: 'TTRamillas';
	}
	.pps li .hover .view:after {
		background: #62695D;
		width:100%;
	}
/* 	p {
		font-weight: 300;
		font-family: 'specter';
	} */
	.single-portfolio .beige-wrap figure {
		    column-gap: 10px;
	}
	.single-portfolio .beige-wrap figure figure {
    width: 100%!important;
    margin-bottom: 10px!important;
	}
	.poverlay #gform_submit_button_2 {
		padding:0;
	}
	.main-hidden-menu .flex .c-cols p a {
		font-family: 'TTRamillas';
	}
	.bh-flex .right {
		margin: 29px 9.5% 0 0;
	}
	.bh-flex .right .search form.active {
		width: 82vw;
	}
	.home .pps {
		padding: 0 0 30px;
	}
	.page-explore-block ul {
		max-width: 300px;
	}
	.page-explore-block ul li {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.page-explore-block ul li .image-fit {
		height: 375px;
	}
	.page-explore-block ul li p {
		font-family: 'sweet-sans-pro';
	}
	.page-explore-block ul li p:after {
		width:100%;
	}
	.afooter .lower-flex ul {
		flex-wrap:wrap;
	}
	.afooter .flex {
		max-width: 300px;
	}
	.afooter .lower-flex {
		max-width: 300px;
	}
	.afooter .flex .right {
		margin-top: 15px;
		display: block;
	}
	.afooter .lower-flex ul li {
		margin: 0 9px 4px;
		letter-spacing: 0.05rem;
	}
	.afooter .lower-flex ul {
		flex-wrap: wrap;
		margin: 20px 0 35px;
	}
	.parallax-text img {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		height: auto;
	}
	.parallax-text {
		width: 100%;
		position: relative;
		padding-bottom: 0;
		padding-top: 80px;
		height: auto;
		overflow: hidden;
	}
	.poverlay:before, .poverlay:after {
		display: none;
	}
	.poverlay {
		padding: 10px 30px 0;
		max-width: 100%;
		text-align: left;
		position: relative;
		margin: 0 auto 55px;
	}
	.poverlay h3 {
		letter-spacing: 0.15rem;
		text-align: left;
		margin: 20px 0 20px;
	}
	.poverlay a {
		margin: 10px 0 0 0;
	}
	.poverlay a:after {
		width:100%;
	}
	.page-testimonials .arrow-prev {
		display: none!important;
	}
	.page-testimonials .arrow-next {
		padding: 27px 13px 0 0px;
		position: relative;
		margin: 50px auto 0;
		display: block;
		width: 60px;
		top: inherit;
	}
	.testimonial-text {
		max-width: 100%;
	}
	.page-testimonials .overlay {
		opacity: 0.5;
	}
	.page-testimonials .slick-slider {
		max-width: 95%;
		margin: 0 auto;
	}
	.page-testimonials .arrow-next:after {
		right: -25px;
		top: 35px;
	}
	.page-testimonials {
		width: 100%;
		height: auto;
		background-size: cover;
		background-position: top left;
		position: relative;
		padding: 10px 10px 60px;
		margin: 0px auto 0;
	}
	.archive-wrap-homes {
		max-width: 300px;
	}
	.archive-wrap-homes article img {
		width: 100%;
		height: 405px;
	}
	.archive-wrap-homes article {
		width: 100%;
		height: auto;
		margin: 0 0 30px;
	}
	.archive-wrap-homes article .hover {
		height: auto;
		position: relative;
		opacity: 1;
		color: #62695D;
		width: 100%;
		background-image: none;
		margin: 20px auto 30px;
	}
	.post-type-archive-portfolio .alm-btn-wrap {
		padding: 59px 0 35px!important;
	}
	.archive-wrap-rd h2 {
		margin: 13px 0 49px;
	}
	.single-portfolio .poverlay {
		padding: 10px 25px 11px;
	}
	.beige-wrap {
		padding: 0px 0 0;
	}
	.single-portfolio .poverlay h4 {
		margin: 15px 0 -7px;
	}
	.archive-wrap-homes article .hover h3 {
		font-size: 18px;
		line-height: 29px;
		font-family: 'TTRamillas';
		font-weight: 100;
		text-transform: uppercase;
		max-width: 80%;
		margin: auto;
		top: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
		height: auto;
		position: relative;
		letter-spacing: 0.04rem;
		margin: 6px auto;
	}
	.archive-wrap-homes article .hover span:after {
		width: 100%;
		height: 1px;
		background: #62695D;
	}
	.archive-wrap-homes article .hover span {
		bottom: inherit;
		position: relative;
		width: auto;
		display: inline-block;
	}
	.archive-wrap-homes article .hover p {
		top: inherit;
		position: relative;
		margin-bottom:0;
	}
	.port-nav {
		max-width: 90%;
		padding-bottom: 65px;
	}
	.port-nav .previous-post-link a, .port-nav .next-post-link a {
		top:70px;
	}
	.page-id-26162 .poverlay {
		padding: 10px 20px;
	}
	.poverlay h4 em {
		font-size:50px;
	}
	.about-erin-grid .aeg {
		max-width: 300px;
		column-count: 1;
		display: block;
		margin: 0px auto 0px;
	}
	.about-erin-grid .aeg:before {
		display: none;
	}
	#egd-general-content h2 {
		margin-bottom: 38px;
		margin-top: 11px;
	}
	.about-erin-grid .aeg .grid-item-2, .about-erin-grid .aeg .grid-item-1, .about-erin-grid .aeg .grid-item-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-erin-grid .aeg .grid-item-2 .titles-flex {
		padding-left: 0;
		margin-bottom: 25px;
	}
	.team-wrap ul {
		max-width: 300px;
	}
	.team-wrap ul li img {
		width: 100%;
		height: 370px;
	}
	.epopup .flex .right img {
		display: none;
	}
	.press-highlight .inner .slick-slide img {
		width: 78%;
	}
	.epopup .flex .right {
		padding: 0;
		width: 95%;
		position: absolute;
		top: 5px;
		right: 0;
		margin: auto;
		left: 0;
	}
	.epopup .flex .left {
		width: 100%;
		padding: 0;
		border: none;
	}
	.post-type-archive-press .poverlay {
		padding: 10px 20px;
	}
	.press-wrap {
		padding: 0 0 1px;
	}
	.press-flex h2 {
		margin: 10px 0 35px;
	}
	.press-flex .alm-reveal article {
		width: 300px;
		margin: 0 0 40px;
		text-align: center;
	}
	.press-flex .alm-reveal article img {
		width: 100%;
		height: 400px;
	}
	.press-print {
		padding: 1px 0 5px;
	}
	.press-online {
		background: white;
		padding: 27px 0 2px;
	}
	.press-tv {
		padding: 30px 0 0;
		margin-bottom: -85px;
	}
	.poverlay ul li a:after {
		width:0;
	}
	.shop-wrap {
		padding: 5px 0 70px;
	}
	.double-shop, .single-shop {
		max-width: 300px;
	}
	.double-shop {
		display: block;
	}
	.double-shop .hover, .single-shop .hover {
		height: auto;
		opacity: 1;
		position: relative;
		background-image: none;
		color: #62695D;
		margin: 5px auto 30px;
		width: 100%;
	}
	.double-shop .hover .link:after, .single-shop .hover .link:after {
		width:100%;
		background: #62695D;
	}
	.double-shop li {
		width: 100%;
	}
	.double-shop .hover .small, .single-shop .hover .small {
		padding: 0 0 0;
		font-size: 16px;
	}
	.double-shop .hover h3, .single-shop .hover h3 {
		position: relative;
		margin: 3px auto;
	}
	.double-shop .hover .link, .single-shop .hover .link {
		font-size: 12px;
		bottom: inherit;
		letter-spacing: 0.01rem;
		margin: auto;
		position: relative;
		width: auto;
		display: inline-block;
	}
	.books-wrap {
		padding: 0px 0 41px;
	}
	.book-flex {
		max-width: 300px;
		display: block;
	}
	.book-flex li {
		width: 100%;
		margin: 0 auto 30px;
		border-bottom: 1px solid #62695D;
		padding-bottom: 20px;
	}
	.book-flex li .titles-flex ul li {
		width: 100%;
		margin-bottom: 5px;
		border-bottom:none;
		padding-bottom:0;
	}
	.book-flex li:last-child {
		border-bottom:none;
	}
	.book-flex:after {
		display:none;
	}
	.feat-blog-block .flex {
		height: auto;
		display: block;
	}
	.feat-blog-block .right {
		padding: 20px 20px 40px;
		height: auto;
		width: 100%;
		display: block;
	}
	.gac-wrap .flex .right ul {
    max-width: 93%;
    margin: 0 auto 0;
    padding-bottom: 16px;
}
	.feat-blog-block .left {
		width: 100%;
		display: block;
		margin: 0 0 -7px;
	}
	.double-line {
		max-width: 93%;
		margin: 50px auto 20px;
	}
	.feat-blog-block {
		margin-bottom: 10px;
	}
	.cat-browse h2 {
		padding-top:20px;
	}
	.cat-browse h2 {
		width:93%;
		margin: 0 auto;
	}
	.multi-posts {
		max-width: 93%;
		margin: 0 auto;
	}
	.multi-posts .single:last-child {
		margin-bottom:0;
	}
	.books-featured {
		max-width:93%;
	}
	.books-featured .leftside {
		padding-bottom: 40px;
	}
	.books-featured .rightside {
		padding-top: 40px;
	}
	.books-featured .rightside .flex .right .readnow:after, .feat-blog-block .right .readnow:after, .shopslider .shoplink:after {
		width:100%;
	}
	.feat-blog-block .left img {
		width: 100%;
		height: 370px;
	}
	.newsletter-flex {
		display: block;
	}
	.newsletter-flex .left {
		margin: 0;
		width: 100%;
		height: 345px;
	}
	.newsletter-flex .right {
		width: 100%;
		height: auto;
		display: block;
		padding: 20px;
	}
	.newsletter-flex .right .in {
		width: 100%;
		display: block;
	}
	.newsletter-flex .right h4, .newsletter-flex .right h2, .newsletter-flex .right .gform_wrapper {
		max-width: 100%;
	}
	.newsletter-flex .right h2 {
		margin: 0px auto 10px;
	}
	.newsletter-flex .right .gform_wrapper.gravity-theme .gform_footer {
		margin: 15px 0 0;
	}
	.gac-wrap {
		margin-top: 57px;
	}
	.gac-wrap .flex .left {
		max-width: 93%;
	}
	.gac-wrap .flex .left p a {
		margin: 30px auto 55px;
	}
	.gac-wrap .flex .right ul li {
		width: 100%;
		height: 450px;
	}
	.gac-wrap .flex .right ul li .txt {
		left:31px;
	}
	.double-line-group {
		margin: 95px auto 0;
	}
	.double-line-group .meta-flex {
		margin: -12px 0 -32px;
	}
	.single-post-title {
		max-width: 90%;
		font-size: 35px;
		line-height: 50px;
		margin: 30px auto 30px;
	}
	.bps-flex li {
		width: 100%;
		text-align: center;
		margin: 0 0 0px;
	}
	.share-comments .flex .share ul li {
		margin: 3px 0 0 10px;
	}
	.share-comments .flex .share ul li:first-child {
		margin: 5px 0 0 14px;
	}
	.similar-posts ul {
		margin: 0 auto 5px;
		max-width: 300px;
		display: block;
	}
	.similar-posts ul li {
		width: 100%;
		text-align: center;
		margin: 0 5px 25px;
	}
	.similar-posts ul li .image-wrap {
		width: 100%;
		height: 370px;
	}
	.similar-posts ul li .meta-flex .spacer {
		display: inline-block;
		margin: 0 8px 0 10px;
		height: auto;
		opacity: 1;
	}
	.similar-posts ul li .meta-flex {
		line-height: 1.8;
		font-weight: 800;
	}
	.archive .double-line-group h1, .search .double-line-group h1, .blog .double-line-group h1, .double-line-group h3 {
		margin: -11px 0 -31px;
	}
	.affiliate-notice {
		line-height: 1.5;
		font-size: 13px;
		margin: 30px auto;
	}
	.full-shop {
		max-width: 93%;
		margin: 0 auto;
	}
	.full-shop ul li {
		width: 47%;
		height: 250px;
		margin: 0 0px 0;
	}
	.full-shop ul li img {
		width: 100%;
		object-fit: contain;
		object-position: center;
		height: 100%;
	}
	.shopslider h2 {
		font-size:35px;
	}
	.about-erin-mini {
		max-width: 93%;
		margin: 55px auto 60px;
	}
	.about-erin-mini .flex .left {
		margin: 0 auto;
		width: 290px;
		height: 385px;
	}
	.double-line-group h3 a {
		margin: 0 12px;
	}
	#contact {
		max-width: 300px;
		padding: 1px 15px;
		margin: 71px auto 69px;
	}
	#contact h2 {
		padding:0;
	}
	#contact:after {
		bottom: -16px;
	}
	.gac-wrap {
		background: #F1EDE6;
		padding: 50px 0 0;
		margin-top: 57px;
		margin-bottom: 43px;
	}
	.blog-hidden-menu .flex .cols > div {
		border-left: 1px solid #597083;
		padding: 0 0 25px 37px;
		width: 100%;
		height: fit-content;
		margin: 0 0 40px;
	}
	.poverlay .gform_wrapper {
		width: calc(100% + 0px) !important;
		margin: 25px 0px 0;
	}
	.poverlay select, .poverlay .customSelect {
		width:100%;
	}
	.main-hidden-menu .flex .c-cols .col2 ul {
		margin-bottom:80px;
	}
	.page-fws, .page-fws .slider-for li img {
		height: 75vh;
	}
	.poverlay ul li:nth-child(even), .poverlay ul li {
		width: 100%;
	}
	.blog-hidden-menu .flex .c-cols {
		margin-bottom:80px;
		    display: block;
	}
	.blog-hidden-menu .flex .c-cols .col2 ul li {
    margin-left: 0;
    letter-spacing: 0.02rem;
    margin-top: 2px;
    font-size: 11px;
    margin-right: 21px;
}
	.post-comments.active {
		display: block;
		padding-bottom: 40px;
	}
}
@media all and (max-width:450px) {
	.bh-flex .right .search form.active {
		width: 78vw;
	}
	.bh-flex .right {
		margin: 29px 12.5% 0 0;
	}
	.blog-hidden-menu .flex .c-cols .col2 ul li {
		    margin-left: 0;
    letter-spacing: 0.02rem;
    margin-top: 2px;
    font-size: 11px;
    margin-right: 21px;
	}
	.blog-archive-wrap article {
		margin: 0 0px 56px;
		width: 300px;
	}
	.blog-archive-wrap article .image-wrap {
		height:400px;
	}
	.cat-browse .arrow-prev {
		left:39%;
	}
	.shopslider h2 {
		font-size: 30px;
	}
	.archive-wrap-homes article img {
		width: 100%;
		height: 365px;
	}
	.archive-wrap-rd h2 {
		line-height: 1.3;
	}
	.poverlay ul:nth-child(3) {
		display: block;
	}
	.poverlay .gform_wrapper.gravity-theme .gfield_label {
		line-height:1.5;
	}
	.cat-browse .arrow-next {
		right:38%;
	}
	.books-featured .leftside img {
		width: 100%;
		height: 205px;
	}
	.books-featured .leftside {
		padding-bottom: 10px;
	}
	.books-featured .rightside .flex img {
		height:400px;
	}
}