/* @override 
	http://localhost/merricat_mulwray/wp-content/themes/merricat_mulwray/style.css?*
	https://merricatmulwray.com/wp-content/themes/merricat_mulwray/style.css?* */


/*
	Theme Name: Merricat Mulwray New
	Version: 2

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	transition: all .3s;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input {
	-webkit-appearance: none;
	
}
input:focus {
	outline:0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#333;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#333;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#333;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 30px 30px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}



/*------------------------------------*\
    GENERAL
\*------------------------------------*/


html {
	font-size: 20px;
	line-height: 30px;
}
html, body {
	overflow-x: hidden;
}

body {
/*	font: 16px 'Lato', sans-serif;*/
font: 16px/24px 'lato', sans-serif;
color: #363642;
  background-image: url(img/bg_pattern.jpg);
}
body.navigation-open {
	height: 100vh;
	overflow-y: hidden !important;
}
#wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
	  border: 30px solid #fff;
	box-sizing: border-box;
/*  margin: 30px;*/
	padding-top: 300px;
}
.home-wrapper {
	padding-top: 280px;
}

#main-content {
  flex: 1;
}
a:hover {
	text-decoration: none !important;
}
h1 {
	font: 70px/70px 'Lora', serif;
	font-weight: 400;
/*	font: 70px/70px 'Crimson Text', serif;*/
}
h1.page-title, h2.page-title {
	font: 60px/64px 'Lora', serif;
	font-weight: 400;
}
h2 {
	font: 36px/44px 'Lora', serif;
	font-weight: 400;
	margin: 0 0 20px;
}
h3 {
	font: 26px/30px 'Lora', serif;
	font-weight: 500;
}
.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}
.container-sm {
	max-width: 1070px;
}
.container-xs {
	max-width: 980px;
}
.container-full {
	max-width: 100%;
	padding: 0;
}
ul.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}

.center-vertically {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.center-vertically.flex-columm {
	flex-direction: column;
}
.section-right, .section-left {
	width: 50%;
}
.section-left {
	padding-right: 20px;
}
.section-right{
	width: 50%;
	padding-left: 20px;
}
.section-full {
	width: 100%;
}
.text-center {
	text-align: center;
}
.inner-page {
	padding-top: 150px;
}

@media only screen and (max-width : 1024px) {
	#wrapper {
	  border: 10px solid #fff;
	  padding-top: 100px;
	}
}
@media only screen and (max-width:536px) {
	#wrapper {
	  border: 0;
	  padding-top: 60px;
	}
	h1.page-title {
		font: 36px/45px 'Lora', serif;
		font-weight: 400;
		margin-bottom: 20px;
	}
	.section-right, .section-left {
		width: 100%;
		margin-top: 20px;
		padding: 0 !important;
	}
}



@media only screen and (max-width:536px) {
	#wrapper {
	  border: 0;
	}
	h1.page-title {
		font: 36px/45px 'Lora', serif;
		font-weight: 400;
		margin-bottom: 20px;
	}
}



/*------------------------------------*\
    VARIABLES
\*------------------------------------*/


.font-1 {
	font-family: 'Montserrat', sans-serif;
}
.font-2 {
	font-family: 'Montserrat', sans-serif;
}
.font-3 {
	font-family: 'Montserrat', sans-serif;
}


.text-xl {
	font-size: 24px;
}
.text-lg {
	font-size: 18px;
}
.text-md {
	font-size: 14px;
}
.text-sm {
	font-size: 12px;
	line-height: 12px;
}
.text-xs {
	font-size: 10px;
}
.text-block-md {
	max-width: 800px;
	margin: 0 auto;
}
.text-block-sm {
	max-width: 600px;
	margin: 0 auto;
}
.text-white {
	color: #fff !important;
}
.text-dark {
	color: #000 !important;
}
.text-primary {
	color: #FBE700 !important;
}
.text-grey {
	color: #706e6f;
}
.text-light {
	color: #F9F9F9;
}
.text-muted {
	color: #c1c1c1;
}
.text-highlight {
	color: #c482b0;
}
.link-highlight {
	color: #c482b0;
}
.link-default {
	text-decoration: underline;
}
.page-description a {
	text-decoration: underline;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.font-handwritten {
	font-family: 'Homemade Apple', cursive !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-strong {
	font-weight: bold;
}
.bg-white {
	background-color: #fff !important;
}
.bg-dark {
	background-color: #333333 !important;
}
.bg-primary {
	background-color: #FEEF01 !important;
}
.bg-grey {
	background-color: #ADADAD !important;
}
.bg-light {
	background-color: #F9F9F9 !important;
}
.bg-highlight {
	background-color: #c482b0 !important;
}



.btn {
	border: none;
	outline: none;
	padding: 15px 30px;
	font-weight: 600 !important;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	opacity: 1;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}

.btn:hover {
	opacity: .7;
}



.btn-xl {
	font-size: 28px;
	padding: 25px 60px;
}
.btn-lg {
	font-size: 16px;
	padding: 15px 40px;
}
.btn-md {
	font-size: 14px;
	padding: 12px 25px;
}
.btn-sm {
	font-size: 12px;
	padding: 10px 20px;
}
.btn-xs {
	font-size: 10px;
	line-height: 16px;
	padding: 4px 8px;
	font-weight: 600 !important;
	
}


.btn-primary {
	color: #000 !important;
	background-color: #FEEF01;
}
.btn-primary svg path {
	fill: #000;
}
.btn-dark {
	background-color: #333333;
	color: #fff !important;
}
.btn-dark:hover {
	background-color: #888 !important;
	opacity: 1;
}
.btn-dark svg path {
	fill: #333;
}
.btn-light {
	background-color: #ededed;
	color: #333 !important;
}
.btn-light svg path {
	fill: #333 !;
}
.btn-white {
	background-color: #fff;
	color: #000 !important;
}
.btn-white svg path {
	fill: #000;
}
.btn-highlight {
	background-color: #a1659f !important;
	color: #333;
}

.btn-outline {
	border: 1px solid #ccc;
}

.btn-outline {
	border: 1px solid #ccc;
}
input {
	border-radius: 0 !important;
	border: none;
	box-shadow: none;
}
.input{
	border: none;
	outline: none;
	padding: 15px 30px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	border: none;
	outline: none !important;
	border-radius: 0 !important;
}
input:focus {
	outline: none !important;
}
.input-xl {
	font: 20px 'Montserrat', sans-serif;
	padding: 25px 60px;
}
.input-lg {
	font: 16px 'Montserrat', sans-serif;
	padding: 15px 40px;
}
.input-md {
	font: 14px 'Montserrat', sans-serif;
	padding: 12px 25px;
}
.input-sm {
	font: 12px 'Montserrat', sans-serif;
	padding: 10px 20px;
}
.input-xs {
	font: 10px 'Montserrat', sans-serif;
	padding: 7px 10px;
}



a.btn-underline_alt{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	transition: all .3s;
	letter-spacing: 4px;
}
@media (hover) {
	a.btn-underline_alt:after {
		content: "";
		height: 2px;
		width: 0;
		background-color: #000;
		position: absolute;
		bottom: -5px;
		transition: all .3s;
		left: 0;
	}
	
	a.btn-underline_alt:hover:after  {
		width: 100%;
	}
}



a.btn-underline{
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	transition: all .3s;
}
@media (hover) {
	a.btn-underline:after {
		content: "";
		height: 2px;
		width: 100%;
		background-color: #000;
		position: absolute;
		bottom: -5px;
		right: 0;
		transition: all .3s;
	}
	
	a.btn-underline:hover:after  {
		width: 0px;
	}
}
@media only screen and (max-width:536px) {
	.btn {
		width: 100%;
		letter-spacing: 2px;
		padding-left: 20px;
		padding-right: 20px;
		transition: none;
	}
	
}
/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/


/*#main-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	z-index: 10000;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}*/
#top-navigation {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	z-index: 10000;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#top-navigation.nav-up  {
	transform: translate3d(0,-100%,0);
}
#top-navigation.nav-down {
	transform: translate3d(0,0,0);
}



#main-header .navigation-wrapper {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-grow: 1;
	margin-top: 100px;
	margin-bottom: 80px;
	padding-right: 10px;
	padding-left: 10px;
}
.main-nav {
	flex-grow: 2;
	padding-right: 20px;
	padding-left: 20px;
}
.main-nav#main-navigation-left, .main-nav#main-navigation-right{
	padding: 0;
}

.main-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
/*	float: none;
	width: 100% !important;
	display: flex;
	justify-content: space-around;*/
}
.main-nav ul li{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	min-width: 20%;
	text-align: center;
	position: relative;
}
.main-nav ul li a{
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	position: relative;
	letter-spacing: 3px;
}
.main-nav ul li a:after {
	content: "";
	height: 2px;
	width: 0;
	background-color: #333;
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); 
}
.current_page_item > a:after, .main-nav ul li > a:hover:after, li.current-menu-item > a:after, .current_page_parent > a:after{
	width: 100% !important;
}
.current_page_ancestor a:after {
	width: 0 !important;
}
.main-nav ul.sub-menu {
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	width: 150%;
	margin-left: -25%;
	transform: translate(0,20%);
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	  transition:         all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	padding-top: 10px;
}
.menu-item-has-children:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(0,0);
}
.menu-item-has-children:after {
	  display: inline-block;
	  content: ' ';
	  background-image: url('img/arrow_down.svg');
	  background-size: 10px 10px;
	  height: 10px;
	  width: 10px;
	  margin-left: 5px;
	  opacity: .2;
	  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	    transition:         all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-item-has-children:hover:after{
	opacity: 1;
}
#main-header #main-logo svg path{
	fill: #333;
}

