/*
Theme Name: Slamdot Child Theme
Theme URI: 
Description: Child of Divi.
Author: Slamdot
Author URI: https://www.slamdot.com
Template: Divi
Version: 5.0
*/

@font-face {
  font-family: 'socicon';
  src: url("../eot/socicon.eot");
  src: url("../eot/socicond41d.eot#iefix") format("embedded-opentype"), url("../woff2/socicon.woff2") format("woff2"), url("../woff/socicon.woff") format("woff"), url("../ttf/socicon.ttf") format("truetype"), url("../svg/socicon.svg#chunkfive_printregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Add "drop_menu" class to item w/dropdown - Dropdown Menu Fix (Runs off page) */
.drop_menu ul {
	right: 0px !important;
}

/* List Spacing */
.entry-content ol, .entry-content ul {
    padding: 10px 0px 10px 35px;
    list-style-position: outside;
}
 .entry-content ol li, .entry-content ul li {
    margin-bottom: 10px;
}
.et_pb_tabs ul li {
    margin-bottom: 0px;
}

/* HR - Line */
hr {
    border-top: 3px solid #27528c;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

/* --- Form Styling --- */
/* Input fields */
input[type="text"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
	border: 1px solid #cccccc;
	height: 36px;
	padding: 4px 8px;
	line-height: 36px;
    border-radius: 2px;
}

/* UPDATE FOCUS COLOR */
input[type="text"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
	border: 1px solid #9c9c9c;
}
/* --- Form Styling END --- */

/* --- Button Styling --- */
a.custom-button, input[type="submit"], a.btn, input#submit {
	font-weight: bold;
    text-transform: uppercase;
	display: inline-block;
	transition: all .15s;
}
a.custom-button:hover, input[type="submit"]:hover, a.btn:hover, input#submit:hover {
	cursor: pointer;
}
/* --- Button Styling END --- */

/* Social Links */
ul#social-links {
  	display: inline-block;
  	list-style: none;
  	margin: 0;
  	padding: 0;
}
ul#social-links li {
  	display: inline-block;
  	padding: 0 12px 12px;
}
ul#social-links li.et-social-icon a, ul#social-links li a {
  	font-family: 'socicon';
  	transition: color 200ms ease;
  	font-weight: normal;
}

/* Center Content Vertically */
.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Remove Text Shadow from Slider Module */
.et_pb_slide_description {
    text-shadow: none !important;
}

/* Divi Icon Classes */
#icon-phone:before {
    position:relative;
    top:2px;
    margin-right:2px;
    content: "\e090";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
}
#icon-pin:before {
    position:relative;
    top:2px;
    margin-right:2px;
    content: "\e081";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
}
#icon-email:before {
    position:relative;
    top:2px;
    margin-right:2px;
    content: "\e010";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
}

/* To fix header sizes on the Visual Editor */
h2.media-frame-menu-heading {
	font-size:13px !important;
}
html .media-modal.wp-core-ui .media-frame-title h1 {
	font-size:22px !important;
}
h2.media-attachments-filter-heading {
	font-size:13px !important
}

.uploader-inline h2 {
	font-size:20px !important;
}


/* --- Other  --- */
img#wpstats{
	display: none;
}
/* --- Other END --- */

/* Resize Gravity Forms Warning */
h2.gform_submission_error.hide_summary {
    font-size: 22px !important;
    line-height: 26px !important;
}

/* -- Switch order on Mobile --*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first_on_mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second_on_mobile {
		-webkit-order: 2;
		order: 2;
	}
	.third_on_mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth_on_mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* --- Default Basic Header --- */
