/**
 * Theme Name: Termosolar Child Theme
 * Template: termosolar
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

/* Fallback Fonts */
body {
  font-family: Open Sans, Gotham, sans-serif;
}

body, p {
  font-weight: normal;
}

a, a:visited {
  color: #00a1d9;
}

.product .product-description .product-name a {
  color: #003056;
}

a:hover, a:active,
.product .product-description .product-name:hover a {
  color: #ed4323;
}

h1, h2, h3 {
   margin-top: 0.75em;
}

h1+ol, h2+ol, h3+ol, h4+ol, h5+ol, h6+ol, p+ol,
h1+ul, h2+ul, h3+ul, h4+ul, h5+ul, h6+ul, p+ul {
   margin-top: 0px;
}

p+ol, p+ul {
  margin-top: -20px;
}

.aside-box p+ol, .aside-box p+ul {
  margin-top: 0px;
}
.clear_column + p, .clear_column + h1, .clear_column + h2, .clear_column + h3, .clear_column + h4 { margin-top: 1em; }

.aside-box table {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width: auto;
}

.aside-box table tr > td, table tr > th {
    background: none;
    text-align: left;
    vertical-align: top;
    padding: 0 20px;
}

div#id_div > p:first-of-type
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child) {
   margin-top: 1.5em;
}

h1:not(:last-child){
  margin-bottom: 20px;
}

h2:not(:last-child){
  margin-bottom: 20px;
}

h3:not(:last-child){
  margin-bottom: 20px;
}

h4:not(:last-child){
  margin-bottom: 15px;
}

h5:not(:last-child){
  margin-bottom: 20px;
}

h6:not(:last-child){
  margin-bottom: 10px;
}

p{
  padding: 0;
}

p:not(:last-child){
  margin-bottom: 20px;
}

.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.page-content-wrap {
    padding: 40px 0;
}

/* Header Bar Blue */
.header .top-header {
  background: #003462;
  color: #fff;
}
.header .top-header a {
  color: #fff;
}

/* Menu */
.shop-cart {
  display:none;
}

.main-navigation > ul {
    font-size: inherit;
    margin: 0px;
}

.main-navigation > ul > li > a {
    padding: 5px 15px;
}

/* Contact Info Shortcode */
.sticky-contact-info-stuck {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 100;
    border-top: 0;
}

ul.contact-info-shortcode{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-content-wrap ul.contact-info-shortcode {
  color: #003056;
}

.contact-info-shortcode li.info-item {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.125em;
  margin-bottom: 1.5em;
}

.contact-info-shortcode li.info-item > .item-info a {
    color: inherit;
    text-transform: uppercase;
    font-weight: inherit;
    line-height: inherit;
}

.contact-info-shortcode li.info-item > .item-info a:hover {
    color: #ed4323;
}

.contact-info-shortcode li.info-item > i.size-small {
  font-size: 1.25em;
}

.contact-info-shortcode li.info-item > i.size-large {
  font-size: 2em;
}

.contact-info-shortcode li.info-item > i {
  padding: 0 10px 10px 0;
  color: #ed4323;
  float: left;
}

.contact-info-shortcode:not(.row) li.info-item .address1, .contact-info-shortcode:not(.row) li.info-item .address2 {
  display: block;
  line-height: 1.25em;
}

.contact-info-shortcode.row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-shortcode.row li.info-item {
  flex: auto;
  margin-bottom: 0;
  width: auto;
}

.contact-info-shortcode small {
  font-size: 85%;
}

.contact-info-shortcode.row li.info-item .address1,
.contact-info-shortcode.row li.info-item .address2 {
  font-size: 85%;
}

.contact-info-shortcode.row li.info-item .address1:after {
  content: ', ';
}

.contact-info-shortcode li.info-item .hours {
  margin-top: 0.5em;
}

.contact-info-shortcode li.info-item .hours .left {
  float: left;
  border-right: 3px #ed4323 solid;
  padding-right: 0.75em;
  margin-right: 0.75em;
}
.contact-info-shortcode.row li.info-item .hours .left {
  padding-left: 0.75em;
}

.contact-info-shortcode li.info-item .phone .phone {
  font-size: 1.6em;
}

.contact-info-shortcode li.info-item .area-code {
  font-size: .75em;
}

.contact-info-shortcode li.info-item .phone .tollfree {
}


.contact-info li.info-item > .item-info span, .contact-info li.info-item > .item-info span p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
}

/* Slider Arrows */
.home-slider .revslider-initialised .tparrows.tp-leftarrow:before {
    content: '\e824'!important;
}

.home-slider .revslider-initialised .tparrows.tp-rightarrow:before {
    content: '\e825'!important;
}

.homepage-slider #rev_slider_4_1_wrapper .tparrows:before {
    color: #fff;
    opacity: 1;
}
.homepage-slider #rev_slider_4_1_wrapper .tparrows:hover:before {
    color: #008eb3;
    opacity: 1;
}

/* Homepage Spacing */
.home-slider {
    background:#102739;
    margin: 0 auto;
    padding: 32px 0;
}

.home-top-contain {
    padding-bottom: 32px;
}

/* Call to Action Box Styles */
.ts-section .wpb_row.call-out-row {
    margin-bottom: 0;
}
.call-out-row .call-out, .call-out-row2 .call-out {
    padding: 20px 40px;
    border: 2px solid #fff;
}

.call-out {
  height: 100%;
}

.vc_row-o-equal-height .vc_column-inner .wpb_wrapper {
  height: 100%;
}

