/* # Genesis Framework
Theme Name: Red Sentence Custom Theme  
Theme URI: http://www.redsentence.co.uk  
Description: RedSentence custom child theme using the Genesis Framwork.  
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Version: 2.4.2
Template: genesis
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */
.site-container {
	overflow-x: hidden;
}
html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.4rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	overflow-x:  hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #666;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing:2px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
.slides .text-center {
	text-align: center;
}
.slides .info-title {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 22px;
	padding-top: 20px;
}
/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
	font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1300px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: calc(100% - 260px);
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 240px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
	position: relative;
}

.widget_search input[type="submit"] {
    height: 30px;
    width:  30px;
    position: relative;
    float: left;
    padding: 0;
        background: none;
    font-size: 0;
}

.site-header .search-form:before {
/*    content: '\f002';
    font: var(--fa-font-regular);
    color:#000;*/
    content: '';
    background: url('images/search.svg') center center no-repeat;
    background-size: 50%;
    position:  absolute;
    left: 0;
    top: 0;
    width:  30px;
    height:  30px;
    display: block;
}

.basket {
    background: url('images/basket.svg') center center no-repeat;
    background-size: 50%;
    width:  30px;
    height:  30px;
    display: block;
}

input#searchform-1 {
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
    border: none;
}

section#search-2 {
    float:  left;
    width: calc(100% - 60px);
}

section#custom_html-3 {
    width: 60px;
    float: right;
    margin: 0;
    font-size:20px;
    margin-top: 10px;
}

.site-header .search-form {
    width: 100%;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration:  none;
}

.entry-title a:hover,
.entry-title a:focus {
	text-decoration:  underline;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 20px 0;
    text-align: center;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	width: 320px;
	display: inline-block;
    vertical-align: top;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat center;
	float: left;
    min-height: 100px;
    width: 100%;
    background-size: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	display: inline-block;
    vertical-align: top;
    width:  200px;
    margin-left:  240px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align:center;
	margin-bottom: 10px;
	background:#fff;
}

.nav-primary .genesis-nav-menu a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
    letter-spacing: 2px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #000;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

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

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    width: 30px;
    height: 30px;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    margin-right: 5px;
    line-height:30px;
    padding:0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    color: #000;
    line-height:30px;
    padding:0;
}

.woocommerce p.stock.available-on-backorder {
    color: #222!important;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none!important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000!important;
    color: #fff!important;
}

#gform_wrapper_2 {
    max-width: 500px;
    margin: 0 auto;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	/*padding: 20px;*/
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background:#f2f2f2;
	font-size: 14px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color:#000;
}

.site-footer:hover {
	color:#666;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widgets {
	background:#f2f2f2;
	padding: 60px 0 30px;
	font-size: 14px;
}

.footer-widgets a {
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets .wrap {
	border-top: 4px solid #000;
	padding-top: 30px;
}

#menu-social a {
    background: #000;
    width: 30px;
    height: 30px;
    display: block;
    color: #f2f2f2;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
}

#menu-social a:hover {
	background:#666;
}

.widget-area.footer-widget-area {
	width: 30%;
	float: left;
	padding-right: 60px;
}

.widget-area.footer-widgets-4.footer-widget-area {
	width: 10%;
	padding:0;
}

h4.widget-title.widgettitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.widget-area.footer-widgets-3 a {
	color:#000;
}

.widget-area.footer-widgets-3 p {
	margin:0;
}

.widget-area.footer-widgets-3 a:hover {
	color:#666;
	text-decoration: underline;
}

/* # General
---------------------------------------------------------------------------------------------------- */

p.narrow {
    max-width: 700px;
    margin: 0 auto 20px;
}

h1.has-text-align-center {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    position:relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

h1.has-text-align-center:after {
	content:'';
	width: 100px;
	height: 2px;
	background:#000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

/* # Woo
---------------------------------------------------------------------------------------------------- */

.berocket_single_filter_widget {
    margin-bottom: 40px;
}

.berocket_single_filter_widget h3 {
	font-size: 16px;
	text-transform: uppercase;
}

.woocommerce ul.products li, 
.woocommerce-page ul.products li {
	text-align:center;
}

.woocommerce .woocommerce-ordering {
	display: none;
} 

.woocommerce .woocommerce-ordering select {
    padding: 5px 10px;
    font-size: 14px;
}

h2.woocommerce-loop-product__title {
    font-size: 16px!important;
}

#title {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 40px;
    text-align: center;
    text-transform: uppercase;
}

.related.products {
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 1001;
    background: #fff;
}

.single-product #instagram,
.single-product #mailchimp,
.single-product .footer-widgets {
    position: relative;
    z-index: 1001;
    background: #fff;
}

input#coupon_code {
    width: 120px;
}

.related.products h2,
.up-sells.upsells.products h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 40px 0;
    font-weight: 400;
    position: relative;
}

.up-sells.upsells.products > h2:after {
	content: '';
	display: block;
    width: 100px;
    border-top: 4px solid #000;
    margin: 30px auto;
}

.up-sells.upsells.products {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.woocommerce-product-gallery__image {
    margin-bottom: 1px;
    border: 1px solid #eee;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	vertical-align: top;
}

#category-header.full-width {
    width: 100%;
    padding: 40px 0 10px;
}

#category-header.full-width h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-top: 20px;
}

#featured {
    padding: 0 60px;
    text-align: center;
}

#featured > h2,
#blogs > h2,
#intro h1,
.collapse h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight:  normal;
    margin: 40px 0;
    text-align: center;
}

#intro h1 {
	text-transform:  none;
	font-weight: 300;
	letter-spacing:  1px;
}


.collapse h3 {
	text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
    margin:10px 0;
    cursor: pointer;
}

