/**
Theme Name: Anyload2023
Author: Smartt
Author URI: http://wpastra.com/about/
Description: Anyload custom theme
Child theme of Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anyload2023
Template: astra
*/




/* styles are added as sass, using gulp to compile */
@import './css/child_theme.min.css';
/*** Interchangeable Model Search Widget *********/

.widget_modelsearch_widget,
.home .wpb_widgetised_column {
  padding: 20px 0px 0 0px;
  background: #cb252d url(images/bg/bg-intersearch.png) no-repeat;
  width: 219px;
}
.widget_modelsearch_widget .inner-wrap,
.home .wpb_widgetised_column .wpb_wrapper {
  padding: 0 20px;
}

.widget_modelsearch_widget .widget_title,
.home .wpb_widgetised_column .widget_title {
  border: none;
  padding: 0 20px;
}
.widget_modelsearch_widget .widget_title h4,
.home .wpb_widgetised_column h2 {
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
/* custom selectors */
select {
  cursor: pointer;
}
.select-wrap {
  color: #acacac;
  position: relative;
  width: 180px;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.select-wrap:after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 31px;
  height: 30px;
  content: "";
  display: block;
  background: url(images/bg/dropdown.png) top right no-repeat;
  pointer-events: none;
  cursor: pointer;
}

/*good work selectors   */
.select-replace-cover {
  border-radius: 5px;
  line-height: 5px;
  padding-left: 10px;
}
.select-replace {
  background: url(images/bg/dropdown.png) top right no-repeat;
  padding: 14px 0;
}
#input_6_3_6 {
  width: 440px !important;
}

.widget_modelsearch_widget .select-wrap select,
.home .wpb_widgetised_column .select-wrap select {
  color: #acacac;
  background: #f7f7f7;
  border: none;
  width: 180px;
  height: 30px;
  line-height: 18px;
  padding: 6px 10px;
  font-size: 12px;
}

/********** Quote Checkout *********************/

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-top: 0px !important;
}

.woocommerce .checkout .select-replace-cover {
  display: none !important;
}

ul.products li h3 {
  display: block;
}

.widget_modelsearch_widget a,
.home .wpb_widgetised_column a {
  color: #fff;
}
.widget_modelsearch_widget a:hover,
.home .wpb_widgetised_column a:hover {
  color: #fff !important;
}

#model-link {
  margin-bottom: 15px;
}
.result-text {
  color: #fff;
  font-size: 16px;
}
.widget_modelsearch_widget #model-link a,
.home .wpb_widgetised_column #model-link a {
  text-align: center;
  padding-left: 20px;
  padding: 10px 20px;
  display: block;
  font-size: 18px;
}
.widget_modelsearch_widget #model-link .result-text a {
  font-weight: normal;
  padding: 0;
  font-size: 16px;
}
.no-touch .widget_modelsearch_widget #model-link a:hover,
.home .wpb_widgetised_column #model-link a:hover {
  text-decoration: underline;
}

#buttons {
  margin-top: 5px;
}
.home #buttons {
  width: 216px;
  margin-left: -19px;
}
.widget_modelsearch_widget #buttons a,
.home .wpb_widgetised_column #buttons a {
  display: inline-block;
  text-align: center;
  background: #c00008;
  height: 36px;
  width: 100%;
  line-height: 36px;
  cursor: pointer;
}
.widget_modelsearch_widget #buttons a#model-search,
.home .wpb_widgetised_column #buttons a#model-search {
  display: none;
}

/*** Products **********/
#content ul.products {
  margin: 0px;
  width: 100%;
}

#content ul.products li {
  list-style: none;
  height: 300px;
}

#content ul.products li img {
  margin-bottom: 20px;
}

#content ul.products li > a.button {
  display: none;
}

ul.products li .caption {
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  height: 70px !important;
  display: block;
}
.no-touch.csstransitions ul.products li:hover .caption {
  height: auto;
  margin-top: 40px;
}

.single-product .summary .price {
  display: none;
}

.single_variation_wrap .stock {
  display: none !important;
}
.sku_wrapper {
  display: none;
}
.variations_button {
  padding-top: 20px;
}

/************** Home */
.home .rbTagline {
  margin-top: 20px;
}

.home #pageTitle {
  display: none;
}

.home.page-template-template-slider-php #content .rev {
  margin: 0px 0 30px 0 !important;
}

.home .column_container img.alignnone,
.home .column_container img.alignleft {
  margin: 0px;
  max-width: 137px;
}

.home #content > div.row-fluid {
  margin-bottom: 30px;
}

.home .span12 header {
  margin-bottom: 15px !important;
}

.home .rbPosts.classic header {
  padding-left: 0px;
}

.home .rbPosts.classic .format-standard header a:before {
  display: none;
}

.home .span3 .rbText {
  background: url(images/bg/bg-home-text.png) no-repeat;
  padding: 18px 20px 0 20px;
  margin-bottom: 20px;
  height: 105px;
}
.home .span3 .rbText p:first-child {
  display: none;
}
.home .span3 .rbText h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0px;
}
.home .span3 .rbText p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
}

