/*
	Theme Name: Can't Swing A Cat
	Theme URI: http://gattoweb.com/
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework.
	Author: Gatto Web // Cat Byrne
	Author URI: http://www.gattoweb.com/
	Copyright: Copyright (c) 2017, Gatto Web, Released 01/07/2017
	Version: 1.0.1

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- After Entry
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Simple Social Icons
		- Simply Instagram
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Easy Recipe
		- WooCommerce 
	- Site Header
		- Widget Above Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Recipe Index
		- Custom Archives
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Widget Before Footer
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


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

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:none}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:0px solid}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#555}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:0px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


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

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

/* Float Clearing
--------------------------------------------- */
b
.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height:2;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #555;
	color: #fff;
}

::selection {
	background-color: #ee7d65;
	color: #fff;
}

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

a img {
	margin-bottom: -4px;
}


a:hover {
    color: #f99f01 !important;
	text-decoration: none !important;
}

.entry-content p a,
.sidebar p a {
	text-decoration: underline;
	text-underline-position: under;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

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

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

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}

@font-face {
    font-family: 'Salome';
    src: url('https://www.cantswingacat.co.uk/fonts/Salome-Regular.eot');
    src: url('https://www.cantswingacat.co.uk/fonts/Salome-Regular.eot#iefix') format('embedded-opentype'),
        url('https://www.cantswingacat.co.uk/fonts/Salome-Regular.woff2') format('woff2'),
        url('https://www.cantswingacat.co.uk/fonts/Salome-Regular.woff') format('woff'),
        url('https://www.cantswingacat.co.uk/fonts/Salome-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'sofia-pro', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	border: none !important;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #ffffff;
    border: 3px solid #ffffff;
	color: #333;
	font-size: 14px;
	padding: 16px;
	width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #db792c;
    border-color: #db782d;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    border-color: #db782d;
	color: #db782d !important;
}

input:focus,
textarea:focus {
}

div.wpcf7 {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button, .wp-block-button__link {
	background-color: #fff !important;
	border: 3px solid #fff !important;
	box-shadow: none;
	color: #000 !important;
	cursor: pointer;
	font-family: sofia-pro, sans-serif !important;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 14px;
	text-transform: uppercase;
	width: 175px;
	margin: 0 auto;
}

.button a {
    text-decoration: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover, .wp-block-button__link:hover {
	background-color: transparent !important;
	border: 3px solid #fff;
	color: #fff !important;
	text-decoration: none;
}

.button {
	display: block;
	text-align: center;
	margin-top: 40px;
}

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

.page a.more-link {
    display: table;
    padding: 5px 10px;
}

.page h4 {
    padding-bottom: 20px;
	text-align: center;
}

.page .entry-content p {
    width: 60% !important;
    margin: 0 auto;
    padding-bottom: 12px;
}

a.more-link {
    clear: both;
    display: table;
    font-family: sofia-pro;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    background: #abd1bf;
    margin-top: 25px;
	padding: 15px 25px !important;
	border: 3px solid #abd1bf;
}

a.more-link:hover {
	text-decoration: none;
	background: none;
	border: 3px solid #abd1bf;
	color: #abd1bf;
}

a.more-link:after {
	content: "\f522";
	font-family: 'dashicons';
	font-size: 9px;
}

.more-from-category a {
    background: #EE7D65;
    border: 3px solid #EE7D65;
    clear: both;
    color: #fff;
    display: table;
    font-family: sofia-pro;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px auto;
    padding: 15px 25px;
    text-transform: uppercase;
}

.more-from-category a:hover {
    background-color: transparent;
    color: #EE7D65;
	border-color: #EE7D65;
}

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

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

tbody {
	border-bottom: double #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


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

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

.site-container {
	background: #f4ece2;
	max-width: 100%;
}

.admin-bar .site-container {
}

.glam-landing .site-container {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0px auto;
}

.glam-home .site-inner {
	overflow: visible;
}

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

/* Content  */

.content {
	width: 70%;
}

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

.full-width-content .content {
    width: 100%;
    margin: 0 auto;
}

.content-sidebar-wrap {
    background-size: 100%;
	background-repeat: no-repeat;
}

.banner-quote {
    font-family: "wilderness_typefaceregular";
    font-size: 95px;
    text-align: center;
    line-height: 70px;
    padding: 30px 30px 50px 30px;
	display:none;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

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

/* 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
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(https://www.cantswingacat.co.uk/wp-content/themes/cantswingacat2019/images/icon-search@2x.png) no-repeat right;
	background-size: 36px 16px;
	color: #000;
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 10px 50px 10px 13px;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
    font-style: normal !important;
    font-weight: 700 !important;
}

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

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

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: 0 0 30px;
}

.glam-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
	overflow: hidden;
	padding: 30px 0;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {

}

.author-box-title {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

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

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


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

.entry-title, .page-title {
    font-family: sofia-pro;
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    padding: 40px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #265667 !important;
	text-decoration: none;
}

.archive-title, .widget-title {
    font-family: sofia-pro;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 0 0 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.widget-title {
    font-size: 18px !important;
    position: relative;
    letter-spacing: 5px;
    line-height: 0.9em;
}

.about-text-1 h3 {
    background: url(../../uploads/2019/08/colour1.png);
    margin: 0% 0% -5% 10%;
    padding: 0 0 0 0;
    position: relative;
    font-style: normal;
    font-size: 120px;
    color: #000;
    font-family: "wilderness_typefaceregular";
    text-align: center;
    text-transform: none;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    width: 324px;
    background-position: center center;
    background-size: 100% 33%;
    background-repeat: no-repeat;
	font-weight: normal;

}


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

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

.home-top-right .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.home-top-right .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left;
}


.post .entry-title {
    font-family: sofia-pro;
    font-style: normal;
    font-size: 16px;
	font-weight: 600;
    text-align: center;
    left: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: normal;
	padding: 30px 0 0 0;
}

.read-blog {
    font-style: normal;
    font-size: 24px;
    color: #000;
    font-family: "futura-pt";
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 10px;
	background: #fff;
}



/* After Entry
--------------------------------------------- */

.after-entry {
	margin: 40px 0;
}

.after-entry .enews-widget {
	background: #ffe9e2;
	padding: 30px;
}

.after-entry .widget {
	margin: 30px 0;
}

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

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

.enews-widget input {
    background-color: #fff;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 33%;
    float: left;
	margin: 0 2px;
}

.enews-widget input[type="submit"] {
	background-color: #ABD1BF;
	border: 3px solid #ABD1BF;
	color: #fff;
	margin: 0 2px;
	width: 33%;
	
}

.enews-widget input:hover[type="submit"] {
	background-color: transparent;
	border: 3px solid #ffffff;
	color: #ffffff;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li {
	border: none !important;
}

.simple-social-icons {
    overflow: hidden;
    float: right;
    padding-top: 15px;
}

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

#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	background: #555;
	padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #f9f9f9 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	width: 20%;
}


/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top li {
	margin: 0;
	padding: 0;
}

.home-top .widget_media_image {
    padding: 20px;
}

.home-top img {
    width: 90%;
}

.home-top h4 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 70px !important;
    text-align: left;
    margin-left: -90px;
}

.home-top p {width: 80%;}

.home-top .widget-wrap {
    text-align: center;
}

.home-top .widget_text {
    margin-top: 7%;
}


.blog-slider #genesis-responsive-slider {
	background-size: 115% 95%;
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.blog-slider .flexslider {
	background: transparent;
    max-height: auto;
    max-width: 100%;
}

.blog-slider .slide-excerpt {
	background: transparent;
	opacity: 1;
}

.blog-slider .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 30px;
    width: 60%;
}

.blog-slider .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.slide-excerpt {
    top: 48%;
    left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
	margin: 0 !important;
	width: 100% !important;
}

.blog-slider #genesis-responsive-slider h2 a {
	font-size: 28px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
	color: #000;
	letter-spacing: 3px;
	background: #fff;
    display: block;
    padding: 30px;
}

.blog-slider {
    padding-bottom: 40px;
}

.blog-slider .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -44px 0;
	background-size: 88px 96px;
	height: 48px;
	top: 80%;
	right: 10px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	width: 44px;
}