/* Headings */
h1.product_title {
  text-align: center;
}
.call-out div h2 {
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: Open Sans;
  font-weight: bold;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

/* Descriptions */
.call-out div h4 {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

/* Buttons */
.call-out a.btn, .call-out a.btn:visited {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  font-weight: bold;
  background: #fff !important;
  color: #003056;
}
.call-out a.btn:hover, .call-out a.btn:visited:hover, .call-out a.btn:active:hover  {
  background: #008eb3 !important;
  color: #fff;
}


/* Backgrounds */
.call-out-row .vc_column_container:nth-of-type(5n+1) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+4) .call-out {
    background: #003056;
}
.call-out-row .vc_column_container:nth-of-type(5n+2) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+5) .call-out {
    background: #008eb3;
}
.call-out-row .vc_column_container:nth-of-type(5n+3) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+1) .call-out {
    background: #044a7f;
}
.call-out-row .vc_column_container:nth-of-type(5n+4) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+2) .call-out {
    background: #4a92bd;
}
.call-out-row .vc_column_container:nth-of-type(5n+5) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+3) .call-out {
    background: #46d9e1;
}

.call-out-row .vc_column_container:nth-of-type(5n+1) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+4) .call-out:hover {
    background: #005278;
    background: -moz-linear-gradient(left, #0085c3 0%, #003056 100%);
    background: -webkit-linear-gradient(left, #0085c3 0%,#003056 100%);
    background: linear-gradient(to right, #0085c3 0%,#003056 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085c3', endColorstr='#003056',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+2) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+5) .call-out:hover {
    background: #008eb3;
    background: -moz-linear-gradient(left, #00a3ce 0%, #07639a 100%);
    background: -webkit-linear-gradient(left, #00a3ce 0%, #07639a 100%);
    background: linear-gradient(to right, #00a3ce 0%, #07639a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3ce', endColorstr='#07639a',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+3) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+1) .call-out:hover {
    background: #022f52;
    background: -moz-linear-gradient(left, #3c8bc5 0%, #022f52 100%);
    background: -webkit-linear-gradient(left, #3c8bc5 0%, #022f52 100%);
    background: linear-gradient(to right, #3c8bc5 0%, #022f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377db1', endColorstr='#022f52',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+4) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+2) .call-out:hover {
    background: #0b4d70;
    background: -moz-linear-gradient(left, #97c3df 0%, #0b4d70 100%);
    background: -webkit-linear-gradient(left, #97c3df 0%, #0b4d70 100%);
    background: linear-gradient(to right, #97c3df 0%, #0b4d70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c3df', endColorstr='#0b4d70',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+5) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+3) .call-out:hover {
    background: #009da6;
    background: -moz-linear-gradient(left, #66f4fc 0%, #009da6 100%);
    background: -webkit-linear-gradient(left, #66f4fc 0%, #009da6 100%);
    background: linear-gradient(to right, #66f4fc 0%, #009da6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66f4fc', endColorstr='#009da6',GradientType=1 );
}


/* Homepage Banner */
.smooth-slider .owl-stage {
    transition-timing-function: linear !important;
}

.homepage-banners .wpb_single_image {
  margin-bottom: 20px;
}

.homepage-banners .wpb_row .wpb_column:nth-of-type(1) .wpb_single_image {
  margin-bottom: 10px;
}


/* Page Title */
.breadcrumbs-wrap.title-center {
    padding: 30px 0;
}
.breadcrumbs-wrap h1.page-title {
    margin-top: 0;
    margin-bottom: 15px;
}

/* Map */
.map-section .map-info {
  padding: 40px 30px;
  min-width: 20%;
  color: #fff;
}

/* Footer */
.ts-footer .widget_recent_entries li {
    margin-bottom: 16px;
    line-height: 20px;
}

/* Buttons */
.btn, .button, a.btn, a.btn:visited {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  font-weight: bold;
  background: #008eb3 !important;
  color: #fff;
}
.btn:hover, .button:hover, a.btn:hover, a.btn:visited:hover, a.btn:active:hover  {
  background: #003056 !important;
  color: #fff;
}

.btn-smaller {
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 5px 10px;
    font-weight: normal;
}

/* Logo Sliders */
.lswss-logo-showcase {
    padding-bottom: 10px !important;
    margin-bottom: 5px !important;
}
.lswss-logo-showcase button.slick-arrow {
    position: absolute;
    top: 100% !important;
}
.lswss-logo-showcase button.slick-next.slick-arrow {
    right: 45% !important;
}
.lswss-logo-showcase button.slick-prev.slick-arrow {
    left: 45% !important;
}

.lswss-slide.slick-slide {
    height: 100px;
    line-height: 100px;
}

.lswss-slide.slick-slide img {
    vertical-align: middle;
}

/* Blog Topics */
.blogtopic-content {
  min-height: 165px;
}

/* Buttons */
.blogtopic-btn {
  margin-top: 10px;
  margin-bottom: 8px;
}
.blogtopic-btn a, .blogtopic-btn a:visited {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #008eb3 !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
}
.blogtopic-btn a:hover, .blogtopic-btn a:visited:hover, .blogtopic-btn a:active:hover  {
  background: #003056 !important;
  color: #fff;
}

.entry-body .entry-meta time.blog-time:after,
.entry-body .entry-meta h3.blog-title:after{
    content: none;
}

.ts-blog-posts .entry .entry-body {
    background: #fafafa;
}

.entry-box.style-2 .entry .entry-body {
    background: none;
}

.entry-box .entry  .related-news {
    background: #fafafa;
}

.entry-box .entry .entry-body {
    padding: 0px;
    background: #fff;
    overflow: hidden;
}

/* Blog Archive */

.archive .ts-blog-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: stretch;
}
.archive .ts-blog-posts .entry {
  background: #efefef;
  padding: 15px;
  width: 48%;
  margin: 1%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  position: relative;
  font-size: 14px;
}

.archive .ts-blog-posts .entry.sticky {
  width: 100%;
  margin: 1%;
  font-size: 16px;
}


.archive .ts-blog-posts .entry h3, h4 {
  margin-top: 0px;
  margin-bottom: 0.25em;
}

.archive .ts-blog-posts .entry h3 + h4 {
  margin-bottom: 1em;
}

.archive .ts-blog-posts .entry .thumbnail-attachment img {
  max-width: 250px;
}

.archive .ts-blog-posts .entry-body-content {
  margin-bottom: 35px; /* room for button */
}

.archive .ts-blog-posts .entry .blogtopic-btn {
  clear: both;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.archive .ts-blog-posts .entry .entry-flex {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: stretch;
}


.archive .ts-blog-posts .entry.sticky .thumbnail-attachment img {
  max-width: 350px;
}

.archive .ts-blog-posts .entry.sticky .blogtopic-btn {
  clear: none;
}

/* Testimonials */
.archive.post-type-archive-testimonials .ts-blog-posts .entry-body-content {
    margin-bottom: 10px;
}

.archive.post-type-archive-testimonials .ts-blog-posts .entry {
  padding: 15px 30px;
}

.archive.post-type-archive-testimonials .ts-blog-posts .entry-body h3:after {
  content: "  \2605\2605\2605\2605\2605";
  white-space: pre-wrap;
  color: #ed4323;
  position: absolute;
  right: 30px;
}



#woo_catalog .woo_catalog_enquiry_custom_button_enquiry,
#woo_catalog .woo_catalog_enquiry_custom_button_enquiry:active,
#woo_catalog .catalog_enquiry_form .modal-footer button#woo_submit_enquiry {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: #e3e3e3;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

#woo_catalog .woo_catalog_enquiry_custom_button_enquiry:hover,
#woo_catalog .catalog_enquiry_form .modal-footer button#woo_submit_enquiry:hover {
  background: #003462 !important;
  color: #fff;
}

.widget .woocommerce .product .product-image {
    max-width: 100%;
    margin: 0 0 10px 0;
}



/**
 * Just In Sidebar
*/
.woocommerce.widget_products img.attachment-woocommerce_thumbnail {
    height: auto;
    max-width: 100%;
    float: none;
}

.woocommerce .product_list_widget img {
  margin-bottom: 10px;
}
.woocommerce .product_list_widget img,
.woocommerce .product_list_widget .product-title,
.woocommerce .product_list_widget .woocommerce-Price-amount {
  display: block;
}

.woocommerce .product_list_widget li:not(:last-child){
  margin-bottom: 20px;
}



.woocommerce.widget_products span.product-title,
.woocommerce .product_list_widget .product-title {
    line-height: 1.35!important;
    font-family: inherit!important;
    color: inherit!important;
    font-size: inherit!important;
}


/*
[class*="btn"].btn-style-1{
  background: #008eb3;
  color: #fff;
}
[class*="btn"].btn-style-2{
  background: #008eb3;
  color: #fff;
}

[class*="btn"].btn-style-3{
  background: #cc1f1a;
  color: #fff;
}

[class*="btn"].btn-style-4{
  background: #003056;
  color: #fff;
}

[class*="btn"].btn-style-5{
  background: #ffdb3e;
}

[class*="btn"].btn-style-6{
  background: #04518c;
  color: #fff;
}

[class*="btn"].btn-style-7{
  background: #47d9bf;
}

[class*="btn"].btn-style-8{
  background: #222;
  color: #fff;
}
*?

/* Product Images */
.woocommerce-product-gallery__wrapper {
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.woocommerce-product-gallery__image {
  flex: 0 1 auto;
  width: 30%;
  margin: auto;
  padding-bottom: 12px;
}

.woocommerce-product-gallery__image:nth-child(1) {
  order: -1; /* default is 0 */
  flex: 0 1 100%;
}

/* Product Desc */
.woocommerce-page #content .entry-summary,
.woocommerce-page #content .entry-content {
    font-size: 14px;
}

/* Product List */
.woocommerce-page #content .entry-summary ul,
.woocommerce-page #content .entry-content ul {
    list-style: disc;
    margin: 15px 0;
    padding: 0 0 0 20px;
    clear: both;
    line-height: 1.5em;
}

/* Product Price */
.woocommerce-page .product .pricing-area .price,
.woocommerce-page .summary.entry-summary p.price,
.widget.woocommerce.widget_products .product_list_widget .woocommerce-Price-amount,
.widget.woocommerce .product_list_widget .woocommerce-Price-amount,
.woocommerce-Price-amount {
    color: #ed4323 !important;
    font-weight: bold;
}

.woocommerce-page .product .pricing-area .price del,
.woocommerce-page .summary.entry-summary p.price del,
.widget.woocommerce.widget_products .product_list_widget del .woocommerce-Price-amount,
.widget.woocommerce .product_list_widget del .woocommerce-Price-amount,
del .woocommerce-Price-amount {
    color: #000 !important;
    font-weight: normal;
}
.widget .product_list_widget span.woocommerce-Price-amount {
    display: inline;
}


/* Product Tabs */
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;

}

/* Form */
p#msg_for_enquiry_sucesss {
    color: #000 !important;
}


/* Badges */
.onsale, .soldout, .justin, .label.ys-new-badge, .label.ts-featured {
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
}

.onsale {
  color: #fff;
  background-color: #ed4323;
  z-index: 6;
}

.soldout {
  color: #fff;
  background-color: #333;
  z-index: 8;
}

.justin, .label.ys-new-badge {
  background-color: #6dab3c !important;
  z-index: 2;
}

.label.ts-featured {
  display: none;
  color: #fff;
  background-color: #003462;
  z-index: 4;
}

.product.outofstock.has-post-thumbnail:before {
  content: "Sold";
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #333;
  z-index: 8;
}

img.sales-badge {
    width: auto;
}

.stock.out-of-stock {
  font-size: 1.75em;
  color: #ed4323;
  font-weight: bold;
}

/* Only display the just in badge when the others aren't there first */
.ys-new-badge span + span.label.ys-new-badge { display:none;}



/* Shortcode Aside-Box */
.aside-box-light {
  background: #fff;
  color: #003462;
}

/*.aside-box-light * {
  color: #003462;
}*/

.aside-box-light .aside-title {
    color: #0093b3;
}

.aside-box .aside-subtitle {
    color: #003462;
}

.aside-box {
  background: #003462;
  color: #fff;
  padding: 20px 30px;
  border: none;
  margin-bottom: 2em;
}

/*.aside-box * {
  color: #fff;
}*/


.aside-box .aside-img {
  max-width: 25%;
  float: left;
  margin: 0 15px 15px 0;
}

.aside-box .aside-title {
    color: #0093b3;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.aside-box .aside-subtitle {
    color: #fff;
    margin: 0;
    font-weight: 800;
}

.aside-box h1, .aside-box h2, .aside-box h3, .aside-box h4 {
  margin-bottom: .5em;
}


.ts-section .wpb_wrapper .wpb_content_element {
    margin-bottom: 25px;
}

/* Blog Post Grid Styles */
.vc_basic_grid .vc_gitem-post-data h4 {
    line-height: inherit !important;
}

.vc_basic_grid .vc_gitem-post-data p {
    line-height: 1.5em;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #003056;
    font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #fff;
    background-color: #0094b4;
    font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.section-sub-title {
    text-transform: none;
}

/* RV Sales Page Style */
#woocommerce_layered_nav-6, #woocommerce_layered_nav-6 ul, p:empty {
    margin-top:0;
    margin-bottom:0;
}
p:empty:before {
    content: none;
}

#woocommerce_layered_nav-6 ul li {
    display: inline-block;
}

#woocommerce_layered_nav-6 ul li:after {
    content: ' \2022';
}

#woocommerce_layered_nav-6 ul li:last-child:after {
    content: none;
}

#woocommerce_layered_nav-6 ul li a {
    font-weight: bold;
}

#woocommerce_layered_nav-6 .count {
    display: none;
}

/* Logo Slider */
#logo-slideshow {
    height: 100px;
    position: relative;
    overflow: hidden;
}

#logo-slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -moz-transition:  opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;

    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation:    moveSlideshow 60s linear infinite;
    animation:moveSlideshow 60s linear infinite;

}

@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}
@-o-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -200%; }
}
@keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -200%; }
}