.custom_menu_bar .et_pb_menu__wrap {
	align-items:center;
}
.custom_menu_bar .et_mobile_menu, .custom_menu_bar .et_mobile_menu ul {
	list-style: none!important;
    text-align: left;
	padding-bottom:0px;
}
.custom_menu_bar .et_mobile_menu {
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.custom_menu_bar .et_mobile_menu > li.menu-item:last-child > a {
	border-bottom:0px !important;
}
.custom_menu_bar .et_pb_menu .mobile_menu_bar {
	padding-top:10px;
	padding-bottom:10px;
}
.custom_topBar {
	display:flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.custom_topBar .et_pb_column {
	display: flex;
    width:unset;
	align-items: center;
	float:unset;
	flex-wrap:wrap;
	flex-grow:1;
}
.custom_topBar .et_pb_column:last-child {
	
	justify-content:flex-end;
}

@media (max-width:980px) {
	.custom_topBar {
		justify-content: center;
		flex-direction:column;
	}
	.custom_topBar .et_pb_column {
		justify-content:center;
	}
	.custom_topBar .top_header_cta {
		width:100%;
		text-align:center;
	}
	.custom_topBar .et_pb_column:last-child {
		flex-grow:unset;
		align-items:center;
		flex-wrap:wrap;
		justify-content:center;
	}
}
.custom_menu_bar {
	
}

/* custom sticky header */

/* .custom_header_section {
position:absolute !important;
} */
/* .custom_header_section {
	position:absolute !important;
}
 */
/* .has_et_pb_sticky .custom_header_section {
	background-color:rgba(60,31,20,0.9) !important;
}
 */
/* --- OverFlow Logo Header --- */
@media (min-width:981px) {
	.custom_menu_bar.overflow_menu_bar .et_pb_menu__logo img {
		position:absolute;
		bottom:0;
		max-height:135px !important;
		transform: translateY(0px);
	}
}
@media (max-width:980px) {
	.custom_menu_bar.overflow_menu_bar .et_pb_menu__logo img  {
		width:200px !important;
		max-width:75% !important;
	}
}

/* --- Default & OverFlow Menus End --- */
/* --- Slide In Menu --- */
.custom_menu_bar.slide_in_menu_row .et_pb_column {
	display: flex;
    align-items: center;
}
.slide_in_open{
	cursor: pointer;
}
.slide_in_menu_container {
	opacity:0;
	max-width:600px !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	-ms-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
	transform:scaleX(0);
	transform-origin:right;
}
body .slide_in_menu {
	right: 0 !important;
	opacity: 1 !important;
	z-index:1111 !important;
	transform:scaleX(1);
}

/* Slide In Menu Adjustments */
.slide_in_menu_container .et_pb_menu__menu, .slide_in_menu_container .et_mobile_nav_menu .mobile_menu_bar {
	display:none;
}
.slide_in_menu_container .et_mobile_nav_menu, .slide_in_menu_container .et_mobile_nav_menu .et_mobile_menu {
	display:block;
}
.slide_in_menu_container .et_mobile_menu {
	padding-left:1em;
	padding-right:1em;
	text-align:center;
}
.slide_in_menu_container .et_mobile_menu .sub-menu {
	padding-left:0px;
}
.slide_in_menu_container .et_mobile_menu .sub-menu .menu-item {
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.slide_in_menu_container .et_pb_column {
	text-align:right;
}
.slide_in_menu_container .slide_in_open {
	display:inline-block;
}
.slide_in_menu_container .et_mobile_menu {
	box-shadow:unset;
	-webkit-box-shadow:unset;
}


/* --- Slide In Menu End --- */

/* New Footer */
.footer_menu .et-menu.nav li.menu-item-has-children ul.sub-menu, .footer_menu .et-menu .menu-item-has-children>a:first-child:after {
	display:none;
}
.footer_menu .et-menu.nav li.menu-item-has-children a {
	padding-right:0px;
}
footer .custom_footer .custom_footer_button {
	text-align:center;
}
/* .signup_button{
	display:flex !important;
	justify-content:center !important;
	background-color:#3c1f14 !important;
	color:#d1c7a8 !important;
	border:2px solid #3c1f14 !important;
	text-transform: uppercase !important;
	padding:10px 20px !important;
	border-radius:3px !important;
	text-align:center !important;
	width:150px !important;
	white-space:nowrap !important;
	margin-left:5px;
	margin-right:5px;
} */

.signup_button{
	
	background-color:#3c1f14 !important;
	color:#d1c7a8 !important;
	border:2px solid #3c1f14 !important;
	text-transform: uppercase !important;
	padding:10px 20px !important;
	border-radius:3px !important;
	text-align:center !important;
	width:150px !important;
	white-space:nowrap !important;
	
}

.signup_button:hover{
	background-color:transparent !important;
	color:#3c1f14 !important;
	border:2px solid #3c1f14 !important;
}

#signup .et_pb_text_inner{
display:flex !important;	
flex-direction:row !important;
justify-content:space-evenly !important;
align-items:center !important;
}
#signup .et_pb_text_inner .signup_text, #signup .et_pb_text_inner .signup_button_div{
	display:flex !important;
}
#signup .et_pb_text_inner .signup_text {
	flex-direction:column !important;
	flex-wrap:wrap !important;

}


