/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Period Timber website
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,
select{
	border: 1px solid #ccc;
	border-radius: 3px;
	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 */
}
.entry-content img.shadow-fx {
   box-shadow:  1px 1px 5px rgba(0,0,0,0.2);
}
/* 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,
.site-content nav span.current {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: var(--wp--preset--color--ptm-green);
    display: inline-block;
    border:1px solid var(--wp--preset--color--ptm-green);
    padding: 4px 8px;
    border-radius: 2px;
    text-decoration: none;
}
.site-content nav a:hover,
.site-content nav span.current {
    background-color: var(--wp--preset--color--ptm-green);
    color: #FFF;
}
#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,
.nav-stores{
	margin: 24px 0;
    clear: both;
    border-top: 1px solid #CCC;
    padding-top: 20px;
	}
.nav-stores {
    text-align: center;
}
.nav-stores a {
    margin: 0 3px;
}
.nav-stores .prev {
    margin-left: 0;
}
.nav-stores .next {
    margin-right: 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:var(--wp--preset--color--ptm-green);
}
body {
	font-size: 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#FFF;
}
a {
	outline: none;
	color: #202020;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* 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: 5px 0px 0px;
	background-color:#FFF;
	}
.mobile-header {
    background-color:#ebebec;
    padding: 10px;
    text-align: center;
    font-size : 14px;
    color : #666666;
    line-height: 22px;
    margin: -5px -20px 10px;
}
.mobile-header li {
    display: inline;
    white-space: nowrap;
    margin: 0 5px;
}
.mobile-header ul {
    text-align: center;
}
.mobile-header a {
   color: var(--wp--preset--color--ptm-green);
   font-weight: bold;
}
.mobile-header a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    padding-right: 4px;
  }
.mobile-header .phone-icon a:before {
     content: "\f095";
  }
.mobile-header .map-icon a:before {
     content: "\f3c5";
  }
.mobile-header .stockist-icon a:before {
     content: "\f5a0";
  }
.quick-info {
    display: none;
    line-height: normal;
    
}

.quick-contacts h4 {
    font-weight : bold;
    margin-bottom: 0px;
}
.quick-contacts p {
    margin-bottom: 0px;
}
.quick-contacts .tel a{
    color:var(--wp--preset--color--ptm-green);
    font-weight: bold;
}
.fos {
    display: none;
    padding-top: 40px;
    position: relative;
    color: #00483a;
    margin-bottom: 10px;
}
.fos .art {
    background-color: #FFF;
    font-size: 40px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    text-align: center;
    color: #00483a;
}
.fos .inner {
    border: 2px solid #00483a;
    padding: 22px 12px 12px;
    border-radius: 5px;
    text-align: center;
    margin-top: -15px;
}
.fos h4 {
    /*font-family : 'Cambo', serif;*/
    font-weight: bold; 
    font-size : 23px;
    color : #00483A;
    margin-bottom: 10px;
}
.fos .textfield {
    background-color:#e6e8e8;
    padding: 5px 7px;
    text-align: left;
    border-radius: 3px;
    position: relative;
}
.fos .textfield input {
    width: calc(100% - 25px);
    background-color:#e6e8e8;
    color: #000;
    border: none;
    margin-right: 4px;
    -webkit-appearance:none;
}
.fos .search-submit {
    position: absolute;
    top: 0;
    right: 0;
}
.wrap {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 1280px;
    padding: 0 20px;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}

.logo {
	text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}
.logo img {
    width: 70%;
     height: auto;
     max-width: 225px;
}
.site-title a {
	color: #686D6B;
	display: inline-block;
	text-decoration: none;
}
.site-title a:hover{
	color: #7a807e;
}
.site-title {
	font-size: 16px;
	margin-bottom: 10px;
	clear:none;
	margin:0;
}
.search-bar {
    float: right;
    margin-top:10px;
    line-height: normal;
   width: 180px;
    position: relative;
}
.search-bar .search-field{
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    box-sizing: border-box;
}
.search-bar .search-form  .search-submit,
.fos .search-submit {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    border: none;
    outline: none;
    color: #3A3A3A;
    background:none;
    -webkit-appearance:none;
}
.fos .search-submit {
    top: 5px;
}
.matching-taxonomies ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.matching-taxonomies li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
}
.matching-taxonomies li a {
	display: block;
	padding: 10px 15px;
	border-radius: 15px;
	
	white-space: nowrap;
	font-weight: bold;
	background-color: #00483b;
	color: #FFFFFF;
}
.matching-taxonomies li a:hover {
	background-color: #f2f2f2;
	color: #333;
	
}
/* Navigation Menu */
.main-navigation {
	text-align: left;
    font-weight : 600;
    font-size : 15px;
    letter-spacing : 0.38px;
    text-transform : uppercase;
    color : #FFF;
    background-color: var(--wp--preset--color--ptm-green);
    min-height: 50px;
    line-height: normal;
}
.main-navigation li {
	margin: 0px;
    margin-bottom: 15px;
}
.main-navigation a {
	color: #FFF;
    transition:background 300ms;
}
.main-navigation a:hover {
	color: #FFF;
    background-color: rgba(0,0,0,0.25);
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:18px;
	left:20px;
}
.mobileNav {
	display: none;
}
@media screen and (max-width:639px){
    .mobileNav {
        display:block;
	    position:fixed;
	    top:0;
        left: -230px; 
        transition:left 400ms ease-out;
        background-color: #002C23;
	    width:180px;
	    padding:20px 20px;
	    height:100%;
        font-size: 16px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }

    .toggled-on .mobileNav {
        top:0;
        left:0;
    }
    .mobileNav a {
        color:#FFF;
    }
    .admin-bar .toggled-on .mobileNav {
        padding-top:60px;

    }
    .hideNav {
        color:#DDE1D0;
        cursor:pointer;
        font-weight:300;
        font-size:17px;
    }
    .hideNav:hover{
        color:#FFF;
    }
    .sub-menu {
        display:none;
    }
    .toggled-on .sub-menu {
        position: absolute;
        top: 0px;
        left: 100%;
       background-color: #00372C;
        height: 100%;
        width: 180px;
        padding-top: 40px;
        box-shadow: 5px 0 5px rgba(0,0,0,0.3);
        padding-left: 20px;
    }

    .toggled-on .subNavBtn {
        color: #FFF;
        cursor: pointer;
        float: right;
        width: 28px;
        text-align: center;
    }
    .toggled-on .sub-menu .sub-menu {
        position: relative;
        display: block;
        left: auto;
        height: auto;
        width: auto;
        padding-top: 0;
        box-shadow: none;
    }
    .toggled-on .closer {
        color: rgba(255,255,255,0.56);
    }
    .toggled-on .sub-menu .sub-menu .closer {
        display: none;
    }
    .toggled-on .sub-menu li{
        text-transform: none;
        margin: 2px 5px 12px;
    }
}


