/*
	Theme Name: AJC Brand Batteries
	Theme URI: http://ajcbattery.com/
	Description: Custom themes by Dinkuminteractive
	Version: 1.0.0
	Author: Dinkuminteractive
	Author URI: http://dinkuminteractive.com/
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*comment styling*/
/*comment*/
#comment-section p{
    margin-bottom: 10px;
}
#comment-section p label {
    display: block;
    font-size: 14px;
}
#comment-section p#form-allowed-tags{
    display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"]{
  width: 30%;
}
#comment-section form#commentform textarea{
    padding: 10px;
    width: 60%;
    height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus{
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
    margin: 0 0 20px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
#comment-section ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child{
    border: none;
}
#comment-section ul {
    padding: 0;
    margin: 0;
}
#comment-section figure{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px; 
}
#comment-section figure img{
    max-width: 100%;
    height: auto;
}
#comment-section .comment-detail{
    float: left;
}
#comment-section .comment-meta cite{
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}
#comment-section .comment-meta a{
    font-weight: normal;
    color: #ccc;
}
#respond{
    margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}

/*beadcrumb*/
.breadcrumb,
.breadcrumb a,
.breadcrumb span.breadcrumb_last{
	font-size: 12px;
	color: #7786c8;
}
.breadcrumb span.breadcrumb_last{
	color: #fff;
}
.breadcrumb a,
.breadcrumb span.breadcrumb_last {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.breadcrumb a:first-of-type{
	padding-left: 0;
}
/*pagination*/
.pagination {
  margin: 20px 0;
  text-align: center;
  display: block;
}
.pagination span,
.pagination a{
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 3px 8px;
  color: #C23B35;
  display: inline-block;
}
.pagination span.current,
.pagination a.current{
  color: #777;
}
.pagination ul.page-numbers li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.pagination ul.page-numbers li:before{
    display: none;
}
/** SPACE
===================================*/
a{
	color: #C23B35;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover{
	color: #C23B35;
	text-decoration:underline;
}
.space15 {
  height: 15px;
  display: block;
  width: 100%; }

.space20 {
  height: 20px;
  display: block;
  width: 100%; }

.space30 {
  height: 30px;
  display: block;
  width: 100%; }

.space45 {
  height: 45px;
  display: block;
  width: 100%; }

.space60 {
  height: 60px;
  display: block;
  width: 100%; }

/*hover updates*/
.main-navigation ul li.current_page_parent > a, 
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a{
	color: #12226c;
  	border-bottom: 2px solid;
}
.breadcrumb a:hover{
	color: #ffffff;
}
.main-navigation .dropdown-menu li a{
	padding: 5px 25px;
	margin: 0;
	border: none !important;
}
.main-navigation ul li.current_page_parent ul li > a, 
.main-navigation ul li.current-menu-item ul li > a,
.main-navigation ul li.current_page_ancestor ul li > a{
    border: none;
}
.main-navigation ul ul.dropdown-menu li:hover > a, .main-navigation ul ul.dropdown-menu li:focus > a,
.main-navigation .dropdown-menu > li > a:hover, .main-navigation .dropdown-menu > li > a:focus,
.main-navigation .dropdown-menu .dropdown-item.active{
	border: none;
	color: #ffffff;
	background: #0c2bb9;
	opacity: 1;
}
.main-navigation .dropdown-menu{
    border: none;
}
.main-navigation .dropdown-menu li{
    padding: 0;
    margin: 0;
}
.socmed-link li {
    padding: 0;
    border: none;
    margin: 15px;
    line-height: 50px;
    font-size: 1.4em;
    color: #8c8c8c;
}
.socmed-link li a{
	color: #8c8c8c;
	display: inline-block;
    border: 1px solid #8c8c8c;
    border-radius: 50px;
    padding: 0;
    width: 50px;
    height: 50px;   
}
.socmed-link li a:hover{
	color: #12226c;
	border: 1px solid #12226c;
}
/*------------------------------------*\
    GENERAL
\*------------------------------------*/
/*shopify buy button*/
.shopify-buy__btn.shopify-buy__collection-pagination-button {
    background-color: #12226c !important;
    padding: 18px 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}
.shopify-buy__product__title{
    font-weight: 700 !important;
    font-family: roboto,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3em !important;
    margin-bottom: .5rem; !important
}
.shopify-buy__product__price,
.shopify-buy__product__actual-price{
    font-weight: 700 !important;
    font-family: roboto,sans-serif !important;
    font-size: 14px !important;
    color: #C23B35 !important;
}
.shopify-buy__product__compare-price{
    color: #777 !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
    display: inline-block !important;
    margin-right: 15px !important;
    font-size: 14px !important;
}

/*gravity form*/
#gf-form .gform_wrapper .top_label .gfield_label{
	display: none;
}
#gf-form .gform_wrapper .top_label div.ginput_container{
	margin: 0;
	padding: 0;
}
#gf-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    display: none;
}
#gf-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
#gf-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
    position: relative;
}
#gf-form .gform_wrapper ul li.gfield{
	margin: 0 0 1rem !important;
	padding: 0;
	position: relative;
}
#gf-form .gform_wrapper ul li.gfield.half{
	width: 49%;
	float: left;
	clear: none;
}
#gf-form .gform_wrapper ul li.gfield.half.fa-envelope{
	float: right;
}
#gf-form .gform_wrapper ul li.gfield span.gf-favico{
	position: absolute;
  width: auto;
	left: 13px;
    top: 5px;
    font-size: 13px;
    color: #777;
}
#gf-form .gform_wrapper ul li.gfield input[type="text"],
#gf-form .gform_wrapper ul li.gfield input[type="email"],
#gf-form .gform_wrapper ul li.gfield textarea,
#gf-form .gform_wrapper ul li.gfield select{
	width: 100%;
	padding: .375rem .75rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 20px;
	font-size: 14px;
	padding-left: 30px;
	color: #777;
}
#gf-form .gform_wrapper ul li.gfield select{
	height: 2.20rem;
    padding: .375rem 1.75rem .375rem 1.75rem;
    line-height: 1.5;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#gf-form .gform_wrapper ul li.gfield textarea{
	height: 120px
}
#gf-form .gform_wrapper ul li.gfield input[type="text"]:focus,
#gf-form .gform_wrapper ul li.gfield input[type="email"]:focus,
#gf-form .gform_wrapper ul li.gfield textarea:focus{
	background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#gf-form .gform_wrapper ul li.gfield select:focus{
	border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
}
#gf-form .gform_wrapper ul li.gfield.captcha {
    float: left;
}
#gf-form .gform_wrapper .gform_footer{
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: auto;
}
#gf-form .gform_wrapper input[type="submit"]{
	cursor: pointer;
	float: right;
	outline: none;
	background-color: #12226c;
	padding: 15px 35px;
	margin: 0;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	white-space: initial;
	color: #fff;
	border-radius: 50px;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#gf-form .gform_wrapper input[type="submit"]:hover,