.collapse h3:after {
	content: "+";
	float: right;
}

.collapse .collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    border-bottom:  1px solid #ddd;
}

.collapse .collapse-content.show {
    max-height: 9999px;
    transition: max-height 0.5s ease-in-out;
}

.collapse table {
    max-width: 100%;
}

#featured .wrap {
    max-width: 1200px;
}

.hero-content h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight:  normal;
    text-align:  left;	
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
    overflow: hidden;
    margin-bottom: 2px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 0 10%;
}

.swatch.swatch-shape-edge.swatch-label.disabled {
    position:relative;
}

.swatch.swatch-shape-edge.swatch-label.disabled:after {
    content:'';
    position:absolute;
    width: 100%;
    height:1px;
    background:#333;
    transform:rotate(-45deg)
}

/* # Brand pages
---------------------------------------------------------------------------------------------------- */

.archive-description.taxonomy-archive-description.taxonomy-description {
    width: 35%;
    float: right;
    margin: 0;
    padding: 30px;
 /*   margin-bottom: 50px;*/
}

.tax-product_brand .wrap .wrap {
    overflow: hidden;
}


#category-header {
	width: 65%;
	float: left;
}

.archive-description h2 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-transform:  uppercase;
    letter-spacing:2px;
    line-height:1;
    margin-bottom: 20px;
}

.archive-description {
	font-size: 14px;
}

.archive-description h2 span,
.archive-description h2 strong {
    font-weight:800;
}

.archive-description.taxonomy-archive-description.taxonomy-description img {
    max-width: 350px;
}

.meet .wp-block-image {
    margin: 0;
}

/* # Home
---------------------------------------------------------------------------------------------------- */

.page-template-template-homepage-new .cats img {
	padding: 0;
}

.page-template-template-homepage-new .wp-block-columns.cats {
	background: none;
}

.page-template-template-homepage-new .slides,
.page-template-template-services-main .slides {
	/*background: #f2f2f2;*/
	padding: 60px 60px 20px;
}

.home-about-img {
	width: 100%;
	position: relative;
}

.home-about-img img {
	width:  100%;
}

.home-about-button h2 {
	color: #fff;
}

.home-about-button {
    position: absolute;
    bottom: 100px;
    left: 10px;
}

.home-about-button a {
	color: #fff;
	text-decoration: none;
}

.home-about-button a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset:  3px;
}

.fifty-fifty a.wp-block-button__link.wp-element-button {
    background: #222;
    border: 2px solid #222;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.fifty-fifty a.wp-block-button__link.wp-element-button:hover {
    background: #fff!important;
    border: 2px solid #222;
    color: #222!important;
}


.home-about-button a:hover {
    text-decoration:none;
    background:none;
    color:#fff;
}

#hero {
    position: relative;
    line-height:0;
}

#hero * {
	line-height:1.6;
}

#hero img {
	width: 100%;
}

#hero-overlay {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#carousel a {
	text-decoration:  none;
}

#carousel a:hover {
	text-decoration:  underline;
	text-underline-offset: 3px;
}

.content .entry {
	background:  none;
}

#carousel .slick-prev:before {
    content: '←';
    font-family: sans-serif;
}

#carousel .slick-next:before {
    content: '→';
    font-family: sans-serif;
}

.page-template-template-services #hero-overlay,
.page-template-template-style-edit #hero-overlay {
    background: rgba(0,0,0,0.3);
}

.padding img {
    padding: 0 20%;
}

p.padding {
    padding: 0 20% 0 0;
}

.page-template-template-services #hero,
.page-template-template-style-edit #hero {
    line-height:0;
}

.page-template-template-services #hero h1,
.page-template-template-style-edit #hero h1 {
    line-height: 1;
}

.page-template-template-services #hero *,
.page-template-template-style-edit #hero *  {
	line-height:1.8;
}

#hero h1,
#hero h2, .home-about-button h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    text-transform:  uppercase;
    letter-spacing:2px;
    line-height:1;
    margin-bottom: 20px;
}

.home-about-button p {
	color: #fff;
}

#hero h1 span,
#hero h2 span {
    font-weight:800;
    display:block;
    position:relative;
    line-height: 1;
}

#hero p {
    color:#fff;
    margin-bottom: 30px;
}

a.more,
.product-feature a{
    border: 2px solid #fff;
    color:#fff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display:inline-block;
    font-weight:400;
}

a.more:hover {
    background:#fff;
    color:#000;
}

.more a {
    border: 2px solid #000;
    color:#000;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    display:inline-block;
    font-weight:400;
}

.more a:hover {
    background:#000;
    color:#fff;
}

a.more.dark,
.product-feature a {
    border: 2px solid #000;
    color:#000;
}

a.more.dark:hover,
.product-feature a:hover {
    background:#000;
    color:#fff;
}

#hero .wrap {
	display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.product-feature figure.wp-block-image.size-large,
.wp-block-image {
    margin: 0 0 0 0;
}

.wp-block-media-text .wp-block-media-text__content {
    position: relative;
    left: -100px;
    background: #fff;
    padding: 20px!important;
}

#post-content ul,
#post-content ol {
    margin: 20px 0 20px 30px;
}

#post-content ul li  {
    list-style-type:disc;
}

#post-content ol li {
    list-style-type:decimal;
}

.wp-block-media-text .wp-block-media-text__content h2 {
    font-size:40px
}

.intro {
	text-align:center;
}

.intro h3,
h3.short-title,
h2.short-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
}

hr.wp-block-separator {
width: 100px;
    border: none;
    border-top: 2px solid #000;
	margin: 30px auto;

}

hr.wp-block-separator.has-text-color.has-background.has-black-background-color.has-black-color.is-style-wide {
    width: 100%;
}