/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
#secondary .widget{
    background-color : #EDEDED; 
	border-radius: 10px;
	overflow: hidden;
}
.widget-area .widget h3 {
    margin: 0px 0 20px;
    letter-spacing : 1px;
    text-transform : uppercase;
    font-weight : bold;
    font-size : 19px;
    color : var(--wp--preset--color--ptm-green);
}
#secondary .widget h3 {
    color : #FFF; 
    background-color : var(--wp--preset--color--ptm-green); 
    padding: 5px 10px;
    margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height:normal;
}
.widget-area .widget p {
	line-height:normal;
    margin-bottom: 12px;
	
}
.site-info .menu-widget li,
.site-info .widget_display_topics li,
.site-info .widget_nav_menu li {
	line-height:normal;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 15px;
}
#secondary .widget li {
    margin-left: 0;
}
#secondary .textwidget {
    padding: 10px;
}

.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: var(--wp--preset--color--ptm-green);
}

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


.search-form  .search-submit {
	display: none;
}
#secondary .widget ul {
    padding-bottom: 10px;
     margin: 5px 0 0 0px;
}
#secondary .widget_recent_entries ul {
	margin-left: 20px;
}
#secondary .widget li{
    list-style: disc;
    padding: 2px;
}
#secondary .product-cats {
    font-size: 14px;
    padding-bottom: 0px;
}
#secondary .product-cats ul {
    margin: 0;
    padding-bottom: 0;
}

#secondary .product-cats ul ul,
#secondary .menu-widget ul ul {
    margin: 0;
}
#secondary .menu-widget li,
#secondary .product-cats li{
    list-style: none;
	margin: 0;
	padding: 0;
}
#secondary .product-cats li li ,
#secondary .menu-widget li li {
	margin: 0;
	padding: 0;
}
#secondary .product-cats li li a,
#secondary .menu-widget li li a{
    padding: 5px 20px ;
}
#secondary .product-cats li a,
#secondary .menu-widget li a {
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}
#secondary .product-cats li a:hover,
#secondary .menu-widget li a:hover {
	background-color: var(--wp--preset--color--ptm-green);
	color: #FFF;
}

#secondary .product-cats .children,
#secondary .menu-widget .children{
    display: none;
}
#secondary .product-cats .current-cat .children, 
#secondary .product-cats .current-cat-ancestor .children,
#secondary .menu-widget .current_page_item .children, 
#secondary .menu-widget .current_page_ancestor .children {
    display: block;
}
#secondary .product-cats li.current-cat > a ,
#secondary .product-cats li.current-cat-ancestor > a,
#secondary .menu-widget li.current_page_item > a ,
#secondary .menu-widget li.current_page_ancestor > a {
    font-weight: bold;
}

/* Fix sub cat bug*/
.archive #secondary .product-cats li.current-cat .children .current-cat > a { font-weight: normal; }
.archive #secondary .product-cats li.current-cat-ancestor .children .current-cat > a { font-weight: bold; }

/* Footer */

#site-footer {
	clear: both;
	padding: 0;
	background-color:var(--wp--preset--color--ptm-green);
	font-size : 14px;
    color : #666666;
	}
#site-footer .site-info {
    background-color:#f2f2f2;
    padding-top: 30px;
}

#site-footer a {
    color : #666666;
    
}
#site-footer a:hover {
    color : var(--wp--preset--color--ptm-green);
    
}
#site-footer a .fab {
   color: var(--wp--preset--color--ptm-green);
    margin-right: 4px;
}
.footer-widgets .widget_nav_menu ul {
        columns: 2;
    }
#site-footer .textwrap,
#credits-and-copyright{
	max-width: 1280px;
	margin: 0 auto;
    padding: 10px 20px 40px;
    box-sizing: border-box;
    font-size : 15px;
   
}
#credits-and-copyright{
    text-align: center;
     color : rgba(255,255,255,0.70);
	position: relative;
	padding-top: 30px;
	line-height: normal;
	
}
#credits-and-copyright:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	background-color: var(--wp--preset--color--ptm-green);
	top: -29px;
	left: calc(50% - 40px);
	clip-path: polygon(50% 0, 0% 100%, 100% 100%);
	width: 80px;
	height: 30px;
}
#credits-and-copyright .motif { display: none; }


#credits-and-copyright p {
    margin: 0px 0 0;
}
#credits-and-copyright a {
	color : rgba(255,255,255,0.70);
	text-decoration: none;
}
#credits-and-copyright a.credit {
	color : rgba(255,255,255,0.50);
	text-decoration: none;
}
#credits-and-copyright a:hover {
	color: #FFF;
	text-decoration:underline;
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-left:20px;
	padding-right:20px;
    max-width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
}
.super-full-width #main {
	padding: 0;
	max-width: 100%;
	margin: 0;
}
.super-full-width #primary.site-content {
	float: none;
	margin: 0;
	padding: 0;
}
.super-full-width .site-header {
	padding-bottom: 0;
}
.super-full-width .site-content article {
	margin: 0;
	padding: 0;
}
#breadcrumbs {
    font-weight : bold;
  font-size : 12px;
  letter-spacing : 0.6px;
  text-transform : uppercase;
  color : #979797;
    margin-bottom: 24px;
}
#breadcrumbs a {
   color : #6D6D6D; 
}
#breadcrumbs a:hover {
   color : #444444; 
}
#breadcrumbs .breadcrumb_last {
    display: none;
}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 30px;
	line-height: normal;
	/*font-family : Cambo;*/
    font-weight: bold;
    color : #00483A;
}
.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;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}

.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;
    color : #00483A;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    /*font-family : 'Cambo', serif;*/
    font-weight: normal;
}
.has-ptm-green-background-color h1,
.has-ptm-green-background-color h2,
.has-ptm-green-background-color h3,
.has-ptm-green-background-color h4,
.has-ptm-green-background-color h5,
.has-ptm-green-background-color h6 {
	color: currentColor;
}

