/*
Theme Name: Janie Molster Designs
Theme URI: http://underscores.me/
Author: Janie Molster
Author URI: http://janiemolsterdesigns.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: janie-molster-designs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Janie Molster Designs is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Imports
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Heading
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Imports
--------------------------------------------------------------*/

@import url("bootstrap-3.3.6-dist/css/bootstrap.css");

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,700');		

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

@import url("css/HomePage.css");
@import url("css/TeamPage.css");
@import url("css/WorkPage.css");
@import url("css/ContactPage.css");
@import url("css/PressPage.css");
@import url("css/RoomsPage.css");
@import url("css/JanieBioPage.css");
@import url("css/BlogPage.css");
@import url("css/ArchiveProject.css");
@import url("css/ArchiveRooms.css");
@import url("css/ArchivePress.css");
@import url("css/MobileMenu.css");
@import url("css/PressExamples.css");
@import url("css/Header.css");
@import url("css/Footer.css");

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 320px){
	#pl-9,
	#pl-11,
	#pl-17,
	#pl-120,
	#carousel,
	.entry-content iframe,
	.wrapper_press,
	.wrapper_projects,
	.wrapper_rooms,
	.background_color_single{
		margin-top: 2%;
	}

	.blog_header_image{
		margin-top: 0px;
	}

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

	#pl-11 {
		margin-top: 0;
	}


}


@media screen and (max-width: 414px){
	#pl-9,
	#pl-11,
	#pl-17,
	#pl-120,
	#carousel,
	/*.entry-content iframe,*/
	.wrapper_press,
	.wrapper_projects,
	.wrapper_rooms,
	.background_color_single{
		margin-top: 2%;
		
	}
	.blog_header_image{
		margin-top: 2%;
	}

}

@media screen and (max-width: 414px){ /*Tested for Live */
	.entry-content iframe{
		margin-top: -28vh;
		margin-bottom: -30vh;
	}
	
}


@media screen and (min-width: 1080px) {
	#pg-11-0> .panel-row-style {
		max-width: 90% !important;
	}
	
	
}


@media screen and (max-width: 1300px) and (min-width: 811px){
.view_project_text {
    margin-right: 50px !important;
}
}/* adjusting view by project banner*/

@media screen and (max-width: 810px){
	#pgc-11-0-1{
		margin-top: 20px;
		
	}
	
}

