/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Vogue
Version: 1.0.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px -20px;
    clear: both;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
    
    font-weight: bold;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#E8E8E8;
}
body {
	font-size: 16px;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#FFFFFF;
    padding-top: 80px;
}
a {
	outline: none;
	color: #2D8BC8;
	text-decoration: none;
}
a:hover 
a:focus {
	color: #459CD5;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 24px 0;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 0px;
	background-color:rgba(255,255,255,0.9);
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 500ms ease-out;
}
.site-header.anim-done {
    background-color: #FFF;
}
.admin-bar .site-header {
    padding-top: 46px;
}
.wrap {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    padding: 10px;
}

.wrap:after {
	clear:both;
	content:'';
	display:table;
}
.site-header .logo {
    text-align: left;
    font-size : 24px;
    font-weight: 300;
    max-width: calc(100% - 120px);
    float: left;
}
.site-header .logo img {
    width: 100%;
    max-width: 400px;
    height: auto;
    transform-origin: bottom left;
    transition: transform 500ms ease-out;
}
@media screen and (min-width:1320px){
    .site-header .logo img {
        max-width: 490px;
    }
}
.site-header.anim-done .logo img {
    transform: scale(0.7);
}
.site-title a {
	color : #333;
	display: inline-block;
	text-decoration: none;
}
.site-title {
	margin:0;
}

   
/* Navigation Menu */
.menu-toggle {
    float: right;
    color: #2B4660;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    width: 30px;
}
.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    background-color: #2B4660;
}
.menu-toggle:hover span {
   background- color: #2487c9;
}
.cart-link {
    float: right;
    padding-top: 10px;
    margin-right: 16px;
    margin-left: 5px;
}
.main-navigation .cart-link a{
    background-color: #D4AF37;
    display: block;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main-navigation .cart-link.has-items a{
    font-weight: bold;
}
.main-navigation .cart-link a:hover {
     color: #FFF;
     background-color: #AC8C24;
}
/*div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}*/
.mini-nav-menu {
    display: none;
}
.main-navigation {
	margin-top: 0px;
	text-align: left;
    
  font-size : 14px;
  letter-spacing : 0.7px;
  text-transform : uppercase;
  color: #2B4660;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color: #2B4660;
	font-size:15px;
}
.main-navigation a:hover {
	color: #2487c9;
}
.main-navigation .gold a {
    color: #D4AF37;
    font-weight: bold;
}
.main-navigation .gold a:hover {
    color: #AC8C24;
}

.mobileNav {
    position:fixed;
    top:0;
    right: -260px;
    transition:right 200ms ease-out;
    width:250px;
	padding:40px 30px;
	height:100%;
    background-color: #FFF;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    box-sizing: border-box;
    text-align: right;
    text-transform: none;
    z-index: 999;
}
.toggled-on .mobileNav {
	right:0;
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color: #2B4660;
	cursor:pointer;
	font-weight:300;
}
.hideNav:hover{
	color:#2487c9;
}
.mobileNav .sub-menu {
	display:none;
}


/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget-area .widget h3 {
    font-weight : normal;
    font-size : 22px;
    color : #000;
    margin: 0px 0 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	line-height:normal;
    margin-bottom: 12px;
	
}
.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	line-height:normal;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 15px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #555957;
}
.widget-area .widget a:hover {
	color: #343736;
}

.widget-area .search-field {
    width: 100%;
}

.search-form  .search-submit {
	display: none;
}
#secondary .widget {
    padding: 15px 15px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #E9E9E9;
}
#secondary .widget h3 {
    margin-bottom: 10px;
    font-size: 26px;
}
#secondary .srpw-title {
    font-size: 18px;
    
}
#secondary .srpw-meta {
    color: #747474;
    margin-bottom: 10px;
}
/* Footer */

#site-footer {
	clear: both;
	padding: 0;
	background-color:#E8E8E8;
	color:#555;
    font-size: 14px;
    font-weight: 300;
	}