.entry-content h1 {
	font-size: 36px;
    font-weight: 300;
}
.entry-content h2 {
	font-size: 28px;
    font-weight: bold;
}
.entry-content h3 {
	font-size: 24px;
    font-weight: 600;
}
.entry-content h4{
	font-size: 18px;
}
.entry-content h5 {
	font-size: 15px;
}
.entry-content h6 {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content a {
    text-decoration: underline;
    color:var(--wp--preset--color--ptm-green);
}
.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,
.mu_register 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;
}
.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%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.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:'';
}
/*Slider*/
.wp-block-cb-carousel-v2[data-cb-pagination="true"] .swiper-horizontal {
	margin-bottom: 0 !important;
}
/*Gutenberg*/
.wp-block-media-text .wp-block-media-text__content {
	position: relative;
	z-index: 1;
}
.wp-block-media-text .wp-block-media-text__content:after {
	content: "";
	width: 30px;
	height: 80px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: block;
	position: absolute;
	z-index: 10;
	right: -29px;
	top: calc(50% - 40px);
	background-color: var(--wp--preset--color--ptm-green);
}
@media screen and (max-width:600px) {
	.is-stacked-on-mobile.wp-block-media-text .wp-block-media-text__content:after {
		top: -29px;
		left: calc(50% - 40px);
		clip-path: polygon(50% 0, 0% 100%, 100% 100%);
		width: 80px;
		height: 30px;
	}
}



.wp-block-spacer {
	margin-block-start: 0px;
}

.entry-content .wp-block-buttons .wp-block-button__link {
	text-decoration: none;
}

.wp-block-query ul {
	list-style: none;
}
.wp-block-query li {
	padding-left: 0;
	margin-left: 0;
}
.wp-block-query li a {
	color: currentColor;
}
.wp-block-query .wp-block-post-excerpt__more-text{
	font-size: 13px;
}
.wp-block-query .wp-block-post-title a {
	text-decoration: none;
}
.entry-content ul.is-style-tick-list > li,
.entry-content ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}
.wp-block-gallery.contain-images img  {
    object-fit: contain !important;
}
ul.lined-list {
    list-style: none;
    border-top: 1px solid #333;
}
ul.lined-list li {
    margin: 0;
    padding:20px;
    border: 1px solid #333;
    border-top: none;
    line-height: 1.6;
}

/* 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);
} 
.pop-in:hover:has(a) { transform: scale(1.1); }

.subtle-pop-in {
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
    transform: scale(1);
}
.anim-fx.slide-up{
    transform: translateY(50px);
    transition: 700ms ease-out;
}
.anim-fx.slide-up.in-view {
    transform: translateY(0px);
}



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

/* BUTTONS */
.entry-content .button,
.summary-view .readmore,
.summary-view .read-more,
.download-links a {
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid var(--wp--preset--color--ptm-green);
    color: var(--wp--preset--color--ptm-green);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.summary-view .read-more {
    clear: both;
}
.summary-view .readmore em {
    font-style: normal;
}
.entry-content .button:hover,
.summary-view .readmore:hover,
.download-links a:hover {
    background-color: var(--wp--preset--color--ptm-green);
    color: #FFF;
}
.entry-content .button.whiteText {
    color: #FFF;
    border-color: #FFF;
}
.entry-content .bg-green .button,
.entry-content .button.greenOnWhite {
    color: #00483a;
    border-color: #FFF;
    background-color: #FFF;
}

.entry-content .button.redOnWhite {
    color: var(--wp--preset--color--ptm-green);
    border-color: #FFF;
    background-color: #FFF;
}
.entry-content .bg-green .button:hover,
.entry-content .button.redOnWhite:hover,
.entry-content .button.greenOnWhite:hover {
    color: #242323;
    background-color: rgba(255,255,255,0.90);
}
/* = HOME PAGE
-------------------------------------------------------------- */
.home #main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
}
.home article {
    margin: 0;
    padding: 0;
}
.home .site-content {
    margin: 0;
}
.home-group {
    clear: both;
}
.home-group h3 {
    font-size: 34px;
    font-weight: bold;
}
.home-group .text-wrap {
    max-width:1240px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}
.home-hero-info .text-wrap {
    padding-top: 0;
}
.home-group .text-wrap:after {
    clear: both; display: block; content: '';
}
.photobanner {
    background-color: #333;
  
}
#sq-slideshow {
	height:200px;
	position:relative;
	z-index:100;
	box-sizing: border-box;
	text-align: center;
    margin: 0 -20px 0px;
}

#sq-slideshow .slides {
	position:relative;
	width:100%;
	height:100%;
	z-index:10;
}
#sq-slideshow .slide {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	overflow:hidden;
	transform: translateY(-50%);
	z-index:10;

	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
#sq-slideshow .slide  {
	opacity: 0;
	visibility: hidden;
	z-index:10;
}

#sq-slideshow #slide-1 {
	opacity: 1;
	visibility: visible;
}
.slide-prev,
.slide-next {
	font-size: 36px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 20px;
	z-index: 999999;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.slide-next {
	right: 20px;
	left: auto;
}


#sq-slideshow h2 {
    color: #FFF;
    font-size : 22px;
    font-weight: bold;
	line-height: normal;
	margin: 0 auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0px;
	left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 0 10px;
	/*transform: translateY(-30%) translateX(-50%);*/
    opacity: 0;
    transition: opacity 600ms ease-out, padding 300ms ease-out;
    background-color: rgba(0,0,0,0.30);
    overflow: hidden;
}
#sq-slideshow h2.active {
    opacity: 1;
    padding-bottom: 45px;
    /*transform: translateY(-50%) translateX(-50%);*/
}

/*The Nav*/
.slider-nav {
	position: absolute;
	bottom:0px;
	left: 0;
	display:block;
	z-index:9999;
    /*background-color: rgba(0,0,0,0.30);*/
    width: 100%;
    box-sizing: border-box;
    height: 28px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 5px;
}
.slider-nav ul,
.testimonial-nav ul {
	list-style-type: none;
	margin: 0;
    text-align: center;
}
.testimonial-nav ul {
    text-align: left;
}
.slider-nav li,
.testimonial-nav li {
	display: inline-block;
	margin: 0 6px;
     line-height: 20px;
}
.slider-nav a,
.testimonial-nav a {
	background: transparent;
    border: 1px solid #FFF;
	display: block;
	width: 8px;
	height: 8px;
	line-height:10px;
	border-radius:10px;
}
.slider-nav a.active,
.testimonial-nav a.active{
	background:#FFF;  
	cursor: default;
	opacity: 1;
}