.blog-slider .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -44px -48px;
}

.blog-slider .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	top: 20%;
	left: 10px;
}

.blog-slider .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.blog-slider .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.blog-slider .genesis_responsive_slider .flex-control-nav {
	margin: 14px 0 0;
	text-align: center;
	width: 100%;
	height: 5px;
}

.blog-slider .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 100px 39px;
	width: 100px;
}

.blog-slider .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.blog-slider .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.flexslider .slides img {
}

.flexslider .slides img {
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.flexslider {
    max-height: 550px !important;
}

html > body .slide-excerpt-border {
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.slide-excerpt-border p {
    visibility: hidden;
}
.slide-excerpt-border p a {
    visibility: visible;
    background: #efbc01;
    padding: 7px 22px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
	display: block;
    width: 35%;
    margin: 0 auto;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 13px;
	font-weight: 300;
	padding: 12px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 10px;
}

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

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #333 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 10px 15px !important;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #DDD !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #333 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top-color: #333 !important;
}

.woocommerce span.onsale {
	background-color: #333 !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
	background: none;
	border: none;
	float: left;
	padding: 5px !important;
	width: 50%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
	float: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

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

.woocommerce-page input[type="checkbox"], 
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce .quantity .qty {
	padding: 5px 10px;
}

.woocommerce .product-title {
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}

.woocommerce-tabs h2 {
	font-size: 16px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.6% !important;
}

select.orderby {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 7px;
}

/* Shop
--------------------------------------------- */

.page-id-329 .site-inner {
    width: 72%;
}

.bo-box {
    background: none !important;
    border: none !important;
}
.bo-con:after, .bo-con:before {
	background: none !important;
}
.boutique-widget {
    border: 5px solid #eec652;;
}
.bo-info {
	background: rgba(255, 255, 255, 0.2) !important;
}
.bo-info hr {
    border-top: 2px solid #eec652 !important;
    border-bottom: 2px solid #eec652 !important;
}

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

.nav-primary li.menu-item-home.home-mobile {
	display: none !important;
}

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

.element-is-sticky li.menu-item-home a {
    width: 90px !important;
    height: 90px !important;
}

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

    .nav-primary li.menu-item-home a {
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 10px;
    }

}

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

    .nav-primary .genesis-nav-menu .menu-item.menu-item-home {
        display: none;
    }

}

