/*
Theme Name:		Melissa Grey v2
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	melissa_grey_2
*/

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



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


/* BASIC SETUP */
body {
	font-size:14px;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
/* BASIC SETUP */
body {
	font-family: "Open Sans", Helvetica, Arial, "sans-serif";
	font-size:14px;
	background-color: #FFF;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 22px;
	padding:0;
}
h1, h1 a {
	font: 32px "Cinzel", "Times New Roman", "serif";
}
h2, h2 a {
	font: 24px "Cinzel", "Times New Roman", "serif";
}
h3 {
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	color: #666666;
}
h4, h4 a {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
}
h5 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #750030;
}
h6 {
	font-weight: 700;
	font-size: 14px;
}


/* Text elements */
p {
}
p, li {
}
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;
}
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 {
}



/* 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 */
input, textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }


/* TAGS */
.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);
}


/**
 * 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;
}
.two-tone {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ededed+50,423f8f+50,423f8f+100 */
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(237,237,237,1) 50%, rgba(66,63,143,1) 50%, rgba(66,63,143,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 50%,rgba(66,63,143,1) 50%,rgba(66,63,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 50%,rgba(66,63,143,1) 50%,rgba(66,63,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#423f8f',GradientType=1 ); /* IE6-9 */    
}
@media all and (max-width: 767px) {
    .two-tone {
        background: rgba(66,63,143,1);
    }
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
.header-image {
    background-image: url("assets/images/clouds.jpg");
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.home .header-image { height: 600px; }
.new-overlay .elementor-background-overlay,
.header-image.overlay::after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#750030+0,006a7f+100 */
    background: #750030; /* Old browsers */
    background: -moz-linear-gradient(left,  #750030 0%, #006a7f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #750030 0%,#006a7f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #750030 0%,#006a7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#750030', endColorstr='#006a7f',GradientType=1 ); /* IE6-9 */
    mix-blend-mode: multiply;
}
header {
    padding: 20px 2% 0;
	position: relative;
}
.logo {
	background-image: url("assets/images/melissa-grey.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 30px;
	width: 335px;
	text-indent:-9999px;
}

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

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

/* MAIN NAVIGATION */

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

/* SIDEBAR */
aside {
}
aside ul {
}
aside ul li {
}

/* WIDGETS */


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

/* SLIDESHOW */

.slick-list {
	overflow: visible !important;
}
.jet-posts__item h4 {
    opacity: 0;
    transition: all .2s;
}
.jet-posts__item:hover h4 {
    opacity: 1;
}
.jet-posts__inner-box, .post-thumbnail {
    overflow: visible !important;
}
@media all and (min-width: 768px) {
.post-thumbnail__link:hover .wp-post-image {
    transform: scale(1.3);
}
.post-thumbnail__link .wp-post-image {
    transition: transform .2s;
    transform-origin: bottom;
}
}
#book-carousel {
    overflow-x: hidden;
    overflow-x: clip;
}



.retailer a {
    color: #FFF !important;
    padding: 10px;
    background-color: rgba(107,156,190,0);
    transition: all .2s;
    display: block;
}
.retailer a:hover {
    background-color: rgba(107,156,190,1);
}


/* 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; }
p.postmetadata {}
.byline {}


/* SOCIAL ICONS */

/* BUTTONS */


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

/* FOOTER */

/* COLOPHON */

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

@media all and (max-width: 1060) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}