.intro .wp-block-image {
    margin: 0;
}

.intro h2,
.intro h1 {
    font-size: 60px;
    font-weight: 400;
    text-transform:  uppercase;
    letter-spacing: 2px;
}

.intro h1.has-text-align-center:after {
	display: none;
}

.intro h2 span,
.intro h1 span {
    font-weight:800;
    display:block;
}

.intro a {
    border: 2px solid #000;
    color:#000;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display:inline-block;
    font-weight:400;
}

.intro a:hover {
    background:#000;
    color:#fff;
}

#our-brands,
#our-edits {
	background:#f2f2f2;
	padding: 20px 0;
}

.edit-inner {
    position: relative;
    line-height:0;
    z-index:2;
}

.edit-inner {
    min-height:350px;
    position:relative;
}

.edit-inner a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
        display: block;
    z-index:4;
}

.edit-inner h3 {
    position: absolute;
    width: 100%;
    text-align:center;
    font-size: 20px;
    text-transform: uppercase;
    top: 40%;
    z-index:5;
}

/*.edit-inner:after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    z-index:3;
}*/

.edit-overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
    z-index:3;
}

.edit-inner:hover .edit-overlay {
    background: rgba(0,0,0,0.5);
}

.edit-inner h3 {
    z-index:9;
    color:#fff;
}

#instagram {
	padding: 40px 0;
	text-align:center;
}

#sb_instagram .sbi_follow_btn a {
    background: #313131!important;
    border-radius: 0;
    border: 2px solid #313131;
}

#sb_instagram .sbi_follow_btn a:hover {
    background-color: #fff!important;
    color:#313131!important;
    border-radius: 0;
    border: 2px solid #313131;
box-shadow: none;}

.one-third.intro {
    padding: 20px;
}

#mailchimp {
	padding: 40px 0;
	text-align:left;
}

#mailchimp h4 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight:400;
    line-height:1;
}

#mailchimp h4 span {
    font-weight: 800;
    /*display:block;*/
}

#featured ul.products li {
    padding: 20px;
}

#featured button.slick-next.slick-arrow {
    right: -60px;
    width: 60px;
    z-index: 9;
}

#featured button.slick-prev.slick-arrow {
    left: -60px;
    width: 60px;
    z-index: 9;
}

#featured .slick-prev:before,
.woocommerce-product-gallery__wrapper .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#000;
}

#featured .slick-next:before,
.woocommerce-product-gallery__wrapper .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#000;
}

li.wc-block-grid__product {
    list-style-type: none;
}

.entry-content ul.wc-block-grid__products > li {
    list-style-type: none;
    font-size: 18px;
}

.wc-block-grid__product-title {
    font-size: 16px;
}

input#gform_submit_button_3 {
    margin:  0 auto;
    width: 100%;
    padding: 10px;
    border:2px solid #000;
}

input#gform_submit_button_3:hover {
    background:#fff;
    border:2px solid #000;
    color:#000;
}

#gform_confirmation_message_3 p {
    margin-bottom: 5px;
}

#gform_confirmation_message_3 p {
	margin-bottom: 10px;
}

#gform_confirmation_message_3 p strong {
    font-size:20px
}

#gform_confirmation_message_3 br {
    display: none;
}

/* # Home update
---------------------------------------------------------------------------------------------------- */

ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    font-size: 18px;
}

.cats h3.has-text-align-center,
.cats2 h3.has-text-align-center {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

.cats img {
    padding: 0 70px;
}

.wp-block-columns.cats {
    background: #f2f2f2;
    padding: 40px 0;
    margin-bottom: 0;
    position: relative;
}

.wp-block-columns.cats:before {
	content: '';
	position: absolute;
	display: block;
	left: -50%;
	top: 0;
	width:  200%;
    background: #f2f2f2;
    z-index: -1;
    height: 100%;
}

/*.home ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    position: relative;
    display: block;
    width:  100%;
    margin: 0;
     display: block;
    position: relative;
}

.home ul.wp-block-latest-posts__list.wp-block-latest-posts li > a {
  position: absolute;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:rgba(0,0,0,0.4);
  z-index:2;
  color:#fff;
  font-size:24px;
  padding: 35% 20px;
}

.home ul.wp-block-latest-posts__list.wp-block-latest-posts li > a:hover {
  background:rgba(0,0,0,0.6);
}

.home ul.wp-block-latest-posts__list.wp-block-latest-posts li > a:before {
  content:"Read More";
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 80px;
}

.home ul.wp-block-latest-posts__list.wp-block-latest-posts li a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.home ul.wp-block-latest-posts__list.wp-block-latest-posts li a img {
    position: absolute;
    z-index:1;
    top:0;
    left:0;
    height: 100%;
    width: auto;
    max-width: 500%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .wp-block-latest-posts__featured-image.aligncenter {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.home ul.wp-block-latest-posts__list.wp-block-latest-posts li {
  position:relative;
  line-height:0;
  text-align:center;
  overflow: hidden;
}


.home .wp-block-latest-posts.columns-3 li,
.home .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0!important;
}

.home .wp-block-latest-posts.columns-3 li,
.home .wp-block-latest-posts.columns-3 li:nth-child(3n) {
	margin-right:10px!important;
}*/

/* # Home updates Jan 2022
---------------------------------------------------------------------------------------------------- */

.press a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#blogs .two-thirds img {
    width: 100%;
}

#blogs .hero-post {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

#blogs a {
	text-decoration: none;
	text-align:center;
}

a.hero-blog {
    height: 450px;
    display: block;
    margin: 30px 0;
}

a.small-blog {
    height: 300px;
    display: block;
}

#blogs .one-third.first, 
#blogs .one-third {
    width: 33%;
    margin: 0;
    border: 3px solid #fff;
}