#main-logo {
	width: 320px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
#main-logo.logo-desk {
	width: 400px;
}
#main-logo svg, #mobile-logo svg{
	width: 100% !important;
	height: auto !important;
}
.header-social ul.social-icons {
/*	text-align: center;*/
	top: 0;
	right: 0;
	max-width: 1270px;
	padding: 10px 10px 0;
}
ul.social-icons{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.social-icons li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}
ul.social-icons li svg{
	width: 18px;
	height: 18px;
}
ul.social-icons li a {
	transition: all .3s;
	opacity: .3;
}
ul.social-icons li a:hover {
	opacity: .7;
}
#mobile-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	  transition:         all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	  transform: scale(.9);
}
#mobile-navigation.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}


#mobile-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#mobile-navigation ul li {
	position: relative;
}
#mobile-navigation ul li a {
	color: #fff;
	font: 30px/45px 'Lora', serif;
}
#mobile-navigation ul li a:hover {
	color: #d7a3d7;
}
#mobile-navigation .header-social svg path {
	fill: #fff;
}

#mobile-header {
	position: relative;
	z-index: 10000;
	padding-top: 20px;
	-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	margin-bottom: 20px;

}

.navigation-background {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateY(-300px);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
/*	  background-image: url(img/bg_pattern.jpg);*/
	
}

#mobile-logo {
	max-width: 180px;
	margin: 0 auto;
}
.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
}
#mobile-header.active svg path{
	fill: #fff;
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after{
	background-color:#fff !important;
	color: #fff;
}

.hidden-mobile, .hidden-tablet {
	display: block;
}
.visible-mobile, .visible-tablet {
	display: none;
}

/*------------------------------------*\
    NAVIGATION ANIMATION
\*------------------------------------*/



#navigation-background {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateY(-360px);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
}
#top-navigation.fixed #main-header .navigation-wrapper{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 0;
}
#main-logo{
	transition: width .3s;
}
.navigation-wrapper, #navigation-background{
	transition: all .3s;
}
#top-navigation.fixed .navigation-background {
	transform: translateY(0);
}
#top-navigation.fixed #main-header #main-logo {
	width: 240px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
#top-navigation.fixed .social-icons {
	transform: translateY(0) !important;
}

@media only screen and (max-width : 1024px) {
	.hidden-tablet {
		display: none;
	}
	.visible-tablet {
		display: block;
	}
	#mobile-logo {
		max-width: 240px;
		margin: 0 auto;
	}
	#mobile-navigation ul li a {
		color: #fff;
		font: 46px/55px 'Lora', serif;
	}
	ul.social-icons li svg{
		width: 28px;
		height: 28px;
	}
	#mobile-header {
		padding-top: 20px;
	}
}
@media only screen and (max-width:536px) {
	
	.hidden-mobile {
		display: none;
	}
	.visible-mobile {
		display: block;
	}
	
	#mobile-logo {
		max-width: 180px;
		margin: 0 auto;
	}
	#mobile-navigation ul li a {
		color: #fff;
		font: 30px/45px 'Lora', serif;
	}
	#mobile-navigation ul.social-icons:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #fff;
		display: block;
		width: 50px;
		margin: 0 auto 20px;
		opacity: .2;
	}
	#mobile-navigation ul.social-icons li a svg path {
		fill: #ccc;
	}
	#mobile-navigation ul.social-icons li a {
		opacity: 1;
	}
	
}	


/*------------------------------------*\
    POPUP
\*------------------------------------*/

.pum-title.popmake-title {
	font: 36px/50px 'Lora', serif !important;
}



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

.home-section{
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(250px);
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-section.active {
	opacity: 1;
	transform: translateY(0);	
}


.home-section h2 {
	font: 50px/55px 'Lora', serif;
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: -1px;
}

.home-section .break-text, .page-section .break-text{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.home-section .section-copy {
	max-width: 500px;
}
.subtitle {
	color: #7c7263;
	text-transform: uppercase;
	font: 16px 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 10px;
}


.section-cta {
/*	margin-top: 20px;
	margin-bottom: 20px;*/
/*	transition: all .3s;*/
}
@media only screen and (max-width:536px) {
	.home-section {
		padding: 40px 0;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.home-section h2 {
		font: 36px/40px 'Lora', serif;
		font-weight: 400;
		margin: 0 0 20px;
	}
	
}


/*------------------------------------*\
    HOME ANIMATIONS
\*------------------------------------*/


.home #main-logo, .home .main-nav ul li {
	transform: translateY(50px);
	opacity: 0;
}

#section-hero .animate, #hero-book {
	transform: translateY(50px);
	opacity: 0;
}
.home .social-icons{
	transform: translateY(50px);
	opacity: 0;
	position: relative;
}

/*------------------------------------*\
    SECTION HERO
\*------------------------------------*/


#section-hero {
/*	min-height: 80vh;*/
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 0;
}

#section-hero .container {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
/*	align-items: flex-end;*/
/*	max-width: 1440px;*/
}
#section-hero h1{
	margin: 0 0 40px;
	font-size: 60px;
	line-height: 60px;
}
#section-hero .text{
	max-width: 80%;
}

#section-hero svg {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 12vw !important;
	z-index: 1000000;
}

.hero-copy {
	width: 60%;
}
.hero-copy .section-cta a {
	width: 36%;
	margin-right: 5px;
	margin-left: 5px;
	max-width: 250px;
}
.hero-copy .intro {
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
}
.hero-copy .line-1 {
	font-size: 82px;
	line-height: 90px;
}
.hero-copy .line-2 {
	font-size: 30px;
	line-height: 30px;
}


.hero-visual {
	position: relative;
	text-align: right;
}
.hero-visual img {
	max-width: 100%;
	pointer-events: none;
	max-height: 100vh;
}
/*.hero-img {
	width: 50%;
	height: 782px;
	position: relative;
}
.hero-img::before {
	content: "";
	width: 660px;
	height: 782px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/mockup/sourpuss_3_4.png);
}*/
#btn-readmore {
	clear: both;
	width: 100% !important;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape){
	#section-hero .container {
		padding: 0 20px;
		min-height: inherit;
		margin-top: 40px;
	}
	.hero-copy .line-1 {
		font-size: 36px;
		line-height: 36px;
		font-weight: 200;
	}
	.hero-copy .line-2 {
		font-size: 30px;
		line-height: 30px;
		font-weight: 200;
	}
	.hero-copy {
		width: 100%;
	}
	.hero-copy .intro {
		width: 80%;
	}
	.hero-visual {
		margin-right: -50px;
		margin-left: 20px;
	}

	.hero-copy .section-cta a {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait){
	#section-hero .container {
		flex-direction: column;
		margin-top: 40px;
	}
	.hero-visual {
		width: 60%;
		order: -1;
		margin-bottom: 20px;
		margin-right: -50px;
		
	}
	.hero-copy, .hero-copy .intro {
		width: 100%;
		max-width: 100%;
	}
	#section-hero {
		margin-bottom: 100px;
	}
	.hero-copy .line-1 {
		font-size: 50px;
		line-height: 50px;
	}
	.hero-copy .line-2 {
		font-size: 33px;
		line-height: 33px;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ }


@media only screen and (max-width:536px) {
	#section-hero {
		margin-top: 20px;
	}
	#section-hero .container {
		min-height: inherit;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#section-hero .text{
		max-width: 100%;
	}
	.hero-copy {
		width: 100%;
	}
	.hero-copy .line-1 {
		font-size: 46px;
		line-height: 46px;
		font-weight: 200;
	}
	.hero-copy .line-2 {
		font-size: 30px;
		line-height: 36px;
		font-weight: 200;
	}
	.hero-copy .intro {
		width: 100%;
	}
	.hero-visual {
		width: 100%;
		order: -1;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.hero-visual img {
		max-width: 80%;
	}
	.hero-copy .section-cta {
		/*display: flex;
		flex-direction: row;
		justify-content: center;
		align-content: center;
		align-items: center;*/
	}
	.hero-copy .section-cta a {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.hero-copy .section-cta a:last-child {
		order: -1;
	}
}
/*------------------------------------*\
    HERO QUOTE
\*------------------------------------*/

.heroquote {
	/*background-color: #fff;*/
	border-radius: 20px;
	margin: 20px auto 0;
/*	background: url(img/bg_paper.jpg) center center no-repeat;
	background-size: contain;*/
}
.heroquote-inner {
	max-width: 550px;
	margin: 0 auto;
	padding: 20px;
}
.heroquote-text {
/*	font: 20px/26px 'Lora', serif;
	font-weight: 200;*/
	margin-bottom: 15px;
	text-align: center;
}
.heroquote-author {
/*	font-size: 14px;*/
	font-weight: bold;
	text-align: center;
	color: #111;
}
.heroquote-src {
/*	font-size: 14px;*/
	text-align: center;
	color: #111;
}
/*------------------------------------*\
    SECTION ABOUT
\*------------------------------------*/

#section-about {
	margin-bottom: 150px;
}
#section-about .line-1 {
	font-size: 37px;
	line-height: 37px;
}
#section-about .line-2 {
	font-size: 65px;
	line-height: 65px;
	margin-left: 40px;
}

#section-about .container {
	display: flex;
	align-items: center;
	align-content: center;
}


#section-about .section-copy {
	max-width: 600px;
}