.wpb_content_element:first-of-type img,
.ts-single-entry-holder:first-of-type img,
img.wp-post-image {
    border: #044a7f solid 2px;
}

/* Quotes */
.post-type-archive-testimonials .entry .entry-body:first-child:before,
.testimonial.entry .entry-body:first-child:before{
    content: '\201C';
    font-family: sans-serif;
    font-size: 150px;
    color: #003462;
    opacity: .25;
    display: block;
    position: absolute;
    top: 60px;
    left: 15px;
}

.post-type-archive-testimonials .entry .entry-body:last-child:after,
.testimonial.entry .entry-body:last-child:after {
    content: '\201D';
    font-family: sans-serif;
    font-size: 150px;
    color: #003462;
    opacity: .25;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 15px;
}

.post-type-archive-testimonials .entry-box .entry .entry-body,
.testimonial.entry .entry-body {
    padding-top: 20px;
}

.post-type-archive-testimonials .entry-box .entry .entry-body p,
.testimonial.entry .entry-body p {
    padding: 0 40px 0 40px;
    margin-bottom: 0px;
    text-align: left;
}

.post-type-archive-testimonials .entry-box .entry .entry-body p:last-child,
.testimonial.entry .entry-body p:last-child {
    margin-right: 75px;
    text-align: right;
}