#blogs a.small-blog  {
	text-decoration: none;
	text-align:center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
    position:relative;	
    padding: 30px;
}

#blogs a.small-blog:after {
    content:'';
    display:block;
    width: 100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.4);
    z-index: 1;
}

#blogs a.small-blog:hover:after {
	background:rgba(0,0,0,0.7);
}

#blogs a.small-blog h3,
#blogs a.small-blog p {
    color:#fff;
    position:relative;
    z-index:4;
    text-transform:uppercase;
    letter-spacing:  2px;
}

#blogs a.small-blog h3 {
	font-weight:  400;
	font-size: 20px;
}

.single-blog h3,
.single-blog p {
    text-align: left;
}

.single-blog h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

/* # Shop pages
---------------------------------------------------------------------------------------------------- */

h1.woocommerce-products-header__title.page-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce.single-product div.product p.price, 
.woocommerce.single-product div.product span.price {
	color: #000;
}

.sidebar .bapf_sfilter ul li {
    border: none;
    margin-bottom: 5px!important;
}

.woocommerce ul.products li.product .price {
	color: #000!important;
}

#featured .woocommerce ul.products li.product {
	margin-bottom: 0;
}

.home .site-inner {
    padding-top: 0;
}

.woocommerce-shop.woocommerce.woocommerce-page p.woocommerce-result-count {
	display: none;
}

.woocommerce-shop.woocommerce.woocommerce-page form.woocommerce-ordering {
	display: none;
}

.woocommerce-shop.woocommerce.woocommerce-page ul.products {
	display: none;
}


/* # Brands
---------------------------------------------------------------------------------------------------- */

.brands figure.wp-block-image.size-large {
    margin: 0;
}

.wp-block-image a {
    padding: 0;
    border: none;
    line-height: 0;
}

.wp-block-image a img {
    opacity: 1;
    overflow: hidden;
    display: block;
}
.wp-block-image a:hover img {
    opacity:0.8;
}

ul.product-categories li {
    border: none;
    padding-bottom:0;
}

ul.product-categories li a {
    text-decoration: none;
}

/* # Blog
---------------------------------------------------------------------------------------------------- */

ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.wp-block-latest-posts,
ul.wp-block-latest-posts__list {
    margin: 0;
}

ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.wp-block-latest-posts li,
ul.wp-block-latest-posts__list li {
    list-style-type:none;
    text-align:center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.wp-block-latest-posts li a,
ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    text-decoration: none;
    /*margin-top: 20px;*/
    display: block;
  /*  font-size:40px;*/
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height:1.2;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    text-align: center;
    font-size: 16px;
}

.wp-block-latest-posts__featured-image {
    order: 1;
}

.wp-block-latest-posts.columns-2 li {
	text-align: left;
}

time.wp-block-latest-posts__post-date {
    order: 2;
    font-size: 12px;
}

ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.wp-block-latest-posts li a,
ul.wp-block-latest-posts__list li a {
    order: 3;
    margin: 15px 0;
}

.intro .wp-block-image img {
	width: 100%;
}

.wp-block-latest-posts__post-excerpt {
    order: 4;
}

#post-content h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 400;
    margin: 50px auto;
    max-width: 900px;
}

#post-content small {
    text-align:center;
    display:block;
}

#post-content {
    max-width: 1100px;
    margin: 0 auto;
}

.product-feature {
	display:flex;
    align-items: start;
    justify-content: center;
}

/* # Shop The Look
---------------------------------------------------------------------------------------------------- */

#post-content ul.wc-block-grid__products {
    margin: 0;
    padding:0;
}

#post-content ul.wc-block-grid__products li {
    list-style-type: none;
}

#post-content .wc-block-grid__product-title {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

#post-content a.wc-block-grid__product-link {
    text-decoration: none;
}

#post-content span.woocommerce-Price-amount.amount {
    color: #77a464;
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.wp-block-columns.look-top,
.wp-block-columns.look-top .wp-block-columns {
    margin-bottom: 0;
}

.how h2 {
    font-size: 70px;
    font-weight:400;
    margin-right:20px;
    margin-top:-5px;
    line-height:1;
}

.how h2 strong {
    font-size: 70px;
    display:block;
}

#black-cta {
    background: #000;
    padding: 40px;
    color: #fff;
}

#black-cta a {
    font-size:50px;
    display:block;
    color:#fff;
    line-height:1.2;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-color: #fff;
      text-decoration-thickness: 2px;
      text-underline-offset: 3px;
}

#black-cta .wrap {
	max-width: 800px;
}

.page-id-53 .bottom-look .wp-block-column:nth-of-type(1) {
    flex-basis:11%!important;
}


.page-id-53 .bottom-look .wp-block-column:nth-of-type(2) {
    flex-basis:21.8%!important;
}

.page-id-53 .bottom-look .wp-block-column:nth-of-type(3) {
    flex-basis:13.2%!important;
}

.page-id-53 .bottom-look .wp-block-column:nth-of-type(4) {
    flex-basis:11.05%!important;
}

.page-id-53 .bottom-look .wp-block-column:nth-of-type(5) {
 flex-basis:24.8%!important;
}

.page-id-53 .bottom-look .wp-block-column:nth-of-type(6) {
 flex-basis:11.05%!important;
}

li.cat-item.cat-item-689 {
    display: none;
}

/* # Woo
---------------------------------------------------------------------------------------------------- */

p.product.woocommerce.add_to_cart_inline {
    border: none!important;
    text-align: center;
}

span.woocommerce-Price-amount.amount {
    display: block;
    margin-bottom: 20px;
}