#site-footer .widget {
    font-size: 14px;
}#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer  .widget .widget-title{
    font-size : 17px;
    line-height : 25px;
    letter-spacing : 0.9px;
    color : #31475A;
    text-transform: uppercase;
    font-weight: 700;
    
}
#site-footer strong {
    font-weight: 700;
}
#site-footer .widget-area li {
    margin-bottom: 8px;
}
#site-footer .widget-area .menu li {
    font-size: 13px;
    list-style: none;
    margin-left: 0;
    letter-spacing : 0.75px;
    color : #4D4D4D;
}
 #nav_menu-5 {
       
    }

#site-footer .widget-area #menu-footer-socials {
    font-size: 20px;
}
#site-footer .widget-area #menu-footer-socials li {
        display: inline;
    list-style: none;
    font-size: 30px;
    margin-left: 5px;
    }
#site-footer .widget-area #menu-footer-socials li a {
     font-size: 30px;
    color : #31475A;
}
#site-footer .widget-area #menu-footer-socials li a:hover {
    color : #182A3A;
}
#site-footer .textwrap,
#credits-and-copyright{
	max-width: 1400px;
	margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
      font-size : 15px;
      color : #5C5C5C;
}
#site-footer .footer-widgets.textwrap{
     padding: 0px;
    }
#credits-and-copyright {
    clear: both;
    padding-bottom: 40px;
    padding-top: 20px;
	color:#666666;
	font-size:12px;
	line-height:normal;
}
#credits-and-copyright img {
    max-width: 100%;
    height: auto;
}
#credits-and-copyright a {
	color: #666666;
	text-decoration: none;
}
#credits-and-copyright a:hover {
	color: #2B2B2B;
	text-decoration:underline;
}
#credits-and-copyright a.credit {
    opacity:0.7;
}
.footer-logo {
    text-align: center;
    margin-bottom: 10px;
}
.footer-logo img {
    width:100%;
    max-width: 300px;
    height: auto;
}
@media screen and (min-width:640px){
    #site-footer footer-widgets.textwrap{
     padding: 20px;
    }
    #nav_menu-5 {
        float: right;
        text-align: right;
    }
    .footer-logo {
        float: right;
        text-align: right;
        margin-bottom: 30px;
    }
    #credits-and-copyright p {
        padding-top:30px;
    }
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-left:20px;
	padding-right:20px;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}


.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	padding-bottom: 30px;
}
.woocommerce-products-header__title.page-title,
.entry-header .entry-title,
.product_title .entry-title{
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #31475A;
    text-align: center;
    font-size:32px;
  
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    color: #31475A;
}
.entry-content .has-text-color h1,
.entry-content .has-text-color h2,
.entry-content .has-text-color h3,
.entry-content .has-text-color h4 {
    color: inherit;
}
.entry-content h1,
.entry-content .h1-style{
	font-size: 32px;
}
.entry-content h2,
.entry-content .h2-style {
	font-size: 28px;
}
.entry-content h3,
.entry-content .h3-style {
	font-size: 24px;
}
.entry-content h4,
.entry-content .h4-style{
	font-size: 18px;
}
.entry-content h5 {
  font-weight : bold;
  font-size : 16px;
  letter-spacing : 1.6px;
  text-transform : uppercase;
  color : #31475A;
}
.entry-content h6 {
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
@media screen and (min-width:1020px) {
    .entry-content h1,
    .entry-content .h1-style{
        font-size: 70px;
    }
    .entry-content h2,
    .entry-content .h2-style {
        font-size: 50px;
    }
    .entry-content h3,
    .entry-content .h3-style {
        font-size: 36px;
    }
    .entry-content h4,
    .entry-content .h4-style{
        font-size: 26px;
    }
}

.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
    font-weight: normal;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
    font-weight: 300;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
    line-height: normal;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
    line-height: normal;
}
/*.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}*/
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}

/*Gutenberg Styles*/