.latest-product {
    background-color:#00483a;
    text-align: center;
    font-weight : bold;
    font-size : 16px;
    color : #FFF5DA;
    padding: 20px;
    margin: 0 -20px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
}
.home-group .latest-product h3 {
    /*font-family : 'Cambo', serif;*/
    font-size : 27px;
    font-weight: 300;
    color : #FFE49F;
    margin-bottom: 10px;
}
.latest-product .img{
    background-color: #FFF;
    margin-bottom: 10px;
    min-height: 50px;
    color: #CCC;
}
.latest-product .title{
    margin-bottom: 10px;
}
.latest-product .links a{
    white-space: nowrap;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 12px;
    letter-spacing: 0.5px;
}
.latest-product .new-product {
    position: absolute;
    background-color: #00483a;
    top: 60px;
    left: 10px;
    width:calc(100% - 20px);
    height:calc(100% - 60px);
    display: none;
}
.latest-product .new-product.active {
    display: block;
}
.np-nav {
    display: none;
}

@media screen and (max-width:639px){
    .latest-product {
        min-height: 250px;
    }
    
    .latest-product .img{
        display: none;
    }
}
@media screen and (max-width:400px){
    .latest-product .links a {
        font-size: 12px;
    }
}
@media screen and (min-width: 480px) {
	#sq-slideshow,
    .latest-product {
		height:300px;
	}
}
@media screen and (min-width: 640px) {
    .home-hero-info .text-wrap {
    padding-top: 20px;
}
	#sq-slideshow {
		height:400px;
        margin: 0px;
	}
    #sq-slideshow h2 {
        font-size : 34px;
    }
    .latest-product {
        padding: 10px;
         margin: 0;
        height:400px;
    }
    .latest-product .base {
        background-color:#00483a;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 10px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 960px) {
	#sq-slideshow,
    .latest-product{
		height:465px;
	}
    .latest-product .img{
        height: 260px;
    }
    
    .home-clients .text-wrap,
    .home-feeds .text-wrap {
        padding: 40px 20px;
    }
}
@media screen and (min-width: 1100px) {
    .latest-product .img{
        height: 290px;
    }
}
.bg-red {
   background-color:var(--wp--preset--color--ptm-green);
   color: #FFF;
}
.bg-green {
   background-color:#00483a;
    color: #FFF;
}
.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-green h1,
.bg-green h2,
.bg-green h3 {
    color: #FFF;
}

.home-product-cats,
.home-clients,
.home-product-cats h3,
.home-clients h3 {
    text-align: center;
}
.home-product-cats h3,
.home-clients h3 {
    color:var(--wp--preset--color--ptm-green);
}

.home-about.hasImage h1{
    font-size: 27px;
    padding-top: 15px;
}

.category-grid:after {
    clear: both;
    display: block;
    content: '';
}
.category-grid a {
    display: block;
    position: relative;
    width: 49%;
    padding-bottom: 40%;
    background-size: cover;
    float: left;
    margin-top: 10px;
    font-weight: 600;
    background-color: #E8E8E8;
    margin-right: 2%;
    overflow: hidden;
}
.category-grid a:nth-child(2n){
    margin-right: 0;
}
.category-grid a span {
    background-color: rgba(131,65,74,0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing:border-box;
    padding: 10px;
    color: #FFF;
    font-size: 17px;
    transition: 300ms;
    
}
.category-grid a:hover span {
    padding: 47% 10px;
     background-color: rgba(131,65,74,0.9);
}
@media screen and (min-width:640px){
    .category-grid a {
        width: 32%;
        padding-bottom: 32%;
        margin-right: 1.33%;
    }
    .category-grid a:nth-child(2n){
        margin-right: 1.33%;
    }
    .category-grid a:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (min-width:1200px){
    .category-grid a {
        width: 16%;
        padding-bottom: 16%;
        margin-right: 0.8%;
        
    }
    .category-grid a:nth-child(2n),
    .category-grid a:nth-child(3n){
        margin-right: 0.8%;
    }
    .category-grid a:nth-child(6n){
        margin-right: 0;
    }
    .category-grid a span {
        min-height: 54px;
    }
    
}

.home-about.hasImage{}
.about-image {
    background-size: cover;
    height: 200px;
}
@media screen and (min-width:640px){
    .home-about.hasImage{
        position: relative;
    }
    .home-about.hasImage .text-wrap * {
        margin-right: 52%;
    }
    .about-image {
        position: absolute;
        width: 50%;
        left: 50%;
        height: 100%;
        top: 0;
        opacity: 0.9;
        overflow: hidden;
    }
    .about-image:before {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        background-color:#00483a;
        transform: rotate(45deg);
        margin-left: -25px;
            
    }
}

.news-feed h4 {
    font-size : 20px;
    font-weight: bold;
}
.news-feed a {
    color: #FFF;
     text-decoration: none;
}
.news-feed .news-item {
    color: rgba(255,255,255,0.84);
    padding-bottom: 20px;
}
.news-feed p {
    margin-bottom: 0;
}

.image-slider,
.clients-carousel{
    width: 100%;
    height: 100px;
    position: relative;
    
}
.image-slider {
    overflow: hidden;
}
.clients-carousel .logoNav {
    position: absolute;
    left: -30px;
    top: 20px;
    font-size: 30px;
    color: #B6B6B6;
    cursor: pointer;
}
.clients-carousel .logoNav.right {
    left: auto;
    right: -30px;
}
.clients-carousel .logos {
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    height: 100px;
    line-height: 100px;
    text-align: left;
}
.image-slider .logos span {
    display: block;
    float: left;
    margin: 0 15px 0 0;
}
.image-slider .logos a {
    display: block;
    height: 100%;
    width: 100%;
}
.image-slider .logos img {
    height: 80px;
    width: auto;
    margin: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter 300ms;
	max-width: 200px;
  object-fit: contain;
}
.image-slider .logos a:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.home #all-testimonial-feed {
    padding-bottom: 20px;
}
.home #all-testimonial-feed .testimonials {
    position: relative;
}
.home .testimonial {
    position: relative;
}
.testimonials-feed {
    background-color: rgba(0,0,0,0.2);
    margin: 30px -20px -20px;
    padding: 20px;
}
@media screen and (min-width:760px) {
    .latest-product,
    .photobanner,
    .news-feed,
    .testimonials-feed{
        box-sizing: border-box;
        min-height: 200px;
    }
    .photobanner {
        width: 66.66%;
        border-right: 5px solid #FFF;
        float: left;
    }
    .latest-product {
        width: 33.33%;
        border-left: 5px solid #FFF;
        float: right;
    }
    .home-feeds {
        position: relative;
    }
     .home-feeds:before {
        position: absolute;
         left: 50%;
         width:50%;
         height: 100%;
         background-color: rgba(0,0,0,0.15);
         content: '';
         z-index: 1;
    }
    .home-feeds:after {
        clear: both;
        display: block;
        content: '';
    }
    .home-product-cats {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news-feed {
        width: 50%;
        float: left;
        padding-right: 30px;
    }
    .testimonials-feed {
        padding: 0;
        padding-left: 30px;
        width: 50%;
        float: left;
        background-color: transparent;
        margin: 0;
    }
}
/* 
-------------------------------------------------------------- 
 */

/* Header Banner Photos */
.hentry .hero-image {
    background-color: #333;
    position: relative;
    padding-bottom: 40%;
    text-align: center;
    margin-bottom: 50px;
    background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}
.hentry .hero-image:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
}
.hentry .hero-image h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #FFF;
    transform: translatey(-50%);
    line-height: normal;
    font-weight: bold;
    /*font-family: 'Cambo',serif;*/
    font-size: 40px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
    z-index: 10;
}
@media screen and (min-width:960px){
    .hentry .hero-image h2 {
        font-size: 60px;
    }
}