.home #content ul#items {
  margin: 0px;
}

.home .ctwo #items li {
  width: auto;
  margin: 0px;
}

/* New Products *********************/
.home #content .span3:last-child {
  padding-top: 32px;
}
.home .span3 header {
  margin-bottom: 21px !important;
}
.home .wpb_widgetised_column.no-bg .wpb_wrapper {
  padding: 0px;
}
.home .wpb_widgetised_column.no-bg {
  background: none;
  padding: 0px;
}

.home #content .product_list_widget {
  margin: 0px;
}
.home .product_list_widget li {
  list-style: none;
}
.home .wpb_widgetised_column.no-bg a {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 700;
}
.home .wpb_widgetised_column.no-bg a:hover {
  color: #6b6b6b !important;
}
.home .wpb_widgetised_column .amount {
  display: none;
}

/*************************/

.home #content #products-list header {
  margin-bottom: 15px !important;
}

.home #content #products-list ul {
  margin: 0px;
}
.home #content #products-list ul li {
  list-style: none;
  float: left;
  width: 220px;
  margin-right: 18px;
  margin-bottom: 35px;
}
.home #content #products-list ul li.last-item {
  margin-right: 0px;
}

.home #content #products-list ul li h3 {
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 0px;
}
.home #content #products-list ul li p {
  margin: 0px 0 10px 0;
}

.home #content #products-list ul li a.readmore {
  color: #c9252c;
  font-weight: 700;
  /*font-family: 'Ubuntu', sans-serif;*/
}

/* Begin: New Listing View */

/*************************/

.home #content #products-list {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}

.home #content #products-list strong{
  float: left;
  margin-left: 6px;
  padding-top: 8px;
}
.home #content #products-list header {
  margin-bottom: 15px !important;
}

.home #content #products-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 99;
  margin-left: 8px !important;
}

.home #content #products-list ul li {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  list-style: none;
  width: 220px;
  margin-right: 15px;
  margin-bottom: 35px;
  z-index: 9999;
  position: relative;
  padding-bottom: 50px;
}


.home #content #products-list ul li .product-title {
  font: Bold 14px/18px Arial;
  background: #c9252d;
  text-align: center;
  color: #ffffff;
  width: 100%;
  opacity :0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  padding-left: 2px;
  padding-right: 2px;
}
.home #content #products-list ul li:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: box-shadow 0.3s ease-in-out;
  
}
.home #content #products-list ul li:hover .product-title{
    opacity:1;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


.home #content #products-list ul li.last-item {
  margin-right: 0px;
}

.home #content #products-list ul li h3 {
  font: Bold 14px/18px Arial;
  letter-spacing: 0;
  font: Bold 14px/18px Arial;
  color: #C9252C;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 10px;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: all .3s ease;
}
.home #content #products-list ul li:hover h3{
    opacity: 0;
    height: 0;
    padding: 0 0;
}
.home #content #products-list ul li p {
  font: Regular 12px/18px Arial MT;
  padding: 0px 10px;
}

.home #content #products-list ul li a.readmore {
  width: 80% !important;
  float: left;
  background: #474647;
  font: Regular 12px/18px Arial MT !important;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 5% 10%;
  padding: 5px 8px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
}
/* End: New Listing View */

/********* Single Product *************/

.summary .star-rating.visible {
  display: none !important;
}

#content .rbTabs ul {
  list-style: none;
}
.single-product .description.rbTabs .titles li.opened {
  list-style: none;
}

/************** News *****************/

/*.category #pageTitle{display:none;}   */
.category .title,
.category .result.more {
  display: none;
}

#content ul.meta {
  list-style: none;
  margin: 0px;
}

.post-thumbnail {
  margin-left: 160px;
  margin-bottom: 22px;
}

/******************* Search ********************/
.search .classic .pTitle h2 {
  margin-left: 58px;
  font-size: 16px;
}

/*********************** Quote Buttons *********/
body #content .wc_ei_read_more_button_container .wc_ei_read_more_button_type,
body
  #content
  .wc_email_inquiry_button_container
  .wc_email_inquiry_email_button {
  background: #c00008 !important;
  border-radius: 0px !important;
}

body
  #content
  .wc_email_inquiry_button_container
  .wc_email_inquiry_email_button {
  border: none;
  padding: 7px !important;
  margin-left: 10px;
  display: none !important;
}

/***************************/

.related.products {
  display: none;
}

.single-product .woocommerce-main-image img {
  width: auto !important;
}
.woocommerce-ordering {
  display: none !important;
}

/********* login *************/
.login h1 a {
  background: url(/wp-content/uploads/2014/01/logo.png) no-repeat !important;
  width: 188px;
  height: 37px;
}

/** comments*****/
#comments {
  display: none;
}

/*** Hide Pagination *************/

.woocommerce-pagination {
  display: none;
}