.has-navy-color { color: #31475A !important;	}
.has-gold-color { color: #D4AF37 !important;	}
.has-white-color { color: #FFF  !important;	}
.text-shadow { text-shadow: 0 0 5px rgba(0,0,0,0.30); }

.has-navy-background-color {    background-color: #31475A;	}
.has-transparent-navy-background-color {    background-color: rgba(49,71,90,0.85);}
.has-transparent-gold-background-color {    background-color: rgba(212,175,55,0.85);}
.has-transparent-white-background-color {    background-color: rgba(255,255,255,0.85);}
.has-gold-background-color {    background-color: #D4AF37;	}

  
a.gold-link,
.gold-link a {
    color: #D4AF37;
   letter-spacing : 2px;
    font-weight: bold;
    font-size: 14px;
}
.wp-block-button__link {
    border-radius: 3px;
    font-size : 14px;
    letter-spacing : 2.8px;
    transition: 300ms ease-out;
    text-transform: uppercase;
    font-weight: bold;
  
}
.wp-block-button__link:hover {
    
    box-shadow: inset 0 0 5px  rgba(0,0,0,0.2);
}
.wp-block-group.has-background {
	padding:1.25em 2.3em;
}
.entry-content blockquote.wp-block-quote {
    border-left: .25em solid #D4AF37;
    margin: 0 0 1.75em;
    margin-bottom: 1.75em;
    padding-left: 15px;
    
}
/*Full Wdith Sizing*/
.wp-block-group.page-width {
    max-width:1500px;
    margin: 0 auto;   
}
.wp-block-group.outer-margin {
     margin: 40px auto; 
}
 .wp-block-group.outer-margin:not(.page-width) {
     margin: 40px 20px; 
}      
/*Group BG*/
.wp-block-group.has-group-bg {
    position: relative;
    z-index: 1;
   
}
.wp-block-group__inner-container .group-bg {
    display: none;
}
.wp-block-group.has-group-bg .wp-block-group__inner-container{
    position: relative;
    z-index: 100;
}
.group-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity 500ms;
    z-index: 1;
}

.group-bg-image.loaded { opacity: 1; }
.group-bg-image.loaded.fx-tint25 { opacity: 0.25; mix-blend-mode: multiply; }
.group-bg-image.loaded.fx-tint75 { opacity: 0.75; mix-blend-mode: multiply; }
.group-bg-image.loaded.fx-tint50 { opacity: 0.5; mix-blend-mode: multiply; }
.group-bg-image.size-contain { background-size: contain; }
.group-bg-image.size-cover { background-size: cover; }

.group-bg-image.w60  { width: 60%; }
.group-bg-image.w60r { width:60%; left:40%; }
.group-bg-image.w50  { width: 50%; }
.group-bg-image.w50r { width:50%; left:50%; }
.group-bg-image.w30  { width: 30%; }
.group-bg-image.w30r { width:30%; left:70%; }
.group-bg-image.fx-gradient-left {  }
.group-bg-image.fx-gradient-right:before,
.group-bg-image.fx-gradient-left:before {    position: absolute;top: 0;  width: 50%;  height: 100%;  content: '';  display: block;   }
.group-bg-image.fx-gradient-left:before {
    left: 0;
    background: -moz-linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
}
.group-bg-image.fx-gradient-right:before {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to right, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
}

.wp-block-group.image-only-banner {
    min-height: 300px;
}
.group-bg-image .extra-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-size: inherit;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 500ms;
}
.group-bg-image #extra-image-1 {
     z-index: 3;
}
.group-bg-image #extra-image-2 {
     z-index: 4;
}
.group-bg-image #extra-image-3 {
     z-index: 5;
}
.group-bg-image .extra-image.visible {
    opacity: 1;
}
.wp-block-group.narrow {
    max-width:860px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-height:700px){
   .wp-block-group.image-only-banner {
        min-height: 400px;
    }
}
@media screen and (min-height:900px){
   .wp-block-group.image-only-banner {
        min-height: 500px;
    }
}


.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}