#section-about .section-left {
	position: relative;
	height: 50vh;
	width: 50%;
}
#section-about .flower-1 {
	position: absolute;
	z-index: 3;
}
#section-about .flower-1 img{
	max-width: 400px;
}
#section-about img {
	max-width: 30vmax;
}
.flower-1 {
	position: absolute;
	top: -50px;
	pointer-events: none;
	left: -180px;
}
#section-about .photo-sh{
	position: absolute;
	top: 0;
	transform: rotate(10deg);
	left: 15vw;
	pointer-events: none;
}
#section-about .photo-lp{
	position: absolute;
	top: 40%;
	transform: rotate(-10deg);
	pointer-events: none;
}
#section-about .photo-both{
	position: absolute;
	top: 20%;
	left: 10vw;
	transform: rotate(-5deg);
	pointer-events: none;
}
.about-profile-pic {
	text-align: center;
}
/*.container-about {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.container-about .page-title {
	text-align: left !important;
}
.container-about .page-title h1 {
	margin-bottom: 15px !important;
}

.container-about .page-title .page-description p {
	margin: 0;
}*/
/*@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
}*/
@media only screen and (max-width:1024px) {
	#section-about {
		margin-bottom: 20px;
	}
	
	#section-about .line-1 {
		font-size: 26px;
		line-height: 26px;
	}
	#section-about .line-2 {
		font-size: 40px;
		line-height: 40px;
		margin-left: 20px;
	}
	#section-about .section-copy {
		max-width: inherit !important;
		width: 60%;
		padding: 20px;
	}
	#section-about .flower-1 img{
		max-width: 240px;
	}
	.flower-1 {
		position: absolute;
		top: -90px;
		pointer-events: none;
		left: -100px;
	}
	
	#section-about .photo-sh{
		left: 3vw;
	}
	#section-about .photo-lp{
		top: 25%;
		left: -15vw;
	}
	#section-about .photo-both{
		top: 15%;
		left: 5vw;
	}
	
	
}
@media only screen and (max-width:536px) {
	#section-about {
		margin-bottom: 20px;
	}
	#section-about img {
		max-width: 45vmax !important;
	}
	.flower-1 {
		top: -80px;
		left: -120px;
	}
	#section-about .flower-1 img{
		max-width: 230px  !important;
	}
	#section-about .section-left {
		width: 100%;
		height: 70vh;
		margin-top: 0;
	}
	#section-about .photo-sh{
		position: absolute;
		top: 20px;
		transform: rotate(10deg);
		left: 15vw;
		pointer-events: none;
	}
	#section-about .photo-lp{
		position: absolute;
		top: 30%;
		transform: rotate(-10deg);
		pointer-events: none;
	}
	#section-about .section-copy {
		width: 100%;
	}
	#section-about .container {
		display: inherit;
	}
	#section-about .section-cta {
		text-align: center;
	}
	
	#section-about .container {
		display: inherit;
	}
	#section-about .section-cta {
		text-align: center;
	}
	#section-about .line-1 {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
	#section-about .line-2 {
		font-size: 10vw;
		line-height: 12vw;
		margin-left: 0px;
		text-align: center;
	}
	
	
}
/*------------------------------------*\
    SECTION BOOK
\*------------------------------------*/


#section-book {
	margin-top: -150px;
	position: relative;
	z-index: 1000;
}
.section-cta ul {
	display: inline-block;
}
.section-cta ul li {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
@media only screen and (max-width:536px) {
	
}

/*------------------------------------*\
    SECTION QUOTES
\*------------------------------------*/



#section-quote {
	text-align: center;
}

.quote {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.quote-text {
	font: 40px/45px 'Lora', serif;
	font-weight: 200;
	margin-bottom: 20px;
	position: relative;
	padding: 60px 40px;
	z-index: 10;
}
.quote-text-inner:before, .quote-text-inner:after {
	font-family: 'Lora', serif;
	font-weight: 200;
	margin-bottom: 20px;
	position: absolute;
	width: 60px;
	height: 44px;
	
}
.quote-text-inner:before {
	content: "";
	background: url('img/quote_before.svg');
	background-size: cover !important;
	top: -30px;
	left: -30px;
	
}
.quote-text-inner:after {
	content: "";
	background: url('img/quote_after.svg');
	background-size: cover !important;
	right: -30px;
	bottom: -30px;
}
.quote-author {
	font: 26px/26px 'Lora', serif;
	margin-bottom: 10px;
	position: relative;
	
}
.quote-from {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	color: #ada8a2;
}
.quote-border {
	border: 1px solid #333;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.quote-border-overlay {
	position: absolute;
	width: 110%;
	height: 80%;
	top: 10%;
	left: -5%;
	background-image: url(img/bg_pattern.jpg);
	z-index: 1;
}
.quote-text-inner {
	position: relative;
	z-index: 5;
	width: 160%;
	left: -30%;
	word-break: keep-all;
}

/* Quote Small */
.quote-sm {
	max-width: 400px;
	margin: 0 auto;
}
.quote-sm .quote-text {
	font: 26px/36px 'Lora', serif;
	font-weight: 200;
	position: relative;
	padding: 20px;
	z-index: 10;
}
.quote-sm .quote-border {
	width: 60%;
	margin-left: 20%;
}
.quote-sm .quote-text-inner:before, .quote-sm .quote-text-inner:after {
	font-family: 'Lora', serif;
	font-weight: 200;
	margin-bottom: 0;
	position: absolute;
	width: 26px;
	height: 22px;
	
}
.quote-sm .quote-text-inner {
	position: relative;
	z-index: 5;
	width: inherit;
	left: 0;
	word-break: keep-all;
}
.quote-sm .quote-text-inner:before {
	top: -20px;
	left: -30px;
	
}
.quote-sm .quote-text-inner:after {
	right: -30px;
	bottom: -20px;
}
@media only screen and (max-width:1024px) {
	.quote {
		margin: 10px auto;
		max-width: 50% !important;
	}
	.quote-text {
		font: 33px/40px 'Lora', serif;
		box-sizing: border-box;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.quote-text-inner:before, .quote-text-inner:after {
		width: 30px;
		height: 22px;
		
	}
	
}


@media only screen and (max-width:536px) {
	.quote {
		margin: 10px auto;
		max-width: 70% !important;
	}
	.quote-text {
		font: 8vw/8vw 'Lora', serif;
		box-sizing: border-box;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.quote-text-inner:before, .quote-text-inner:after {
		width: 30px;
		height: 22px;
		
	}
	.quote-mobile {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
}


/*------------------------------------*\
    SECTION QUOTES WRAPPER
\*------------------------------------*/


.quotes-wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	max-width: 1270px;
}
.quotes-wrapper .quote-item, .quote-mobile {
	opacity: 0;
	transform: translateY(150px);
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.quote-item.active, .quote-mobile.active {
	opacity: 1;
	transform: translateY(0);	
}

#quote-1 .quote {
	margin: 0 150px 0 auto;
}

#quote-2 .quote {
	margin: 0;
}

#quote-3 .quote {
	margin: -110px 160px 0 auto;
}

@media only screen and (max-width:1024px) {
	#quote-1 .quote {
		margin: 0 50px 40px auto;
	}
	#quote-3 .quote {
		margin: 0 10px 0 auto;
	}
}

/*------------------------------------*\
    SECTION GIVEAWAY
\*------------------------------------*/

.home #section-giveaway {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 200px;
	margin-bottom: 100px;
}
#section-giveaway .center-vertically {
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto;
}
.giveaway-img img {
	margin-right: -5%;
}
.giveaway-img img {
/*	display: none;*/
}

#section-giveaway h2 {
	font-size: 70px;
	line-height: 70px;
}
#section-giveaway .newsletter-form .input {
	border: 1px solid #d6d0ce;
}

#section-giveaway .newsletter-form div.wpcf7-response-output {
	margin-bottom: 10px;
	font-size: 14px;
}
.giveaway-img {
	order: 1;
}
@media only screen and (max-width:1024px) {
	.home #section-giveaway {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#section-giveaway h2 {
		font-size: 40px;
		line-height: 40px;
		text-align: left;
		margin-bottom: 10px;
	}
	#section-giveaway form input{
		width: 100% !important;
		margin-bottom: 10px;
	}
	#contact-form {
		margin: 20px 0;
	}
	.form-row.col2 {
		display: inherit !important;
	}
	.form-row.col2 .input-wrapper {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.giveaway-img img {
		margin-right: 0;
		max-width: 110%;
	}
	#section-giveaway .text-grey {
		margin-bottom: 10px !important;
	}
}
@media only screen and (max-width:800px) {
	#section-giveaway .newsletter-form .btn {
		letter-spacing: 1px;
	}
}



@media only screen and (max-width:536px) {
	.home #section-giveaway {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#section-giveaway {
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}
	#section-giveaway .center-vertically {
		display: flex;
		min-height: inherit;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#section-giveaway h2 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
	}
	.giveaway-img {
		order: -1;
	}
	.giveaway-img img {
		margin-right: -5%;
		max-width: 100%;
	}
}

/*------------------------------------*\
    SECTION LOGOS
\*------------------------------------*/


#section-stores {
	margin-top: 60px;
}
#section-stores ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
#section-stores ul li {
	width: 33%;
	margin-bottom: 20px;
	padding: 20px;
}
#section-stores ul li  img {
	opacity: .7;
}
#section-stores h2{
	margin-bottom: 100px;
}

@media only screen and (max-width:536px) {
	
}



/*------------------------------------*\
    SOCIAL
\*------------------------------------*/


#section-social h2 {
	margin-bottom: 100px;
}
#section-social ul li {
	display: inline-block;
	margin-right: 40px;
	margin-left: 40px;
}
#section-social ul li svg {
	max-width: 70px;
	max-height: 70px;
}
#section-social ul li a {
	transition: all .3s;
	opacity: 1;
}
#section-social ul li a:hover {
	opacity: .5;
}
@media only screen and (max-width:536px) {
	
}