/* Product Info */
.downloads-list ul {
    column-count: 2;
}
.downloads-list li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 8px;
}
.downloads-list li a:before {
  content: "\f138"; /* chev right circle */
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
     color: var(--wp--preset--color--ptm-green);
}
.downloads-list a {
    text-decoration: none;
     color: var(--wp--preset--color--ptm-green);
}


/* Testimonials */
.testimonial {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 25px;
    padding-top: 25px;
}
.testimonial .blurb {
    padding-left: 40px;
    position: relative;
    clear: both;
    min-height: 30px;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 300;
}
.testimonial .blurb:before {
    font-family:Georgia, "Times New Roman", Times, serif;
    position: absolute;
    font-size: 60px;
    color: #CCC;
    content: "\201C";
    left: 0;
}
.testimonial .credit {
    padding-left: 40px;
    padding-top: 15px;
}
.testimonial .img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    margin-top: -15px;
    border: 2px solid var(--wp--preset--color--ptm-green);
}
.testimonial .img img {
    width: 100%;
    height: auto;
}
.testimonial .credit {
    font-weight: bold;
}
.testimonial .credit em{
    display: block;
}
.home .testimonial .blurb:before {
    color: rgba(255,255,255,0.5);
}
.home .testimonial {
    border: none;
    padding: 0 0 20px;
}

/* CATEGORY
-------------------------------------------------------------- */
.cats-grid:after {
    clear: both; display: block; content: '';
}
.cats-grid a {
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
	flex-wrap: wrap;
    float: left;
    width: 48%;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 4% 4% 0;
    /*font-family : Cambo;*/
    font-weight: bold;
    font-size : 16px;
    color: var(--wp--preset--color--ptm-green);
    transition: 300ms;
    overflow: hidden;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	text-decoration: none;
	
}
.cats-grid a:hover {
    color : #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3), 0px 0px 20px rgba(0,0,0,0.2);
    background-color: var(--wp--preset--color--ptm-green);
}
.cats-grid a:hover .name {}

.cats-grid a .image{
    width: 100%;
    aspect-ratio:1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*mix-blend-mode: multiply;*/
    background-color: #FFF;
}
.cats-grid.products-mode a .image{
     background-size: contain;
}
.cats-grid a .name {
    /*position: absolute;
    top: 0;
    left: 0;
    
    background-color: #EDEDED;
    line-height: normal;
    transition: background-color 300ms;*/
	width: 100%;
	padding: 10px;
    box-sizing: border-box;
	display: block;
	line-height: normal;
	text-decoration: none;
	height: 65px;
	overflow: hidden;
}
.cats-grid a .link-label {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	color: var(--wp--preset--color--ptm-green);
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cats-grid a:nth-child(2n) {
     margin-right: 0;   
}
/*Products as outline only*/
.cats-grid.products-mode a{
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--ptm-green);
}
.cats-grid.products-mode a:hover{
    /*border-color: #903743;*/
}

.cats-grid.products-mode a .name { 
    background-color: var(--wp--preset--color--ptm-green);
    color: #FFF;
}


@media screen and (min-width:760px){
    .cats-grid.cat-mode a {
        width: 32%;
        margin-right: 2%;
        /*padding-bottom: 40%;*/
    }
    .cats-grid.cat-mode a:nth-child(2n) {
         margin-right: 2%;   
    }
    .cats-grid.cat-mode a:nth-child(3n) {
         margin-right: 0;   
    }
    .cats-grid.products-mode a {
        width: 49%;
        margin-right: 2%;
        /*padding-bottom:calc(45% + 20px);*/
    }
    .cats-grid.products-mode a:nth-child(even) {
         margin-right: 0%;   
    }
  
}
@media screen and (min-width:960px){
    .cats-grid.cat-mode a {
        width: 23.5%;
        margin-right: 2%;
        /*padding-bottom: 28%;*/
    }
    .cats-grid.cat-mode a:nth-child(3n) {
         margin-right: 2%;   
    }
    .cats-grid.cat-mode a:nth-child(4n) {
         margin-right: 0;   
    }
    /*.cats-grid.products-mode a {
        padding-bottom: 32%;
    }*/
}

/* New Products */
.new-products-grid a {
    display: block;
}