.wp-block-group.has-background.home-header {
    padding: 120px 20px 80px;
}
.wp-block-group.extra-padding  {
        padding: 40px 0px;
}
@media screen and (min-width:769px){
    .wp-block-group.has-background.extra-padding  {
        padding: 40px 30px;
    }
}
@media screen and (min-width:1025px){
    .wp-block-group.has-background.extra-padding  {
        padding: 50px 30px;
    }
}
@media screen and (min-width:1200px){
    .wp-block-group.has-background.extra-padding  {
        padding: 60px 30px;
    }
    .wp-block-group.has-background.super-padding  {
        padding: 120px 30px;
    }
    .wp-block-group.has-background.home-header {
        padding: 200px 30px 150px;
    }
}
@media screen and (min-width:1025px) and (min-height:800px){
    .wp-block-group.has-background.extra-padding  {
        padding: 80px 30px;
    }
    .wp-block-group.has-background.super-padding  {
        padding: 140px 30px;
    }
    .wp-block-group.has-background.home-header {
        padding: 260px 30px 180px;
    }
    .wp-block-group.outer-margin {
         margin: 50px auto; 
    }
}
@media screen and (min-width:1025px) and (min-height:900px){
     .wp-block-group.has-background.super-padding  {
        padding: 180px 30px;
    }
    .wp-block-group.has-background.home-header {
        padding: 300px 30px 220px;
    }
    .wp-block-group.outer-margin {
         margin: 60px auto; 
    }
}
@media screen and (min-width:1025px) and (min-height:960px){
    .wp-block-group.has-background.home-header {
        padding: 300px 30px 300px;
    }
}

ul.tick-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
ul.tick-list li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    
}
.partner-logos {
   padding-bottom: 10px;
}
.partner-logos:after {
    clear: both;
    display: block;
    content: '';
}
.partner-logos .wp-block-image .alignleft {
    margin-right: 5px;
}
.partner-logos .wp-block-image .alignleft {
    margin-right: 5px;
}
.partner-logos.centered {
    text-align: center;
}
.partner-logos.centered .wp-block-image {
    display: inline-block;
    margin: 5px;
}
.partner-logos.centered .alignleft {
    float: none;
}
.v-related-pages ul{
    list-style: none;
    text-align: center;
}
.v-related-pages li {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 16px 8px;
}
.v-related-pages li a{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
}
.v-related-pages li a{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: #31475A;
}
.v-related-pages li.current_page_item a{
    font-weight: bold;
}
.v-related-pages li a:hover {
    color: #1A252F; 
}
.vogue-gallery {
    padding:30px 0;
    clear: both;
}
.vogue-gallery:after {
    clear: both;
    display: block;
    content: '';
}
.vogue-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vogue-gallery figure {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}
.vogue-gallery .grid-1 {
    width: 60%;
    border-right:10px solid #FFF;
}
.vogue-gallery .grid-2,
.vogue-gallery .grid-3 {
    width: 40%;
} 
.vogue-gallery .grid-5 {
    width: 40%;
}
.vogue-gallery .grid-6 {
    width: 60%;
    border-left:10px solid #FFF;
}
.vogue-gallery .grid-4,
.vogue-gallery .grid-7 {
    clear:both;
}
.vogue-gallery  a {
    display: block;
    background-color: #CCC;
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}
.vogue-gallery .grid-1 a{
   padding-bottom: 69%;
}
.vogue-gallery .grid-5 a {
   padding-bottom: 74%;
}
.vogue-gallery  span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms;
    transform-origin: center;
}
.vogue-gallery  a:hover span {
    transform: scale(1.05);
}
@media screen and (max-width:480px){
    .vogue-gallery figure  {
        width: 100% !important;
        border:none !important;
        margin:0 0 10px 0 !important;
    }
    .vogue-gallery  a,
    .vogue-gallery .grid-1 a,
    .vogue-gallery .grid-5 a {
       padding-bottom:56%;
    }
}
.pswp__bg {
    opacity: 0.8 !important;
}
/* Scroll Based Animation FX */
.fade-in  {
    opacity: 0.2;
    transition: opacity 2000ms ease-out;    
}
.fade-in.in-view {
    opacity: 1;
}
.pop-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 700ms ease-out;
    transform-origin: center;
}
.pop-in.in-view {
    opacity: 1;
    transform: scale(1);
} 
.subtle-pop-in {
   /* opacity: 0.5;*/
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
    opacity: 1;
    transform: scale(1);
}
.group-bg-image {
    opacity: 0;
    transition: 700ms ease-out;
}
.group-bg-image.loaded {
     opacity: 1;
}