/*------------------------------------*\
    SECTION  BLOG
\*------------------------------------*/


.post-image img {
	width: 100%;
}
.post-excerpt h3 {
	font-size: 22px;
	line-height: 28px;
}
.hr-line {
	height: 1px;
	width: 30px;
	background-color: #333;
	text-align: left;
}
.hr-line-full {
	height: 1px;
	width: 100%;
	background-color: #ddd;
	text-align: center;
}
.hr-line-half {
	height: 1px;
	max-width: 100px;
	background-color: #ddd;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (max-width:536px) {
	#section-blog .container .post{
		margin-bottom: 40px;
	}
}

/*------------------------------------*\
    FREEBIES
\*------------------------------------*/

#freebies-wrapper {
	margin-top: 60px;
}
.freebie {
	width: 33%;
	display: inline-block;
}

.freebie-image {
	width: 100%;
	height: 400px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.freebie-title {
	margin-top: 20px;
	text-align: center;
}
.freebie-title h3 {
	margin: 0 0 5px;
}

.freebie-title a {
	color: #979696;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.freebie-title .icon-download {
	width: 16px;
	display: inline-block;
	opacity: .3;
	transition: all .3s;
}
.freebie-title a:hover, .freebie-title a:hover .icon-download{
	color: #333;
	opacity: 1;
}

#freebie-phone .freebie-image {
	background-image: url(img/freebies/freebies_iphone.png);
}

#freebie-ipad .freebie-image {
	background-image: url(img/freebies/freebies_ipad.png);
}

#freebie-bookmark .freebie-image {
	background-image: url(img/freebies/bookmark.png);
}

@media only screen and (max-width:536px) {
	.freebie {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}
}


/*------------------------------------*\
    BLOG
\*------------------------------------*/
.post-text {
	font-size: 16px;
	line-height: 26px;
}
.post-row {
	margin-bottom: 120px;
}
.single .post-row {
	margin-bottom: 0;
}
.post-between {
	background-color: #fff;
	height: 60px;
	display: inline-block;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 60px;
	margin: 0 auto;
}
.link-blog {
	font: 20px/20px 'Lora', serif;
	font-weight: 400;
	margin: 0 auto;
}

.post-text a, .post-meta a {
	color: #c482b0;
	text-decoration: none;
}
.post-text a:hover, .post-meta a:hover {
	color: #c482b0;
	text-decoration: underline !important;
}
.post-title {
	margin-bottom: 60px;
	text-align: center;
}
.post-date {
	font-size: 24px;
	margin-bottom: 10px;
}
.post-title h1 {
	font-size: 60px;
	line-height: 60px;
	margin: 0;
}
.post-title a {
	color: #363642;
}
.post-subtitle {
	font: 28px/28px 'Lora', serif;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}
.post-featured-image {
	text-align: center;
}
.post-content .quote {
	margin-top: 40px;
	margin-bottom: 40px;
}
.line {
	width: 100%;
	height: 1px;
	background: url(img/line.png) center center repeat-x;
	display: block;
	clear: both;
}
.half-line {
	width: 20%;
	height: 1px;
	background: url(img/line.png) center center repeat-x;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.first-words {
  font-variant-caps: small-caps;
  font-size: 18px;
}

.quote-wrapper {
	width: 100%;
	text-align: center;
}
.post-text .quote {
	display: inline-block;
}
.post-footer {
	font-family: 'Lora', serif;
	clear: both;
	display: flex;
	justify-content: space-between;
	width: 100%;
	
}
.post-social .ssbp-wrap > div{
	display: flex;
	align-content: center;
	align-items: center;
}
.post-social .ssbp-wrap li {
	margin-top: 0 !important;
}
.post-social .ssba-share-text {
	font-size: 16px;
}
.post-social a.ssbp-btn {
	background-image: url(img/btn_bg.jpg);
	background-size: cover;
	background-position: center center;
	transition: all .3s;
}
.post-social a.ssbp-btn:hover {
	color: #fff !important;
	opacity: .5;
}

.post-navigation {
	display: flex;
	justify-content: space-between;
}

/* BOOK SOUP */

.post-content .booksoup-title {
	display: none;
}
.post-content .logo-booksoup {
	background: url(img/Logo-BookSoup.png);
	height: 150px;
	width: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


/* THE WING */
#post-531 .post-title {
	margin-bottom: 20px;
}

.post-content .thewing-title {
	display: none;
}
.post-content .logo-thewing {
	background: url(img/the_Wing_logo.png);
	height: 280px;
	width: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
}



.thewing-post .alignnone{
	margin: 0 !important;
}
.thewing-post .image-caption {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width:536px) {
	.post-content .logo-thewing {
		height: 70vw;
	}
}



/* QUOTE */


.post_quote {
	font: 18px/26px 'Lora', serif;
	font-weight: 200;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}
.quote-before, .quote-after {
	font-family: 'Lora', serif;
	font-weight: 200;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 44px;
	margin: 0;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat !important;
}
.quote-before{
	background: url('img/quote_before.svg');
	background-size: contain !important;
	top: -30px;
	left: -20px;
}
.quote-after{
	background: url('img/quote_after.svg');
	background-size: contain !important;
}

.post-columm {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.post-columm > div {
	width: 50%;
	padding: 20px;
}

.reviews-grid img {
	width: 33% !important;
	margin: 0;
	padding: 5px;
}

.post_quote-author {
	margin-top: 40px;
	text-align: center;
}
.post_quote-author .quote-author {
	margin-bottom: 0;
}


/* Category */

.category-title h1{
	margin-bottom: 60px;
	margin-top: 0;
	font-size: 36px;
	line-height: 36px;
/*	text-align: center;*/
}
h1 .text-sm {
	font: 14px 'lato', sans-serif !important;
	color: #706e6f;
	text-transform: uppercase;
}

.post-list article{
	display: flex;
	align-content: center;
	align-items: center;
	max-width: 800px;
	margin: 0 auto 40px;
/*	margin: 0 auto;*/
}
.view-article {
	display: block;
	margin-top: 10px;
}
.post-list article h2 {
/*	font-size: 26px;
	line-height: 30px;*/
}
.post-list .post-date {
	font-size: 16px;
}
.article-image img{
min-height: 100% !important;
max-width: inherit;
/*	margin-right: 40px;*/
}
.article-text {
	padding-left: 40px;
}
.post-intro {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.item-row {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}
.item-image {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}


.item-row .number {
	color: #d8d6d5;
	font: 140px/100px 'Lora', serif;
	font-weight: 400;
	display: inline-block;
/*	position: absolute;
	transform: translate(-110%, 0);*/
padding-right: 20px;
	padding-left: 20px;
	align-self:flex-start
}

.item-text-wrapper {
	display: flex;
	flex-grow: 1.4;
	flex-basis: 0;
}
.item-text h3 {
	margin: 0;
}
.item-row:nth-child(even) .item-text-wrapper{
	order: -1;
}
.post-footer {
	text-align: center;
}

.post-readmore {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 20px;
}
.post-readmore a {
	color: #979696;
	position: relative;
}
.post-readmore a:hover {
	color: #333;
}

.post-readmore a:after {
	content: "";
	height: 2px;
	width: 0;
	background-color: #333;
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); 
}
.post-readmore a:hover:after{
	width: 100% !important;
}

.post-cell {
	width: 50%;
	padding: 20px;
}
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}
.post-img-row {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.post-img-row > div {
	width: 50%;
	padding: 20px;
}
.post-img-row img {
	width: 100%;
}
.post-img-row .post-text {
	padding: 40px;
}


#post-img-row-1 {
	align-items: stretch;
	margin-top: 60px;
}
#post-img-row-1 .post-img{
	width: 60%;
	margin-right: -10%;
}

#post-img-row-2 .post-img{
	margin-top: -10%;
	margin-left: -5%;
	width: 55%;
}

#post-img-row-3 {
	align-items: stretch;
	margin-top: 60px;
}

#post-img-row-3 .text-lg {
	font-size: 36px;
	line-height: 55px;
	margin-left: 80px;
	margin-top: 100px;
}
#post-img-row-3 .post-img{
	margin-top: -15%;
}

.columns-wrapper {
	display: flex;
	margin: 0 auto;
	flex-direction: row;	
}
.columns-wrapper.flex-center {
	align-items: center;
	justify-content: center;
	
}
.columns-2 .column {
	width: 50%;
	text-align: center;
}
.columns-2 .col-left {
	padding-right: 20px;
}
.columns-2 .col-right {
	padding-left: 20px;
}
.mejs-time-current {
	background-color: #c482b0 !important;
}
.columns-2 .column img {
	margin: 0 0 40px;
	max-width: 100%;
	width: 100%;
}

.post-text .wp-video {
	margin: 10px auto;
	width: 100% !important;
}


.size-medium {
	max-width: 600px;
}

@media only screen and (min-width : 768px) and (max-width : 1024px){
	#post-img-row-2 .post-img{
		margin-top: -2%;
	}

}