/* PRODUCT
-------------------------------------------------------------- */
.pt {
    padding-top:20px;
}
.product-image {
    margin-bottom: 20px;
}
.product-image img {
    border: 1px solid var(--wp--preset--color--ptm-green);
}
.toggles {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.toggles span {
    cursor: pointer;
    margin-right: 10px;
    color: #4E4E4E;
}
.toggles span:hover {
   color: var(--wp--preset--color--ptm-green); 
}
.toggles span .fas {
    color: var(--wp--preset--color--ptm-green);
}
.on .fa-square,
.off .fa-check-square {
    display: none;
}
.toggles .off {
    color: #979797;
}
.pt * {
    box-sizing: border-box;
}
.pt .theader {
    background-color: #00483A;
    color: #FFF;
}
.pt .theader:after,
.pt:after,
.pt-item:after{
    clear: both;
    display: block;
    content: '';
}
.pt {
    border-bottom: 1px solid #CCC;
}
.pt .theader .cell {
    padding: 10px;
    float: left;
    width: 16%;
    background-color: #00483A;
    font-weight: bold;
    font-size : 13px;
    text-transform : uppercase;
    box-sizing: border-box;
}
.pt-item {
    clear: both;
    position: relative;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    min-height: 40px;
}
.pt .theader .length {
    width: 12%;
}
.pt .theader .code {
    float: left;
    width: 20%;
}
.pt .pt-item .code {
    padding:  15px 10px;
    width: 20%;
    background-color: rgba(0,0,0,0.08);
    position: absolute;
    height: 100%;
    font-weight: bold;

}
.pt .specs,
.pt .assets {
    padding: 5px 0;
    float: right;
    width: 80%;
     box-sizing: border-box;
}
.pt .even {
    background-color: #F0F0F0;
}
.pt .specs .cell {
    width: 20%;
    float: left;
    padding: 10px;
}
.pt .assets {
    padding: 0px 10px 15px; 
}
.pt.showAssets .rule {
    border-bottom:1px solid #CCC;
    height: 5px;
    margin-bottom: 10px;
}
.specsHidden .rule {
    display: none;
}
.specsHidden .assets {
    padding-top: 10px;
}
.specsHidden .theader .size,
.specsHidden .theader .desc,
.specsHidden .theader .timber,
.specsHidden .theader .grade,
.specsHidden .theader .length {
    visibility: hidden;
}
.pt .assets a {
    font-weight : bold;
    font-size : 14px;
    line-height : 30px;
    text-transform : uppercase;
    background-color : var(--wp--preset--color--ptm-green);
	color: #FFF;
	padding: 0 17px;
	border-radius: 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-decoration: none;
	display: inline-block;

}
.pt .assets a:hover {
    background-color : #5C1C24;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.7);
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    border:5px solid #FFF;

}
/*Small Screen mode*/
.sml-mode {
    display: none;
}
@media screen and (max-width:480px){
    .theader .size,
    .theader .desc,
    .theader .timber,
    .theader .grade {
        display: none;
    }
    .pt .pt-item .code {
        width:32%;
    }
    .pt .specs, .pt .assets {
        width: 68%;
    }
    .sml-mode {
        display: inline-block;
        width: 70px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight:bold;
    }
    .pt .specs .cell {
        width: 100%;
        float: none;
        padding: 10px 10px 5px 10px;
    }
    .pt .assets a {
        display: block;
    }
}

/* Create an account*/
ul.download-links {
    list-style: none;
}
ul.download-links:after {
    clear: both;
    display: block;
    padding-top: 15px;
    content: '';
}
ul.download-links li {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
}
ul.download-links a {
    display: inline-block;
    position: relative;
  
}
ul.download-links a:before {
    content: '\f358';
    font-family: "Font Awesome 5 Free"; font-weight: 900;  display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
.post-83 h4 {
    /*background-color: #00483A;
    color: #FFF;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 15px;*/
    margin-bottom: 20px;
}
/* Client Gallery*/
.client-gallery {
    list-style: none;
    margin: 0;
    padding:0;
}
.client-gallery li {
    display: block;
    float: left;
    width: 180px;
    list-style: none;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
    margin: 0;
    padding:0px 20px 20px 0;
}
.client-gallery li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    line-height: 150px;
}

/* Stores */
.postcode-searchbar {
    background-color: #EDEDED;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 32px;
}
.postcode-searchbar .label{
    font-weight: bold;
    color: #00483A;
    margin-right: 5px;
}
.postcode-searchbar input {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    border: none;
    -webkit-appearance:none;
    box-sizing: border-box;
}
/*.postcode-searchbar .icon {
    margin-left: -27px;
    color: #ADADAD;
}*/
 .postcode-searchbar button {
     background-color: #00483A;
     color: #FFF;
     border:none;
     -webkit-appearance:none;
     height: 32px;
     width: 32px;
     margin-left: -6px;
     box-sizing: border-box;
     transform: translateY(-3px);
}
.resellers-grid {
    padding-top: 30px;
}
.resellers-grid .store-info {
    border: 1px solid #E0E0E0;
    position: relative;
    border-radius: 2px;
    padding-bottom: 0;
}
.entry-content .resellers-grid h1 {
    font-size: 19px;
    color: #FFF;
    margin-bottom: 0px;
}
.entry-content .resellers-grid .entry-header {
    margin-bottom: 10px;
    min-height: 55px;
    background-color: var(--wp--preset--color--ptm-green);
    padding: 10px;
}
.store-info .details {
    margin-bottom: 10px;
    min-height: 150px;
    padding: 10px;
    overflow: hidden;
}
.store-info p {
    margin-bottom: 5px;
}
.store-info .details p {
    position: relative;
    padding-left: 25px;
}
.store-info .details a {
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
.old-browser .store-info .email a {
  font-size: 12px;
}
.store-info a {
    text-decoration: underline;
}
.store-info .fas {
    color: var(--wp--preset--color--ptm-green);
    position: absolute;
    left: 0px;
    top: 2px;
}
.store-info .cta-btn {
    margin: 0 10px 20px 10px;
}
.entry-content .store-info iframe {
    width: 100%;
    margin-bottom: 0;
    display: block;
}
.mini-edit-link {
    position: absolute;
    top: 0;
    right: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.41);
}
/*Single store view*/
.single-sq_stores .store-info iframe {
    width: 100%;
    height: 300px;
    border: 5px solid #E8E8E8;
}

#cflb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 999998;
    display: none;
    
}
#cf-lightbox {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
#cf-lightbox .contact-poup {
    width: 90%;
    max-width:900px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    position: relative;
    
}
#cf-lightbox .contact-poup #cflb-close {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #FFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
     box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    cursor: pointer;
}
#cf-lightbox .contact-poup #cflb-close:hover {
   color:var(--wp--preset--color--ptm-green); 
}
#cf-lightbox .wpcf7 h3 {
    font-size: 28px;
}
.wpcf7 p.hidden {
    display: none;
}