.page .woocommerce #respond input#submit, 
.page .woocommerce a.button, 
.page .woocommerce button.button, 
.page .woocommerce input.button,
.page #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.page.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.page .woocommerce #payment #place_order, 
.page .woocommerce-page #payment #place_order,
 .woocommerce button.button.alt,
  .woocommerce button.button.alt.disabled {
    border: 2px solid #000;
    color:#000!important;
    background:none!important;
    border-radius:0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display:inline-block;
    font-weight:400;
}

.page .woocommerce #respond input#submit:hover, 
.page .woocommerce a.button:hover, 
.page .woocommerce button.button:hover, 
.page .woocommerce input.button:hover,
.page #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.page.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.page .woocommerce #payment #place_order:hover, 
.page .woocommerce-page #payment #place_order:hover, 
	 .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt.disabled:hover {
    border: 2px solid #000;
    color:#fff!important;
    background:#000!important;
}

.woocommerce .quantity .qty {
    padding: 4px 4px 3px;
    border: 2px solid #000;
    -webkit-appearance: none;
    border-radius: 0;
}

.woocommerce div.product form.cart .variations select {
    padding: 5px;
    border-radius: 0;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1.4;
}

th.label {
    padding-top: 12px;
}

#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}


/* # MC
---------------------------------------------------------------------------------------------------- */

#mc_embed_signup input {
    width: 23%;
    float: left;
    margin-left: 2%;
    padding: 8px 10px;
    font-family: 'Poppins', sans-serif;
}

input#mc-embedded-subscribe:hover {
	background:#666;
}

#mc_embed_signup {
    padding-top: 70px;
}

input#mc-embedded-subscribe {
        background: #313131;
        color:#fff;
        border-radius:0;
        padding: 10px 16px;
}

#boxzilla-box-2976-content #mc_embed_signup input {
    width:100%;
}

#boxzilla-box-2976-content #mc_embed_signup {
    margin:0;
    padding:0;
}

#boxzilla-box-2976-content input#mc-embedded-subscribe {
    margin-bottom: 20px;
    background:#000;
}

#boxzilla-box-2976-content input#mc-embedded-subscribe:hover {
    background:#666;
}


/* # Style Guide
---------------------------------------------------------------------------------------------------- */

#label_1_1_17 > div {
    background-position: top -30px center!important;
}

#gform_fields_1 .gfield_checkbox > div
/*#gform_fields_1_3 .gfield_checkbox > div*/ {
    width: 190px;
    display: inline-block;
    height: 270px;
    margin: 0 5px 20px;
    position:relative;
}

#gform_fields_1 .gfield_checkbox > div label
/*#gform_fields_1_3 .gfield_checkbox > div label*/ {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border:4px solid #fff;
}

#gform_fields_1 .gfield_checkbox > div label > div
/*#gform_fields_1_3 .gfield_checkbox > div label > div*/ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:cover!important;
}

#gform_fields_1 .gfield_checkbox .text-label
/*#gform_fields_1_3 .gfield_checkbox .text-label*/ {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    z-index: 9;
    height: 35px;
    text-align:center;
}

#gform_fields_1 .gfield_checkbox .text-label {
	display:none;
}

#gform_fields_1 .gfield-choice-input:checked + label
/*#gform_fields_1_3 .gfield-choice-input:checked + label*/ {
  	border:4px solid #000;
}

#gform_fields_1 .gfield-choice-input:checked + label:before
/*#gform_fields_1_3 .gfield-choice-input:checked + label:before*/ {
	content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #000;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 99;
    text-align: center;
    line-height: 20px;
}

.gfield_checkbox,
.gfield_description,
.gform_heading,
.gform_page_footer.top_label {
    text-align: center;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gfield_label.gfield_label.gfield_label_before_complex {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gf_page_steps {
    text-align: center;
    border: none;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gf_step {
    margin: 10px;
}

#gform_wrapper_1 {
    outline: none;
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 20px;
}

#gf_1 {
    outline: none;
}

/* Age
-------------------------------------------- */

#input_1_3 > div,
#input_1_7 > div,
#input_1_9 > div,
#input_1_4 > div {
    display: inline-block;
    width: 120px;
    background: #eee;
    margin: 10px;
    padding: 10px;
    border-radius: 25px;
    height:40px;
}

#input_1_7 > div {
    width: 100%;
    height: auto;
    min-height: 60px;
}
#input_1_9 > div {
    width: 300px;
}

#input_1_4 > div {
    width: 100%;
}

#input_1_3 > div input,
#input_1_7 > div input,
#input_1_9 > div input,
#input_1_4 > div input {
	position: absolute;
	left:-999px;
}

#input_1_3 label,
#input_1_7 label,
#input_1_9 label,
#input_1_4 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    padding: 8px 15px;
    overflow: hidden;
}

#input_1_3 label:before,
#input_1_7 label:before,
#input_1_9 label:before,
#input_1_4 label:before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #ccc;
	margin-right:10px
}

#input_1_3 .gfield-choice-input:checked + label,
#input_1_7 .gfield-choice-input:checked + label,
#input_1_9 .gfield-choice-input:checked + label,
#input_1_4 .gfield-choice-input:checked + label {
	background:#000;
	color:#fff;
}

#input_1_3 .gfield-choice-input:checked + label:before,
#input_1_7 .gfield-choice-input:checked + label:before,
#input_1_9 .gfield-choice-input:checked + label:before,
#input_1_4 .gfield-choice-input:checked + label:before {
	content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #fff;
}

#input_1_3 > div,
#input_1_7 > div,
#input_1_9 > div,
#input_1_4 > div {
    position: relative;
    overflow: hidden;
}

input.gform_previous_button {
    border: 2px solid #333;
    color: #333!important;
    width: 240px;
    text-align:center;
}

input.gform_previous_button:hover {
    border: 2px solid #333;
    color: #fff!important;
    background:#333!important;
}

