/*
Theme Name:		Merrily Kristin
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	SuperSpaceChick-v3
*/

/* IMPORTS */
@import url(assets/css/reset.css);


/* COLOR SELECTORS*/
.white { color:#FFF; }
.black { color:#000; }
.bg-color { background-color:#000; }
*[class*="bg-"] { color:#FFF; }
.maroon { color: #751A33; }
.orange { color: #D28F33; }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* BASIC SETUP */
body {
	font: 300 12px "Open Sans", Helvetica, Arial, sans-serif;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 20px;
	padding:0;
}
h1, h1 a {
	color: #000;
	font-family: "Lora",serif;
	font-size: 40px;
	line-height: 1.33;
}
h2, h2 a {
	color: #000;
	font-family: "Lora", serif;
	font-size: 24px;
}
h3 {
	color: #000;
	font-family: "Lora", serif;
	font-size: 20px;
    font-style: italic;
}
h4 {
	font: 300 16px/26px "Open Sans", Helvetica, Arial, sans-serif;
}
h5 {
	font: 300 16px/26px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
h6 {
	font: 700 16px/26px "Open Sans", Helvetica, Arial, sans-serif;
}

/* Text elements */
p {
}
p, li {
	font: 300 16px/26px "Open Sans", Helvetica, Arial, sans-serif;
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
a { color: #3261A5; }
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}


hr {
	clear: both;
	border: none;
	margin-bottom: 20px !important;
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
.search {
	font-size: 14px;
	width: 40px;
	text-decoration: none;
}
.search-form { display: inline; }
.searchbox {
	background-color: #FFF;
	border: none;
	vertical-align: top;
	margin-left: 5px;
	-webkit-appearance: none;
	border-radius: 0 !important;
	padding: 10px;
}
.searchbox.dynamic {
	width:0;
    -webkit-transition: width .5s; /* Safari */
    -o-transition: width .5s;
    transition: width .5s;
	padding:0;
}
.searchbox.dynamic.open {
	width: 300px;
	padding: 4px 10px;
	border: solid 1px #cecece;
}
input:not([type='radio']):not([type='checkbox']), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
.wpcf7-submit {
	background-color: #02a297;
	border: medium none;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	margin: 20 6px;
	text-transform: uppercase;
	padding: 6px 28px;
	cursor:pointer;
}


/* TAGS */
.text-left   { text-align: left   !important; }
.text-center { text-align: center !important; }
.text-center ul { margin-left: 0; list-style-position:inside; }
.text-right  { text-align: right  !important; }


.caps { text-transform:uppercase; }
.rounded {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.border {
	border:1px solid #000;
}
.text-shadow {
	text-shadow: 0 0 6px #054172;
}
.menu-toggle { display:none; }
.border-bottom {
	border-bottom:solid 1px #999;
	padding-bottom:20;
	margin-bottom:20;
}
.relative {	position:relative; }
.absolute {	position:absolute; }
.no-margin { margin:0; }
.none { padding:0; margin:0; list-style-type:none; }

.masonry { 
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.masonry > div, .masonry > article { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	-webkit-column-break-inside: avoid; 
	page-break-inside: avoid; 
	break-inside: avoid;
}

.default-image {
	width:100;
	height:100;
	background-color:#0E4E96;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0 0 7px 0 rgba(50, 50, 50, 0.75);
	font-size:16px;
	color:rgba(255,255,255,.8);
	text-align:center;
	font-weight:700;
	padding-top:30;
}
.default-image:before {
	content: "Picture Not Available";
}
.background-image {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}
.hover-shadow {
  display: block;
  position: relative; /* For positioning the pseudo-element */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.hover-shadow::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 500ms;
}
.hover-shadow:hover::before {
  opacity: 1;
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}
.row { padding:40px 0; }
.column-wrapper { -webkit-box-flex:1; -ms-flex:1 0 25%; flex:1 0 25%; max-width:250px; position:relative; margin:0 1% 20px; }
.fixed {
	position: fixed !important;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
.header {
	/*
    background-image: url("assets/images/header-bg.jpg");
	background-position: center -50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
    */
    height: 300px;
}
.header .grid {
    height: 100%;
}
.logo {
	background-image: url("assets/images/Merrily-Kristin-logo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 100%;
	width: 800px;
	text-indent:-9999px;
    margin: auto;
}

/* SOCIAL ICONS */
.elementor.elementor-15942 {
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 240px;
	right: 0;
}
.fixed .elementor.elementor-15942 {
	position: relative;
	left: auto;
	top: auto;
}
.social a {
	display:inline-block;
	text-align:center;
	color: #3261A5;
	margin: 0 4px;
}
.social-wrapper { display: none; }
.fixed .social-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
    

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul { margin:0; padding:0; list-style-type:none; }
nav ul li { display:inline-block; }

/* MAIN NAVIGATION */
.nav-wrapper {
    border-top: solid 1px #3261A5;
    border-bottom: solid 1px #3261A5;
    background-color: #FFF;
	position: relative;
}
.nav-wrapper, .nav-wrapper * {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.nav-wrapper.fixed {
    padding: 0 2%;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.nav-wrapper .elementor.elementor-15942 a { font-size: 14px !important; }
.nav-wrapper .elementor.elementor-15942 i { color: #3261A5 !important; }
.nav-wrapper.fixed .social { display: block; position: relative; left: auto; top: auto; }
.nav-wrapper.fixed .main-nav { flex-grow: 0; }

.main-nav {
    flex-grow: 1;

}
.fixed.nav-wrapper {
}
.main-nav > ul {
    text-align: center;}
.main-nav ul li {
    margin: 0 10px;
}
.main-nav ul li a {
	padding: 10px 10px;
	color: #3261A5;
	text-decoration: none;
	display: block;
	font: 400 12px "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	letter-spacing: .02em;
}
.main-nav ul li a:hover {
	color: #333333;
}
.main-nav ul > li:hover > a,
.main-nav ul > li.current_page_item > a,
.main-nav ul > li.current-menu-item > a,
.main-nav ul > li.current-page-ancestor > a {
}
.main-nav ul li:hover > ul {
	display: block;
	/* transition: background-color 0.5s linear 0s; */
}
.main-nav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background-color:rgba(255,255,255,.8);
	border-left:solid 1px #3261A5;
	border-right:solid 1px #3261A5;
	border-bottom:solid 1px #3261A5;
    text-align: left;
}
.main-nav ul li ul li {
	float:none;
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.main-nav ul li ul li:hover {
	background:none;
}
.main-nav ul li ul li:last-child {
}
.main-nav ul li ul li a {
}
.main-nav > ul > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	speak: none;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 10px;
	font-size: 14px;
	padding-left: 5px;
}
.main-nav ul li ul li:hover > a {
}
.main-nav ul li ul li:last-child {
}
.main-nav ul li ul li ul {
	left: 100%;
	width: 100%;
	top: 0;
}





/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
}
aside ul {
}
.aside li {
    border-top: solid 10px #3261A5;
    padding-top: 20px;
    margin-bottom: 40px;
    list-style-type: none;
}
.aside .widget_media_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
    flex-direction: column-reverse;
}
.aside img {
    margin-bottom: 20px;
}


/* WIDGETS */
input#mce-EMAIL.email {
}

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

.fixed + .main-body {
    padding-top: 35px;
}

/* Carousel */
#carousel article { text-align: center; }

#carousel .elementor-posts article .elementor-post__meta-data {
	position: relative;
	left: 0;
	background-color: transparent;
	padding: 0;
	color: #4670AD;
	font-weight: 700;
	top: auto;
}
#carousel .elementor-posts article .elementor-post__text {
	display: flex;
	flex-direction: column-reverse;
}


/*
.main-body {
    position: relative;
}
.main-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    background-color: #f3dfea;
    width: 100%;
}
*/
.highlight-post .elementor-portfolio-item__overlay {
	opacity: 1;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 15px;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	overflow: hidden;
	background-color: rgba(255,255,255,.8);
	width: 50%;
	/* margin: auto; */
	/* height: 100px; */
}
article.elementor-post {
    position: relative;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.elementor-posts article .elementor-post__meta-data {
	position: absolute;
	left: -10px;
	background-color: #3261A5;
	padding: 10px 10px 10px 20px;
	color: #FFF;
	font-weight: 700;
	top: 10px;
}
.elementor-posts article .elementor-post__excerpt p::after {
    content: '...';
}
.elementor-posts article a.elementor-post__read-more {
	margin-top: 20px;
	padding: 15px 30px;
	border: solid 1px #999;
	display: inline-block;
	color: #999;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
p.postmetadata {}
.byline {}
.acf-map {
	width: 100%;
	height: 400;
	border: #ccc solid 1px;
	margin: 20 0;
}
.page-link {
	border-top:solid 1px #CECECE;
	margin-top:20;
	text-align:center;
	clear:both;
	padding:2%;
}
.page-link a {
	font-weight:700;
}
.previous, .next { display:inline; }
.previous { margin-right:10; padding-right:10; border-right:solid 1px #646464;  }
.previous i { margin-right:6px; }
.next i { margin-left:6px; }




/* BUTTONS */
.button {
	background-color:#BE1E2D;
	color:#FFF;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 10;
}
.button.white {
	border:solid 1px #FFF;
	background-color:transparent;
}



ol.commentlist{
    margin: 20px 0;
}
.commentlist .comment-body{
    padding: 10px;
    background: #EFEFEF;
    border: solid thin #DEDEDE;
    margin: 10px 0;
    position: relative;
}
.comment-body a.comment-reply-link{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AEAEAE;
}
ol.commentlist li{
    list-style: none;
}
ol.commentlist li ul li {
	margin-left:40px;
}
ol.commentlist img.avatar {
	padding: 5px;
	background: #DEDEDE;
	border: solid thin #CECECE;
	float: left;
	display: block;
	margin: 5px 15px 10px 0;
	width: 75px;
	height: 75px;
}
ol.commentlist .comment-author{
    line-height: 25px;
}
.comment-body cite.fn{
    font-size: 14px;
    font-style: normal;
}
.commentmetadata a{
    margin: 0;
    font-size: 11px;
    color: #999;
}
.comment-body p{
    margin: 5px;
}
.comment-body .comment-author.vcard{
    margin: 0;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */
footer {
}

/* COLOPHON */
.colophon {
	font-size:10;
	padding:10 0;
	margin:0 auto;
}
.colophon p {
	color:#fff;
	font-size: 10;
	margin:0;
}

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */



@media all and (max-width: 1200px) {
    .slick-prev:before, .slick-next:before {
        color: #A9CDEB !important;
    }
    .slick-prev,
    .slick-next {
        z-index: 9 !important;
        background-color: #FFF !important;
        color: #A9CDEB !important;
    }
    .slick-prev {
        left: 10px !important;
    }
    .slick-next {
        right: 10px !important;
    }
}

@media all and (max-width: 1024px) {
    .header { padding: 0 2em; }
	.search-form {
		display: none !important;
	}
	.fixed .main-nav,
    .menu-button {
		display: none !important;
	}
	.fixed .menu-button {
		display: block !important;
	}
}
@media all and (max-width: 650px) {
	.main-nav {
		display: none !important;
	}
	.menu-button {
		display: block !important;
	}
    .flexnav {
        max-width: 100% !important;
        width: 100% !important; }
}
@media all and (max-width: 568px) {
    .header { height: 150px; }
    .header .elementor.elementor-15942 { display: none; }
    .home .main-posts .elementor-posts .elementor-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .home .main-posts .elementor-posts .elementor-post .elementor-post__text {
        padding: 2em;
    }

}
@media only screen and (max-device-width : 640px) {
    .fixed { position: relative !important; }
}