/* HOME */
/*.home .entry-content p {
    font-size: 19px;
}*/
@media screen and (max-width:480px){
    .wp-block-group.has-background.min-pad-mobile,
    .wp-block-group.has-background.min-pad-mobile .wp-block-group__inner-container    {
        padding: 5px;
    }
    .reverse-columns .wp-block-columns {
      flex-direction: column-reverse;
    }
    #the-process {
        margin-top: 280px;
    }
    #the-process .wp-block-columns {
        margin-top: -140px;
    }
    #the-process .has-transparent-navy-background-color {
        background-color: rgba(49,71,90,1);
        transform: translateY(-100px);
    }
    .reverse-columns .wp-block-columns {
      flex-direction: column-reverse;
    }
    .entry-content .wp-block-group.has-background {
        padding: 20px 20px;
    }
}
    

/* Smash Balloon*/
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    border:1px solid #31475A;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 2.8px;
    transition: 300ms ease-out;
    font-weight: bold;
}
/* Yoast Accordions */
.schema-faq-accordion {
    border-top: 1px solid #8A929A;
    margin-bottom: 40px;
    
}
.schema-faq-accordion .schema-faq-section {
    border-bottom: 1px solid #8A929A;
    /*margin-bottom: 20px;*/
    margin: 0;
    background-color: #fdfeff;
}
.schema-faq-accordion .schema-faq-section strong strong {
    font-weight: 700;
}
.schema-faq-accordion .schema-faq-question {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 17px 56px 17px 12px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #31475A;
}
.schema-faq-accordion .schema-faq-question.faq-q-open {
    border-bottom: 1px solid #FFF;
}
.schema-faq-answer br {
    content: "";
    display: block;
    margin: 8px;
}
.schema-faq-accordion .schema-faq-question:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 56px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #D4AF37;
    font-size: 20px;
}
.schema-faq-accordion .schema-faq-question.faq-q-open:after {
    content: "-"; 
}
.schema-faq-accordion p.schema-faq-answer {
    margin: 0;
    padding: 1px 16px 12px;
    background-color:#fff;
    font-size: 16px!important;
    line-height: 1.4!important;
    border-bottom: 1px solid #FFF;
    display: none;
}
/* =WOOCOMERCE
-------------------------------------------------------------- */
.woocommerce-products-header {
    padding: 20px 0;
    text-align: center;
}
/*Colours and Buttons*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #D4AF37;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #DBC479;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #A68722;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color:#31475A;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 32px;
    font-size: 14px;
}
/*Message*/
.woocommerce-message {
    border-top-color: #D4AF37;
}
.woocommerce-message:before {
    color: #D4AF37;
}
/*Category*/
.archive .woocommerce-products-header__title .term-description {
    padding: 30px 0px;
}
.products li {
    text-align: center;
}

.products li .woocommerce-loop-product__title{
    font-size : 30px;
    line-height : 39px;
    letter-spacing : 1.5px;
    color : #000000;
    font-weight: 300;
    line-height: normal;
}
.products li .size-ops {
    color: #777;
    padding-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.woocommerce ul.products .img-wrap {
   position: relative;
    padding-bottom: 133%;
    display: block;
    max-width: 350px;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img {
     max-width: 350px;
    margin: 0 auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.woocommerce ul.products li.product p.out-of-stock {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #CC830A;
    padding-top: 8px;
    font-weight: bold;
}
/*single*/ 


.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 10px;
}

.woocommerce div.product .product_title {
    font-size : 32px;
    letter-spacing : 2px;
    color : #000000;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: normal;
}
@media screen and (min-width:460px){
    .woocommerce div.product .product_title {
        font-size : 42px;
        letter-spacing : 2.4px;
    }
}

.woocommerce #content div.product div.images {
    max-width: 520px;
}
.full-product-info li strong{
   font-weight: bold;
}
.full-product-info li {
    margin-left: 16px;
}
.full-product-info h5 {
    padding: 20px 0 10px;
}

.related.products {
    clear: both;
    padding-top: 40px;
}
.related.products > h2 {
    text-align: center;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 50px;
    color: #31475A;
}

/*Cart*/
.woocommerce-checkout .entry-content h2,
.woocommerce-cart  .entry-content h2 {
    font-size: 30px;
}
#order_review_heading {
    padding-top: 30px;
}
/*Account*/
.woocommerce-MyAccount-navigation ul {
     border-bottom: 1px solid #CCC;
    max-width: 200px;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
    border-top: 1px solid #CCC;
    padding: 8px 0;
    margin: 0;
    text-transform: uppercase;
   
}
.woocommerce-MyAccount-navigation a {
	color: #2B4660;
	font-size: 15px;
     font-weight: normal;
}
/*@media screen and (min-width:640px){
    .woocommerce-MyAccount-navigation {
        width: 200px;
        float: left;
    }
    .woocommerce-MyAccount-content {
        padding-left: 220px;
    }
}*/
/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* = FULL WIDTH PAGE
-------------------------------------------------------------- */
.page-template-full-width #main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
}
.page-template-full-width .site-content {
    margin: 0;
}