@media (max-width:980px) {
	
#signup .et_pb_text_inner {
		justify-content: center;
		flex-wrap:wrap !important;
	}
	#signup .et_pb_text_inner .signup_text{
		justify-content:center !important;
		align-items:center !important;
	}

	#signup .et_pb_text_inner .signup_button_div {
		display:flex !important;
		flex-grow:unset;
		
	}

}

@media (max-width:560px) {
	
	#signup .et_pb_text_inner {
		flex-direction:column !important;
	} .signup_button {
		margin-top:15px !important;
	}
	
}
.hustle-ui.module_id_5 .hustle-layout .hustle-group-content{
	color:#3c1f14 !important;
}


/* Keep Desktop Footer Menu on Mobile */
.custom_footer .footer_menu.et_pb_menu .et_pb_menu__menu{
	display:flex !important;
}
.custom_footer .footer_menu.et_pb_menu .et_mobile_nav_menu {
	display:none !important;
}
.test-class {
	z-index:-1;
	transition:all 0.5s ease;
	cursor:default;
}
.show-test-class {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.9);
    z-index: 1111;
    top: 0;
    left: 0;
}
/* Vertical Menu - Add .footer_vertical_menu To Footer Module*/
.custom_footer .footer_menu.footer_vertical_menu.et_pb_menu .et-menu.nav{
	flex-direction: column;
	align-items: center;
}

@media (max-width:980px) {
	.slide_in_menu_container {
		width:100% !important;
	}
}

/* Slide In Menu Test */
#page-container .slide_in_menu_container .mobile_nav li ul.hide {
    display: none !important;
}
#page-container .slide_in_menu_container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .slide_in_menu_container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
#page-container .slide_in_menu_container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/* Icon and Color */
#page-container .slide_in_menu_container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container .slide_in_menu_container span.menu-closed.menu-open:before {
    content: "\4d";
}

/* ---- SLIDE IN MENU END --- */

/* SVG Fix */
.et_pb_image .et_pb_image_wrap img[src*=".svg"], .et_pb_menu__logo img[src$=".svg"] {
	width:100% !important;
}


	.right_border_button_desk {
	 border-right:2px solid #D1C7A8 !important;
	   border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
	
	}
.right_border_button_desk:hover {
	 border-right:2px solid #B5A07B!important;
	  border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
}

/* @media (max-width:980px) {
	.right_border_button_desk
 {
	border:0px !important;
	}
} */

.vl {
  border-left: 2px solid #fff;
  height: 18px;
	margin-top:auto;
	margin-bottom:auto;
  
}