#gf-form .gform_wrapper input[type="submit"]:focus{
	background-color: #0c2bb9;
    color: #fff;
}
#gf-form .gform_wrapper li.gfield.gfield_error input[type="text"],
#gf-form .gform_wrapper li.gfield.gfield_error input[type="email"],
#gf-form .gform_wrapper li.gfield.gfield_error textarea,
#gf-form .gform_wrapper ul li.gfield.gfield_error select{
	border-color: #C23B35;
}
#gf-form .gform_wrapper li.gfield.gfield_error, 
#gf-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: transparent;
	padding: 0 !important;
	border: none;
}
#gf-form .gform_wrapper .validation_message{
	display: none;
}
#gf-form .gform_wrapper div.validation_error{
	color: #C23B35;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #C23B35;
    border-bottom: 2px solid #C23B35;
}
@media screen and (max-width: 767px) {
	#gf-form .gform_wrapper .gform_footer {
	    position: relative;
	    right: 0;
	    bottom: 20px;
	}
}

/*New Homepage*/
.search-head {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.search-head .search-input {
	border: 0;
	padding: 5px 13px 5px 38px;
	font-size: 12px;
	min-width: 255px;
}
.search-head .svg-inline--fa {
	position: absolute;
	left: 13px;
	top: 10px;
}
.bg-white .search-head .search-input {
	border: 1px solid #d1d1d1;
}
.search-result {
	margin-top: 50px;
}

.batteries-highlight-section {
	color: #ffffff;
  padding-top: 80px;
}
.batteries-highlight .batteries-highlight-bg {
	-webkit-background-image: linear-gradient(to right, #b0171d 50% , #363a4a 50%);
	-moz-background-image: linear-gradient(to right, #b0171d 50% , #363a4a 50%);
	-ms-background-image: linear-gradient(to right, #b0171d 50% , #363a4a 50%);
	-o-background-image: linear-gradient(to right, #b0171d 50% , #363a4a 50%);
	background-image: linear-gradient(to right, #b0171d 50% , #363a4a 50%);
}
.batteries-highlight.batteries-highlight-blue .batteries-highlight-bg {
  -webkit-background-image: linear-gradient(to right, #12226c 50% , #666971 50%);
  -moz-background-image: linear-gradient(to right, #12226c 50% , #666971 50%);
  -ms-background-image: linear-gradient(to right, #12226c 50% , #666971 50%);
  -o-background-image: linear-gradient(to right, #12226c 50% , #666971 50%);
  background-image: linear-gradient(to right, #12226c 50% , #666971 50%);
}
.batteries-highlight-left figure {
	display: inline-block;
    min-width: 128px;
    text-align: center;
}
.batteries-highlight-left img {
	margin-right: 20px;
	vertical-align: middle;
}
.batteries-highlight-left span,
.batteries-highlight-left a {
	font-size: 26px;
	display: inline-block;
	width: calc(100% - 132px);
	font-weight: 500;
	line-height: 1.2;
	vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.batteries-highlight-right {
	background-color: #363a4a;
	text-align: center;
	padding: 25px 0 15px 65px;
	position: relative;
	margin-left: auto;
	max-width: 770px;
}
.batteries-highlight-blue .batteries-highlight-right {
  background-color: #666971;
}
.batteries-highlight-right:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 85px solid transparent;
	border-bottom: 85px solid transparent;
	border-left: 60px solid #b0171d;
	position: absolute;
	left: -60px;
	top: 0;
	z-index: 2;
}
.batteries-highlight-blue .batteries-highlight-right:before {
	border-left: 60px solid #12226c;
}
.batteries-highlight-right:after {
	content: '';
	width: 85px;
	height: 100%;
	background-color: #363a4a;
	position: absolute;
	left: -60px;
	top: 0;
	z-index: 1;
}
.batteries-highlight-blue .batteries-highlight-right:after {
  background-color: #666971;
}
.batteries-highlight-right a {
	color: #ffffff;
}
.batteries-highlight-right a img {
	border-radius: 5px;
	border: 2px solid transparent;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.batteries-highlight-right a:hover img {
	border-color: #b0171d;
}
.batteries-highlight-right a span {
	margin-top: 5px;
	display: block;
	color: #8b8f9f;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 1px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.batteries-highlight-blue .batteries-highlight-right a span {
	color: #ffffff;
}
.batteries-highlight-blue .batteries-highlight-right a span {
  color: #ffffff;
}
.batteries-highlight-right a:hover span {
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.batteries-highlight .batteries-highlight-bg {
		background: #363a4a;
	}
  .batteries-highlight.batteries-highlight-blue .batteries-highlight-bg {
    background: #666971;
  }
	.batteries-highlight-left {
    	text-align: center;
	}
	.batteries-highlight-right:before {
		display: none;
	}
	.batteries-highlight-right a span {
		display: block;
		margin-bottom: 30px;
	}
	.batteries-highlight-right {
		padding-left: 0;
		padding-top: 50px;
	}
	.batteries-highlight-left img {
		margin-top: 70px;
		margin-bottom: 30px
	}
}
.row-10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row-10 > .col, .row-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
/*------------------------------------*\
    Page
\*------------------------------------*/
article.post{
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
article.post:last-of-type{
	border: none;
}
article.post h3{
	margin-bottom: 20px;
}
article.post h3 a{
	color: #000;
}
article.post h3 a:hover{
	text-decoration: none;
}
.date-wrap{
	color: #777;
	margin-bottom: 10px;
}

/*distribution*/
    .wholesale-header {
      margin-bottom: 30px;
    }
    .wholesale-header h1 {
      margin-top: 0;
      margin-bottom: -5px;
    }
    .wholesale-col p {
      line-height: 1.55;
    }
    .wholesale-col em {
      margin-bottom: 20px;
      display: inline-block;
    }
    .wholesale-col img {
      max-width: 100%;
    }
    .wholesale-col ul {
      list-style: none;
      padding-left: 25px;
  }
    .wholesale-col ul li {
      line-height: 1.4;
      position: relative;
      color: #777;
    }
  .wholesale-col ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: #000000;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    left: -24px;
    top: 14px;  
  }
  .wholesale-col ul li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -21px;
    top: 12px; 
  }
    .wholesale-form {
      background-color: #f3f3f3;
      max-width: 420px;
      margin: 30px 0 50px auto;
      padding: 25px;
      border-radius: 3px;
  }
  .wholesale-form #gf-form .gform_wrapper .gform_footer {
  	position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-bottom: 40px;
  }
  .wholesale-form #gf-form .gform_wrapper input[type="submit"] {
  	width: 100%;
  }
    .wholesale-form .contact-page-content {
      margin: 0;
      padding: 0;
  } 
    .wholesale-form h3 {
      margin-bottom: 30px;
    }
    .form-wholesale-list {
      margin-bottom: 12px;
    }
    .wholesale-control {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #e1e1e1;
      border-radius: 3px !important;
      height: 40px;
      background-color: #ffffff;
      font-family: "Cabin",sans-serif;
  }
    .wholesale-control:focus {
      border-color: #b4453c;
    }
    .wholesale-submit {
      width: 100%;
      padding: 10px;
      background-color: #b4453c;
      color: #ffffff;
      text-transform: uppercase;
      border: 1px solid #b4453c;
      border-radius: 5px;
      cursor: pointer;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-family: "Cabin",sans-serif;
      font-weight: 600;
      letter-spacing: .5px;
    }
    .wholesale-submit:hover {
      background-color: #ffffff;
      color: #b4453c;
    }
    .wholesale-quote {
      padding: 35px 0;
      background-color: #3a4047;
      border-top: 10px solid #12226c;
    }
  .wholesale-slide .slick-track {
    display: flex;
  }
  .wholesale-slide .slick-track .wholesale-quote-list {
    position: relative;
    background-color: #fff;
    height: auto;
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .wholesale-slide .slick-list {
    margin: 0 -10px;
  }
  .wholesale-quote-top {
    padding: 24px 24px 90px;
  }
  .wholesale-quote-top h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #12226c;
    margin-bottom: 25px;
  }
  .wholesale-quote-top img {
    margin-bottom: 20px;
  }
  .wholesale-author-desc {
    background-color: #12226c;
    color: #fff;
    padding: 15px 24px;
    min-height: 80px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .wholesale-slide .slick-arrow {
    position: absolute;
    font-size: 50px;
    top: calc(50% - 30px);
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    padding: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
    cursor: pointer;
  }
  .wholesale-slide .slick-arrow-left {
    left: -50px;
  }
  .wholesale-slide .slick-arrow-right {
    right: -50px;
  }
  .wholesale-slide .slick-disabled {
    opacity: .8;
    cursor: default;
  }
  .wholesale-author-desc img {
    display: inline-block;
    margin: 20px auto 0;
    border-radius: 50%;
    max-width: 67px;
    vertical-align: middle;
  }
  .wholesale-author-name {
    display: block;
    text-transform: uppercase;
  }
  .wholesale-author-as {
    display: block;
    margin-top: -28px;
    margin-bottom: 0;
    margin-left: 90px;
    color: #afb1b3;
    font-size: 14px;
    padding-bottom: 15px;
  }
  .wholesale-container h3 {
  	margin-bottom: 25px;
  }
  .wholesale-container ol li {
    color: #777;
  }
    @media screen and (min-width: 768px) {
      .wholesale-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .wholesale-row-center {
        margin: 60px 0 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .wholesale-form {
        margin-top: -60px;
      }
      .wholesale-row-center .wholesale-col p {
        max-width: 400px;
      }
    }
    @media screen and (max-width: 399px) {
      .wholesale-form {
        padding: 5px 20px 10px;
      }
    }
  .slick-dots {
    position: absolute;
    top: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    display: inline-block;
  }
  .slick-dots li button {
    color: transparent;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #9da0a3;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .slick-dots li:hover button,
  .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .contact-page-content .form-field {
    margin-bottom: 15px;
  }
  .form-action-row {
    margin-top: 0;
  }
  .form-field-input, .form-field-select, .product-reviews--content .spr-form .spr-form-input-text, .product-reviews--content .spr-form .spr-form-input-email, .product-reviews--content .spr-form .spr-form-input-textarea, .option-value-input+.option-value-name,
  .form-field-title, .form-field-title--inline, .product-reviews--content .spr-form .spr-form-label {
    font-size: 14px;
  }
  .form-field-textarea, .product-reviews--content .spr-form .spr-form-input-textarea {
    min-height: 120px;
    resize: none;
  }
  .wholesale-container a {
    color: #c23b35;
    text-decoration: none;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
  }
  .wholesale-container a:hover {
    color: #a23530;
  }
  .tablepress td.column-3 {
    text-align: center;
  }
  .wholesale-content_left h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #12226c;
    margin: 0 0 15px;
    padding-bottom: 6px;
    border-bottom: 3px solid #12226c;
  }
  .wholesale-content_left .row-8 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wholesale-content_left .row-8 .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .wholesale-content_left .wholesale-benefits_list {
    border: 1px solid #12226c;
    padding: 10px;
    margin-bottom: 16px;
  }
  .wholesale-content_left .wholesale-benefits_list h3 {
    color: #12226c;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wholesale-content_left .wholesale-benefits_list img {
    float: left;
    margin-right: 15px;
    max-width: 36px;
  }
  .wholesale-content_left .wholesale-benefits_list div {
    overflow: hidden;
  }
  .wholesale-content_left .wholesale-benefits_list ul {
    margin-bottom: 5px;
  }
  .wholesale-faq .wholesale-faq-list {
    border-bottom: 1px solid #dddddd;
  }
  .wholesale-faq .wholesale-faq-list h4 {
    padding: 20px 0;
    position: relative;
    cursor: pointer;
  }
  .wholesale-faq .wholesale-faq-list h4 svg {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .wholesale-faq .wholesale-faq-list.active h4 svg {
    transform: rotate(180deg);
  }
  .wholesale-faq .wholesale-faq-list .wholesale-faq-desc {
    display: none;
  }
  .wholesale-faq .wholesale-faq-list.active .wholesale-faq-desc {
    display: block;
  }
  .wholesale-faq .wholesale-faq-image {
    text-align: right;
  }
  @media screen and (min-width: 768px) {
    .tablepress .column-3 {
      width: 100px !important;
    }
    .tablepress .column-3 a {
      white-space: nowrap;
    }
    .tablepress .column-2 {
      width: auto !important;
    }
    .tablepress .column-1 {
      width: 115px !important;
      white-space: nowrap;
    }
    #tablepress-3 .column-1 {
      width: 600px !important;
    }
  }

/*batteries highlight product*/
.batteries-highlights a {
    color: #000000;
    text-align: center;
    display: block;
}
.batteries-highlights a:hover,
.batteries-highlights a:focus {
  color: #1555a0;
}
.batteries-highlights a img {
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 11px;
    width: 100%;
}
.batteries-highlights a span {
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
}
@media screen and (min-width: 768px) {
  .fact-item {
    padding: 0 15px;
  }
  .fact-item:first-child {
    padding-left: 0;
  }
}

/*resouce page*/
.resource-item .box {
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.resource-item .box .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.resource-item .box:hover .overlay {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.resource-item .box p {
    color: #ffff;
    font-size: 18px;
    line-height: 1.5;
}

/*video page*/
.video-item iframe{
  width: 100%;
  max-width: 100%;
  height: 285px;
  margin-bottom: 25px;
}

/*new Resources page*/
.inner-resources-list {
  display: block;
  position: relative;
  padding-right: 50%;
  background-size: 100% !important;
  padding-bottom: 50px;
}
.inner-resources-list:hover {
  text-decoration: none;
}
.inner-resources-list h3 {
      font-size: 30px;
    margin-bottom: 30px;
}
.inner-resources-list p {
      font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.7;
}

/*tutorial & guides*/
.inner-list-area {
    border: 1px solid #dedede;
    padding: 25px 30px 70px;
    position: relative;
    margin-bottom: 30px;
  }
  .inner-list-area span {
    background-color: #f6f6f6;
    font-size: 14px;
    padding: 2px 8px;
    display: inline-block;
    margin-right: 5px;
  }
  .inner-list-area h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.7;
  }
  .inner-list-area p {
    font-size: 16px;
  }
  .inner-list-area a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #0071b6 ;
    font-size: 16px;
  }
  .inner-list-area a:hover {
    text-decoration: none;
    color: #a23530;
  }
  .inner-list-area figure {
    margin: 0 0 15px;
    text-align: center;
  }
  .inner-list-area img {
    margin: 0 !important;
  }

  .addthis-smartlayers {
    display: none;
  }
  .blog-desc__share {
    padding-left: 0;
    list-style: none;   
    margin-bottom: 45px;
  }
  .blog-desc__share li {
    display : inline-block;
    margin: 0 3px;
  }
  .blog-desc__share a .at-icon-wrapper {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    padding: 3px;
  }
  .blog-desc__share a svg {
    height: 24px !important;
    width: 24px !important;
  }

/*products*/
.hero-bnr{
    padding: 16% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 992px){
    .hero-bnr{
        margin-bottom: 2rem;
    }
}

.client-content[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
}

.btn-transparent{
    padding: 15px 35px;
    color: #13236C;
    border-color: #13236C;
}

.btn-transparent:hover{
    color: #fff;
    background: #13236C;
}

.fp-desc small{
    font-size: 14px;
    color: #777777;
    display: block;
    margin: 1rem 0;
}

.fp-desc .d-md-flex a{
    margin-right: 15px;
    margin-bottom: 15px;
}

/*FAQ*/
.filterz-nav.button-group button {
  background-color: transparent;
	border: 1px solid #777;
	color: #777;
  transition: all .2s ease;
}

.filterz-nav.button-group button:not(:last-child) {
  margin-right: 10px;
}

.filterz-nav.button-group button:hover,
.filterz-nav.button-group button.active {
	border: 1px solid #12226c;
	color: #12226c;
}

.filterz-nav.button-group button:focus {
	outline: none;
}

.accordion-content {
	display: none;
}

.search-group {
	text-align: center;
}

.search-group .search__input {
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	border: 1px solid #777;
	background-color: transparent;
	background-image: url("/source/87e28390ff54ba87e44af020df156269/magnifier-2.svg");
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: right 12px center;
	display: inline-block;
	vertical-align: top;
	padding: 7px 25px;
	text-transform: uppercase;
	transition: all .2s ease;
	border-radius: 100px;
	margin: 0 auto;
}

.search__input:focus {
	outline: none;
	color: #12226c;
	border-color: #12226c;
	background-image: url("/source/e05e0fad21599a82315fe7c4b81bdcda/magnifier-3.svg");
}

.isotope .accordion-item {
	width: 100%;
	margin-bottom: 20px;
}

.isotope .accordion-item .accordion-title {
	font-size: 18px;
	padding: 20px;
	color: #777;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	position: relative;
}

.isotope .accordion-item .accordion-title:hover {
	cursor: pointer;
	color: #12226c;
}

.isotope .accordion-item .accordion-title span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: none;
	border-bottom: none;
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	transition-duration: 0.5s;
	text-indent: 9999px;
}

.isotope .accordion-item .accordion-title:hover span {
	border-color: #12226c;
}

.isotope .accordion-item.is-accordion-open .accordion-title span {
	transform: rotate(-45deg);
}

.isotope .accordion-item .accordion-content {
	padding: 10px 20px;
	font-size: 16px;
	color: #777;
}

.isotope .accordion-item .accordion-content a {
	color: #12226c;
	text-decoration: underline;
}

.isotope .accordion-item .accordion-content a:hover {
	text-decoration: none;
}

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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