@media screen and (min-width:480px){
    .resellers-grid .store-info {
        width: 48%;
        box-sizing: border-box;
        float: left;
        margin-right: 4%;
    }
    .resellers-grid .store-info:nth-child(2n) {
         margin-right: 0;   
    }
}
@media screen and (min-width:960px){
    .resellers-grid .store-info {
        width: 32%;
        box-sizing: border-box;
        float: left;
        margin-right: 2%;
    }
    .resellers-grid .store-info:nth-child(2n) {
         margin-right: 2%;   
    }
    .resellers-grid .store-info:nth-child(3n) {
         margin-right: 0;   
    }
}
@media screen and (min-width:1100px){
    .resellers-grid .store-info {
        width: 23.5%;
        float: left;
    }
    .resellers-grid .store-info:nth-child(3n) {
         margin-right: 2%;   
    }
    .resellers-grid .store-info:nth-child(4n) {
         margin-right: 0;
    }
    .resellers-grid .store-info:nth-child(4n+1) {
        clear: both;
    }
}
/* Reseller Login*/
.rs-box {
    box-sizing: border-box;
}
.rs-box h3{
    /*background-color:var(--wp--preset--color--ptm-green);
    color: #fff9ea;
    padding: 10px;*/
    border-bottom: 2px solid #00483A;
    padding-bottom: 5px;
    border-radius: 3px;
}
#loginform {
    border-top: 1px dotted #CCC;
    padding-top: 20px;
    position: relative;
    margin-top: 20px;
}

#loginform:after {
    clear: both; display: block; content: '';
}
#loginform .login-username label,
#loginform .login-password label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
#loginform .login-username input,
#loginform .login-password input {
    width: 100%;
}
#loginform .login-remember {
    float: left;
    padding-top: 5px;
    font-size: 13px;
}

#loginform .login-submit {
    float: right;
}
#loginform .login-submit input {
   line-height: normal;
    background-color: var(--wp--preset--color--ptm-green);
    color: #FFF;
}
#loginform .login-submit input:hover {
    background-color: #743941;
}
@media screen and (min-width:760px){
    .rs-box {
        width: 48%;
        float: left;
        border:1px solid #CCC;
        padding: 20px;
    }
    .become-reseller-box {
        margin-left: 4%;
    }
    #loginform .login-username,
    #loginform .login-password  {
        width: 48%;
        float: left;
    }
    #loginform .login-password {
        padding-left: 4%;
    }
}