@media only screen and (max-width:536px) {
	.post-content .line.mb-4 {
		margin-bottom: 10px !important;
	}
	.post-featured-image {
		order: -1;
		margin-bottom: 40px;
	}
	.post-date {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.post-title {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.post-title h1 {
		font-size: 36px;
		line-height: 40px;
		margin-top: 0;
	}
	
	.post-list article{
		display: block;
		max-width: 100%;
	}
	.article-image {
		width: 100%;
		margin: 0 0 20px;
	}
	.article-image  img {
		width: 100%;
	}
	.post-columm {
		display: block;
	}
	.post-columm > div {
		width: 100%;
		padding: 10px;
	}
	.post_quote {
		text-align: center;
	}
	.quote-before, .quote-after {
		margin: 10px auto;
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}
	.reviews-grid img {
		width: 100% !important;
		margin: 0 0 10px;
		padding: 0;
	}
	.item-row {
		display: block;
	}
	.item-image {
		margin-bottom: 20px;
	}
	.item-row .number {
		font-size: 60px;
		line-height: 60px;
		padding-left: 0;
	}
	
	
	.post-img-row {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.post-img-row > div {
		width: 100% !important;
		padding: 10px !important;
		margin: 10px 0 !important;
	}
	#post-img-row-3 .text-lg {
		margin-left: 0px;
		margin-top: 0px;
	}
	.article-text {
		padding-left: 0px;
	}
	
	
	.columns-wrapper {
		display: block;
	}
	
	.columns-2 .column {
		width: 100%;
		padding: 0px;
	}
	
}

/*------------------------------------*\
    POST FULL WIDTH
\*------------------------------------*/

#post-bronte_sisters .post-intro {
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;
}

.post-fullwidth .img-fullwidth img {
	max-width: 1200px !important;
	width: 100%;
	/*background: url(https://merricatmulwray.com/wp-content/uploads/2019/09/Flowers_2.jpg) left top, url(https://merricatmulwray.com/wp-content/uploads/2019/09/Flowers_1.jpg) left bottom;*/
}
.img-fullwidth {
	text-align: center;
}
.poem-wrapper {
/*	margin-top: 150px;
	margin-bottom: 100px;*/
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.poem {
	font-family: Herr Von Muellerhoff;
	font-size: 30px;
	line-height: 36px;
}
@media only screen and (max-width:536px) {
	.quote-sm {
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
	}
	.quote-alt {
		max-width: 100% !important;
	}
	
}
/*------------------------------------*\
    BONUS CONTENT
\*------------------------------------*/

#bonus-content-page .page-title {
	margin-bottom: 100px;
}

.dialog-subject h3 {
	font: 30px/36px 'Lora', serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
}
.dialog-item {
	background-color: #fff;
	padding: 80px;
	max-width: 600px;
	margin: 20px auto;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	position: relative;
}
.dialog-date {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 20px;
}

#section-bonus .input-lg {
	font: 16px 'Montserrat', sans-serif;
	padding: 15px;
}

@media only screen and (max-width:536px) {
	.dialog-item {
		padding: 20px;
	}
	.dialog-date {
		position: relative;
		padding: 0;
		margin-bottom: 10px;
		text-align: right;
	}
}
/*------------------------------------*\
    SECTION NEWSLETTER
\*------------------------------------*/

.home .section-newsletter {
/*	margin: 200px 0 100px;*/
}
.form-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	flex-direction: row;
	
}

.section-newsletter .container {
	max-width: 800px;
}
.double-border {
	padding: 60px 60px 40px;
	position: relative;
	border: 1px solid #333;
	max-width: 1200px;
	margin: 0 auto;
	border-image: url(img/border_h.png) 10 round;
}
.double-border:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid #333;
}

.section-newsletter h2 {
	font-size: 60px;
	line-height: 60px;
}
.section-newsletter .form-wrapper {
	margin: 40px auto;
	text-align: center;
	max-width: 600px;
}
.flower-2 {
	position: absolute;
	top: -50%;
	left:-25%;
	pointer-events: none;
	transform: scale(.7);
}


.signup-form .input-wrapper {
	margin: 0 !important;
}
.signup-form .input {
	border: 1px solid #d6d0ce;
}
.signup-form .btn {
	border: 1px solid #000;
}


.cp_id_3ec84 .cp-modal-body-overlay, .cp_id_3ec84, .cp_id_3ec84 .cp-modal-body, .cp_id_3ec84 .cp-modal-content{
	background-color: transparent !important;
	box-shadow: none !important;
}

.cp-modal h2.cp-title {
	font: 30px/36px 'Lora', serif !important;
	font-weight: 400 !important;
	margin: 0 0 20px;
	padding: 0 !important;
}
.cp-modal h2.cp-title.cp-responsive {
	padding: 0 !important;
}
.cp-modal .cp-title-container {
	padding: 0 !important;
	margin: 0 !important;
}
.cp-modal .cp-sec-title-container {
	margin: 0 !important;
	padding: 0;
	text-transform: uppercase;
	color: #7c7263 !important;
}
.cp-info-container {
	padding: 0 !important;
}
.cp-image-container {
	padding: 0 !important;
}
.cp-desc-container {
	margin-bottom: 10px!important;
}
.cp-description.cp_responsive {
	font: 16px/26px 'lato', sans-serif !important;
}
.snippet-newsletter {
	margin-top: 150px;
}
.snippet-newsletter .flower-2 {
	position: relative;
	top: 0;
	left:0;
	overflow: hidden;
	margin: -120px auto 20px;
	transform: scale(1);
	width: 200px;
}
@media only screen and (max-width:1024px) {
	.section-newsletter h2 {
		font: 36px/40px 'Lora', serif;
		font-weight: 400;
		margin: 0 0 20px;
	}
	.flower-2 {
		position: relative;
		top: 0;
		left:0;
		overflow: hidden;
		margin: -100px auto 20px;
		transform: scale(1);
		width: 200px;
	}
	.section-newsletter input {
		margin-bottom: 10px;
	}
	.double-border {
		padding: 20px;
		min-height: inherit;
	}
}
@media only screen and (max-width:536px) {
	.double-border {
		padding: 30px 30px 60px;
		min-height: inherit;
	}
	.home .section-newsletter {
		margin: 20px auto 0;
		width: 96%;
	}
	.section-newsletter .form-wrapper {
		margin: 10px auto 0;
	}
	.section-newsletter .container {
		padding: 0;
	}
	
	/*.flower-2 {
		position: relative;
		top: 0;
		left:-100px;
		pointer-events: none;
		overflow: hidden;
		margin-top: -100px;
		margin-bottom: 20px;
		transform: scale(1);
	}
	.flower-2 img {
		margin-left: -70%;
	}*/
	
	.flower-2 {
		width: 120px;
		margin: -70px auto 20px;
	}
	
	.cp-modal h2.cp-title {
		font: 30px/36px 'Lora', serif !important;
		font-weight: 400 !important;
		margin: 0 0 20px;
		padding: 0 !important;
		display: none;
	}
	
	
}


/*------------------------------------*\
    SECTION BLOG
\*------------------------------------*/



/*------------------------------------*\
    SECTION INSTAGRAM
\*------------------------------------*/

#section-instagram .section-right {
	width: 60%;
}
#section-instagram .section-left {
	width: 30%;
	margin-left: 10%;
}

#section-instagram .line-1 {
	font-size: 30px;
	line-height: 30px;
}
#section-instagram .line-2 {
	font-size: 2.5vw;
	line-height: 2.5vw;
	margin-left: 0px;
}
#section-instagram h2 {
	margin: 0 0 10px;
}
#section-instagram .text {
	max-width: 400px;
	margin-left: 0px;
}



#instafeed {
	margin-bottom: 100px;
	width: 100%;
	position: relative;
	height: 80vmax;
}

#section-instagram .icon-instagram svg{
	max-width: 60px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.instacard {
	width: 20vw;
	height: 20vw;
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: none !important;
	padding: 0 !important;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6), 10px 10px 18px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	position: absolute;
	
}




.instacard:nth-child(1) {
	width: 24vw;
	height: 24vw;
	top: 0;
	left: 0;
	transform: translateY(100px);
	
}
.instacard:nth-child(2) {
	width: 28vw;
	height: 28vw;
	top: 10vw;
	left: 15vw;
	transform: translateY(600px);
}
.instacard:nth-child(3) {
	width: 26vw;
	height: 26vw;
	top: 36vw;
	left: 2vw;
	transform: translateY(400px);
}
.instacard:nth-child(4) {
	width: 24vw;
	height: 24vw;
	top: 54vw;
	left: 20vw;
	transform: translateY(600px);
	
}

.insta-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
	  transition:         all 400ms cubic-bezier(0.77, 0, 0.175, 1); 
	  z-index: 1;
}
.instahover {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transform: translateY(20%);
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	  transition:         all 600ms cubic-bezier(0.77, 0, 0.175, 1); 
	  z-index: 2;
}
.instatext {
	width: 100% !important;
	word-wrap:break-word !important;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}
.instastats {
	color: #fff;
	width: 70%;
}
.instastats .icon svg{
	width: 26px;
	margin-bottom: -5px;
	margin-right: 5px;
}
.instastats .icon svg path{
	fill: #fff;
}
.instastats > div {
	width: 50%;
	display: inline-block;
}
.instalikes, .instacomments {
	text-align: center;
	display: none !important;
}
.instacard img {
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	  transition:         all 600ms cubic-bezier(0.77, 0, 0.175, 1); 
	  transform: scale(1);
	  min-width: 100%;
	  min-height: 100%;
	  max-width: 1 !important;
	  margin: 0 auto;
}

.instacard:hover {
/*	z-index: 1000;*/
}
.instacard:hover img {
	transform: scale(1.2);
}
.instacard:hover .insta-overlay{
	opacity: 1;
}

.instacard:hover .instahover{
	transform: translateY(0);
	opacity: 1;
}

#section-instagram .container {
	display: flex;
	align-items: center;
	align-content: center;
}