.post-type-archive-testimonials .entry-box .entry .entry-body .stars,
.testimonial.entry .entry-body .stars {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #ed4323;
    font-size: 16pt;
    margin: 0;
    padding: 0;
}

.archive .ts-blog-posts .entry,
.testimonial.entry {
    background: #efefef;
    position: relative;
}


.testimonial.entry {
    padding: 15px 25px;
    font-size: 0.9em;
    line-height: 1.5em;
    border-radius: 30px;
}

/* Single Product Sidebar Margins */
ul.products.columns-1 {
    padding: 0 0 0 0;
}

.rpwe-block li {
    border-bottom:solid 1px #888 !important;
}

.larger-list  {
    font-size:15px !important;
}

.vc_grid-item-mini, .standard {
    border:solid 1px #cdcdcd !important;
}

/* .homepage-bloglink {
    font-size:15px !important;
} */

.single-product .woocommerce-Price-amount {
    font-size:28px;
    text-align:center;
    width:100%;display:block;
}

.products .woocommerce-Price-amount {
    font-size:18px !important;
    text-align:left;
}

.nav-email {
    display: flex;
    width: 100%;
    margin-top: 8px;
}
.nav-email i {
    color:#ed4323;
    margin-right:15px;
}
.contact-info-shortcode li.info-item > i.size-large {
    font-size: 1.3em;
}
.tollfree {
    font-size:85%;
    padding-top:4px;display:block;
}
.home-boxes a:visited, .home-boxes a:hover, .home-boxes a:active  {
    color:white;
}
@media screen and (max-width:1040px) {
    .main-navigation > ul > li > a {
        padding:5px 8px;
    }
    #main-navigation > ul > li > a {
        font-size:15px;
    }
}