@media screen and (max-width: 600px){
	.janie-info {
		display: block;
		width: 100%;
	}
	
	.janie-pic {
		width: 100%;
		max-width: 600px;
		height: auto;
		padding: 20px;
	}
	
	.description {
		width: 100%;
		padding: 20px;
		text-align: justify;
	}
}
/*Footer Media Quereies*/
@media screen and (max-width: 881px) {
	.site-info .jm-footer-title {
    margin: 0 0 30px 0;
	margin-right: 0!important;
	}
	.site-info {
    text-align: center;
    padding-top: 25px;
    line-height: 0px;
    color: white;
    background-color: #3e4f5c;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 300;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
	color: #535046 !important;
}

html, body {
	max-width: 100%;
	/*overflow-x: hidden;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none !important;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: normal;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	display: block;
	margin: auto;
	margin-bottom: 35px;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*.flex-direction-nav a {
	background: url(imgs/custom_slider_arrows.png) !important;
	width: 37px !important;
	height: 55px !important;
	}*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	clear: both;
	line-height: 1.3em;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

h1 {font-size: 2.4em;}
h2 {font-size: 2.2em;}
h3 {font-size: 2em;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.6em;}
h6 {font-size: 1.4em;}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	color: rgb(77, 110, 141);
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover{
	color: #3e4f5c;
}
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover{
	color: #3e4f5c;
}
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


@media only screen and (min-width: 811px) {
	body .metaslider .flexslider .slides img
	{
    margin-top: -140px !important;
	object-fit: cover;
	height: 108vh;
	}

	#home #site-navigation {
		opacity: 0.8;
		margin-top: 35px;
	}

	
	.site-content .banner_link {
		font-size: 40px;
	}
}



.site-content .home_image {
	height: 100vh;
	margin-top: 10px;
	background: center center no-repeat;
	background-position: 100% 0%;
    background-size: cover;
}


.site-content .banner_link {
	position:relative;
	text-align: center;
    background-color: rgba(196,190,184,0.6);
	padding: 20px;
	top: 100px;
	font-size: 6vmin;
	margin-top: 0;
	text-transform: uppercase;
	transition: all 800ms ease-out;
}

.view_project_text span, .view_room_text span {
	font-weight: 300;
	font-size: 28px;
}



.site-content .banner_link_inner {
	color: white;
	text-decoration: none;
	font-family: 'Cormorant Garamond', serif, sans-serif;
	display: inline-block;
	transition: all 0.5s linear;
	letter-spacing: 3px;
	font-weight: 300;
	word-spacing: 4px;
	font-size: 50px;
	transform: scale(0.9);
}

/* hover effects */
.site-content .banner_link:hover {
	background-color: rgba(245, 238, 231, 0.6);
}

.site-content .banner_link_inner:hover {
	transform: scale(0.9);
	color: #3e4f5c;
}

.site-content .small-text a p {
	font-family: 'Cormorant Garamond', serif, sans-serif;
	font-weight: 500;
	font-size: 25px;
	transition: transform 0.3s linear;
	
}

@media only screen and (max-width: 551px) {
	.site-content .small-text a p {
		text-decoration: underline;
		text-align: center;
	}
}

.site-content .small-text a p:hover {
	transform: translateY(1.5px);
}

/* hover effects end */

.main-navigation {
	position: relative;
	clear: both;
	display: block;
	float: right;
	width: 100%;
	background: #fefefa;
	height: 100px;
	padding-top: 0px !important;
}

.main-navigation img {
	border: 1px solid #3e4f5c;
	float: left;
	width: 234px;
	height: auto;
	margin: 10px 0px 0px 90px;
	padding: 10px 10px 10px 10px;
	mix-blend-mode: multiply;		/* Temporary fix for transparency, does not work on IE.  */
}

.menu-menu-1-container{
	float: right;
	padding-top: 0px;
	/*padding-right: 100px;*/
	padding-right: 80px;
}

.current-menu-item a{
	font-weight: bolder;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	text-align: right;
	position: relative;
	padding-top: 10px;
	padding-left: 3vw; /*previously set to 33px*/
}






.main-navigation ul li a:hover {
	color: #3e4f5c !important;
}

.site-header .main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #080706;
	transition: color 0.2s;
	font-weight: 300;
}

.site-header .main-navigation a:hover {
	color:  #3e4f5c !important;
}

.main-navigation ul a:hover {
	color: #3e4f5c !important;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}



.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.social-media-icons li { /*recently added*/
	padding-left: 1.5vw;
	
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1309px) {
	.menu-toggle{
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 1500px){
	#pg-27965-4> .panel-row-style {
		padding-top: 90px !important;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.site{
	background-color: #efefef;
}

.site-content{
	z-index: 0;
	position: relative;
}

.site-content .entry-footer{
	display: none;
}

.entry-header{
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
html body #cc_form_1 input.t {
	line-height: 1.37455555555 !important;
}

@media (max-width: 400px){
	input[type="submit"] {
		
	}
}
/*.gfxpx {float:right; position:relative; top:10px;}*/
.gfxpx a{color:#ddd !important;}


/* New Gallery Settings - AA 2-1-19 */


#carousel img {
	max-height:70vh;
	/* height:auto !important; */
	vertical-align: middle;
}

#carousel{
	height: 70vw;
	margin-top: 2%;
	max-height: 70vh;
}

.title-nav th:nth-child(1), .title-nav th:nth-child(5)  {
	width: 16%;
}
.title-nav th:nth-child(2), .title-nav th:nth-child(4) {
	width: 19%;
}
.title-nav th:nth-child(3) {
	width: 30%;
}




@media only screen and (orientation: portrait) and (max-width: 57vh){
	#next, #prev {
		top: -35.5vh !important;
	}
}

/********************Devices With a Smaller Ratio (IPhoneX)*********************/
@media only screen and (orientation: portrait) and (max-width: 50vh){
	#carousel{
		height: 142vw;
		margin-top: 2%;
		max-height: 165vh;
	}
	
}
/*****************************************************************************/


/*******Devices With a Medium Ratio (Most Samsung Galaxy and IPhones)********/

@media only screen and (orientation: portrait) and (min-width: 50.1vh) and (max-width: 65vh){
	#carousel{
		height: 120vw;
		margin-top: 2%;
		max-height: 160vh;
	}
	/*.sub_container {
		padding-left: 0px;
		padding-bottom: 3px;
	
	
	.blog_text_sub{
		margin-bottom: 70px;
	}}*/
	
}