.site-header {
	margin: 0 auto;
	min-height: 75px;
	width: 100%;
	background: #fffdf6;
	display: none;
}

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

.title-area {
	float: left;
	margin: 5px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
}

.site-title {
    font-family: futura-pt,sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: none;
    font-size: 55px;
    position: relative;
    margin: 0 auto;
	text-shadow: -3px 1px 0px #f7d4d0;
}

.site-title::after {
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 10%;
}

.site-title a,
.site-title a:hover {
	color: #000;
	display: block;
	text-decoration: none;
}

.site-description {
	color: #777;
	font-family: 'Bodoni MT', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-style: italic;
	font-size: 12px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
    z-index: 9;
}

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

.header-image .site-description {
	display: none;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	background: none;
	border: none;
	outline: none;
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 700px;
}

.header-image .site-title::after {
	border: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	margin: 0 auto;
	min-height: 200px;
	width: 100%;
}

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


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

.site-header .widget-area {
	float: right;
	width: 750px;
}

.site-header .widget {
	padding: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

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

.site-header .enews input {
	float: left;
	margin: 0px 5px;
	overflow: hidden;
	width: 23%;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: sofia-pro, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;

}

.genesis-nav-menu a {
	color: #fff !important;
	display: block;
	padding: 17px 30px;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #333;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #333;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 175px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #ffe9e2;
	border-top: none;
	padding: 13px 18px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu a {
    background: #f5b3bb !important;
    font-family: futura-pt;
    font-size: 12px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #be7697 !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 174px;
}

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

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

.genesis-nav-menu > .right {
	display: none;
	float: none;
	list-style-type: none;
	padding: 15px;
}

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

.nav-footer li a {
    padding: 17px 40px;
}

.nav-footer li a:hover {
    background: #fffdf6;
    color: #66a19a !important;
}

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

.genesis-nav-menu .search-form {
	color: #000;
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	background: transparent;
	background-size: 36px 16px;
	border: none;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu *::-moz-placeholder {
	color: #000;
}

.genesis-nav-menu .widget-area {
    display: none;
}

.nav-primary {text-align: center; background: #265667; width: 100% !important;}
.nav-primary li a {color: #fff !important;}
.nav-primary .menu-item {float: none;}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

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

.site-header .widget_nav_menu {
	margin-top: 60px;
	padding: 0;
}

.site-header .genesis-nav-menu {
	text-align: center;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 15px 22px;
}

.site-header .genesis-nav-menu a:hover {
	color: #333;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #555;
	padding: 10px 18px;
}

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

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

.nav-primary {
	top: 0;
	width: 100%;
	z-index: 999;
}

.home .nav-primary {
}

.nav-primary .wrap {
	margin: 0 auto;
	width: 100%;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
	padding: 10px 18px;
}


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

.nav-primary {
	text-align: center;
}


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

/* Home Page
--------------------------------------------- */

.home-section {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0 !important;
	text-align: center;
}

.home-section .wrap {
    max-width: 1200px;
	margin: 0 auto;
}

.home-section .widget {
    width: 100%;
    float: left;
}

.home-section .widget .widget-title {
    font-size: 28px;
    font-weight: 600;
}

.home-top-slider {
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
}

.home-top {
    overflow: hidden;
    background: url(../../uploads/2019/08/CSAC-Background3.png);
    background-size: 100% auto;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
}

.home-top .widget {
    width: 50%;
    float: left;
}

.home-flexible {background: #fba000; padding: 3% 1% 1% !important;}
.home-flexible .widget {
    width: 19% !important;
    float: left !important;
}

.home-flexible .widget .widget-title {
	padding: 10px 0;
    position: relative;
    font-style: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-left: 30px;
}

#home-flexible .button:hover a, #home-latest .button:hover a {
    color: #fff;
}

#home-sign-up .button:hover a {
    color: #ddae52;
}

#home-podcast .button:hover a {
    color: #66a19a;
}

.youtube_channel .ytc_video_container {
    width: 31.3% !important;
    margin: 1%;
}

.youtube_channel {
    width: 100% !important;
}

.home-flexible .widget .entry-header {
	padding: 0;
}

.home-flexible a.alignnone img, 
.home-flexible img.alignnone {
 	margin: 0;
}

.between-posts-area {
	background: #f9f9f9;
	margin: 40px 0;
	padding: 30px;
	text-align: center;
}

.home .content {
    width: 100%;
    padding: 0 10%;
	display:none;
}

.home .sidebar {
    display: none !important;
}

.home-blocks .widget {
    width: 31.3%;
    float: left;
    margin: 1%;
}
.home-blocks .entry-title {
    padding: 0;
}
.home-categories .button, .home-top p a {background: #ABD1BF; border: 3px solid #ABD1BF;}
.home-categories .button:hover, .home-top p a:hover {background: transparent; border: 3px solid #ABD1BF; color: #ABD1BF !important;}

.home-categories .widget-title, .blog-categories .widget-title {
    font-size: 16px !important;
}


#home-latest {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #ABD1BF;
}



#home-sign-up {
    background: #EE7D65;
}

.home-sign-up h4 {
    color: #fff;
}

.home-latest a {
    margin: 0;
}

.home-latest .entry {
    margin-bottom: 0;
    width: 23%;
    float: left;
    margin: 1%;
}
.home-latest .entry img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.home-podcast .widget {
    width: 31%;
    float: left;
	margin: 1%;
}

.featured-box {background: #EE7D65; padding: 40px; min-height: 220px; transition: .5s;}
.featured-box:hover {background: #ABD1BF;}
.featured-box:hover p, .featured-box p:hover {color: #000000;}
.featured-box img {
    width: 35%;
}
.featured-box p {
    width: 90% !important;
    text-align: center;
}

/*.home-videos .button {background: #ddae52; border: 3px solid #ddae52;}
.home-videos .button:hover {background: transparent; border: 3px solid #ddae52; color: #ddae52 !important;}*/

.home-podcast .button {background: #66a19a; border: 3px solid #66a19a;}
.home-podcast .button:hover {background: transparent; border: 3px solid #66a19a; color: #66a19a !important;}

.page .button {
    background: #db792c;
    border-color: #db792c;
}

.page .button:hover {
    border-color: #db792c;
	color: #db792c !important;
}

#gts-testimonials .lslide:before {
    content: "\0022";
    font-size: 100px;
    position: absolute;
    top: -70px;
    text-align: center;
}

#gts-testimonials {
    width: 70%;
    margin: 0 auto;
}

/* ## Home Flexible Widget Space
--------------------------------------------- */

.home-flexible .featured-content .entry {
	background: none;
	margin: 0;
	padding: 0;
}

.home-flexible .wrap {
    max-width: 95%;
}

.home-flexible .one-widget .widget {
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.home-flexible .seven-widgets .widget,
.home-flexible .six-widgets .widget,
.home-flexible .three-widgets .widget,
.home-flexible .widget-thirds .widget {
	width: 100%;
}

.home-flexible .four-widgets .widget,
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .eight-widgets .widget {
	width: 100%;
}

.home-flexible .five-widgets .widget {
	width: 100%;
}

.home-flexible .two-widgets .widget {
	width: 49%;
	padding: 30px;
}

.home-flexible .eight-widgets .widget:nth-of-type(4n+1),
.home-flexible .five-widgets .widget:nth-of-type(5n+1),
.home-flexible .four-widgets .widget:nth-of-type(4n+1),
.home-flexible .seven-widgets .widget:nth-child(3n+1),
.home-flexible .six-widgets .widget:nth-of-type(3n+1),
.home-flexible .three-widgets .widget:nth-of-type(1),
.home-flexible .two-widgets .widget:nth-of-type(odd),
.home-flexible .widget-thirds .widget:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-flexible .seven-widgets .widget:nth-child(7n) {
	clear: none;
	margin-left: 1%;
}

.home-flexible .eight-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .five-widgets .widget:nth-last-of-type(-n+1),
.home-flexible .four-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .six-widgets .widget:nth-last-of-type(-n+3),
.home-flexible .three-widgets .widget,
.home-flexible .two-widgets .widget,
.home-flexible .widget-thirds .widget:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.newsLetter .subscribeThreebutton {
    font-family: 'futura-pt', sans-serif !important;
    background: #f7d4d0 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#main-div {
	background: rgba(0,0,0,0.5) !important;
}

.newsLetter .close-button:before, .close-button:after {
	background-color: #f7d4d0 !important;
}

.newsLetter {
	box-shadow: #000 5px 5px !important;
    border: 2px solid #000 !important;
}

.home-about .widget-wrap {
    margin-bottom: -9px;
}

.home-about .widget_text {
    float: left;
    width: 60%;
	    padding: 5% 3%;
}
.home-about .widget_media_image {
    float: left;
    width: 40%;
}
.home-about .wrap {
    max-width: 100%;
}

.home-about {
    padding: 0 !important;
    background: url(../../uploads/2019/08/CSAC-Background3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.home-testimonials {
    background: url(../../uploads/2019/08/CSAC-Background4.png);
    background-size: 100%;
	background-repeat: no-repeat;
	padding: 70px 0 !important;
	background-attachment: fixed;
}

.home-categories .widget, .blog-categories .widget {
    width: 20%;
    padding: 0 5%;
	float: left;
}


/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 25%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	margin-bottom: 40px;
}

.category-index .entry-title a {
	color: #212121;
}

.category-index ul li {	
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Custom Archives 
------------------------------------------------------------ */
	
.grid-thumbnail {
	position: relative;
}

.posts-archive .entry .entry-content {
	padding: 20px 4px;
}

.posts-archive a {
	text-decoration: none;
}

.posts-archive .entry p {
	margin-bottom: 0;
}



.glam-featured-image img {
	vertical-align: top;
}

.glam-featured-image:hover img {
	opacity: 0.7;
}

.single-post .site-inner {
    width: 90%;
    padding: 60px;
}

/* Index Page
--------------------------------------------- */

.page-id-429 .site-container {
    max-width: 100% !important;
    padding: 0px;
}

.page-id-429 .footer-widgets {
    display: none;
}

/* Confidence Page
--------------------------------------------- */

.page-id-407 .content-sidebar-wrap {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.page-id-407 .footer-widgets {
    display: none;
}

.page-id-407 .content {
	padding-top: 40px !important;
}

.conf-quote {
    font-size: 40px;
    font-family: futura-pt;
    line-height: 70px;
	padding: 50px 0;
}

.page-id-407 .instagram-pics li {
    width: 25% !important;
}

/* Blog Page
--------------------------------------------- */

.page-id-92895 .site-inner {
    width: 90%;
}
.page-id-92895 .entry-title {
    display: block !important;
	padding-top: 20px;
}

.index-box a {
    color: #fff;
    text-decoration: none;
    font-size: 50px;
}

.page-template-page_blog .post {
    width: 100%;
    float: left;
}


.page-template-page_blog .site-inner {
    margin: 0 auto;
    width: 80%;
	margin-top: 40px;
}

.page-template-page_blog .content {
    width: 70%;
}

.page-template-page_blog  .sidebar-primary {
	width: 25%;
}

.glam-featured-image img {
    vertical-align: top;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    transition: .5s;
}

.archive .site-inner {
    width: 100%;
	padding: 30px 0;
}

.archive .post {
    width: 48%;
    float: left;
	margin: 1%;
	height: auto !important;
	padding-bottom: 40px;
}

.archive .entry-title {
    padding-top: 20px;
}

.archive .entry-footer {
    padding: 10px;
}

.archive .sidebar {
    display: none !important;
}

.archive .content {
    float: none;
    margin: 0 auto;
    width: 80%;
}

.page .site-inner {
    padding: 0;
}

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

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

.page .entry {
    background: none;
}

.single-post .entry {
}

.entry .entry-content {
	padding: 0px 0 !important;
	text-align: justify;
}

.glam-home .entry .entry-content {
	padding: 0;
}

.archive .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	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,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-header {
	color: #777;
	font-size: 12px;
	margin: 0;
	text-align: left;
}

.entry-footer {
	color: #777;
	font-size: 12px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	display:none;
}

.entry-meta {
	font-family: sofia-pro;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: #db792c;
	text-align: center;
}

.entry-time {
	font-family: sofia-pro;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: #db792c;
}

.entry-categories {
	padding: 5px 0;
}

.entry-categories a {
    font-family: sofia-pro;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: #265667;
}

.entry-comments-link {
	font-family: 'futura-pt', sans-serif;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.entry-meta a:hover {
	text-decoration: none;
}

.siteorigin-widget-tinymce.textwidget {
    padding: 0 40px;
}

.single-post .entry-title {
	font-size: 30px;
	line-height: 40px;
	padding-top: 0px;
}


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

.archive-pagination {
	font-family: sofia-pro, sans-serif;
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 4px;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ffe9e2;
	text-decoration: none;
}

.adjacent-entry-pagination {
	font-family: 'futura-pt', sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin: 40px 0;
	overflow: hidden;
	text-transform: uppercase;
	display:none;
}

p.wp-block-cover-text {
    font-family: sofia-pro;
    line-height: 1.4 !important;
}

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

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

.entry-comments h3 {
    text-align: center;
}

.comment-respond h3 {
    text-align: center;
}

.entry-comments .comment-author {
	font-family: sofia-pro, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
	border: 2px solid #aed3c0;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	float: left;
	font-weight: 500;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-family: 'futura-pt', sans-serif;
	font-size: 9px;
	font-weight: 300;
	color: #777;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
	padding: 10px 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

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

.form-allowed-tags {
	background-color: #f9f9f9;
	font-size: 12px;
	padding: 24px;
}

.logged-in-as {
	text-align: center;
}

.comment-respond input[type="submit"] {
    background: #ABD1BF;
    border-color: #ABD1BF;
}


.comment-respond input:hover[type="submit"] {
	background: none;
	color: #ABD1BF !important;
}

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

.sidebar {
	display: inline;
}

.sidebar p {
	margin-bottom: 16px;
}

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

.sidebar .menu a {
	background: #db792c;
	border: 2px solid #db782d;
	margin-bottom: 0px;
	padding: 5px;
	text-align: center;
	transition: .5s;
	display: block;
}

.sidebar .menu a:hover {
    background: #fffdf6;
    border: 2px solid #db782d;
}

.sidebar li a {
    text-decoration: none;
    font-family: sofia-pro;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

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

.sidebar .widget {
	border-bottom: 2px solid #abd1bf;
	margin-bottom: 20px;
	padding: 20px 0px;
	word-wrap: break-word;
}

.sidebar .widget:first-child {
    padding-top: 0;
}

.sidebar .widget .sponsor {
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 30px;
}

.home-middle-right .widget .sponsor {
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 20px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget input {
    width: 100%;
    margin-bottom: 10px;
}


/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.home .cta-widget {display: none;}

.cta-widget {
	margin: 15px auto 30px;
	padding: 30px 20px 0 20px;
	width: 85%;
}

.cta-widget .widget {
    text-align: center;
    width: 100%;
    float: none;
    padding: 2%;
}

.cta-widget .widget-title {
    margin: 0;
    font-style: normal;
    font-size: 120px;
    color: #000;
    font-family: "wilderness_typefaceregular";
    text-align: center;
    text-transform: none;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background-position: center center;
    background-size: 78% 36%;
    background-repeat: no-repeat;
	right: 215px;
    position: relative;
	font-weight: normal;

}

.cta-widget p {
    font-size: 11px;
}

.cta-widget a {
	color: #fff;
	text-decoration: underline;
}

.cta-widget .enews-widget p,
.before-content .enews-widget p {
	color: #333;
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.cta-widget #subscribe,
.before-content #subscribe {
	float: right;
	width: 60%;
}

.cta-widget .enews-widget input,
.before-content .enews-widget input {
	border: none;
	border-radius: 3px;
	float: left;
	width: 17%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px;
}

.cta-widget .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"] {
	border: 1px solid #333;
	width: auto;
}

.archive .cta-widget {display: none;}
.page .cta-widget {display: none;}
.single-post .cta-widget {display: none;}

.archive .content-sidebar-wrap {padding-top: 0px; margin-top: 0px;}
.page .content-sidebar-wrap {padding-top: 0px; margin-top: 0px;}
.single-post .content-sidebar-wrap {padding-top: 0px; margin-top: 0px;}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #ffffff;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.footer-widgets-1 {
	width: 100%;
	margin: 0 auto;
}

.footer-widgets .widget {
	word-wrap: break-word;
	width: 100%;
	float: left;
}


.footer-widgets .featured-content .entry {
	float: left;
	padding: 1%;
	width: 20%;
}

.footer-widgets .widget-title,
.footer-widgets .entry-title {
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.footer-widgets .search-form {
	width: 100%;
}

.instagram-pics li {
    float: left;
    width: 16.666%;
    padding: 0;
	margin-bottom: -10px;
	list-style: none;
    margin-left: 0 !important;
}

/*.instagram-pics li:first-child {
    width: 50%;
}*/

.null-instagram-feed p a {
    background: rgb(190, 118, 151);
    padding: 30px;
}
.null-instagram-feed a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 20px;
}
.null-instagram-feed p {
    transform: translate(0%, -50%);
	text-align: center;
}

.footer-widgets-1 .widget-title {
    font-style: normal;
    color: #000;
    text-align: center;
    text-transform: none;

}

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

.site-footer {
    background: #F99F00 !important;
    color: #fff !important;
    font-family: sofia-pro;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.site-footer .wrap {
	margin: 0 auto;
	width: 100%;
}

.site-footer a {
	color: #fff !important;
}

.site-footer p {
	margin: 0;
}

.site-footer .genesis-nav-menu a {
    color: #000;
    display: block;
    padding: 5px 15px;
    position: relative;
}

.nav-footer {
	float: left;
	text-align: center;
	width: 100%;
	background: #66a19a;
	margin-bottom: 30px;
}

.nav-footer .genesis-nav-menu {
    text-align: left;
}

.creds {
	margin: 0 auto;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(https://www.cantswingacat.co.uk/wp-content/themes/cantswingacat2019/images/icon-search@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(https://www.cantswingacat.co.uk/wp-content/themes/cantswingacat2019/images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(https://www.cantswingacat.co.uk/wp-content/themes/cantswingacat2019/images/icon-control-nav@2x.png);
	}

}

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

	.site-container {
	}

	.site-header .widget-area {
		width: 100%;
	}
	
	.content {
		width: 660px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}
	
	.content,
	.nav-primary .wrap,
	.genesis-nav-menu .widget-area,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap,
	.nav-secondary .wrap,
	.site-footer .wrap,
	.cta-widget .wrap,
	.widget-above-header .wrap,
	.footer-widgets .wrap {
		width: 100%;
	}
	
	.home-top-slider {
		margin-bottom: 40px;
	}
	
	.home-top-slider,
	.home-top-right,
	.home-middle-left,
	.home-middle-right {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.home-top-right .featured-content .entry {
		float: left;
		padding: 1%;
		width: 33%;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}
	
	.cta-widget .enews-widget p {
		float: none;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	.cta-widget .enews-widget input {
		width: 30%;
	}
	
	.home-triple-bottom .featured-content .entry {
		min-height: 350px;
	}
	
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom {
		float: none;
		width: 100%;
	}
	
	.sidebar-split-left .widget {
		padding: 0;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}

}

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

	.site-container {
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}
	
	.genesis-nav-menu .widget-area {
		width: 100%;
	}	

}

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

	.site-container {
		max-width: 100%;
	}
	
	.home-top img {
    width: 100%;
}
	
	.header-image .site-title, .header-image .title-area { width: 100%;}
	
	.site-inner {}
	.site-title {width: auto !important;}
	.single-post .site-inner {width: 100%;}
	.archive .site-inner {width: 100%;}

		#text-3 .textwidget {margin: auto;}

	.about-img-1 {margin: 10px !important;}
	.about-text-1 {margin: 10px !important;}
	.about-text-2 {padding: 0 !important;}
	
	.home-section .wrap {max-width: 500px;}

	.home-flexible {width: 100% !important;}
	#home-flexible .widget_custom_html {width: 90%; margin: 5%;}

	.home-latest .widget {width: 100%; padding: 0 50px !important;}
	#home-latest .widget_text {background: none;}
	
	.home-podcast .widget {width: 100%;}

	.cta-widget { padding: 0; }

	.home-top #genesis-responsive-slider h2 a {font-size: 60px;}

	#featured-post-2 .entry {width: 100%;}
	#featured-post-3 .entry {width: 100%;}
	#featured-post-4 .entry {width: 100%;}

	#featured-post-2 img, #featured-post-3 img {width: 100%;}
	#featured-post-2 .entry-header, #featured-post-3 .entry-header {width: 100%; float: none !important; margin: 0 auto;     display: inline-block; padding-top: 30px;}
	#featured-post-2 .entry-content, #featured-post-3 .entry-content {width: 100%; float: none !important; margin: 0 auto; text-align: center;}

	.page-template-page_blog .post {width: 100%; margin-bottom: 20px;}
	.page-template-page_blog .site-inner {width: 100%;}

	.archive .content .entry {
		float: none;
		width: 100%;
		margin-bottom: 20px; 
	}

	.cta-widget .widget {width:100%;}
	.cta-widget {width:100%;}
	.cta-widget .widget-title {font-size: 70px; right: 0px;}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom,
	.widget-above-header .wrap,
	.nav-secondary .wrap,
	.site-footer .wrap {
		margin: 0;
		width: 100%;
	}
	
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 1%;
		width: 100%;
	}
	
	.home-bottom .featured-content .entry {
		width: 50%;
	}
	
	.home-middle,
	.home-top {
		text-align: center;
		    background-size: cover;

	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}
	
	.creds,
	.nav-footer {
		float: none;
		width: 100%;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-top #genesis-responsive-slider {
		padding: 0;
	}
	
	.widget-above-header .enews-widget p, 
	.cta-widget .enews-widget p, 
	.before-content .enews-widget p {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.widget-above-header .enews-widget input, 
	.cta-widget .enews-widget input, 
	.before-content .enews-widget input {
		width: 100%;
		margin-bottom: 20px;
	}

	.cta-widget .enews-widget input[type="submit"],
	.before-content .enews-widget input[type="submit"],
	.footer-widgets .featured-content .entry,
	.before-content .entry,
	.cta-widget #subscribe,
	.before-content #subscribe,
	.before-content .featuredpage {
		float: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-footer li a {padding: 17px 17px;}
	.page-template-page_blog .content {width: 80%; margin: 0 auto;}
	.content-sidebar .content {float: none;}
	.page-template-page_blog .sidebar-primary {margin: 0 auto;}
	.sidebar-primary {float: none; width: 80% !important; display: inherit !important;}
	
	.nav-primary .genesis-nav-menu .menu-item.menu-item-home.home-mobile {
    display: block !important;
}
	
	.nav-primary li.menu-item-home.home-mobile a {
    background-image: none;
		width: auto;
    height: auto;
    text-indent: inherit;
}

}

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

	
	.home-top {
    text-align: center;
    background-size: cover;
}
	
	.home-top h4 {
    font-size: 50px !important;
    margin-left: 0;
		text-align: center;
}
	
	.home-top p {
    width: 80%;
    margin: 0 auto;
}
	
	.home-flexible .widget {
    width: 70% !important;
    float: none !important;
}
	
	#text-19 {
    margin: 0;
    width: 100% !important;
}
	
	.home-blocks .widget {
    width: 100%;
}
	
	.featured-box {
    margin: 0% !important;
}
	
	.home-about .widget_media_image, .home-about .widget_text {
    float: none;
    width: 100%;
    padding: 30px 0;
}
	
	.enews-widget input, .enews-widget input[type="submit"] {
    width: 100%;
    margin-bottom: 10px !important;
}
	
	#gts-testimonials {
    width: 100%;
    margin: 0 auto;
}
	
	.home-categories .widget, .blog-categories .widget {
    width: 50%;
    padding: 7% 5%;
    float: left;
}
	
	.blog-categories .widget:nth-child(3){
		float: none;
        clear: both;
        margin: 0 auto;
	}
	
	.page .entry-content p {
    width: 80% !important;
}

	.entry-title {
    font-size: 20px !important;
    line-height: 35px !important;
}
.header-image .title-area, .header-image .site-title, .header-image .site-title a {width: 90%;}
.home-categories .widget {width: 100%;}	
	.home-top-slider {
    margin-bottom: 0;
}
	
	.nav-primary ul li:nth-child(1) {background: none; padding: 0;}
	.nav-primary ul li:nth-child(1) a span {opacity: 1;}
	.simple-social-icons {width: 100%; padding-bottom: 20px;}

	.site-title {font-size: 46px;}
	.home-top .slide-excerpt {display:none;}
	#featured-post-2 .entry {width: 100%;}
	#featured-post-3 .entry {width: 100%;}
	#featured-post-4 .entry {width: 100%;}
	
	.home-section .wrap {max-width: 400px; width: 90%;}
	
	.youtube_channel .ytc_video_container {width: 98% !important; margin: 1%;}

	.read-blog {width: 100%;}
	
	.siteorigin-widget-tinymce.textwidget {padding: 0;}

	.cta-widget .widget {width:100%;}
	.cta-widget {width:100%;}
	.cta-widget .widget-title {font-size: 70px; right: 0px;}
	.cta-widget p a {font-size: 80px;}
	.footer-widgets .widget {width: 100%;}
	.null-instagram-feed h4 {top:20px;}
	
	.nav-footer li a {text-align: center;}
	.nav-footer li { width: 100%;}
	
	.blog-slider #genesis-responsive-slider h2 a {font-size: 18px;}
	
	.single .sidebar-primary {width: 100% !important;}

	.instagram-pics li {width: 50%;}
	.null-instagram-feed p a {display: none;}

	ul.related_post li {width:100% !important;}

	.nav-footer .genesis-nav-menu {text-align: center;}

	.entry .entry-content {padding-bottom: 30px !important;}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
	.widget-title:after, .widget-title:before {
		border: none;
		margin: 0;
		width: 0;
	}
	
	.home-bottom .featured-content .entry,
	.category-index .featured-content .entry,
	.footer-widgets .featured-content .entry {
		width: 100%;
	}
	
	.featured-content .entry {
		text-align: center;
		width: 100%;
	}
	
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget,
	.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 0 auto 3%;
		width: 100%;
	}
	
	.alignleft,
	a.alignleft img,
	a.alignnone img {
		display: block;
		float: none;
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.category-index ul li {	
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
	
	.archive .content .entry {
		float: none;
		width: 100%;
		margin-bottom: 20px; 
	}
	
	
	
	.sidebar .featured-content .entry-title {
		text-align: center;
	}
	
	.content .woocommerce ul.product_list_widget li,
	.footer-widgets .woocommerce ul.product_list_widget li {
		text-align: center;
		width: 100% !important;
	}

	.content .woocommerce ul.cart_list li img,
	.content .woocommerce ul.product_list_widget li img,
	.content .woocommerce-page ul.cart_list li img,
	.content .woocommerce-page ul.product_list_widget li img {
		margin: 0 auto;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.home-bottom .featured-content .entry {
		width: 100% !important;
	}


}

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

    .site-title {
        font-size: 26px;
    }

}