/** Breadcrumbs **/
#breadcrumb[itemprop="breadcrumb"] a[href="http://anyloadgroup.com"] {
  font-size: 0px;
  float: left;
}
#breadcrumb[itemprop="breadcrumb"] a[href="http://anyloadgroup.com"]:before {
  content: "\2302";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 17px;
}

/************ Woocommerce *****************/
.woocommerce div.product form.cart .button[type="submit"],
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background: #e92020 !important;
}
.woocommerce div.product form.cart .button[type="submit"]:hover,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #3b3b3b !important;
}

/********************** Mobile *************************/
@media all and (max-width: 941px) and (min-width: 640px) {
  #menu .responsive {
    position: absolute;
    top: -3px !important;
    left: 0px;
  }
  #menu ul {
    position: absolute;
    left: -33px;
    top: 40px;
  }

  .left-sidebar #content {
    width: 70% !important;
    margin-left: 30%;
    padding-left: 5%;
  }

  .left-sidebar #content .term-description {
    width: 90%;
  }
  .left-sidebar #sidebarLeft {
    margin-left: -100%;
    width: 30%;
  }
}

@media all and (max-width: 941px) {
  #wrapper {
    width: 90%;
  }

  .left-sidebar #content {
    width: 100%;
  }

  #content ul.products li {
    max-width: 45%;
  }

  .widget_modelsearch_widget {
    clear: both;
    width: 219px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media all and (max-width: 639px) {
  #content img {
    max-width: 100%;
    height: auto;
  }
}

/***********************************
Messages
***********************************/

#content .woocommerce-message {
  border-top-color: #c9252c;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  color: #fff !important;
  background: #e92020 !important;
  height: auto !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: #3b3b3b !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 0.5em !important;
}

.woocommerce td.product-name dl.variation dd p {
  margin: 0;
}

/****************************************************

                Additional styles by Smartt

*************************************************/

.phone-numbers-header {
    overflow: auto;
    display: block;
    width: 100%;
    margin-top: 2rem;
    text-align: right;
}

.f_height #headerWidgets .right, .minimal #headerWidgets .right {
    position: relative;
    top: 1.8rem;
    right: 2rem;
}

nav#menu form#searchform {
  width: 78%;
}

nav#menu > form#searchform > div {
  width: 100%;
}

nav#menu > form#searchform > div > input {
    width: 100%;
    background: #f7f7f7;
    border-radius: 13px;
    border: 2px solid #efb5b8;
    color: #828282;
}

nav#menu > form#searchform > div > input:focus {
  border: 2px solid #d8d8d8;
}

.contact-cta {
    border-radius: 0rem 0rem 1rem 1rem;
    padding: .5rem 1rem;
    background: #c9252d;
    color: white;
    position: fixed;
    right: 0;
    transform: rotate(90deg) translateY(-7rem);
    top: 50%;
    font-size: 1.3rem;
    box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.21);
    z-index: 9;
}

.contact-cta p {
  display: flex;
  text-transform: uppercase;
  align-items: center;
}

.contact-cta p img {
  width: 1.5rem;
  margin-right: .5rem;
}



.phone-numbers-header p {
    margin: 0;
}

/* side bar categories */

.widget.widget_product_categories ul.children {
  display: none;
  padding-left: 1rem;
  transition: all 0.5s ease-out;
  animation: fade-up-categ 1s ease-out forwards;
}

@keyframes fade-up-categ {
  from {
    top: 0;
  }
  to {
    top: 1000px;
  }
}

/* side bar to single product page */
.single-product-w-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* for wrapper for single product */
.single-product-wrapper {
  width: 680px;
  margin-left: auto;
}
/* to remove the margin in the left column */
.single-product-wrapper > .woocommerce-notices-wrapper {
  margin-bottom: 0px !important;
}
/* remove default paddinf left */
.single-product-wrapper > .product > .images {
  padding-right: 10px;
}

/* for responsive on product page template (smaller than tab size) */
@media all and (max-width: 960px) and (min-width: 761px) {
  .single-product .summary {
    padding-left: 10px;
  }
  .single-product-w-side {
    width: 95%;
    margin: auto;
  }
  .single-product-wrapper {
    margin-left: 2rem;
  }
  /* for the option table adjustment */
  .variations tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
  }
}

@media only screen and (max-width: 940px) {
  .contact-cta {
    font-size: 1rem;
    transform: rotate(90deg) translateY(-5.3rem);
  }
  nav#menu form#searchform {
    width: 68%;
  }
}

@media all and (max-width: 767px) {
  .single-product-w-side {
    flex-flow: column;
  }
  #content.single-product-wrapper {
    width: 95%;
    margin: auto !important;
  }
  .single-product-wrapper > .product > .images > a > img {
    margin: auto;
  }
  .sidebar-product {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 649px) {
  nav#menu form#searchform {
    width: 62%;
  }
}

@media only screen and (max-width: 580px) {
  nav#menu form#searchform {
    width: 54%;
}
}