/*****************************************************************************/

/**************Devices With a Larger Ratio (iPads Tablets etc)***************/

@media only screen and (orientation: portrait) and (min-width: 65.1vh){
	#carousel{
		margin-top: 2%;
		max-height: 105vh;
		height: auto;
		width: auto;
	}
	.blog_header_image{
		/* 		height: 0px; */
	}
	.sub_container{
		padding-bottom:0px !important;
		padding-left: 0px !important;
		margin-top: 0px !important;
	}
	input#cc_5020312c46_Go {
		margin-bottom: 0px;
	}
	#next, #prev {
		top: -37vh !important;
	}
	
}

@media only screen and (max-width: 768px){
	.sub_container{
		padding-bottom:0px !important;
		padding-left: 0px !important;
		margin-top: 0px !important;
	}
}

img.Block-4.wp-image-2799.size-large.aligncenter {
	height: 400px;
	object-fit: cover;
}

@media screen and (min-width:2000px) {
	.flexslider .slides img {
		height: 100vh !important;
		object-fit: cover;
		-moz-user-select: none;
	}
}

#pl-11 #panel-11-0-0-0, #pl-11 #panel-11-0-0-1, #pl-11 #panel-11-0-1-0, #pl-11 #panel-11-0-1-1{
	max-width: 80vh !important;
}

.sub_container{
	margin-top: -55px;
}
.blog_header_image{
/* 	height: 120px; */
}

/* #main-img img.so-widget-image {
    height: 1235px !important;
    object-fit: cover;
	max-height: 1200px;
} */
.blog_post_date, .blog_post_date_single {
	margin-top: 10px;
}
@media (max-width:1024px) {
	.work_title {
    padding-left: 0px;
    padding-right: 0px;
	}
}

/* Work Page */

.container {

}

.container .image_frame {
	width: 80vh;
}

.view_room_image .sow-image-container img.so-widget-image, .view_project_image .sow-image-container img.so-widget-image {
	object-fit: cover;
}

@media only screen and (min-width: 768px){
	.view_room_image .sow-image-container img.so-widget-image, .view_project_image .sow-image-container img.so-widget-image {
		height: 80vh;
	}
}


/* Team Page */
#text-div p, .members_description span {
	font-weight: 600;
}

/*  Mobile responsive */
@media only screen and (max-width: 441px) {

	#content .panel-layout .panel-grid {
	height: 100%;
	}
	.site-content .banner_link_inner {
		font-size: 20px;
	}
	.site-content .home_image {
		height: calc(100vw / 1.5);
	}

	.site-content .banner_link {
		top: calc(100vw * 0.15);
		padding: 10px;
	}

}

.designer_section .designer_name {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 2.5rem;
	color: #3e4f5c !important;
	font-weight: 300;
}

.designer_section .designer_title {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	color: black;
	position: relative;
	top: -8px;
	font-size: 16px;
}

#container #form-div .contact_fill_info font {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400;
	position: relative;
	bottom: 3px;
}



.site-info .jm-footer-title {
	margin-right: 100px;
}
.site-info .jm-footer-title h2, .site-info .jm-footer-title h4 {
	font-family: 'Cormorant Garamond', sans-serif;
	margin:	0;
}

@media only screen and (max-width: 550px) {
	.site-info {
		flex-direction: column;
		align-items: center;
	}
	.site-info .jm-footer-title {
		margin: 0;
		margin-bottom: 30px;
	}
}
.home_images a:first-child .home_image {
	margin-top: 0;
}
.site-content .jm-book-order {
	background-color: white;
}
@media only screen and (min-width: 881px) {
.site-content .jm-book-order {
	padding: 30px 90px;
    margin: 0;
}
}

.site-content .jm-book-order h1, .site-content .jm-book-order h2, .site-content .jm-book-order h3, .site-content .jm-book-order h4, .site-content .jm-book-order p {
	font-family:  'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px;
}
.site-content .jm-book-order p {
	font-weight: 400;
}
.ss-book-description p:first-child {
	margin-bottom: 10px;
}

.site-content .jm-book-order .coming-title {
	color: rgba(222,84,155,255);
    margin: 0;
    font-size: 4.5rem;
}