/**
 * Theme Name: Termosolar Child Theme
 * Template: termosolar
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */



/* Fallback Fonts */
body {
  font-family: Open Sans, Gotham, sans-serif;
}

body, p {
  font-weight: normal;
}

a, a:visited {
  color: #00a1d9;
}

.product .product-description .product-name a {
  color: #003056;
}

a:hover, a:active,
.product .product-description .product-name:hover a {
  color: #ed4323;
}

h1, h2, h3 {
   margin-top: 0.75em;
}

h1+ol, h2+ol, h3+ol, h4+ol, h5+ol, h6+ol, p+ol,
h1+ul, h2+ul, h3+ul, h4+ul, h5+ul, h6+ul, p+ul {
   margin-top: 0px;
}

p+ol, p+ul {
  margin-top: -20px;
}

.aside-box p+ol, .aside-box p+ul {
  margin-top: 0px;
}
.clear_column + p, .clear_column + h1, .clear_column + h2, .clear_column + h3, .clear_column + h4 { margin-top: 1em; }

.aside-box table {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width: auto;
}

.aside-box table tr > td, table tr > th {
    background: none;
    text-align: left;
    vertical-align: top;
    padding: 0 20px;
}

div#id_div > p:first-of-type
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child) {
   margin-top: 1.5em;
}

h1:not(:last-child){
  margin-bottom: 20px;
}

h2:not(:last-child){
  margin-bottom: 20px;
}

h3:not(:last-child){
  margin-bottom: 20px;
}

h4:not(:last-child){
  margin-bottom: 15px;
}

h5:not(:last-child){
  margin-bottom: 20px;
}

h6:not(:last-child){
  margin-bottom: 10px;
}

p{
  padding: 0;
}

p:not(:last-child){
  margin-bottom: 20px;
}

.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.page-content-wrap {
    padding: 40px 0;
}

/* Header Bar Blue */
.header .top-header {
  background: #003462;
  color: #fff;
}
.header .top-header a {
  color: #fff;
}

/* Menu */
.shop-cart {
  display:none;
}

.main-navigation > ul {
    font-size: inherit;
    margin: 0px;
}

.main-navigation > ul > li > a {
    padding: 5px 15px;
}

/* Contact Info Shortcode */
.sticky-contact-info-stuck {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 100;
    border-top: 0;
}

ul.contact-info-shortcode{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-content-wrap ul.contact-info-shortcode {
  color: #003056;
}

.contact-info-shortcode li.info-item {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.125em;
  margin-bottom: 1.5em;
}

.contact-info-shortcode li.info-item > .item-info a {
    color: inherit;
    text-transform: uppercase;
    font-weight: inherit;
    line-height: inherit;
}

.contact-info-shortcode li.info-item > .item-info a:hover {
    color: #ed4323;
}

.contact-info-shortcode li.info-item > i.size-small {
  font-size: 1.25em;
}

.contact-info-shortcode li.info-item > i.size-large {
  font-size: 2em;
}

.contact-info-shortcode li.info-item > i {
  padding: 0 10px 10px 0;
  color: #ed4323;
  float: left;
}

.contact-info-shortcode:not(.row) li.info-item .address1, .contact-info-shortcode:not(.row) li.info-item .address2 {
  display: block;
  line-height: 1.25em;
}

.contact-info-shortcode.row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-shortcode.row li.info-item {
  flex: auto;
  margin-bottom: 0;
  width: auto;
}

.contact-info-shortcode small {
  font-size: 85%;
}

.contact-info-shortcode.row li.info-item .address1,
.contact-info-shortcode.row li.info-item .address2 {
  font-size: 85%;
}

.contact-info-shortcode.row li.info-item .address1:after {
  content: ', ';
}

.contact-info-shortcode li.info-item .hours {
  margin-top: 0.5em;
}

.contact-info-shortcode li.info-item .hours .left {
  float: left;
  border-right: 3px #ed4323 solid;
  padding-right: 0.75em;
  margin-right: 0.75em;
}
.contact-info-shortcode.row li.info-item .hours .left {
  padding-left: 0.75em;
}

.contact-info-shortcode li.info-item .phone .phone {
  font-size: 1.6em;
}

.contact-info-shortcode li.info-item .area-code {
  font-size: .75em;
}

.contact-info-shortcode li.info-item .phone .tollfree {
}


.contact-info li.info-item > .item-info span, .contact-info li.info-item > .item-info span p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
}

/* Slider Arrows */
.homepage-slider #rev_slider_4_1_wrapper .tparrows:before {
    color: #fff;
    opacity: 1;
}
.homepage-slider #rev_slider_4_1_wrapper .tparrows:hover:before {
    color: #008eb3;
    opacity: 1;
}


/* Call to Action Box Styles */
.ts-section .wpb_row.call-out-row {
    margin-bottom: 0;
}
.call-out-row .call-out, .call-out-row2 .call-out {
    padding: 20px 40px;
    border: 2px solid #fff;
}

.call-out {
  height: 100%;
}

.vc_row-o-equal-height .vc_column-inner .wpb_wrapper {
  height: 100%;
}

/* Headings */
.call-out div h2 {
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: Open Sans;
  font-weight: bold;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

/* Descriptions */
.call-out div h4 {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

/* Buttons */
.call-out a.btn, .call-out a.btn:visited {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  font-weight: bold;
  background: #fff !important;
  color: #003056;
}
.call-out a.btn:hover, .call-out a.btn:visited:hover, .call-out a.btn:active:hover  {
  background: #008eb3 !important;
  color: #fff;
}


/* Backgrounds */
.call-out-row .vc_column_container:nth-of-type(5n+1) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+4) .call-out {
    background: #003056;
}
.call-out-row .vc_column_container:nth-of-type(5n+2) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+5) .call-out {
    background: #008eb3;
}
.call-out-row .vc_column_container:nth-of-type(5n+3) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+1) .call-out {
    background: #044a7f;
}
.call-out-row .vc_column_container:nth-of-type(5n+4) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+2) .call-out {
    background: #4a92bd;
}
.call-out-row .vc_column_container:nth-of-type(5n+5) .call-out,
.call-out-row2 .vc_column_container:nth-of-type(5n+3) .call-out {
    background: #46d9e1;
}