input.gform_next_button {
    border:2px solid #333;
    background:#333!important;
    width: 240px;
    text-align:center;
}

input.gform_next_button:hover {
    border:2px solid #333;
    background:#fff!important;
    color:#333!important;
}

/* # My edit
---------------------------------------------------------------------------------------------------- */

#my-edit {
    padding: 40px 0;
}

#my-edit h2,
#my-edit h3,
#my-edit h4 {
	color:#000;
	text-align: left;
	text-transform: none;
}

.edit-summary {
	padding-right: 60px;
}

.edit-summary h3,
.show-summary h3 {
    margin: 30px 0;
}

#my-edit .show-summary h2 {
	text-align:center;
}

.edit-summary h4 {
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.show-summary h4 {
	margin-bottom: 20px;
}

.edit-summary ul {
    padding-left: 30px;
} 

.edit-summary ul li {
    list-style-type:disc;
}

.edit-summary ul li ul {
	padding: 0 0 15px 0;
}

.edit-summary ul li ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

.show-summary.woocommerce ul.products {
    margin: 30px 0;
}

.show-summary.woocommerce ul.products li.last, 
.show-summary.woocommerce ul.products li.product {
	margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    clear: none;
}

.show-summary.woocommerce ul.products li.product:nth-of-type(4),
.show-summary.woocommerce ul.products li.product:nth-of-type(8) {
	margin-right:0;
}

.show-summary.woocommerce ul.products li.product:nth-of-type(5) {
    clear:left;
}

.top-tip ul {
	padding-left:20px;
}

.top-tip ul li {
	list-style-type:disc;
}

.edit-summary > ul > li {
    font-size: 18px;
}

.edit-summary > ul > li ul li {
    font-size: 14px;
}

li.cat-item.cat-item-660 {
    display: none;
}

/* # Single product
---------------------------------------------------------------------------------------------------- */

.collapse ul {
    margin: 0 0 30px 30px;
}

.collapse ul li {
    list-style-type:disc;
}

.woocommerce div.product form.cart.swatches-support .tawcvs-swatches {
    margin: 5px;
}


/* # Holding page
---------------------------------------------------------------------------------------------------- */

#sign-up {
    position: absolute;
    left: 30px;
    bottom: 80px;
    width: 340px;
    color: #fff;
    z-index: 9999;
}

.page-template-template-holding #page-header:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
}

#sign-up input#gform_submit_button_3 {
    margin: 0 auto;
    width: 100%;
    padding: 5px 10px;
    border: 2px solid #333;
    text-transform: none;
     font-size:14px;
    text-align:left;
}

.page-template-template-holding .site-header {
	display: none;
}

#sign-up .gform_wrapper.gravity-theme .gfield_label {
    font-weight:normal;
    font-size:14px;
}

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

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

	.site-inner,
	.wrap {
		max-width: 100%;
		padding-left: 20px;
		padding-right:20px;
	}

	.site-inner .wrap {
		padding-left: 0;
		padding-right:0;
	}

	.site-header .widget-area {
    	width: 200px;
    	float: right;
    	text-align: right;
    	margin-left: 0;
	}

	section#search-2 {
 	   width: 100px;
	}

	section#search-2,
	section#custom_html-3 {
	    float: none;
	    display: inline-block;
	    vertical-align:middle;
	}

	.site-header {
    padding:  0 20px;
	}


}

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

	.home ul.wp-block-latest-posts__list.wp-block-latest-posts li>a {
	    font-size: 22px;
	    line-height:1;
	}

}
@media (min-width: 768px) {
	
	.home-about-button {
	    bottom: 100px;
	    left: 200px;
	}
	
	.page-template-template-homepage-new .slides .slick-slide,
	.page-template-template-services-main .slides .slick-slide {
	    padding: 0 20px;
	}
}

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


	.how h2, 
	.how h2 strong,
	#black-cta a,
	#mailchimp h4,
	#hero h1, 
	#hero h2,
	.intro h2, 
	.intro h1,
	h1.has-text-align-center,
	#post-content h1 {
	    font-size: 36px;
	}

	#hero h1 span, 
	#hero h2 span {
	    line-height: 1;
	}

	ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.wp-block-latest-posts li a, 
	ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
		font-size: 30px;
	}

}

