/*   
Theme Name: bywill
Theme URI: www.bywill.co.uk
Description: Custom theme
Author: 
Author URI: 
Version: 1.0
Tags: blue, white, light, right-sidebar, fixed-width
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('reset.css');
@import url('grid.css');
/* Default font settings. */
html {	font-size:100.01%;}
body {
	font-size: 16px;
	color: #6c7075;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1, h2, h3 {

}
h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #213b74;
}
h2 {
	font-size: 17px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.article h2 {
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: 400;
	color: #303030;
}
h3 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}
h4 {	font-size: 16px; line-height: 18px; color: #213b74;	margin-bottom: 8px;}
h5 {	font-size: 14px;	margin-bottom: 8px;}
h6 {	font-size: 12px;	margin-bottom: 8px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements */::-moz-selection{ background: #06F; color:#fff; text-shadow: none; }::selection { background:#06F; color:#fff; text-shadow: none; }
p {
	margin: 0 0 15px;
	font-size: 16px;
}
p img.left {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 15px 0 15px 15px;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
	margin: 15px;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
}
address {
	margin: 0 0 15px;
	font-style: italic;
}
del {
	color:#ccc;
}
pre {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font: 14px 'andale mono', 'lucida console', monospace;
	line-height: 20px;
}
hr {
	border-style: none;
	border-bottom: 2px solid #213b74;
	margin-top: 40px;
	margin-bottom: 40px;
}
hr.blue {
	background-image: url(images/hr.png);
	background-position: left center;
	height: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}
/* Lists */
ol #commentlist {
    margin: 0px 0px 10px 0px;
}
#commentlist li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 15px 15px 0;
	padding-left: 20px;
}
nav ul, #sidebar ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
nav ul li {
	float: left;
}	
#sidebar li {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 15px 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}
/* Tables */
table {
	margin-bottom: 20px;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes */
.small {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 18px;
}
.large {
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 20px;
}
.hide {
	display: none;
}
.quiet {
	color: #888;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.postmetadata {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
}
.meta {
      font-size: 10px;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
	font-weight: bold;
}
fieldset {
	padding:22px;
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:19px;
}
/* Form fields */
input[type=text], input[type=password], input.text, input.title, textarea, select, input[type=search], input[type=email] {
	background-color:#fff;
	border:1px solid #ccc;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus, input[type=email]:focus {
	border-color:#777;
}
input[type=text], input[type=password], input.text, input.title, textarea, select, input[type=search], input[type=email] {
	margin:8px 0;
}
input.text, input.title {
	max-width: 300px;
	width: 80%;
	padding:5px;
}
input.title {
	font-size:24px;
}
textarea {
	width: 600px;
	max-width: 90%;
	height: 150px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:4px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/* Success, notice and error boxes */
.error, .notice, .success {
	padding: 12px;
	margin-bottom: 16px;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* links */ 
a {
	color: #333333;
	text-decoration: none;
}
.wc-tabs a, .content .page a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.btn, .woocommerce div.product form.cart .button,.woocommerce ul.products li.product .button {
	background-color: #b8b8ba;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 30px;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	font-size: 10px;
	transition: all 0.1s ease-in-out;
	border: 0px;
}

.btn.primary, .woocommerce div.product form.cart .button {
	background: #ee9e3d;
}

.btn:hover, .woocommerce div.product form.cart .button:hover, .woocommerce ul.products li.product .button:hover {
	text-decoration: none;
	transform: scale(1.2);
	background-color: #213b74;
}


/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
	word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */#commentlist p {        margin: 0px;        font-size: 11px;}
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/

header .header-container {
	border-bottom: 3px solid #213b74;
	position: relative;
	height: 58px;
	margin-bottom: 15px;
	margin-top: 15px;
}

header .header-container .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 0;
	background: #FFFFFF;
}

header .header-container .items {
	float: right;
	width: 415px;
}

.social-icons {
	float: left;
}

.social-icons a {
	color: #b6b6b6;
	background: #6c7075;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	transition: color 0.3s ease-in-out;
	border-radius: 15px;
	text-align: center;
}

.social-icons a:hover {
	color: #FFFFFF;
}

header .header-cart {
	float: right;
	border-left: 1px solid #CFCFCF;
	padding-left: 10px;
	line-height: 30px;
}

header .header-cart i, header .header-cart svg {
	color: #213b74;
}

header {
	margin-bottom: 20px;
}

header nav {
	color: #6c7075;
	line-height: 25px;
}

header nav > ul {
	float: left;
}

header nav > ul > li > a {
	border-right: 1px solid #6c7075;
}

header nav > ul > li:last-child > a {
	border-right: 0;
}

header nav a {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #6c7075;
	transition: color 0.3s ease-in-out;
}

header nav > ul > li > a {
	padding: 0 10px;
}

header nav > ul > li:first-child > a {
	padding-left: 0px;
}

header nav > ul > li > ul {
	position: absolute;
	z-index: 1000;
	background: #FFFFFF;
	box-shadow: 0 0 3px #404040;
	padding: 10px;
	display: none;
}

header nav > ul > li:hover > ul {
	display: block;
}

header nav > ul > li > ul > li {
	float: none;
}

header nav > ul > li > ul > li a {
	padding: 5px 10px;
	font-size: 14px;
}

header nav a:hover, header nav > ul > li.current_page_item > a, header nav > ul > li.current_page_parent > a, header nav > ul > li > ul > li.current_menu_item > a {
	text-decoration: none;
	color: #213b74;
}

header nav form, header nav .aws-container {
	float: right;
	width: 300px;
	position: relative;
	height: auto!important;
}

header nav form .form-holder, header nav .aws-search-form {
	background: #f0f0f0;
	border: 1px solid #e9e9e9;
	padding: 5px 10px;
	box-sizing: border-box;
}

header nav .aws-container:after{
   font-family: FontAwesome;
   display: block;
   font-size: 20px;
   position: absolute;
   top: 5px;
   right: 5px;
   color: #213b74;
   content: "\f002";
   height: 25px;
   width: 25px;
}
 

header nav form input[type=search], header nav .aws-search-form input[type=text] {
	font-size: 16px;
	line-height: 25px;
	height: 25px!important;
	padding: 0px!important;
	border: 0px!important;
	margin: 0px!important;
	background: transparent!important;
}

header nav form button {
	font-size: 18px;
	line-height: 25px;
	color: #213b74;
	margin: 0px;
	padding: 0px;
	background: transparent;
	border: 0;
}

#breadcrumbs {
	text-align: right;
	font-weight: 700;
	color: #213b74;
	font-size: 12px;
	line-height: 22px;
}

#breadcrumbs a {
	color: #6c7075;
}

#breadcrumbs .breadcrumb_last {
	color: #213b74;
}