.site-content .jm-book-order h3::first-letter {
	color: rgba(222,84,155,255);
	font-size: 10rem;
}

.site-content .jm-book-order a {
	color: rgba(222,84,155,255);
	text-decoration: none; 
}

.site-content .jm-book-order a h2 {
	font-size: 30px;
	margin-top: 25px;
}

.site-content .jm-book-order .jm-book-text {
	padding: 15px;
}

.site-content .jm-book-order .jm-book-img {
	background-size: cover;
	height: 100%;
}

@media only screen and (max-width: 881px) {
	.site-content .jm-book-order {
		padding: 30px 30px 0 30px;
	}
	.site-content .jm-book-order h1, .site-content .jm-book-order h2, .site-content .jm-book-order h3, .site-content .jm-book-order h4, .site-content .jm-book-order p {
		font-size: 12px;
	}
	.site-content .jm-book-order .coming-title {
		font-size: 3rem;
	}
	.site-content .jm-book-order h3::first-letter {
		font-size: 5rem;
	}

.site-content .jm-book-order a h2 {
	font-size: 20px;

}


.site-content .jm-book-order .jm-book-img {
	height: 400px;
}
	}


#menu-item-4820 a {
	color: rgba(222,84,155,255) !important;
    font-weight: 300;
    border: 1px solid;
    padding: 0px 10px;
    transition: all 0.3s linear;
}

#menu-item-4820:hover a {
	background-color: rgba(222,84,155,255);
	color: #535046 !important;
}

@media only screen and (max-width: 1099px) {
	#menu-item-4820 a {
		width: 200px;
		margin: auto;
	}
}

/* Payment pages------------------------------------------------------------------------------------------------------------  */
.single-product #product-4800 {
	padding: 0 150px;
}

.single-product #product-4800 .woocommerce-tabs {
	visibility: hidden;
}

.woocommerce-product-details__short-description > p {
	font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 30px;
	line-height: normal;
}

.woocommerce div.product p.price {
	margin-bottom: 30px;
	color: rgba(222,84,155,255);
	font-size: 25px;
	font-family: 'Cormorant Garamond Light', serif;
}
.single-product.postid-4800 #content {
	background-color: #fefefa;
}

.single-product.postid-4800 #content .background_color_single {
	background-color: #fefefa;
}

.single-product.postid-4800 .product_meta {
	display: none;
}


.woocommerce .quantity .qty, .woocommerce .input-text, .woocommerce .quantity .qty, .woocommerce .input-text {
	width: 80px;
	padding: 6px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	background-color: white;
}

/* button  */
.woocommerce-page #content table.cart td.actions #coupon_code {
	width: 120px;
}

.woocommerce div.product form.cart .button, .button {
	background-color: rgba(222,84,155,255) !important;
    color: #fefefa !important;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond',serif !important;
    padding: 10px 20px !important;
    transition: 0.3s all linear;
}
.woocommerce div.product form.cart .button:hover, .button:hover {
	background-color: rgb(253, 177, 213) !important;
    color: black !important;
    transition: 0.3s all linear;
}
.woocommerce .button.wc-forward {
	background-color: rgba(222,84,155,255) !important;
    color: #fefefa !important;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond',serif !important;
    padding: 10px 20px !important;
    transition: 0.3s all linear;	
}
.woocommerce .button.wc-forward:hover {
	background-color: rgb(253, 177, 213) !important;
    color: black !important;
    transition: 0.3s all linear;
}

 .woocommerce-message, .woocommerce-error, .woocommerce-info {
	border-radius: 20px;
    background-color: #fefefa;
	border-top-color: rgba(222,84,155,255);
	border-bottom: 3px solid black;
	font-size: 13px;
    font-family: 'Cormorant Garamond Light', serif;
}
.woocommerce {
	margin: 0;
}
.woocommerce-checkout-payment, .page-id-4796 #content {
	background-color: #fefefa;
}

.postid-4800 .work_title p {
	color: rgba(222,84,155,255);
}

/* cart page-id-4795  */
.page-id-4795 #main {
	background-color: #fefefa;
}
.page-id-4795 .woocommerce {
	margin: 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top: 60px;
}
.page-id-4795 .cart-collaterals {
	display: flex;
    justify-content: center;
}
.page-id-4795 .woocommerce table.shop_table {
	border: none;
}
.page-id-4795 .woocommerce table.shop_table td {
	padding: 20px 12px;
}