section#custom_html-2,
a#show-filters {
	display: none;
}

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


	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	aside.sidebar.sidebar-primary.widget-area {
	    position: fixed;
	    top: 0;
	    left: -100%;
	    width: 100%;
	    max-width: 600px;
	    background: #fff;
	    padding: 20px;
	    height: 100vh;
	    z-index: 99999;
	    padding-top: 60px;
	    -webkit-transition: left 0.1s ease-in-out;
		-moz-transition:    left 0.1s ease-in-out;
		-ms-transition:     left 0.1s ease-in-out;
		-o-transition:      left 0.1s ease-in-out;
		transition:         left 0.1s ease-in-out;
	}

	a#show-filters {
	    display: block;
	    width: 200px;
	    overflow: hidden;
	    float: right;
	    margin-right: 10px;
	    padding: 5px;
	    text-align: center;
	}

	aside.sidebar.sidebar-primary.widget-area.show {
		left:0;
		-webkit-transition: left 0.1s ease-in-out;
		-moz-transition:    left 0.1s ease-in-out;
		-ms-transition:     left 0.1s ease-in-out;
		-o-transition:      left 0.1s ease-in-out;
		transition:         left 0.1s ease-in-out;
	}

	section#custom_html-2 {
		display:block;
	    padding: 0;
	    margin: 0;
	        width: 100px;
	    height: 30px;
	    font-size: 24px;
	    text-align: center;
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}

	.sidebar-inner {
	    overflow: scroll;
	    padding-right: 10px;
	    height: 100%;
	}

	.bapf_sfilter.bapf_srch .bapf_form .bapf_search {
    	display: none;
	}

	.berocket_single_filter_widget {
    	margin-bottom: 20px;
	}

	.home ul.wp-block-latest-posts__list.wp-block-latest-posts li>a:before {
		font-size:12px;
	}

	.site-header .widget-area {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}

	.header-image .site-title > a {
	    min-height: 80px;
	}

	#blogs .one-third.first, #blogs .one-third {
    	width: 100%;
	}

	#intro {
	    margin-top: 50px;
	}

	.site-inner {
    	padding-top: 70px;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

/*	#hero img {
	    height: 400px;
	    width: auto;
	    max-width: 300%;
	    margin-left: -25%;
	}*/

	.page-template-template-services #hero img {
	    margin-left: -30%;
	}

	#hero {
	    overflow: hidden;
	}

	#featured {
    	padding: 0 30px;
    	text-align: center;
	}

	.entry {
		margin-bottom: 10px;
	}

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
	    width: 120px;
	    height: 120px;
	    float: none;
	}

	#mailchimp .one-fourth.first {
	    text-align: center;
	}

	#mailchimp h4 span {
	    display: inline;
	}

	#mc_embed_signup {
	    padding-top: 0;
	}

	input#mc-embedded-subscribe {
	    padding: 10px;
	}

	#our-brands .wrap img,
	#our-edits .wrap img {
    	max-width: 300px;
    	margin: 30px auto;
    	display: block;
	}

	.footer-widgets .wrap {
		padding-left: 20px;
		padding-right:20px;
	}

	.widget-area.footer-widget-area {
		width: 33%;
	}

	.widget-area.footer-widgets-4.footer-widget-area {
		width: 100%;
	}

	ul#menu-social {
	    text-align:center;
	}

	ul#menu-social li {
	    display: inline-block;
	}

}


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

	.wp-block-columns.intro .wp-block-column {
	    flex-basis: 100%!important;
	}

	.wp-block-columns.intro .wp-block-column:nth-of-type(1) {
	   order:2;
	}

	.wp-block-columns.intro .wp-block-column {
	    flex-basis: 100%!important;
	}

	.wp-block-columns.intro .wp-block-column:nth-of-type(1) {
	   order:2;
	}

	.wp-block-columns.brands .wp-block-column,
	.wp-block-columns.top-look .wp-block-column,
	.wp-block-columns.bottom-look .wp-block-column,
	.page-id-53 .wp-block-columns.bottom-look .wp-block-column,
	.wp-block-columns.look-top .wp-block-column,
	.wp-block-columns.look-bottom .wp-block-column  {
	    flex-basis: 100%!important;
	    margin: 0!important;
	}

	.wp-block-columns.brands .wp-block-column img,
	.page-id-51 .intro img,
	.wp-block-columns.top-look .wp-block-column img,
	.wp-block-columns.bottom-look .wp-block-column img,
	.wp-block-columns.look-top .wp-block-column img,
	.wp-block-columns.look-bottom .wp-block-column img  {
	    width:100%;
	    display:block;
	    max-width: 500px;
	    margin: 0 auto 30px;
	}

	.wp-block-columns.brands {
	    margin-bottom: 0;
	}

	#post-content ul.wc-block-grid__products li {
	    flex: 1 0 50%;
	    max-width: 50%;
	    padding:20px;
	}

	.post-51 .wp-block-columns.intro {
		margin-bottom:0;
	}


}

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

	.nav-primary {
		display: none;
	}

	.site-header {
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		background:#fff;
		z-index:999;
	}

	.site-header .wrap {
		padding: 10px 20px;
	}

	.header-image .site-title > a {
    	width: 400px;
	}

	body {
		padding-top: 80px;
	}

	.archive-description.taxonomy-archive-description.taxonomy-description {
		width: 100%;
	}

	#category-header {
	    width: 100%;
	}

	.post-type-archive-product .content-sidebar-wrap {
    display: flex;
    flex-direction:column;
}

.post-type-archive-product .content-sidebar-wrap .content {
    display: flex;
    flex-direction:column;
}

.post-type-archive-product .content-sidebar-wrap .content * {
    order:1;
}

.post-type-archive-product .content-sidebar-wrap .content a#show-filters {
    order: 0;
}


}


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

	body {
		overflow-x:  hidden;
	}

	#hero {
	    height: auto;
	    position: relative;
	}

	#hero img {
	    /*position: absolute;*/
	    /*right:-50%;*/
	    margin:0;
	}

	.page-template-template-services #hero img {
	    right: -30%;
	}

	#featured button.slick-next.slick-arrow {
	    right: -30px;
	    width: 30px;
	    z-index: 9;
	}

	#featured button.slick-prev.slick-arrow {
	    left: -30px;
	    width: 30px;
	    z-index: 9;
	}

	.widget-area.footer-widget-area {
    	width: 100%;
    	margin: 0 0 30px 0;
    	text-align:center;
    	padding: 10px;
	}

	#mc_embed_signup input {
	    width: 48%;
	    float: left;
	    margin-left: 2%;
	    padding: 8px 10px;
	    margin-bottom: 10px;
	}

	#sb_instagram #sbi_images {
	    width: 320px;
	    margin:  0 auto;
	    float: none;
	}

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
	    width: 150px;
	    height: 150px;
	    float: none;
	}

	.how h2.has-text-align-right {
	    text-align: left;
	    margin-bottom: 30px;
	}

	.how h2.has-text-align-right strong {
	    display:inline
	}

	.how h2, 
	.how h2 strong,
	#black-cta a, 
	#mailchimp h4, 
	#hero h1, 
	#hero h2, 
	.intro h2, 
	.intro h1, 
	h1.has-text-align-center, 
	#post-content h1 {
	    font-size: 30px;
	}

	#hero h1 span, #hero h2 span {
	    line-height: 1;
	}

	.home-about-button {
	    bottom: 0;
	    left:20px;
	}

	ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.wp-block-latest-posts li a, 
	ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
	    font-size: 26px;
	}


}


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

	body {
		overflow-x:  hidden;
	}

	.wp-block-columns.cats:before {
		content: '';
		left: -20px;
		top: 0;
		width:  100vw;

	}

	.header-image .site-title > a {
    	width: 260px;
	}