/* Header Underline */
.custom_menu_bar .et_pb_menu__menu .et-menu.nav > .menu-item > a:before {
	content:'';
	border-bottom:2px solid #B5A07B!important;
	position:absolute;
	width:0%;
	bottom:25px;
	left:0px;
	right:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.custom_menu_bar .et_pb_menu__menu .et-menu.nav > .current-menu-item > a:before, .custom_menu_bar .et_pb_menu__menu .et-menu.nav > .menu-item > a:hover:before {
    content: '';
    border-bottom: 2px solid #B5A07B!important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #B5A07B!important;
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.custom_menu_bar .et_pb_menu__menu .et-menu.nav > .menu-item > a:hover:before {
	transition: width .5s ease, background-color .5s ease;
}
body header .et_pb_section.custom_header_section {
	background: rgb(0,0,0) !important;
    background: linear-gradient(180deg, rgba(60,31,20,0.75) 0%, rgba(60,31,20,0.45) 75%, rgba(60,31,20,0) 100%) !important;
}


body header .et_pb_section.custom_header_section.custom_header_scrollBackgroun {
	background:rgba(60,31,20,0.75) !important;
}

.interior-headers .et_pb_slides .et_pb_slide_description {
	padding-bottom:70px;
}


#subscription #gform_wrapper_1 {
	display:flex !important;
}
@media (max-width:980px) {
	#subscription #gform_wrapper_1 {
		justify-content:center !important;
		flex-direction:column !important;
		align-items:center !important;
	}
	.gform_heading {
		text-align:center !important;
	}
}

/* weddings */
@media (max-width:767px) and (min-width:480px) {
	.wedding_one {
border-right-color: #D1C7A8;
border-bottom-color: #D1C7A8;
border-right-width:1px !important;
border-bottom-width:1px !important;
	}
	.wedding_two {
	border-right-width: 0px !important;
    border-bottom-width: 1px !important;
    border-right-color: #D1C7A8;
    border-bottom-color: #D1C7A8;
	}
	.wedding_three {
	border-right-width: 1px !important;
	border-bottom-width:0px !important;
    border-right-color: #D1C7A8;
    border-bottom-color: #D1C7A8;
	}
	.wedding_four {
		
	}
}



/* dwellings */
@media (min-width:981px) {
#bokee {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
}

/* calendar */

.mec-skin-tile-month-navigator-container {
	background-color:#3c1f14 !important;
}

/* calendar month pagination */
.mec-load-month-link {
	font-family: 'EB Garamond' !important;
}

.mec-next-month a, .mec-previous-month a {
	color:#3c1f14 !important;

}
.mec-skin-tile-month-navigator-container .mec-next-month, .mec-skin-tile-month-navigator-container .mec-previous-month {
		background:#d1c7a8 !important;
}


.mec-calendar-header h2 {
	color:#d1c7a8 !important;
}

.mec-skin-tile-month-navigator-container:after {
	border-color:#3c1f14 transparent transparent transparent;
}



.comment-respond {
	display:none !important;
}

.mec-event-label-captions {
	z-index:5;
    color: #3c1f14;
    font-weight: 700;
}
.mec-event-loc-place {
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
}
a.mec-booking-button.mec-bg-color {
color:#3c1f14 !important;
	background-color:#d1c7a8 !important;
	font-weight:700 !important;
	font-size:18px !important;
	text-transform:uppercase !important;
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
	border: 2px solid #d1c7a8;
	padding:.3em 1em;
	height:auto;
	line-height:1.7em !important;
}
a.mec-booking-button.mec-bg-color:hover {
	background-color:transparent !important;
	color: #b5a07b !important;
	border: 2px solid #b5a07b;
}

.mec-event-tile-view article.mec-tile-item .mec-event-time {
	font-weight:700;
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
	color: #d1c7a8 !important;
}
.mec-event-month {
	color: #d1c7a8 !important;
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
}
.mec-event-title {
font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;

}


.mec-wrap, .mec-wrap div:not([class^="elementor-"]), .lity-container, .mec-wrap h1, .mec-wrap h2, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap .mec-totalcal-box input[type="submit"], .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-agenda-event-title a, .lity-content .mec-events-meta-group-booking select, .lity-content .mec-book-ticket-variation h5, .lity-content .mec-events-meta-group-booking input[type="number"], .lity-content .mec-events-meta-group-booking input[type="text"], .lity-content .mec-events-meta-group-booking input[type="email"], .mec-organizer-item a, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label {
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
}

.mec-wrap h3 {
	font-family: 'Germania One',display !important;
}

.mec-event-loc-place {
	display:none !important;
}