.page-id-4795 #content {
	background-color: #fefefa;
}
.page-id-4795 .woocommerce .woocommerce-cart-form {
	width: 90%;
}
.woocommerce table.cart img {
	width: 120px;
}
.woocommerce table.shop_table td a, .woocommerce table.shop_table td span, .woocommerce table.shop_table th {
	color: gray;
    font-size: 18px;
    font-family: 'Cormorant Garamond Light';
}

.page-id-4795 .woocommerce table.shop_table td.product-remove a {
	font-size: 50px;
	transition: 0.3s all linear;
	
}

.page-id-4795 .woocommerce table.shop_table td.product-remove a:hover {
	transform: rotate(-90deg);
}

/* Payment page  */
#post-4796 .woocommerce {
	max-width: 1170px;
    margin: auto;
}

#post-4796 .entry-content iframe {
	margin: 0;
}
#post-4796 .woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
	padding: 0 5px;
}

#post-4796 .woocommerce-checkout #payment {
	background: white;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    width: 50%;
    margin: auto;
}

#post-4796 .woocommerce-checkout #payment div.payment_box {
	background-color: #fefefe;
}

#post-4796 .woocommerce-billing-fields {
	background: white;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    width: 100%;
    margin: auto;
    padding: 22px;
	font-family: 'Cormorant Garamond';
    font-size: 13px;
}
#post-4796 .woocommerce-billing-fields input {
	background-color: white;
}
#post-4796 .woocommerce table.shop_table {
	width: 70%;
    margin: auto;
    margin-bottom: 30px;
    background: white;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 22px;
    font-family: 'Cormorant Garamond';
    font-size: 13px;
}

#post-4796 .shipping_address {
	background: white;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    width: 100%;
    margin: auto;
    padding: 22px;
	font-family: 'Cormorant Garamond';
    font-size: 13px;	
}
#post-4796 #order_review_heading {
	font-family: 'Cormorant Garamond';
    font-size: 40px;
    font-weight: 600;
    width: 70%;
    margin: 30px auto;
}


@media screen  and (min-width: 881px) {
	.woocommerce div.product div.summary {
		padding-left: 30px;
	}
	.site-content .jm-book-order .coming-title {
		margin-bottom: -12px;
	}

	#product-4800 .woocommerce-product-gallery {
		
	}
	.woocommerce-notices-wrapper {
		display: flex;
		justify-content: center;
	}
	.woocommerce-message {
		width: 80%;
	}
}

@media screen and (max-width: 881px) {
	.single-product #product-4800 {
		padding: 0;
	}

	#post-4796 .woocommerce-checkout #payment {
		width: 100%;
	}
	
	#post-4796 .woocommerce {
		margin: 20px;
		margin-top: 40px;
	}
	
	.woocommerce table.shop_table td a {
		font-size: 13px;
	}
	#product-4800 {
		text-align: center;
	}
	#product-4800 .site-main .background_color_single {
		padding: 0 20px;
	}
	.woocommerce .quantity {
		width: 100%;
    margin-bottom: 10px;
	}

	#post-4796 .woocommerce table.shop_table, #post-4796 #order_review_heading {
		width: 100%;
	}
	.woocommerce .quantity .qty {
		width: 100%;
		margin-bottom: 10px;
	}
	.page-id-4795 .wc-proceed-to-checkout a.checkout-button {
		margin: auto;
	}
	#product-4800 .cart {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.single-product.postid-4800 #content .background_color_single {
		padding: 20px;
	}
	.woocommerce .button.wc-forward {
		text-align: center;
		width: 80%;
		margin-bottom: 10px;
	}

	.woocommerce-message {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.page-id-4795 .woocommerce {
		margin: 20px;
	}
	.page-id-4795 .product-remove {
		display: none !important;
	}
	#post-4796 .woocommerce-billing-fields {
		margin-bottom: 30px;
	}

	#post-4796 #customer_details .col-2 {
		padding: 20px;
	}
}


/* style for drop down adver------------------------------------------------------------------------------------ */
.molster_module{

    height:100%;
    width:100%;
    background-color:rgba(245, 245, 245, 0.884);
    animation:drop .5s both;
    position:fixed;
    z-index:6;
    text-align:center;
    animation:drop_molster_module 1s both;
}