.page-template-full-width .wp-block-group__inner-container {
    max-width:1200px;
    box-sizing: border-box;
    margin: 0 auto;  
}
@media screen and (max-width:1240px){
    .page-template-full-width .wp-block-group__inner-container {
        margin: 0 0px 20px;  
    }
}

/* = HOME PAGE
-------------------------------------------------------------- */

/* = BLOG POSTS
-------------------------------------------------------------- */

.summary-view {
    border: 1px solid #CCC;
}
.summary-view .post-hero-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.summary-view .post-hero-image img {
    width: 100%;
    display: block;
}
.entry-summary {
    padding: 15px;
    box-sizing: border-box;
}
@media screen and (min-width:640px){
   .summary-view .post-hero-image {
       float: right;
       width: 30%;
       padding: 15px;
       box-sizing: border-box;
    }
    .summary-view .entry-summary {
       float: left;
       width: 67%;
        box-sizing: border-box;
    }
    .summary-view:after {
        display: block;
        content: '';
        clear: both;
    }
}

/* CONTACT FORm 7
-------------------------------------------------------------- */

div.wpcf7 {
	padding: 0px !important;
	margin-bottom: 0;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 h4 {
	margin:0 0 15px;	
	font-size:16px;
	
}
.wpcf7 .group1,
.wpcf7 .group2 {
	padding-bottom:5px;
}
.wpcf7 p {
	clear:both;
	line-height:32px;
	margin:0 0 5px;
	min-height:40px;
}
.wpcf7 p label {
	display:block;
	float:left;
	width:25%;
	/*text-transform:uppercase;*/
	font-weight:bold;
	line-height:32px;
}

.wpcf7 p.submit-row {
	clear: both;
	text-align: right;
	padding-bottom:5px;
	padding-right:5px;
}
.wpcf7 p.submit-row input {
	float:right;
}
.group1 .wpcf7-form-control-wrap {
	float:left;
	width:75%;
	display:block;
}

.wpcf7 p input.wpcf7-text,
.wpcf7 p textarea,
.wpcf7 p select {
	width:100%;
    box-sizing: border-box;
    padding: 8px;
    opacity: 0.8;
    border: none;
    border-radius: 0;
    transform: opacity 300ms;
    font-size: 16px;
}
.wpcf7 p input.wpcf7-text:focus,
.wpcf7 p textarea:focus,
.wpcf7 p select:focus {
    opacity: 1;
}

input.wpcf7-submit {
	background-color: transparent;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #FFF;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
    font-size : 17px;
    letter-spacing : 3.6px;
    float: right;
}


input.wpcf7-submit:hover {
	background-color: rgba(0,0,0,0.12);
	background-image:none; 
	color:#fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding:5px 0;
    border: none;
    font-weight: bold;
}
.wpcf7-not-valid-tip {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-style: italic;
}

.wpcf7-validation-errors {
	 border: none;
	background-color: #FFFBCA;
	line-height:normal;
	
}
.wpcf7-mail-sent-ok {
     border: none;
}

@media screen and (min-width: 440px) {
    .wpcf7 .half-width{
        width: calc(50% - 5px);
        float: left;
    }
    .wpcf7 .half-width.last{
        clear: right;
        float: right;
        
    }
    
}
/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	
}
/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		}
	.author-description {
		float: right;
		width: 80%;
	}
	
	
	body.single-attachment .site-content,
	body.full-width .site-content, 
	body.single-smc_staff .site-content {
		width: 100%;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
    .site-content {
        margin: 36px 0 24px;
    }
    body.has-sidebar .site-content {
        float: left;
		width: 67%;
    }
	#secondary.widget-area {
		float: right;
		width: 26%;
	}
	
    .site-title {
        
    }

	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	/*Footer */
    
    .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    }
	
}