@media only screen and (max-width:1024px) {
	#section-instagram {
		padding-right: 20px;
		padding-left: 20px;
	}
	#section-instagram .container {
		padding-right: 0;
		padding-left: 0;
	}
	#section-instagram .section-copy {
	width: 50%;
	margin: 0;
	}
	#section-instagram .line-2 {
		font-size: 36px;
		line-height: 36px;
		margin-left: 0px;
	}
	#section-instagram .text {
		max-width: 100%;
		margin: 0 !important;
	}
	.instacard img {
		max-width: 100% !important;
	}
	#instafeed {
		height: 65vmax;
	}
	
}
@media only screen and (max-width:536px) {
	#section-instagram {
		padding: 0;
	}
	#section-instagram .section-copy {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	#section-instagram .section-right {
		width: 100%;
	}
	#section-instagram .section-left {
		width: 100%;
		margin-left: 0;
	}
	
	#section-instagram .line-1 {
		font-size: 22px;
		line-height: 22px;
	}
	#section-instagram .line-2 {
		font-size: 33px;
		line-height: 33px;
		margin-left: 0px;
	}
	
	#section-instagram .container {
		display: inherit;
		align-items: center;
		align-content: center;
	}
	#instafeed {
		display: inherit;
		margin-bottom: 0;
		text-align: center;
		width: 100% !important;
		height: inherit;
		min-height: inherit;
	}
	
	.instacard {
		width: 40vw !important;
		height: 40vw !important;
		position: relative;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
		box-shadow: none;
		display: inline-block;
		margin: 5px;
		border-radius: 0;
	}
	#section-instagram .text {
		max-width: 100%;
		margin-left: 0 !important;
	}
	#section-instagram .icon-instagram svg{
		max-width: 60px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
}



/*------------------------------------*\







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

.main-page {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*------------------------------------*\
    Page NOVEL
\*------------------------------------*/



.book-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.reviews-wrapper {
	margin-top: 40px;
}
.page-section h3 {
	margin-top: 0;
}
.review-text {
/*	font: 16px/24px 'Lora', serif;*/
}
.review-author {
	font-weight: bold;
	margin-top: 5px;
}
.main-page #section-giveaway {
	padding: 50px 0 0;
	margin: 0px 0 0;
/*	background-image: url(img/bg_grunge.jpg);*/
}

#sidebar-novel {
/*	max-width: 360px;*/
}
.book-img {
	text-align: center;
}
.book-img img {
	width: 100%;
	margin-bottom: 40px;
	margin-right: auto;
/*	box-shadow: 10px 2px 12px rgba(0,0,0,.3), 40px 30px 60px rgba(0,0,0,.5);*/
	margin-left: auto;
	filter: drop-shadow(10px 7px 10px rgba(0,0,0,.3)) drop-shadow(20px 30px 20px rgba(0,0,0,.2));
	
}
.page-title-wrapper {
	position: relative;
}

.goodreads-btn {
	position: absolute;
	top: 20px;
	right: 0;
}
.btn-goodreads span{
	margin: 0;
	line-height: 0;
}
.btn-goodreads svg path{
	transition: all .3s;
}
.btn-goodreads span{
	display: inline-block;
	transform: translateY(5px);
}
.btn-goodreads.btn-white:hover {
	background-color: #000 !important;
	color: #fff !important;
}
.btn-goodreads.btn-white:hover svg path {
	fill: #fff;
}
.purchase-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.purchase-links li {
	width: 30%;
	box-sizing: border-box;
	margin: 5px;
}
.purchase-links a.btn-img {
	height: 65px;
	width: 100%;
	display: block;
	background-color: rgba(235, 235, 235, 0.5);
	border: 1px solid #ddd;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s;
}
.purchase-links a.btn-img:hover {
	background-color: #333;
}
.btn-amazon {
	background-image: url(img/logos/logo_amazon.png);
}
.btn-kobo {
	background-image: url(img/logos/logo_kobo.png);
}
a.btn-img.btn-indiebound.btn-md {
	background-image: url(img/logos/logo_indie_bound.png);
	height: 70px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	   filter: grayscale(100%);
}
.btn-ibooks {
	background-image: url(img/logos/logo_ibooks2.png);
}
.btn-googleplay {
	background-image: url(img/logos/logo_google.png);
}
.btn-nook {
	background-image: url(img/logos/logo_nook.png);
}


.page-sidebar .order-links {
	text-align: left;
}
.page-sidebar .order-links .purchase-links {
	display: inherit;
	width: 100%;
}
.page-sidebar .order-links .purchase-links li{
	display: block;
	width: 100%;
}
@media only screen and (max-width:980px) {
	.goodreads-btn {
		position: relative;
		top: 0px;
		right: 0;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:536px) {
	#sidebar-novel {
		order: -1 !important;
		margin-bottom: 20px;
	}
	.purchase-links {
		display: inherit;
	}
	.purchase-links li {
		width: 100%;
	}
	.purchase-link {
		width: 100% !important;
	}
}


/*------------------------------------*\
    Page PRESS-KIT
\*------------------------------------*/

#page-presskit .page-intro{
	
	max-width: 600px;
	margin: 0 auto;
	
}
#sidebar-press_kit .book-img img {
	max-width: 250px;
}
.press-kit-downloads {
	margin: 40px 0 60px;
}
.press-kit-downloads ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.press-kit-downloads ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedcdc;
	text-align: center;
/*	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	text-align: center;*/
}
.press-kit-downloads ul li a:hover {
	color: #000;
}
.press-kit-downloads ul li .text-strong {
	margin-right: 5px;
	text-align: left;
	font: 20px/26px 'Lora', serif;
}
.download-text {
	padding-right: 10px;
	display: inline-block;
}
.btn-download {
	display: inline-block;
	margin-right: 0;
	margin-left: auto;
	display: none;
}
.press-kit-downloads .text-grey {
	color: #979696;
}
.press-kit-downloads .icon-download {
	width: 16px;
	display: inline-block;
	opacity: .3;
	transition: all .3s;
}
.press-kit-downloads ul li a:hover .icon-download{
	opacity: 1;
}
.qa-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.qa {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedcdc;
}
.caret{
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	transition: all .3s;
}
.qa.active .caret {
	transform: rotate(90deg);
}
.question {
	display: block;
	cursor: pointer;
	font: 20px/26px 'Lora', serif;
}
.active .question {
	color: #000;
}
.answer {
	display: none;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.presskit-img {
	width: calc(32%);
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}
.section-images .page-section-content{
	text-align: center;
}
.presskit-img h4 {
	margin: 20px 0 0;
	line-height: 20px;
}
.presskit-img .presskit-image{
	display: flex;
	justify-content: center;
}
.presskit-img .presskit-image img {
	object-fit: contain;
	max-height: 200px;
}
.presskit-img a .image-title {
	transition: color .3s;
}
.presskit-img a:hover .image-title{
	color: #000 !important;
}

@media only screen and (max-width:536px) {
	.presskit-img {
		width: 48%;
	}
	.presskit-img .presskit-image img {
		max-height: 150px;
	}
	.press-kit-downloads .text-grey {
		color: #979696;
	}
	.press-kit-downloads .file-type {
		display: BLock;
	}
}

/*------------------------------------*\
    Page ABOUT
\*------------------------------------*/

#page-about #author-mm {
	margin-left: 10%;
	margin-bottom: 100px;
	margin-top: 50px !important;
	float: left;
	max-width: 40%;
}
#page-about #author-mm.page-title h1 {
	margin-bottom: 10px;
}
#page-about #author-mm.page-title h1 .line-2 {
	margin-bottom: 10px;
	font-size: 50px;
}
#page-about .container-about {
	max-width: 1170px;
}
.about-author {
	max-width:45%;
	display: inline-block;
}

.about-author .author-image {
	position: relative;
	
}

.about-author .author-image {
	position: relative;
}

.about-author .author-bio {
	max-width: 80%;
	margin: 0 auto 20px;
}

.about-author a.btn-underline_alt {
	font-size: 12px;
	letter-spacing: 4px;
	text-align: left;
}

#author-sh {
	float: right;
}

#author-sh .author-image{
	transform: rotate(5deg);
}
#author-lp .author-image{
	transform: rotate(-5deg);
}


.about-author .flower {
	position: absolute;
	z-index: -1;
}
.about-author .flower img{
	max-width: 300px;
}

#author-sh .flower {
	top: -15%;
	right: -15%;
}

#author-lp .flower {
	top: -15%;
	left: -15%;
}

#page-about .page-title .line-1 {
	font-size: 30px;
	line-height: 30px;
}

#page-about .page-title .line-2 {
	font-size: 60px;
	line-height: 60px;
}
#page-about .page-title h1 {
	margin-top: 0;
	margin-bottom: 30px;
}


@media only screen and (max-width:768px) {
	#page-about #author-mm {
		margin-left: 0;
		margin-bottom: 50px;
		margin-top: 50px !important;
		float: none;
		max-width: 100%;
		text-align: center !important;
	}
	.about-author {
		max-width:100%;
		display: inline-block;
		padding: 0 !important;
	}
	.about-author .flower img{
		max-width: 150px;
	}
	.about-author .author-bio {
		max-width: 100%;
	}
	
}



/* About Animations */

/*body.active {
	position:fixed;
	    overflow:auto;
	width: 100vw;
}*/
#btn-close-grid {
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 4px;
	line-height: 11px;
	display: inline-block;
}
#btn-close-grid:hover {
	color: #fff;
}
#btn-close-grid svg{
	fill: #fff;
	width: 40px;
	margin: 0 auto;
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}
#btn-close-wrapper {
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 1000;
	text-align: center;
}


#authors-wrapper {
	text-align: center;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: rgba(32, 32, 32, 0.95);
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
	display: none;
	padding: 60px;
	right: 0;
	bottom: 0;
	overscroll-behavior: contain;
	
}
.author-wrapper {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
}
.author-wrapper.visible {
	visibility: visible;
}
.about-sidebar {
	width: 60%;
	margin-right: 100px;
}
.about-gallery {
	margin: 0 auto;
	width: auto;
	max-width: 936px;
	text-align: center !important;
/*	transform: translateY(600px);*/
	visibility: hidden;
}