@keyframes drop_molster_module{
    0%{transform:translateY(-100%);background-color:rgb(245, 245, 245);};
    100%{transform:translateY(-10%);background-color:rgba(245, 245, 245, 0.884);}
}



.purchase_button_book{

    height:100px;
    width:100px;
    border-radius: 50%;
    position:relative;
    top:50%;
    z-index:2;
    margin:auto;
	text-align:center;
    padding:auto;
    color:rgb(223, 25, 101);
    font-size:17px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:whitesmoke;
    font-weight:bolder;
	display: flex;
	z-index:2;
    
}

.exOut{
	position:absolute;
	color:rgb(223, 25, 101);
	font-size: x-large;
	font-weight:bolder;
	padding:5px;
	border-radius:3px;
	margin:2%;
	z-index:2;
	top:2%;
	right:2%;
}

.exOut:hover{
	background-color: whitesmoke;
}
.black_veil{
    position:absolute;
    height:100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.199);
    pointer-events:none;
    z-index:1;

}

.black_veil2{
    position:absolute;
    height:100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.199);
    z-index:1;

}
.book_div{
	display:inline-block;
	cursor:pointer;
	position:relative;
	top:5%;
	margin:auto;
	object-fit:contain;
	width:33%;
	height:fit-content;
	/* animation:drop_molster_module .5s both; */


    }

	
.book_image{
	position:relative;
	width:100%;
	height:auto;
	z-index:0;
	
}

/* linkImage.css({"display":"inline-block","cursor":"pointer","position":"relative", "top":"5%", "margin":"auto","object-fit": "contain", "height":"90%", "width": "33%", "background-position":"center", "background-repeat":"no-repeat", "background-size":"cover","background-image":"url('./wp-content/uploads/2021/05/JM_HOUSE_DRESSING_JACKET_v9-scaled-72dpi.jpg')"}) */

@media screen and (max-width: 768px){ 
	.book_div{
		width:80% !important;
		
	}
}



@media screen and (max-width: 420px){ 
		.book_div{
			width:80% !important;
			
		}
		.purchase_button_book{

			height:100px;
			width:100px;
			border-radius: 50%;
			position:relative;
			top:30%;
			z-index:2;
			margin:auto;
			text-align:center;
			padding:auto;
			color:rgb(223, 25, 101);
			font-size:17px;
			font-family: Arial, Helvetica, sans-serif;
			background-color:whitesmoke;
			font-weight:bolder;
			display: flex;
			z-index:2;
			
		}
		

		
}

/* forproduct page augmentations */

/*this is the personalization module's id*/
#fpf_9264020_field{

    position:absolute;
    width:40%;
    height:30%;
    background-color:rgb(252, 252, 252);
    top:50%;
    left:35%;
    border-radius:5px;
    text-align:center;
    color:rgb(0, 0, 0);
    z-index:3;
}
@media screen and (max-width: 768px){ 
	#fpf_9264020_field{
		top:65%;
		width:50%;
		height:15%;
		left:25%;

	}
}
@media screen and (max-width: 414px){ 
	#fpf_9264020_field{
		top:65%;
		width:80%;
		height:15%;
		left:10%;
	}

	
}

#fpf_9264020_field textarea{
    width:90% ! important;
    height:60% ! important;
    margin:auto ! important;
    margin-bottom:3% ! important;

}

#fpf_9264020_field button{
    margin:auto ! important;
    float:unset ! important;
}

.personalization_drop{
    animation:drop_molster_module .5s both;
}

.invisibleP{
	display: none;
}



.page-id-4795 .cart-collaterals{

	justify-content: center;
	width:90%;
}
.product-subtotal{
	text-align: right;
}

input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
	-moz-appearance: textfield;
  }

  .cart-collaterals td{
	  text-align:right;

}

/* mobile style for book preview page */
/* @media screen and (max-width: 420px) {

	.coverDiv{
	width:96% ! important;
	height:60vh ! important;
	}
	
	.coverDiv img{
	
	height:100% ! important;
	
	}
	.caroselContainer{
	max-height: 30vh ! important;;
	
	}
	#carousel{
	max-height: 30vh ! important;;
	top:0% ! important;
	
	}
	
	#carousel img {
		max-height: 30vh ! important;;
	}
	
	#next, #prev {
		top: -18vh !important;
	}
	
	} */