.call-out-row .vc_column_container:nth-of-type(5n+1) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+4) .call-out:hover {
    background: #005278;
    background: -moz-linear-gradient(left, #0085c3 0%, #003056 100%);
    background: -webkit-linear-gradient(left, #0085c3 0%,#003056 100%);
    background: linear-gradient(to right, #0085c3 0%,#003056 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085c3', endColorstr='#003056',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+2) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+5) .call-out:hover {
    background: #008eb3;
    background: -moz-linear-gradient(left, #00a3ce 0%, #07639a 100%);
    background: -webkit-linear-gradient(left, #00a3ce 0%, #07639a 100%);
    background: linear-gradient(to right, #00a3ce 0%, #07639a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3ce', endColorstr='#07639a',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+3) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+1) .call-out:hover {
    background: #022f52;
    background: -moz-linear-gradient(left, #3c8bc5 0%, #022f52 100%);
    background: -webkit-linear-gradient(left, #3c8bc5 0%, #022f52 100%);
    background: linear-gradient(to right, #3c8bc5 0%, #022f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377db1', endColorstr='#022f52',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+4) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+2) .call-out:hover {
    background: #0b4d70;
    background: -moz-linear-gradient(left, #97c3df 0%, #0b4d70 100%);
    background: -webkit-linear-gradient(left, #97c3df 0%, #0b4d70 100%);
    background: linear-gradient(to right, #97c3df 0%, #0b4d70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c3df', endColorstr='#0b4d70',GradientType=1 );
}
.call-out-row .vc_column_container:nth-of-type(5n+5) .call-out:hover,
.call-out-row2 .vc_column_container:nth-of-type(5n+3) .call-out:hover {
    background: #009da6;
    background: -moz-linear-gradient(left, #66f4fc 0%, #009da6 100%);
    background: -webkit-linear-gradient(left, #66f4fc 0%, #009da6 100%);
    background: linear-gradient(to right, #66f4fc 0%, #009da6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66f4fc', endColorstr='#009da6',GradientType=1 );
}


/* Homepage Banner */
.smooth-slider .owl-stage {
    transition-timing-function: linear !important;
}

.homepage-banners .wpb_single_image {
  margin-bottom: 20px;
}

.homepage-banners .wpb_row .wpb_column:nth-of-type(1) .wpb_single_image {
  margin-bottom: 10px;
}


/* Page Title */
.breadcrumbs-wrap.title-center {
    padding: 30px 0;
}
.breadcrumbs-wrap h1.page-title {
    margin-top: 0;
    margin-bottom: 15px;
}

/* Map */
.map-section .map-info {
  padding: 40px 30px;
  min-width: 20%;
  color: #fff;
}

/* Footer */
.ts-footer .widget_recent_entries li {
    margin-bottom: 16px;
    line-height: 20px;
}

/* Buttons */
.btn, .button, a.btn, a.btn:visited {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  font-weight: bold;
  background: #008eb3 !important;
  color: #fff;
}
.btn:hover, .button:hover, a.btn:hover, a.btn:visited:hover, a.btn:active:hover  {
  background: #003056 !important;
  color: #fff;
}

.btn-smaller {
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 5px 10px;
    font-weight: normal;
}

/* Logo Sliders */
.lswss-logo-showcase {
    padding-bottom: 10px !important;
    margin-bottom: 5px !important;
}
.lswss-logo-showcase button.slick-arrow {
    position: absolute;
    top: 100% !important;
}
.lswss-logo-showcase button.slick-next.slick-arrow {
    right: 45% !important;
}
.lswss-logo-showcase button.slick-prev.slick-arrow {
    left: 45% !important;
}

.lswss-slide.slick-slide {
    height: 100px;
    line-height: 100px;
}

.lswss-slide.slick-slide img {
    vertical-align: middle;
}

/* Blog Topics */
.blogtopic-content {
  min-height: 165px;
}

/* Buttons */
.blogtopic-btn {
  margin-top: 10px;
  margin-bottom: 8px;
}
.blogtopic-btn a, .blogtopic-btn a:visited {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #008eb3 !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
}
.blogtopic-btn a:hover, .blogtopic-btn a:visited:hover, .blogtopic-btn a:active:hover  {
  background: #003056 !important;
  color: #fff;
}

.entry-body .entry-meta time.blog-time:after,
.entry-body .entry-meta h3.blog-title:after{
    content: none;
}

.ts-blog-posts .entry .entry-body {
    background: #fafafa;
}

.entry-box.style-2 .entry .entry-body {
    background: none;
}

.entry-box .entry  .related-news {
    background: #fafafa;
}

.entry-box .entry .entry-body {
    padding: 0px;
    background: #fff;
    overflow: hidden;
}

/* Blog Archive */

.archive .ts-blog-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: stretch;
}
.archive .ts-blog-posts .entry {
  background: #efefef;
  padding: 15px;
  width: 48%;
  margin: 1%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  position: relative;
  font-size: 14px;
}

.archive .ts-blog-posts .entry.sticky {
  width: 100%;
  margin: 1%;
  font-size: 16px;
}


.archive .ts-blog-posts .entry h3, h4 {
  margin-top: 0px;
  margin-bottom: 0.25em;
}

.archive .ts-blog-posts .entry h3 + h4 {
  margin-bottom: 1em;
}

.archive .ts-blog-posts .entry .thumbnail-attachment img {
  max-width: 250px;
}

.archive .ts-blog-posts .entry-body-content {
  margin-bottom: 35px; /* room for button */
}

.archive .ts-blog-posts .entry .blogtopic-btn {
  clear: both;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.archive .ts-blog-posts .entry .entry-flex {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: stretch;
}


.archive .ts-blog-posts .entry.sticky .thumbnail-attachment img {
  max-width: 350px;
}

.archive .ts-blog-posts .entry.sticky .blogtopic-btn {
  clear: none;
}

/* Testimonials */
.archive.post-type-archive-testimonials .ts-blog-posts .entry-body-content {
    margin-bottom: 10px;
}

.archive.post-type-archive-testimonials .ts-blog-posts .entry {
  padding: 15px 30px;
}

.archive.post-type-archive-testimonials .ts-blog-posts .entry-body h3:after {
  content: "  \2605\2605\2605\2605\2605";
  white-space: pre-wrap;
  color: #ed4323;
  position: absolute;
  right: 30px;
}



#woo_catalog .woo_catalog_enquiry_custom_button_enquiry,
#woo_catalog .woo_catalog_enquiry_custom_button_enquiry:active,
#woo_catalog .catalog_enquiry_form .modal-footer button#woo_submit_enquiry {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: #e3e3e3;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

#woo_catalog .woo_catalog_enquiry_custom_button_enquiry:hover,
#woo_catalog .catalog_enquiry_form .modal-footer button#woo_submit_enquiry:hover {
  background: #003462 !important;
  color: #fff;
}

.widget .woocommerce .product .product-image {
    max-width: 100%;
    margin: 0 0 10px 0;
}



/* Just In Sidebar */
.woocommerce.widget_products img.attachment-woocommerce_thumbnail {
    height: auto;
    max-width: 100%;
    float: none;
}

.woocommerce .product_list_widget img {
  margin-bottom: 10px;
}
.woocommerce .product_list_widget img,
.woocommerce .product_list_widget .product-title,
.woocommerce .product_list_widget .woocommerce-Price-amount {
  display: block;
}

.woocommerce .product_list_widget li:not(:last-child){
  margin-bottom: 20px;
}



.woocommerce.widget_products span.product-title,
.woocommerce .product_list_widget .product-title {
    line-height: 1.35!important;
    font-family: inherit!important;
    color: inherit!important;
    font-size: inherit!important;
}

/* Product Images */
.woocommerce-product-gallery__wrapper {
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.woocommerce-product-gallery__image {
  flex: 0 1 auto;
  width: 30%;
  margin: auto;
  padding-bottom: 12px;
}

.woocommerce-product-gallery__image:nth-child(1) {
  order: -1; /* default is 0 */
  flex: 0 1 100%;
}

/* Product Desc */
.woocommerce-page #content .entry-summary,
.woocommerce-page #content .entry-content {
    font-size: 14px;
}

/* Product List */
.woocommerce-page #content .entry-summary ul,
.woocommerce-page #content .entry-content ul {
    list-style: disc;
    margin: 15px 0;
    padding: 0 0 0 20px;
    clear: both;
    line-height: 1.5em;
}

/* Product Price */
.woocommerce-page .product .pricing-area .price,
.woocommerce-page .summary.entry-summary p.price,
.widget.woocommerce.widget_products .product_list_widget .woocommerce-Price-amount,
.widget.woocommerce .product_list_widget .woocommerce-Price-amount,
.woocommerce-Price-amount {
    color: #ed4323 !important;
    font-weight: bold;
}

.woocommerce-page .product .pricing-area .price del,
.woocommerce-page .summary.entry-summary p.price del,
.widget.woocommerce.widget_products .product_list_widget del .woocommerce-Price-amount,
.widget.woocommerce .product_list_widget del .woocommerce-Price-amount,
del .woocommerce-Price-amount {
    color: #000 !important;
    font-weight: normal;
}
.widget .product_list_widget span.woocommerce-Price-amount {
    display: inline;
}


/* Product Tabs */
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;

}

/* Form */
p#msg_for_enquiry_sucesss {
    color: #000 !important;
}


/* Badges */
.onsale, .soldout, .justin, .label.ys-new-badge, .label.ts-featured {
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
}

.onsale {
  color: #fff;
  background-color: #ed4323;
  z-index: 6;
}

.soldout {
  color: #fff;
  background-color: #333;
  z-index: 8;
}

.justin, .label.ys-new-badge {
  background-color: #6dab3c !important;
  z-index: 2;
}

.label.ts-featured {
  display: none;
  color: #fff;
  background-color: #003462;
  z-index: 4;
}

.product.outofstock.has-post-thumbnail:before {
  content: "Sold";
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #333;
  z-index: 8;
}

img.sales-badge {
    width: auto;
}

.stock.out-of-stock {
  font-size: 1.75em;
  color: #ed4323;
  font-weight: bold;
}

/* Only display the just in badge when the others aren't there first */
.ys-new-badge span + span.label.ys-new-badge { display:none;}



/* Shortcode Aside-Box */
.aside-box-light {
  background: #fff;
  color: #003462;
}

.aside-box-light * {
  color: #003462;
}

.aside-box-light .aside-title {
    color: #0093b3;
}

.aside-box .aside-subtitle {
    color: #003462;
}

.aside-box {
  background: #003462;
  color: #fff;
  padding: 20px 30px;
  border: none;
  margin-bottom: 2em;
}

.aside-box * {
  color: #fff;
}


.aside-box .aside-img {
  max-width: 25%;
  float: left;
  margin: 0 15px 15px 0;
}

.aside-box .aside-title {
    color: #0093b3;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.aside-box .aside-subtitle {
    color: #fff;
    margin: 0;
    font-weight: 800;
}

.aside-box h1, .aside-box h2, .aside-box h3, .aside-box h4 {
  margin-bottom: .5em;
}


.ts-section .wpb_wrapper .wpb_content_element {
    margin-bottom: 25px;
}

/* Blog Post Grid Styles */
.vc_basic_grid .vc_gitem-post-data h4 {
    line-height: inherit !important;
}

.vc_basic_grid .vc_gitem-post-data p {
    line-height: 1.5em;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #003056;
    font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #fff;
    background-color: #0094b4;
    font-family: Open Sans Condensed, Open Sans, Gotham, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.section-sub-title {
    text-transform: none;
}

/* RV Sales Page Style */
#woocommerce_layered_nav-6, #woocommerce_layered_nav-6 ul, p:empty {
    margin-top:0;
    margin-bottom:0;
}
p:empty:before {
    content: none;
}

#woocommerce_layered_nav-6 ul li {
    display: inline-block;
}

#woocommerce_layered_nav-6 ul li:after {
    content: ' \2022';
}

#woocommerce_layered_nav-6 ul li:last-child:after {
    content: none;
}

#woocommerce_layered_nav-6 ul li a {
    font-weight: bold;
}

#woocommerce_layered_nav-6 .count {
    display: none;
}

.woocommerce-page #content ul.ul1{
    list-style:	disc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    clear: none;
    padding: 0 0 0 30px;
}

/* Logo Slider */
#logo-slideshow {
    height: 100px;
    position: relative;
    overflow: hidden;
}

#logo-slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -moz-transition:  opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;

    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation:    moveSlideshow 60s linear infinite;
    animation:moveSlideshow 60s linear infinite;

}

@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}
@-o-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -200%; }
}
@keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -200%; }
}