/*	#hero img {
	    position: absolute;
	    right: -95%;
	    margin: 0;
	    max-width: 500%;
	}*/

	#hero {
		margin-bottom:30px;
	}

	a.more, .product-feature a {
    	padding: 8px 14px;
	}

	#featured ul.products li {
    	padding: 10px;
	}

	#featured {
    	padding: 0 20px;
    	text-align: center;
	}

	h2.woocommerce-loop-product__title {
    	font-size: 14px!important;
	    font-size: 14px!important;
	    letter-spacing: 1px;
	}

	.site-footer {
	    line-height: 1.4;
	}

	.home .site-footer a:last-of-type {
	    display:block
	}

	.post-type-archive-product #hero img {
    	right: -120%;
	}
	
	.post-type-archive-product #hero img {
	    right: -120%;
	}

	p.woocommerce-result-count {
	    width: 100%;
	    text-align: center;
	}

	form.woocommerce-ordering {
	    width: 100%;
	}

	.page-template-template-services #hero img {
    	right: -50%;
	}

	#black-cta a {
    	font-size: 22px;
	}

	#black-cta {
		padding: 20px;
	}

	.wc-block-grid.has-5-columns .wc-block-grid__products {
		display:flex!important;
	}

	.meet figure.wp-block-image.size-large {
    	margin-bottom: 20px;
	}

	a#show-filters {
	    width: 100%;
	    margin: 0 auto 20px;
	}

	.home .wp-block-latest-posts.columns-3 li,
	.home .wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right:0!important;
	}

	.title-area {
	    width:  100%;
	    margin-top: 10px;
	}

	.header-image .site-title > a {
	    width:  100%;
	    background-size: 270px auto;
	    min-height: 60px;
	}

	#hero {
    	margin-top: 50px;
	}

	.site-inner {
    	padding-top: 20px;
	}

	#main .slick-prev {
	    left: -30px;
	    z-index: 99;
	}

	#main .slick-next {
	    right: -25px;
	    z-index: 99;
	}

	#main .slick-next:before {
	    content: '→';
	    font-family: sans-serif;
	}

	#main .slick-prev:before {
	    content: '←';
	    font-family: sans-serif;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}


/* Jamie April 2023 */
.fifty-fifty {
	display: block;
}

.fifty-fifty  .wp-block-column {
	display: flex;
	justify-content: center;
	
	flex-direction: column;
}

.wp-block-button__link {
	background: #313131 !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 10px 16px !important;
	background: #313131 !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 10px 16px !important;
}


#carousel h2{ 
	text-align: center;
	padding-top: 50px; 
}

.archive .page-description p {	
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-top: 20px;
}

.up-sells.upsells.products {
	position: relative;
	z-index: 99999;
	background: #fff;
}

h2.woocommerce-loop-product__title {
    font-weight: normal;
}

#carousel a.more.dark {
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-align:center;
}

#carousel {
    text-align:center;
}

.wp-block-columns.fifty-fifty.is-layout-flex.wp-container-6 {
	position: relative;
}


.wp-block-columns.fifty-fifty .wp-block-button {
	margin: auto;
}

.fifty-fifty {
	display: flex;
	gap: 0 !important;
}

.wp-block-column.fifty-fifty-block-text.is-layout-flow {
    position: absolute;
    max-width: 40%;
    margin: auto;
    background: white;
    text-align: center;
    padding: 40px;
    bottom: 40px;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 800px) {

	.wp-block-column.fifty-fifty-block-text.is-layout-flow {
		position: absolute;
		max-width: 90%;
		margin: auto;
		background: white;
		text-align: center;
		padding: 40px;
		bottom: auto;
		left: 0;
		right: 0;
		top: 35%;
	}
}

.wp-block-group.hover-image {
    position:relative;
}
.wp-block-group.hover-image .wp-block-image {
    position:relative;
    z-index: 1;
}
.wp-block-group.hover-image .wp-block-image:nth-of-type(2) {
    position:absolute;
    top:0;
    left: 0;
    opacity:0;
    z-index: 2;
    transition:  all 0.25s ease-in-out;
}
.wp-block-group.hover-image:hover .wp-block-image:nth-of-type(2) {
    opacity:1;
     transition:  all 0.25s ease-in-out;
}
.wp-block-group.hover-image .wp-block-image:nth-of-type(3) {
    position:absolute;
    top:0;
    left: 0;
    opacity:0;
    z-index: 2;
    transition:  all 0.25s ease-in-out;
}
.wp-block-group.hover-image:hover .wp-block-image:nth-of-type(4) {
    opacity:1;
     transition:  all 0.25s ease-in-out;
}
.wp-block-group.hover-image .wp-block-image:nth-of-type(4) {
    position:absolute;
    top:0;
    left: 0;
    opacity:0;
    z-index: 2;
    transition:  all 0.25s ease-in-out;
}
.wp-block-group.hover-image:hover .wp-block-image:nth-of-type(3) {
    opacity:1;
     transition:  all 0.25s ease-in-out;
}



.wp-block-group.hover-image .wp-block-image a img {
    opacity: 1;
    overflow: hidden;
    display: block;
}
.wp-block-group.hover-image .wp-block-image a:hover img {
    opacity: 1;
}