.about-gallery .grid-item {
	position: relative;
/*	transform: translateY(300px);*/
	visibility: hidden;
	
	
}

.about-author {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.card-image {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.card-image img {
	max-width: 100%;
}
.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}
.card-text {
	position: relative;
/*	position: absolute;*/
	padding: 10px;
/*	margin-top: 10px;*/
	text-align: center;
/*	  background-image: url(img/bg_pattern.jpg);*/
	
}
.card-text .arrow {
	width: 50px;
	height: 10px;
	background-image: url(img/arrow_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(60deg);
	position: absolute;
/*	display: none;*/
}
.card-title h4{
	font: 18px/28px 'lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 5px;
	color: #fff;
}
.card-description {
	color: #7c7263;
	max-width: 350px;
	margin: 0 auto;
/*	font: 22px/20px 'La Belle Aurore', cursive !important;*/
}
.grid {
	display: grid !important;
	margin: 0 auto !important;
/*	width: 70%;*/
	/*grid-gap: 2%;*/
	grid-template-columns: repeat(52,18px) !important;
	/*	grid-template-row: repeat(22,3vw);*/
		grid-auto-rows: 18px !important;
	margin: 0 auto;
	padding: 0;
}



/* GRID S.H. */
#sh-wrapper {
	margin-bottom: 200px;
}

#card-annecy{	
	grid-row: 0 / span 24;
	grid-column: 15 / span 14;
}
#card-tess {
	grid-row: 10  / span 16;
	grid-column: 30 / span 19;
	z-index: 10;
}
#card-film_comment {
	grid-row: 10 / span 14;
	grid-column: 2 / span 10;
}

#card-french_75 {
	grid-row: 22 / span 18;
	grid-column: 10 / span 12;
}


#card-chair {
	grid-row: 38 / span 24;
	grid-column: 2 / span 14;
	z-index: 10;
	
}
#card-almond {
	grid-row: 28 / span 12;
	grid-column: 20 / span 5;
	z-index: 10;
}
#card-shangai_gesture {
	grid-row: 26 / span 16;
	grid-column: 30 / span 14;
}
#card-shangai_gesture .card-text {
	margin-right: -45%;
}

#card-before_fact {
	grid-row: 41 / span 24;
	grid-column: 18 / span 13;
	display: block;
}
#card-gin {
	grid-row: 53 / span 14;
	grid-column: 15 / span 5;
	z-index: 1;
}
#card-perfume {
	grid-row: 41 / span 12;
	grid-column: 32 / span 11;
}
#card-eclipsa {
	grid-row: 68 / span 18;
	grid-column: 4 / span 12;
}
#card-dj_shadow {
	grid-row: 72 / span 14;
	grid-column: 17 / span 14;
}
#card-leopold1 {
	grid-row: 48 / span 20;
	grid-column: 41 / span 14;
}
#card-leopold1 .card-text {
	float: right;
	text-align: left;
	margin-right: -45%;
}

#card-leopold2 {
	grid-row: 56 / span 12;
	grid-column: 32 / span 10;
}

/* Arrows */
#card-annecy{	
	display: flex;
	flex-direction: column;
}
#card-annecy .card-text {
	order: -1;
}
#card-annecy .arrow {
	transform: rotate(140deg) scaleX(-.7) translate(0, 0);
}

#card-tess {
	display: flex;
	justify-content: center;
	align-content: center;
	align-content: center;
	align-items: center;
}
#card-tess .card-text {
	text-align: left;
}
#card-tess .arrow {
	transform: rotate(-45deg);
	bottom: -20%;
}





#card-film_comment{	
	display: flex;
	flex-direction: column;
}
#card-film_comment .card-text {
	order: -1;
}
#card-film_comment .arrow {
	transform: rotate(130deg) scaleX(-1) translate(-70%, -10%);
	top: 0;
	left: 0;
}


#card-chair .card-text {
	float: left;
	width: 70%;
	text-align: left;
}
#card-chair .arrow {
	transform: rotate(130deg) translate(-70%, -10%);
	top: 0;
	left: 0;
}

#card-before_fact .arrow {
	transform: rotate(-110deg) translate(0, 0)  scaleX(-1);
	top: 10%;
	right: -10%;
}


#card-french_75 {
	z-index: 10;
	position: relative;
}
/*#card-french_75 .card-text {
	position: absolute;
	text-align: left;
	top: 50%;
	left: -100%;
}*/
#card-french_75 .card-text {
	transform:translate(-70%, -200%);
}

#card-leopold1 .arrow{
	transform: rotate(-45deg) translate(-30%, 80%)  scaleX(1);
	bottom: 0;
	left: 0;
}

#card-dj_shadow .arrow{
	transform: rotate(-90deg) translate(-30%, 80%)  scaleX(-1);
	top: 0;
	right: 0;
}

#card-eclipsa .arrow{
	transform: rotate(60deg) translate(0,0);
	top: 0;
	left: 0;
}

#card-french_75 .arrow {
	transform: rotate(20deg) scaleX(-1);
	bottom: 0;
	right: 30%;
}

#card-leopold1 .card-text {
	float: left;
	width: 70%;
	text-align: left;
	margin-left: 30px;
}



/* GRID L.P. */


#card-budapest{	
	grid-row: 2 / span 8;
	grid-column: 8 / span 14;
}
#card-gods_little_acre{	
	grid-row: 14 / span 12;
	grid-column: 20 / span 8;
}
#card-new_yorker{	
	grid-row: 8 / span 16;
	grid-column: 29 / span 18;
}
#card-four_roses{	
	grid-row: 50 / span 24;
	grid-column: 8 / span 6;
}
#card-tom_ford{	
	grid-row: 40 / span 22;
	grid-column: 18 / span 10;
}
#card-working_girl{	
	grid-row: 25 / span 22;
	grid-column: 28 / span 12;
}
#card-monoi{	
	grid-row: 20 / span 16;
	grid-column: 39 / span 5;
	z-index: 100;
}

#card-death_becomes_her{	
	grid-row: 24 / span 24;
	grid-column: 4 / span 12;
}
#card-milan_kundera{	
	grid-row: 46 / span 14;
	grid-column: 30 / span 20;
}
#card-anna_karenina{	
	grid-row: 62 / span 14;
	grid-column: 17 / span 10;
}
#card-cocktail{	
	grid-row: 66 / span 20;
	grid-column: 27 / span 12;
	z-index: 10;
}
#card-gap_band{	
	grid-row: 69 / span 14;
	grid-column: 38 / span 14;
}
#card-krug{	
	grid-row: 36 / span 36;
	grid-column: 40 / span 9;
}


#card-budapest{	
	display: flex;
	flex-direction: column;
}
#card-budapest .card-text {
	order: -1;
	padding-bottom: 20px;
}
#card-budapest .arrow {
	transform: rotate(140deg) scaleX(-1);
	bottom: 20px;
	left: 0;
}


#card-gods_little_acre .arrow{
	top: 0;
	left: -20%;
}

#card-new_yorker{	
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: flex-start;
}

#card-new_yorker .card-text {
	margin-right: -100px;
	width: 60%;
	height: auto !important;
}
#card-new_yorker .arrow {
	transform: rotate(-60deg);
	bottom: -10px;
	left: 0;
}
#card-working_girl {
	display: flex;
	justify-content: center;
	align-content: center;
	align-content: center;
	align-items: center;
}
#card-working_girl .card-text {
	order: -1;
	margin-left: -80%;
	margin-top: -20px;
}
#card-working_girl .arrow{	
	transform: rotate(20deg) scaleX(-1);
	bottom: -10px;
	right: 0;
}
#card-death_becomes_her .card-text {
	padding-top: 30px;
}
#card-death_becomes_her .arrow{	
	transform: rotate(90deg);
	top: 20px;
	left: -20px;
}
#card-tom_ford .arrow{	
	transform: rotate(90deg);
	top: 20px;
	left: -30px;
}
#card-anna_karenina .card-text{
	margin-right: -30px;
	margin-left: -30px;
	padding-right: 0;
	padding-left: 0;
}
#card-anna_karenina .arrow {
	transform: rotate(110deg);
	margin-left: -10px;
	margin-top: -20px;
}
#card-milan_kundera {
	display: flex;
	justify-content: center;
	align-content: center;
	align-content: center;
	align-items: center;
}
#card-milan_kundera .card-text{
	margin-right: -30px;
	padding-right: 0;
	padding-left: 0;
}
#card-milan_kundera .arrow{	
	transform: rotate(-40deg);
	left: 0px;
	bottom: -15px;
}

#card-cocktail{	
	display: flex;
	flex-direction: column;
}
#card-cocktail .card-text {
	order: -1;
	padding-bottom: 40px;
}
#card-cocktail .arrow {
	transform: rotate(60deg) scaleX(-1);
	bottom: 15px;
	left: 0;
}
#card-gap_band .card-text {
	padding-top: 20px;
}
#card-gap_band .arrow{	
	transform: rotate(-90deg) scaleX(-1);
	top: 20px;
	right: -30px;
}


@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.grid {
		transform: scale(.7) !important;
		width: 100% !important;
		margin-left: -50px !important;
		margin-top: -20% !important;
		margin-bottom: -20% !important;
	}
	
	
}