/* single event page container */
#main-content .mec-container {
	background-color:transparent !important;
}

.mec-wrap p {
	font-size:19px;
	color: #3c1f14;
}
h1.mec-single-title {
		color: #3c1f14;
}


/* .et-db #et-boc .et-l .et_pb_section {
	background-color:transparent !important;
} */


.mec-single-event .mec-frontbox {
	background-color:#3c1f14 !important;
	border-color:#b5a07b;
}
/* items on the right side */
.mec-single-event-date, .mec-single-event-time, .mec-single-event-location, .mec-event-cost, .mec-single-event-label  {
		background-color:#3c1f14 !important;

}
h3.mec-date, h3.mec-time,h3.mec-events-single-section-title.mec-location, h3.mec-cost  {
	color:#d1c7a8 !important;
}

.mec-color-before i:before, .mec-color-before, .mec-color-before span, .mec-events-event-cost, .author, .mec-events-abbr {
		color:#d1c7a8 !important;
}

/* calendar export buttons */
.mec-events-gcal {
	background-color:#3c1f14 !important;
color:#d1c7a8 !important;
		font-family:'EB Garamond',Georgia,"Times New Roman",serif;
	font-weight: 500 !important;
	text-transform: uppercase;
    text-decoration: none;
	    font-size: 15px !important;
    line-height: 1.7em !important;
	white-space:nowrap;
	border: 2px solid #3c1f14;
	border-radius:3px;
}
.mec-events-gcal:hover {
	background-color:transparent !important;
	color:#3c1f14!important;

}


/* related events
 */
.mec-related-events-wrap h3.mec-rec-events-title {
	border-bottom:1px solid #3c1f14;
}
.mec-related-events-wrap h3.mec-rec-events-title:before {
	background:#3c1f14;
}
h3.mec-rec-events-title {
	color:#3c1f14;
}

.mec-related-event-content {
	background-color:#3c1f14!important;
	color:#b5a07b!important;
}

/* calendar export button div */
div.mec-event-export-module.mec-frontbox {
	background-color:#d1c7a8 !important;
}
	

/* event tags */
.mec-events-meta-group-tags a {
	background:#3c1f14 !important;
	color:#d1c7a8 !important;
	border-color:#3c1f14 !important;
}


/* calendar ul
 */
   
.mec-events-content ul {
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	list-style:disc;

}
.mec-events-content ul li {
font-family:'EB Garamond',Georgia,"Times New Roman",serif;
font-size:17px !important;
line-height:1.2em;
color:#3c1f14 !important;
font-weight:500;
}

/* calendar content */
.mec-events-content p {
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
font-size:17px !important;
color:#3c1f14 !important;
font-weight:500 !important;
line-height:1.2em;
}

.mec-wrap p {
	padding-bottom:.25em;
}
.mec-events-content ul {
padding-bottom:.25em;

}
.mec-events-content .et_pb_button {
		font-family:'EB Garamond',Georgia,"Times New Roman",serif;
	font-weight: 500;
	text-transform: uppercase;
    text-decoration: none;
	    font-size: 18px !important;
    line-height: 1.7em !important;
}

/* calendar sidebar info
 */

.mec-related-event-content span {
font-family:'EB Garamond',Georgia,"Times New Roman",serif;
}


.mec-events-content .et_pb_section {
	padding-top:0px;
	padding-bottom:0px;
}

.mec-events-abbr, .mec-start-date-label {
	font-size:17px !important;
}

/* .mec-event-info-desktop .mec-event-meta .mec-color-before .mec-frontbox span{
font-size:17px;	
} */

/* Background Infinite Zoom */
.background_InfiniteZoom {
  animation: animInfZoom 40s linear infinite;
} 
  
@keyframes animInfZoom {
 0% {
    background-size: 100%;

  }
  50% {
    background-size: 125%;
  }
  100% {
    background-size: 100%;
  }
}

/* Background poisiton fix */
.couple_BackgroundImage {
	background-position: 50% 7%;
}