.wpb_content_element:first-of-type img,
.ts-single-entry-holder:first-of-type img,
img.wp-post-image {
    border: #044a7f solid 2px;
}

/* Quotes */
.post-type-archive-testimonials .entry .entry-body:first-child:before,
.testimonial.entry .entry-body:first-child:before{
    content: '\201C';
    font-family: sans-serif;
    font-size: 150px;
    color: #003462;
    opacity: .25;
    display: block;
    position: absolute;
    top: 60px;
    left: 15px;
}

.post-type-archive-testimonials .entry .entry-body:last-child:after,
.testimonial.entry .entry-body:last-child:after {
    content: '\201D';
    font-family: sans-serif;
    font-size: 150px;
    color: #003462;
    opacity: .25;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 15px;
}

.post-type-archive-testimonials .entry-box .entry .entry-body,
.testimonial.entry .entry-body {
    padding-top: 20px;
}

.post-type-archive-testimonials .entry-box .entry .entry-body p,
.testimonial.entry .entry-body p {
    padding: 0 40px 0 40px;
    margin-bottom: 0px;
    text-align: left;
}

.post-type-archive-testimonials .entry-box .entry .entry-body p:last-child,
.testimonial.entry .entry-body p:last-child {
    margin-right: 75px;
    text-align: right;
}