/* News*/
.summary-view {
    border:1px solid #CCC;
    padding: 15px 15px 1px;
    line-height: normal;
}
.job.summary-view {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.summary-view h1.entry-title {
    margin-bottom: 8px;
    font-size: 28px;
}
.summary-view h1 a {
    color: var(--wp--preset--color--ptm-green);
}
.summary-view .post-meta,
.entry-header .post-meta {
    text-transform: uppercase;
    color: #979797;
}
.single .entry-header .post-meta {
    padding-top:15px;
}
.summary-view .entry-content p:last-child {
    margin-bottom: 0;
}

.summary-view .news-photo {
    margin: -15px -15px 15px;
    width: calc(100% + 30px);
    max-width: 140%;
    height: auto
}
@media screen and (min-width:760px){
    .summary-view.has-thumbnail {
        position: relative;
        padding-right: 35%;
    }         
   .summary-view .news-photo {
       height: 100%;
       width: auto;
       margin: 0;
       display: block;
       max-width:none;
    }
   .summary-view .thumb-photo {
        position: absolute;
       right: 0px;
       top: 0px;
       margin: 0;
        z-index: 999;
       width: 33%;
       height: 100%;
       display: block;
       overflow: hidden;
       
       
    } 
}

/* CONTACT
-------------------------------------------------------------- */


.contact-page #main {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.contact-page article {
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-page .entry-content {
    margin-bottom:0px;
}
.contact-page .contact-form {
    margin:0px -20px;
}
.contact-page .gmap{
    width: 100%;
}
.contact-page .gmap iframe {
    width: 100%;
    display: block;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.contact-page .contact-dets {
    background-color:#00483A;
    padding: 20px;
    color: #FFF !important;
    margin: 0 -20px 0px;
    font-size: 1.1em;
}
.contact-page .contact-dets * {
   color: #FFF !important; 
    text-decoration: none;
    
}
.contact-page .entry-content .size-medium {
    width: 100%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.contact-page #primary {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
    box-sizing: border-box;
    margin: 24px auto 0;
    float: none;
}
.contact-page  .bg-red,
.contact-page  .about-image:before {
    background-color:#00483a;
}

@media screen and (min-width:640px) {
    .contact-page .about-image {
        position: relative;
        width: auto;
        left: 0;
        height: 200px;
    }
}
@media screen and (min-width:760px) {
    .contact-page .entry-content {
        margin-bottom:50px;
    }
    .contact-page .contact-dets {
        width: 38%;
        float: right;
        border-radius: 3px;
        margin: 0;
    }
    .contact-page .contact-form {
        width: 55%;
        float: left;
        margin: 0;
    }
    .contact-page .gmap{
        width: 55%;
        padding: 10px 0;
    }
    .contact-page .about-image {
        left: calc(55% + 20px);
        width: 45%;
        height: 100%;
        position: absolute;
    }
    .contact-page .home-about {
        overflow: hidden;
    }
    .contact-page article {
        padding-bottom: 40px;
    }
}
@media screen and (min-width:1100px) {
    .contact-page .about-image {
        left: calc(55% + 10px);
    }
}
/* FORMS 
-----------------------------------------------*/
div.wpcf7 {
	padding: 20px !important;
	margin-bottom: 0;
    background-color: #EDEDED;
    border-radius: 2px;
    box-sizing: border-box;
    
}
.wpcf7 .group {
    padding-bottom: 15px;
}
.wpcf7 .withLabels label {
    line-height: normal;
  padding:10px 0;
}
/*.wpcf7 .withLabels p {
    margin-bottom: 10px;
}*/
.wpcf7 .group textarea {
    height: 100px;
}
.wpcf7 .no-show {
    position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.wpcf7 p.accept {
    line-height: normal;
    padding-top: 20px;
}
.job-resume {
    background-color: #FFF;
    padding: 5px;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #CCC;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 h4,
.wpcf7 h3{
	margin:0 0 15px;	
	font-size:20px;
    /*font-family : Cambo;*/
    font-weight: bold;
    color: #00483A;	
}
.wpcf7 .group2 {
    padding-top: 20px;
}

.wpcf7 p {
	clear:both;
	line-height:32px;
	margin:0 0 3px;
	min-height:40px;
}
.wpcf7 p label {
	display:block;
	/*text-transform:uppercase;*/
}

.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 {
	display:block;
}

.wpcf7 p input.wpcf7-text,
.wpcf7 p input.wpcf7dtx-dynamictext {
	width:100%;
}
.wpcf7 p select {
	width:100%;
}
.wpcf7 p input.wpcf7-text:focus,
.wpcf7 p select:focus,
.wpcf7 p textarea:focus  {
	border-color:#00483A;
}
.wpcf7 textarea {
	height:155px;
	width:100%;
}
.wpcf7-select option {
    color: #333;
}
.wpcf7-select option:first-child {
    color: #646464;
}
.g-recaptcha {
    margin-bottom: 10px;
}
input.wpcf7-submit {
	background-color: #00483A;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}

input.wpcf7-submit:hover {
	background-color: #444444;
	background-image:none; 
	color:#fff;
}
span.wpcf7-not-valid-tip {
    color: var(--wp--preset--color--ptm-green);
    display: block;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}

div.wpcf7-validation-errors {
	border: 2px solid #9A1B33;
	background-color: #FFFBCA !important;
	line-height:normal;
	
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #00483A;
	background-color:#00483A !important;
    color: #FFF;
}
div.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 5px 8px;
    background-color: #E0E0E0;
    font-weight: bold;
}
 .wpcf7 .footer {
     margin-top: 10px;
     min-height: 40px;
}
.wpcf7 .footer:after {
    clear: both;
    display: block;
    content: '';
}
@media screen and (min-width:640px){
    .wpcf7 .footer {
        position: relative;
    }
    .wpcf7 .footer p {
        min-height: 0;
    }
    input.wpcf7-submit {
        position: absolute;
        top: 8px;
        right: 0;
    }
    .sq_reseller_page  input.wpcf7-submit {
        position: relative;
        top: 0;
    }
    div.wpcf7 .ajax-loader {
        position: absolute;
    }
}

/* =Media queries
-------------------------------------------------------------- */
@media (max-width: 768px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .hide-on-mobile {
        display: none !important;
        position: absolute;
        top: 200%;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .hide-on-mobile img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
	.columns-x1-on-mobile {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.columns-x2-on-mobile {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.columns-x3-on-mobile {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	body {
/*      --wp--preset--font-size--medium: 16px  !important; 
      --wp--preset--font-size--large: 24px  !important; */
      --wp--preset--font-size--x-large: 35px  !important;
    }
}
/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
    .entry-header .entry-title {
		font-size: 38px;
    }
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	/*Footer */
    .footer-widgets .widget {
        width: 31%;
        float: left;
        margin-right: 2%;
    }
    .footer-widgets .widget_nav_menu ul {
        columns: 1;
    }
    .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    }
}
@media (min-width: 768.1px) {
    .hide-on-desktop {
        display: none !important;
        position: absolute;
        right: -101%;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .hide-on-desktop img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }

    .site-title {
        
    }
	.site-header {
	    padding: 5px 0px 30px;
    }
    .mobile-header {
        display: none;
    }
    .quick-info {
        display: block;
        float: right;
        padding-top: 15px;
        width: 70%;
        margin: 0;
        margin-bottom: 10px;
    }
    .quick-contacts {
        background-color: transparent;
        text-align: right;
        float: left;
        width: calc(100% - 255px);
        padding-top: 37px;
    }
    .quick-contacts p {
        margin-bottom: 15px;
    }
    .phone-title {
        color: #19232b;
    }
    .quick-contacts .tel {
        font-size: 18px;
    }
    .fos {
        display: block;
        float: right;
        width: 230px;
    }
    .logo {
        max-width: 300px;
        width: 25%;
        padding-top: 30px;
        margin-top:0px;
        text-align: left;
        float: left;
    }
    .logo img {
        width: 100%;
        height: auto;
    }

    .quick-info {
        float: right;
    }
    .search-bar {
        width: 230px;
        margin-top: 8px;
    }
	.mobileNav {
		display: block;
		opacity:1;
        width: calc(100% - 240px);
	}
	.hideNav {
		display:none;
	}
	.main-navigation {
		float:none;
		margin-top:5px;
        clear: both;
        line-height: 48px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
       
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #FFF;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
        color: #FFF;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
    .main-navigation .nav-menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
	.main-navigation li li {
		margin: 0 0 0 0px;
        line-height: 2em;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
        line-height: normal;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
        line-height: normal;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
		border-top: 1px solid #00372d;
	}
	.main-navigation li ul li a {
		background-color: var(--wp--preset--color--ptm-green);
		border-bottom: 1px solid #00372d;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 210px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background-color: #00372d;
	}
    .main-navigation li ul ul li a {
        background-color: #00372d;
    }
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-page-ancestor > a {
		background-color: #00372d;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li.menu-item-has-children > a {
        padding-right: 15px;
    }
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 4px;
		height: 4px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 20px;
		right: 6px;
	}
	.main-navigation li > a:only-child:after {
	  content: '';
	}
	

	.menu-toggle {
		display: none;
	}


	.site-content {
		float: left;
		width: calc(100% - 270px);
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.super-full-width .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
	#secondary.widget-area {
		float: right;
		width: 230px;
	}
    
    .box-columnX2 {
        width: 45%;
        float: left;
        padding-right: 5%;
    }
	
	ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
    
}

/* Minimum width of 870 pixels. */
@media screen and (min-width: 870px) {

    .footer-widgets .widget_nav_menu ul {
        columns: 2;
    }

}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1100px) {
	.site-content {
		float: left;
		width: calc(100% - 300px);
	}
	
}
@media screen and (min-width: 1400px) {
	
	

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

}

/* =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;
	}
	.site-header {
		margin-bottom: 22px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.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;
	}
	

}