/* Horizontal CTA */
.cta_custom_Holder .et_pb_code_inner {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	padding:50px 25px;
	z-index:11;
	color:#fff;
}
.cta_Custom_Left {
	writing-mode: vertical-rl;
    transform: rotate(180deg);
	border-left: 2px #fff solid;
	    text-transform: uppercase;
    padding: 20px 6px;
    margin-right: 20px;
}
.cta_Custom_Right {
	flex-grow: 1;
	font-size:150%;
}
.cat_Custom_Arrow {
	max-width:40px;
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

/* Brown Overlay */
.cta_custom_Holder:before {
	position:absolute;
	height:100%;
	content:'';
	width:100%;
	left:0;
	top:0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.33) 0%, rgba(0,0,0,.33) 50%, rgba(0,0,0,0) 100%);
}
.cta_custom_Holder:after {
	position:absolute;
	width:0px;
	height:100%;
	top:0;
	left:0;
	content:'';
	background-color:rgba(181,160,123,0.69);
	transition:400ms ease-in-out all;
	z-index:1;
}
.cta_custom_Holder:hover:after {
	width:100%;
}

/* parrallax */
	.et_parallax_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center !important;
    background-size: cover;
}
#leprechaun .et_parallax_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom !important;
    background-size: cover;
}
/* @media (max-width:415px) {
#leprechaun .et_parallax_bg {
	    background-position: center -200px !important;

}	
} */


/* #bokee img {
	opacity:.6
}
 */

/* Blog Page */
/* Blog Page Slider */
@media (min-width:768px) {
	.blgPage_blgSlider {
		padding-bottom:25px !important;
	}
	.blgPage_blgSlider .et-pb-controllers {
		bottom:-10px !important;
	}
	.blgPage_blgSlider .et_pb_slide {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.blgPage_blgSlider .et_pb_slider_container_inner {
		    display: flex;
	}
	.blgPage_blgSlider .et_pb_slider_container_inner .et_pb_slide_image {
		top: 0px;
	    position: relative;
	    overflow: hidden;
		margin-top:0px !important;
	}
	.blgPage_blgSlider .et_pb_slider_container_inner .et_pb_slide_image img {
		min-width: 100%;
	    height: 500px;
	    width: auto;
	    object-fit: cover;
	}
}
@media (max-width:767px) {
	.blgPage_blgSlider .et_pb_slider_container_inner .et_pb_slide_image {
		display:block !important;
		margin-bottom:25px;
	}
}

/* Blog Page List */
.blgPage_blgList .et_pb_post {
	display:flex;
	align-items:stretch;
	border:2px solid #574738;
	justify-content: space-between;
	margin-right:20px;
}
.blgPage_blgList .et_pb_post {
	
}
.blgPage_blgList .et_pb_post  > a.entry-featured-image-url {
	margin-bottom:0px;
	width:33%;
	overflow: hidden;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blgPage_blgList .et_pb_post  > a.entry-featured-image-url > img {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
.blgPage_blgList  .et_pb_post .blgPage_blgList_Wrap {
	padding:30px 15px;
	width:66%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-right:15px;
}
.blgPage_blgList  .et_pb_post .blgPage_blgList_Wrap a.more-link {
	/*display:none;*/
	font-size:0px;
	height:0px;
}
.blgPage_blgList  .et_pb_post .blgPage_blgList_Wrap a.more-link:after {
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)translateX(50%);
    color: #4a3f33;
    border: 10px solid #d1c7a8;
    border-radius: 50px;
    content: '\e04a';
    font-size: 40px;
    font-family: ETmodules!important;
    background-color: #d1c7a8;
    width: 38px;
    height: 27px;
    line-height: .6em;
}

/* Post Page */
.custom_postPage .et_pb_section {
	background-color:rgba(0,0,0,0) !important;
}

.blogPost_title {
	
}
.entry-content .mec-calendar-header h2 {
    color:#D1C7A8!important;
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a {
	color:#D1C7A8 !important;
}

.side_by_side_buttons .et_pb_button_module_wrapper {
  display:inline-block !important;
}