.post-type-archive-testimonials .entry-box .entry .entry-body .stars,
.testimonial.entry .entry-body .stars {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #ed4323;
    font-size: 16pt;
    margin: 0;
    padding: 0;
}

.archive .ts-blog-posts .entry,
.testimonial.entry {
    background: #efefef;
    position: relative;
}


.testimonial.entry {
    padding: 15px 25px;
    font-size: 0.9em;
    line-height: 1.5em;
    border-radius: 30px;
}

/* Single Product Sidebar Margins */
ul.products.columns-1 {
    padding: 0 0 0 0;
}

.rpwe-block li {
    border-bottom:solid 1px #888 !important;
}

.larger-list  {
    font-size:15px !important;
}

.vc_grid-item-mini, .standard {
    border:solid 1px #cdcdcd !important;
}

.vc_custom_1518767011756 {
 margin-bottom: 80px !important;
 padding-bottom: 0px !important;
}
.vc_custom_1615149393085 {
 margin-top: 20px !important;
 margin-bottom: 20px !important;
 background-color: #003462 !important;
}
.vc_custom_1613930380475 {
 margin-bottom: 20px !important;
 padding-bottom: 0px !important;
}
.vc_custom_1616374140055 {
 margin-bottom: 30px !important;
 padding-bottom: 0px !important;
}
.vc_custom_1615156048418 {
 padding-top: 0px !important;
 padding-right: 0px !important;
 padding-bottom: 0px !important;
 padding-left: 0px !important;
}
.vc_custom_1615149858109 {
 margin-top: 0px !important;
 margin-right: 0px !important;
 margin-bottom: 0px !important;
 margin-left: 0px !important;
 padding-top: 3px !important;
 padding-right: 3px !important;
 padding-bottom: 3px !important;
 padding-left: 3px !important;
}
.vc_custom_1615149692698 {
 padding-top: 20px !important;
 padding-right: 20px !important;
 padding-bottom: 20px !important;
 padding-left: 20px !important;
}
.vc_custom_1623042669550 {
 margin-top: 0px !important;
 margin-right: 0px !important;
 margin-bottom: 0px !important;
 margin-left: 0px !important;
 padding-top: 0px !important;
 padding-right: 0px !important;
 padding-bottom: 0px !important;
 padding-left: 0px !important;
}
.vc_custom_1623042719199 {
 padding-top: 50px !important;
}

.small-size { display: none; }

@media only screen and (max-width: 768px) {
    .large-size { display: none; }
    .small-size { display: inherit; }
}
