/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.2.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

body a, body a:hover {
    color: #052453;
}

.accentBlock {
	background: #C90063;
	color: #fff;
}

body p {
    margin: 0 0 1.4em;
}

.product-cat-product-divider {
    border-top: 1px solid #EFEFEF;
    padding-top: 40px;
    height: 1px;
}

.woocommerce-page ul.products li.first {
    clear: inherit !important;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce ul.products li.product h3 {
    font-size: 1.5em !important;
    color: #052453;
}

.woocommerce ul.products li.product h3 a {
    color: #052453;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #052453;
    font-size: 16px;
}

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

.single-product .button:before {
	background-color: #4F354F;
    width: 38px;
    height: 38px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 30px 0px;
}

body .h1, body .h2, body .h3, body h1, body h2, body h3 {
    margin-bottom: .5em;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1.5em !important;
    font-size: 1.2em;
}

.pad10 p {
    padding: 10px;
}

.woocommerce-EditAccountForm.edit-account {
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#wpua-edit-attachment-existing, #wpua-undo-existing, #wpua-upload-existing {
    display: none;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background-color: #EFEFEF;
}

.iwtc_product_image {
    position: relative;
}

.woocommerce ul.products li.product a .iwtc_product_image img {
    padding: 0;
    width: 200px;
	height:200px;
	margin: 10px auto;
    display: block;
}

.sr_friendly_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.sr_friendly_badge {
    background-color: #052453;
    color: white;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
}

.woocommerce div.product div.images {
    position: relative;
}

.page-id-2941 #bannerLinks .bannerlink-inner p {
	min-height: 40px;
}

.page-id-2941 #bannerLinks {
	margin-bottom: 20px;
}

.page-id-2941 .featured--box {
	width: 20%;
}

.page-id-2941 .featured--box p {
	padding: 10px; 
}

.page-id-2941 .featured--top-image .featured--image {
    width: 100%;
    height: 250px;
}

#bannerLinks { margin-top: -50px !important;}

.home .heroImage.deeper {background-size: contain;}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 600px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

#menu-main-menu.nav>li>a {
	padding: 10px 5px;
}

.nivo-caption {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	padding: 10% 10% 0 15% !important;
	background-color: rgba(5,36,83,0.87) !important;

}

.metaslider .theme-default .nivo-caption a.button {
	background: #C90063;
	color: #fff;
	border-bottom: none;
}

.metaslider .theme-default .nivo-caption a.button {
	padding: 10px 30px;
    font-size: 14px;
    min-width: 200px;
}


.metaslider .theme-default .nivo-caption a.button:before {
	content: none;
}

.nivo-caption h3 {
	font-size: 30px;
}

.nivo-cpation h2, .nivo-caption h3, .nivo-cpation h4 {
	font-weight: normal;
}

@media (min-width: 1375px){
.home .heroImage.deeper {height: 400px !important;}
}

@media (min-width: 967px){
.page-id-2941 #bannerLinks img {
	max-width: 100px;
    height: 100px;
}
}

@media (min-width: 768px){
.home .heroImage.deeper {height: 300px !important;}
}

@media (min-width: 768px){
.home .heroImage.deeper {height: 300px !important;}
}

@media (max-width: 767px){
.heroImage {height: 250px !important;}
.home .heroImage.deeper {height: 200px;}
.heroImage {background-size: contain;}
}

@media (max-width: 500px){
.home .heroImage.deeper {height: 150px !important;}

.metaslider .theme-default .nivo-caption a.button {
	float: left;
}
}