/* Minimum width of 760 pixels. */
@media screen and (min-width:760px) {
   body {
        padding-top:120px;
    }
    body.page-template-full-width {
        padding-top:0px;
    }
    /*Header*/
   
	.logo {		
		margin-top:0px;
	}
 
    .menu-toggle {
        margin-top: 30px;
        margin-right: 10px;
        width: 36px;
    }
    .menu-toggle span {
        margin-bottom: 12px;
    }
    .cart-link {
        padding-top: 30px;
        margin-right: 36px;
    }
    .main-navigation .mobileNav li {
        padding-bottom: 12px;
        margin-top: 32px;
    }
    .main-navigation .hideNav,
    .main-navigation .mobileNav a {
        font-size: 24px;
        font-weight: 300;
    }

    .site-header {
        min-height: 50px;
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
        box-shadow: 0 0 5px rgba(0,0,0,0);
        transition: box-shadow 300ms;
    }
    .admin-bar .site-header {
        padding-top: 0;
    }
    .site-header.anim-done {
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
    
    .site-header .logo {
        float: left;
        margin: 8px 8px 0 0;
    }
      .site-header.anim-done .mini-nav-menu {
        margin-top: 45px;
    }
    .site-header .cart-link {
         transition: padding 300ms;
    }
    .site-header.anim-done .cart-link {
        padding-top: 50px;
    }
    .site-header .menu-toggle {
         transition: margin 300ms;
    }
    .site-header.anim-done .menu-toggle {
        margin-top: 50px;
    }
   
   
	/*Footer */
    .footer-widgets .widget {
        width: 18%;
        float: left;
        margin-right: 2%;
    }
    .footer-widgets .widget:nth-child(3) {
        width: 18%;
        float: left;
    }
    .footer-widgets .widget:nth-child(4) {
         margin-right: 0;
    }
}

@media screen and (min-width: 1020px) {
	 .main-navigation .mobile-only {
        display: none;
    }
	.mini-nav-menu {
		float:right;
		margin-top:25px;
        display: block;
        transition: margin 300ms ease-out;
	}
 
	.mini-nav-menu ul.nav-menu,
	.mini-nav-menu div.nav-menu > ul {
		display: inline-block !important;
		text-align:left;
		width: 100%;
	}
	.mini-nav-menu ul {
		margin: 0;
		text-indent: 0;
	}
	.mini-nav-menu li a,
	.mini-nav-menu li {
		display: inline-block;
		text-decoration: none;
	}
	.mini-nav-menu li a {
		border-bottom: 0;
		line-height: 2.5;
		white-space: nowrap;
	}
	.mini-nav-menu li {
		margin: 0 0 0px 36px;
		position: relative;
	}
	.mini-nav-menu li li {
		margin: 0 0 0 0px;
        text-align: left;
	}
	.mini-nav-menu li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.mini-nav-menu li ul ul {
		top: 0;
		left: 100%;
	}
	.mini-nav-menu ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.mini-nav-menu li ul {
		border-top: 1px solid #ededed;
	}
	.mini-nav-menu li ul li a {
		background: #ffffff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.mini-nav-menu li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.mini-nav-menu .current-menu-item > a,
	.mini-nav-menu .current-menu-ancestor > a,
	.mini-nav-menu .current_page_item > a,
	.mini-nav-menu .current_page_ancestor > a {
		font-weight: bold;
	}
		
	.mini-nav-menu li > a {
		position:relative;
	}
	.mini-nav-menu li > a:after {
	  color: inherit;
	  content: "\f107";
	  font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 		
	  margin-left: 5px;
	  vertical-align: middle;
	}
	
	.mini-nav-menu li > a:only-child:after {
	  content: '';
	}
	

}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1100px) {
	.entry-header .entry-title {
		font-size: 38px;
    }
	.summary-view .entry-header .entry-title {
		font-size: 26px;
    }
	/* HOME */
    .entry-content .large-mobile-p p {
        font-size: 20px;
    }
    .related.products > h2 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1320px) {
	.entry-header .entry-title {
		font-size: 46px;
    }
	

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}