@media only screen and (max-width:767px) {
	#page-about .page-title {
		margin: 60px auto 0;
	}
	
	.grid {
		display: block !important;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.grid-item {
		display: block !important;
		width: 100%;
		padding: 20px;
	}
	.grid-item .arrow {
		display: none;
	}
	.grid-item img {
		max-width: 100%;
		max-height: 80vh;
	}
	.grid-item .card-text {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		text-align: center !important;
		transform: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.author-wrapper {
		display: block;
		
	}
	.about-sidebar {
		width: 100%;
		margin-right: 0;
	}
	
	
}

.author-avatar {
	width: 200px;
	height: 200px;
	margin: 0 auto 10px;
}
.author-intro {
	color: #fff;
	max-width: 600px;
	margin: 100px auto;
	font: 26px/40px 'Lora', serif;
}


@media only screen and (max-width : 1024px) {
	
	.about-author {
		width: 60%;
		margin: 0 auto;
	}
	
	
}

@media only screen and (max-width : 536px) {
	
	.about-author {
		width: 100%;
		margin-bottom: 60px;
	}
	.about-author .author-image {
		width: 80%;
		margin: 0 auto;
	}
	.author-intro {
		padding-right: 20px;
		padding-left: 20px;
	}
	#btn-close-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		text-align: center;
		z-index: 1000;
		text-align: center;
		width: 100%;
		background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#btn-close-grid {
		margin: 0 auto;
		color: #fff;
	}
	
}


/*------------------------------------*\
    Page CONTACT
\*------------------------------------*/



#contact-form {
	margin: 20px 0 100px;
}
#contact-form label{
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
}
span.required {
	color: #d7a3d7;
}


.form-row {
	margin-bottom: 10px;
}
.form-row.col2 {
	display: flex;
}
#contact-form .input {
	border: 1px solid #eee;
}
.form-row.col2 .input-wrapper{
	margin-right: 0px;
	margin-left: 10px;
	flex-grow: 1;
}
.form-row.col2 .input-wrapper:first-child {
	margin-right: 10px;
	margin-left: 0px;
}
.form-row.col2 .input-wrapper input, .form-row textarea {
	width: 100% !important;
}

#contact-form .your-subject input{
	width: 100%;
}

/* Validate Message */

span.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #363642;
	display: none;
}
input.wpcf7-not-valid {
	border-color: #ff0000 !important;
}

div.wpcf7-response-output {
	border: none !important;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	
}
.wpcf7-response-output.wpcf7-validation-errors {
	color: #363642 ;
	margin: 0 0 10px;
	display: none !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #d7a3d7 ;
}

@media only screen and (max-width:536px) {
	#contact-form {
		margin: 20px 0;
	}
	.form-row.col2 {
		display: inherit;
	}
	.form-row.col2 .input-wrapper {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/*------------------------------------*\
    Page CONTACT
\*------------------------------------*/


.modal-round {
	border-radius: 50%;
/*	width: 40vw;
	height: 40vw;*/
	width: 480px;
	height: 480px;
	overflow: visible;
}
.modal-round.fancybox-content {
/*	padding: 60px 65px 50px;*/
}
.modal-dark {
	background-color: #000;
	color: #fff;
}
.modal-image {
	width: 60%;
	margin: 0 auto;
	margin-top: -60px;
}

.modal-text {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.modal-title {
	font: 36px/36px 'Lora', serif;
	margin-bottom: 5px;
}
.modal-description {
	font-size: 14px;
	line-height: 20px;
}
.modal-form {
	width: 70%;
	margin: 10px auto;
}
.modal-form input {
	width: 100%;
	text-align: center;
}
.input-wrapper {
	text-align: center;
	position: relative;
}
.ajax-loader {
	position: absolute !important;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,110%);
	height: 0;
}
.modal-form .input-md {
	background-color: #000;
	border: 1px solid #555;
	color: #fff;
	font-weight: 500;
}
.modal-form .btn {
	width: inherit;
	margin: 10px auto 0;
	background-color: #fff;
	color: #333 !important;
}

.modal-close {
	text-align: center;
	margin-top: 20px;
}
.modal-close svg path {
	fill: #fff;
}
.fancybox-button.fancybox-close-small {
	display: none;
}

.the-animated-modal {
	transform: translateY(100px);
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	display: none;
}

    /* Final state */
.fancybox-slide--current .the-animated-modal
    {
        transform: translateY(0);
        opacity: 1;
    }


.modal-round .wpcf7-response-output {
    display: none !important;
}
.modal-round .wpcf7-not-valid-tip {
	display: none !important;
}
.modal-round .signup-form .wpcf7-not-valid  {
	border-color: #ff0000 !important;
}


.modal-success {
	display: none;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}
.modal-success-inner {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.modal-success-inner .modal-title {
	margin-bottom: 10px;
}
.modal-success-inner .modal-description {
	display: block;
	width: 100%;
}

@media only screen and (max-width:536px) {
	.modal-round {
		border-radius: 0;
	/*	width: 40vw;
		height: 40vw;*/
		width: 100%;
		height: 100%;
		
	}
	.modal-image {
		width: 80%;
		margin-top: 0px;
	}
	.modal-dark {
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
	.modal-text {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.modal-form {
		width: 100%;
	}
	.modal-form .btn {
		margin-top: 10px;
	}
	.modal-close {
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		padding: 20px;
		margin-top: 0;
	}
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#main-footer {
	padding: 60px 0;
	background-color: #fff;
	margin-top: 100px;
}
#footer-wrapper {
/*	display: flex;
	justify-content: center;
	align-items: center;*/
}
.footer-logo {
	margin: 0 auto 20px;
	text-align: center;
}
.footer-logo .logo svg path{
	fill: #CCCCCC;
}
.footer-logo svg {
	height: 83px;
	width: 75px;
	opacity: .3;
}
#footer-menu {
text-align: center;
}
#footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-menu ul li {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}
#footer-menu ul li a{
	font: 12px 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	transition: all .3s;
	letter-spacing: 1px;
}
#footer-menu ul li a:hover {
	opacity: .5;
}
#main-footer .copyright {
	font-size: 12px;
}

.footer-social {
	text-align: center;
	margin-top: 10px;
}
.footer-social li a svg path{
	fill: #888;
}
.footer-social li a:hover{
	opacity: 1 !important;
}
.footer-social li a:hover svg path{
	fill: #333 !important;
}



@media only screen and (max-width:1024px) {
	#main-footer {
		margin-top: 40px;
	}
	#footer-wrapper {
		display: inherit;
		border-top: 1px solid #f7f7f7;
		padding-top: 20px;
	}
	.footer-logo{
		width: 100%;
		text-align: center;
	}
	#footer-menu {
	/*	flex-grow: 1;*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	#footer-menu ul li {
		margin: 0 5px;
		display: inline-block;
	}
	.footer-social {
		text-align: center;
		margin-top: 0;
	}
}




@media only screen and (max-width:536px) {
	
	h1 {
		font: 30px/30px 'Lora', serif;
	}
	h2 {
		font: 28px/28px 'Lora', serif;
		font-weight: 400;
		margin: 0 0 20px !important;
	}
	h3 {
		font: 28px/28px 'Lora', serif;
		font-weight: 400;
	}
	.container {
		padding: 0 20px;
	}
	
	.home-section, .home-section .center-vertically {
		min-height: inherit;
	}
	
	#section-hero .section-copy {
		padding-top: 200px;
		margin-top: 0;
	}
	
	/*.container.section-inner {
		display: inherit;
	}*/
	.center-vertically {
		display: inherit;
		align-items: inherit;
		justify-content: inherit;
		
	}
	
	#section-stores ul {
		display: inline-block;
	}
	#section-stores ul li {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#section-social ul li {
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
	}
	#section-social ul li svg {
		max-width: 30px;
		max-height: 30px;
	}
	#about-gallery ul {
		column-count: inherit;
	}
	

	
}



/*

.grid-item:nth-child(1) {
	grid-row: 2 / span 3;
	grid-column: 1 / span 2;
	display: block;
}
.grid-item:nth-child(2) {
	grid-row: 1 / span 3;
	grid-column: 3 / span 1;
	display: block;
}
.grid-item:nth-child(3) {
	grid-row: 2 / span 3;
	grid-column: 4 / span 3;
	display: flex;
	justify-content: center;
	text-align: left;
}
.grid-item:nth-child(4) {
	grid-row: 4 / span 2;
	grid-column: 2 / span 3;
	display: block;
}
.grid-item:nth-child(5) {
	grid-row: 4 / span 3;
	grid-column: 5 / span 2;
	display: block;
}
.grid-item:nth-child(6) {
	grid-row: 5 / span 3;
	grid-column: 1 / span 3;
	display: block;
}
.grid-item:nth-child(7) {
	grid-row: 6 / span 3;
	grid-column: 4 / span 3;
	display: block;
	display: flex;
	justify-content: center;
	text-align: left;
}
.grid-item:nth-child(8) {
	grid-row: 7 / span 3;
	grid-column: 4 / span 3;
	display: block;
}
.grid-item:nth-child(9) {
	grid-row: 8 / span 3;
	grid-column: 2 / span 3;
	display: block;
}
.grid-item:nth-child(10) {
	grid-row: 9 / span 3;
	grid-column: 2 / span 1;
	display: block;
}
.grid-item:nth-child(11) {
	grid-row: 10 / span 2;
	grid-column: 4 / span 3;
	display: block;
}
.grid-item:nth-child(12) {
	grid-row: 11 / span 2;
	grid-column: 2 / span 3;
	display: block;
}
.grid-item:nth-child(13) {
	grid-row: 11 / span 2;
	grid-column: 6 / span 2;
	display: block;
}
.grid-item:nth-child(14) {
	grid-row: 13 / span 2;
	grid-column:3 / span 4;
	display: block;
	display: flex;
	justify-content: center;
}
*/