.home-brands {
	background: #f0f0f0;
	box-shadow: 0 0 3px #ccc;
	padding: 0px;
	margin: 15px 0;
	height: 240px;
	overflow: hidden;
}

.home-brands .cycle-slideshow {
	width: 100%;
	position: relative;
}

.home-brands .slide {
	margin: 59px 0;
	display: inline-block;
}

.home-brands .slide a {
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	display: block;
	margin: 0 20px 0 0;
	width: 120px;
	height: 120px;
}

.home-brands .slide a img {
	display: block;
}

.home-products {
	background: #f0f0f0;
	box-shadow: 0 0 3px #ccc;
	padding: 0;
	margin: 15px 0;
	min-height: 240px;
	position: relative;
}

.home-products .cycle-slideshow {
	width: 100%;
	height: 240px;
}

.home-products .cycle-slideshow .slide {
	display: none;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.home-products .cycle-slideshow .slide .overlay {
	color: #FFFFFF;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#213b74+0,213b74+100&0.8+0,0.5+100 */
	background: -moz-linear-gradient(top, rgba(33,59,116,0.8) 0%, rgba(33,59,116,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(33,59,116,0.8) 0%,rgba(33,59,116,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(33,59,116,0.8) 0%,rgba(33,59,116,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc213b74', endColorstr='#80213b74',GradientType=0 ); /* IE6-9 */
	padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
}

.home-products .cycle-slideshow .slide .overlay h3 {
	font-size: 20px;
}

.home-products .cycle-slideshow .slide .overlay span.price {
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
}

.home-products .cycle-slideshow .slide:first-child {
	display: block;
}

.home-products .cycle-slideshow .cycle-prev, .home-products .cycle-slideshow .cycle-next,.home-brands .cycle-slideshow .cycle-prev, .home-brands .cycle-slideshow .cycle-next {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 40px;
	line-height: 240px;
    text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	z-index: 200;
	cursor: pointer;
	text-shadow: 1px 1px 4px #000000;
}

.home-products .cycle-slideshow .cycle-next, .home-brands .cycle-slideshow .cycle-next {
	left: auto;
	right: 0px;
}

.home-brands .cycle-slideshow .cycle-prev, .home-brands .cycle-slideshow .cycle-next {
	color: #213b74;
	background: #f0f0f0;
}

.home-products .cycle-slideshow .cycle-pager, .home-brands .cycle-pager {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
    text-align: center;
	color: #FFFFFF;
	z-index: 200;
	cursor: pointer;
}

.home-products .cycle-slideshow .cycle-pager span, .home-brands .cycle-pager span {
	display: inline-block;
	color: transparent;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
}

.home-brands .cycle-pager span {
	border-color: #213b74;
}

.home-products .cycle-slideshow .cycle-pager span.cycle-pager-active, .home-brands .cycle-pager span.cycle-pager-active {
	background: #FFFFFF;
}

.home-brands .cycle-pager span.cycle-pager-active {
	background: #213b74;
}

.home-feedback {
	background: #f0f0f0;
	box-shadow: 0 0 3px #ccc;
	padding: 15px;
	margin: 15px 0;
	min-height: 30px;
}

.home-feedback span {
	color: #213b74;
	font-weight: 700;
	font-size: 20px;
	float: left;
	width: 20%;
}

.home-feedback div.bar-slider {
	white-space: nowrap;
    overflow: hidden;
    float: right;
    width: 75%;
    text-align: left;
    line-height: 30px;
    height: 30px;
}

.home-feedback .feedback-bar {
	display: none;
}

.home-feedback .feedback-bar:first-child {
	display: block;
}

.home-content {
	margin: 30px auto;
	max-width: 790px;
}

.home-categories {
}

.home-categories .category-holder {
	background: #f0f0f0;
	box-shadow: 0 0 3px #ccc;
	padding: 15px;
	margin: 15px 0;
}

.home-categories .category-holder h3 svg {
	float: right;
}

.home-categories .category-holder h3 a {
	color: #213b74;
}

.home-categories .category-holder h3 a:hover {
	text-decoration: none;
}

.home-categories .category-holder ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.home-categories .category-holder ul li {
	padding: 5px 0;
}

.home-categories .category-holder ul li a {
	display: block;
	min-height: 75px;
}

.home-categories .category-holder ul li a:hover {
	text-decoration: none;
}

.home-categories .category-holder ul li img {
	float: left;
	width: 75px;
	margin-right: 10px;
}

.home-categories .category-holder ul li .title {
	display: block;
	color: #213b74;
	font-size: 12px;
	max-height: 51px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.home-categories .category-holder ul li .price {
	font-weight: 700;
    display: block;
    color: #6c7075;
}

.brand-header {
	margin-bottom: 20px;
	border-bottom: 2px solid #213b74;
	padding-bottom: 20px;
	min-height: 120px;
}

.brand-header img {
	float: left;
	margin-right: 20px;
}

.page .sidebar ul {
	list-style-type: none;
	padding: 0;
}

.page .sidebar ul.sub-menu li {
	padding-left: 10px;
}

.page .sidebar ul a {
	font-size: 14px;
}

.single .content, .woocommerce .content, .blog .content, .page .content, .tax-brand .content {
	float: right;
}

.sidebar .product-categories, .sidebar .product-categories ul, .sidebar .brands, .menu-promotions-container ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0px;
}

.sidebar .product-categories a, .sidebar .brands a, .menu-promotions-container a {
	font-size: 12px!important;
	color: #b3b3b3;
}

.sidebar .product-categories > li ul.children {
	display: none;
	margin-bottom: 0;
	padding-left: 5px;
}

.sidebar .product-categories > li ul.children a {
	color: #333333;
}

.sidebar .product-categories li.current-cat > a, .sidebar .product-categories li.current-cat-parent > a, .sidebar .brands li.active > a, .menu-promotions-container ul li.current-menu-item a {
	font-weight: 700;
	color: #333333;
}

.sidebar .product-categories  li.current-cat > ul.children, .sidebar .product-categories  li.current-cat-parent > ul.children {
	display: block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #213b74;
}

.woocommerce div.product p.price {
	font-weight: 700;
}

.woocommerce .quantity .qty {
	margin: 2px 0;
}

.woocommerce .summary.entry-summary .product_meta {
	font-weight: 700;
	clear: both;
	margin-bottom: 15px;
}

.woocommerce .call-us {
	padding: 15px;
	line-height: 20px;
	font-size: 16px;
	box-shadow: 0 0 3px #ccc;
	border-radius: 3px;
}

.woocommerce .call-us p {
	margin: 0;
}

.woocommerce .read-more {
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
	color: #6c7075;
}

.woocommerce .call-us i, .woocommerce .call-us svg {
	float: left;
	margin-right: 15px;
	color: #213b74;
	font-size: 40px;
}

.woocommerce .call-us strong {
	color: #213b74;
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
	display: none;
}

.woocommerce .video-content-tab iframe {
	max-width: 100%;
}

.woocommerce-tabs ul.wc-tabs li.active a {
	color: #213b74;
}

.woocommerce .brand-link {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #CFCFCF;
	position: relative;
}

.woocommerce .brand-link img {
	display: block;
}

.woocommerce .brand-link span {
	color: #FFFFFF;
	background: #ee9e3d;
	font-size: 10px;
	padding: 5px 5px;
	text-align: center;
	line-height: 14px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.woocommerce .content-tab-holder {
	width: 60%;
	float: left;
}
.woocommerce .spec-tab-holder {
	width: 38%;
	float: left;
	margin-left: 2%;
}

.woocommerce div.product form.cart {
	padding-top: 15px;
	border-top: 3px solid #213b74;
}

.woocommerce .promo-banner {
	font-size: 16px;
	padding: 15px 15px 15px 30px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 500;
	color: #FFFFFF;
	font-weight: 700;
	display: block;
}

.woocommerce .promo-banner span {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 27px;
	border-style: solid;
	/*border: 27px solid hsla(200, 20%, 80%, 0.8);*/
	border-right-color: transparent!important;
}

.woocommerce ul.products .promo-banner {
	font-size: 12px;
	padding: 10px 0px 10px 15px;
	top: 10px;
	font-weight: normal;
	pointer-events: none;
  	cursor: default;
}

.woocommerce ul.products .promo-banner span {
	border-width: 19px;
}

.woocommerce div.product form.cart .variations label {
	display: block;
	margin-top: 8px;
}

.woocommerce div.product form.cart .variations select {
	min-width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 1px solid #CFCFCF
}

.woocommerce div.product div.images .flex-control-thumbs {
	border-top: 1px solid #CFCFCF;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	/*border-top: 1px solid #CFCFCF*/
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #ee9e3d;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #213b74;
}

.woocommerce-MyAccount-navigation ul li {
	float: none;

}

.berocket_aapf_widget-wrapper {
	opacity: 0;
}

.berocket_aapf_widget-wrapper.loaded {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.berocket_aapf_widget {
	padding: 0px;
	list-style-type: none!important;

}

.berocket_aapf_widget label {
	font-weight: normal;
	font-size: 12px;
}

.berocket_aapf_widget li > span > span {
	float: right;
	font-size: 12px;
}

ul.berocket_aapf_widget li > span {
	line-height: 25px!important;
}

ul.berocket_aapf_widget li.berocket_term_depth_1 {
	padding-left: 10px;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
	display: inline-block;
	width: 147px;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item a {
	height: 147px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item:nth-child(4n+4) {
	margin-right: 0px;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item img {
	width: 100%;
}

.acf-map {
	width: 100%;
	height: 80vh;
}

.acf-map .marker {
	display: none;
}

.blog-header {
	padding-bottom: 50px;
}

.blog-holder {
	background-color: #fcfcfc;
	background-image: url('images/blog-background-3.jpg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.blog-holder.blog-single {
	padding-bottom: 0px;
}

.blog-holder .blog-thumb > div {
	background: #FFFFFF;
	box-shadow: 0px 0px 2px #CFCFCF;
	margin-bottom: 20px;
}

.blog-holder .blog-thumb .overlay {
	padding: 20px;
}

.blog-holder .blog-thumb .overlay .storycontent {
	min-height: 72px;
}

.blog-holder .blog-thumb .overlay h3 {
	min-height: 48px;
}

.blog-holder .blog-thumb .overlay h3 a {
	color: #213b74;
}

.blog-holder .blog-thumb .thumb {
	text-align: center;
	background: url('images/no-blog-image.jpg') center center no-repeat;
	background-size: cover;
}

.blog-holder .blog-thumb .thumb img {
	margin-bottom: -7px;
}

.blog-holder .blog-thumb .thumb .no-image {
	opacity: 0;
}

.blog.navigation {
	padding: 20px 0;
	height: 24px;
}

.blog-single-header {
	padding-bottom: 50px;
}

.blog-holder .blog-box {
	background: #FFFFFF;
	padding: 150px 20px 20px 20px;
	position: relative;
}

.blog-holder .blog-box > img {
	margin: -245px auto 40px auto;
	display: block;
	max-height: 300px;
	width: auto;
}

.blog-holder .woocommerce .products {
	margin-top: 40px;
}

.author-image {
	float: left;
	width: 20%;
}

.author-image img {
	margin: 0;
	padding: 0;
	border-radius: 100px;
}

.author-description {
	float: right;
	width: 80%;
}

.storycontent p a {
	text-decoration: underline;
}

.site-notice {
	margin-top: 10px;
	background: #213b74;
}

.site-notice a {
	text-align: center;
	display: block;
	float: left;
	padding: 10px 0;
	color: #FFFFFF;
}

footer {
	border-bottom: 1px solid #d6d6d6;
}

footer ul.tweets {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

footer ul.tweets li {
	margin-bottom: 15px;
}

footer ul.tweets .stt-em {
	font-weight: bold;
	font-size: smaller;
	font-style: none;
}

footer h3, .sidebar h3,.home-categories .category-holder h3 {
	color: #213b74;
	border-bottom: 1px solid #d6d6d6;
}

footer .signup-box {
	background: #f5f6f6;
    box-shadow: 0 0 3px #ccc;
    padding: 15px;
    margin: 15px 0;
	text-align: center;
}

footer .signup-box form {
	display: inline-block;
}

footer .signup-box form input {
	margin-left: 10px;
	margin-right: 10px;
}

footer .signup-box form input[type=submit] {
	margin-top: 10px;
}

footer .signup-box p {
	font-size: 12px;
	margin: 10px 0 0 0;
}

footer .signup-box h3 {
	border-bottom: none;
	display: inline-block;
	margin: 0 10px 0 10px;
}

footer .signup-box label {
	margin: 10px 0;
	display: block;
}

footer .signup-box fieldset label {
	display: inline-block;
	font-weight: normal;
}

footer .signup-box fieldset {
	margin-bottom: 0px;
}

.footer-copy {
	font-size: 10px;
	line-height: 25px;
	padding: 15px  0 30px 0;
}

.footer-copy p {
	font-size: 10px;
}

.footer-copy .textwidget {
	float: left;
}

.footer-copy ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-copy ul li {
	display: inline-block;
	border-right: 1px solid #d6d6d6;
}

.footer-copy ul li a {
	display: block;
	padding: 0 5px;
}

.footer-copy ul li:last-child {
	border: none;
}

.footer-copy ul li:last-child a {
	padding-right: 0;
}

footer .cycle-slideshow {
	min-height: 130px;
}

footer .feedback-box {
	margin-bottom: 10px;
	display: none;
}

footer .feedback-box:first-child {
	display: block;
}

footer .feedback-box small {
	font-weight: bold;
}

@media all and (min-width: 980px) {

	.mobile {
		display: none;
	}
}
@media all and (max-width: 980px) and (min-width: 672px) {
	.full {
		display: none;
	}
	.mobile {
		display: none;
	}

}
@media all and (max-width: 672px) {
	.full, .no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}

	body {
		font-size: 14px;
	}

	p {
		font-size: 14px;
	}

	header .header-container {
		/*text-align: center;*/
		border-bottom: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
		height: auto;
	}

	header .header-container .items {
		width: 88px;
		margin-top: 11px;
		font-size: 14px;
		overflow: hidden;
	}

	header .header-cart {
		border: none;
		padding: 0;
		white-space: nowrap;
	}

	header .header-container .logo {
		position: relative;
		display: inline-block;
		width: 50%;
	}

	header nav .nav-btn {
		text-align: center;
		margin-bottom: 15px;
	}

	header nav > ul {
		display: none;
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin-top: 15px;
		float: none;
	}

	header nav ul li {
		float: none;
		padding-bottom: 5px;
		padding-left: 10px;
	}

	header nav ul li a {
		padding: 0px;
		line-height: 30px;
	}

	header nav > ul > li > a {
		border: none;
	}

	header nav > ul > li > ul {
		position: relative;
	    box-shadow: none;
	    padding: 0 0 0 10px;
	}

	header nav form, header nav .aws-container {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}

	.home-products .cycle-slideshow .slide .overlay h3 {
		font-size: 15px;
		text-align: center;
	}

	.home-brands .cycle-pager {
		display: none;
	}

	.home-feedback span {
		font-size: 15px;
		float: none;
		display: block;
		width: 100%;
	}

	.home-feedback div.bar-slider {
		width: 100%;
		float: none;
	}

	.single .sidebar a, .blog .sidebar a, .page .sidebar a, .woocommerce .sidebar a, .tax-brand .sidebar a {
		display: block;
		line-height: 30px;
	}

	.woocommerce .content-tab-holder, .woocommerce .spec-tab-holder {
		width: auto;
		float: none;
		margin: 10px 0;
	}

	#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
		width: 50%;
		margin-right: 0px;
	}

	.woocommerce .brand-link img {
		width: 90px;
	}

	.woocommerce .call-us i, .woocommerce .call-us svg {
		font-size: 36px;
	}

	.woocommerce .call-us, .woocommerce .call-us p {
		font-size: 12px;
	}

	.summary .wcppec-checkout-buttons {
		text-align: left;
	}

	.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
		font-size: 10px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 12px;
	}

	.site-notice {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.site-notice a {
		width: 100%!important;
		padding: 5px 0;
	}

	footer .signup-box form input {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	footer .signup-box fieldset label {
		display: block;
	}

	.footertwo {
		margin-top: 10px;
	}

	.footer-copy {
		text-align: center;
	}

	.footer-copy > div, .footer-copy > ul {
		float: none!important;
		display: block;
	}
	
	
}
@media all and (max-width: 380px) {

	
}