/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
:root {
  --main: #7d593a;
}

a.x-image.e402-14.mb6-6.x-image-preserve-ratio {
	max-height: 75px !important;
}
.wpcf7-response-output {
  display: block;
}
.text-white h2,
.text-white p,
.text-white .x-btn {
  color: #fff;
}

p a {
	text-decoration: underline;
}

.text-white .x-btn {
  border-color: #fff;
}

.section-header {
	display: inline-block;
	font-size: 1.3rem;
  font-weight: 400;
	margin: 0;
	vertical-align: text-bottom;
}

.text-white .x-icon {
  color: #fff;
}

.text-white .x-hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.text-white .x-btn:hover {
  opacity: 0.75;
}

@font-face {
  font-family: Primus;
  src: url(/wp-content/themes/pro-child/Primus.otf);
}

.future-float {
  font-family: Primus;
}

.varo-design a {
  color: #93824e;
}

.varo-design a:hover {
  color: rgb(179, 161, 62);
}

.container .inner .panel.panel-right .panel-content .form {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 300px;
  min-height: 400px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
}
.container .inner .panel.panel-right .panel-content .form h1 {
  display: block;
  margin: 0 0 45px 0;
  color: #b1b1b1;
  font-weight: 200;
  font-size: 18px;
}
.group {
  position: relative;
  margin-bottom: 25px;
}
div.tnp-subscription.tnp-subscription__home {
  max-width: 800px;
}
.tnp-subscription__container {
  display: flex;
  column-gap: 20px;
}
.tnp-subscription__home .tnp-field {
  width: 100%;
}
.tnp-subscription .tnp-field label {
  font-size: 16px !important;
  color: var(--main) !important;
  font-weight: 700 !important;
}
.tnp-field input {
  border: 0.216rem solid var(--main) !important;
  border-radius: 0.7em !important;
  opacity: 1 !important;
}
.tnp-field input:focus {
  box-shadow: 0em 0em 1em 0em rgba(21, 35, 57, 0.55) !important;
}
.tnp-privacy-field a {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.tnp-subscription .tnp-submit {
  background-color: transparent !important;
  color: var(--main) !important;
  border: 0.216rem solid var(--main) !important;
  margin: 0 auto !important;
  font-size: 16px !important;
}
.tnp-subscription.tnp-subscription__widget label, .tnp-subscription.tnp-subscription__widget .tnp-submit {
  font-size: 14px !important;
}
.widget-heading {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
}

input {
  font-size: 13px;
  height: 25px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  outline: none;
  border-bottom: 1px solid #b1b1b1;
  color: #b1b1b1;
  background: rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: 0.2s ease;
}
input:focus {
  outline: none;
  opacity: 1;
}
.page-id-150 .wpcf7 label, .page-id-892 .wpcf7 label {
  color: #b1b1b1;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 15px;
  opacity: 0.5;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.has-value {
  top: -10px !important;
  font-size: 12px !important;
  color: #b1b1b1 !important;
}
.wpcf7 label {
  font-family: inherit;
  font-size: 1.1em;
  top: 8px;
  color: rgba(125, 89, 58, 1);
  font-weight: 500;
}
.wpcf7 .homepage label {
  color: #fff;
  opacity: 1;
  font-size: 1.1rem;
  font-weight: 600;
}
.wpcf7 .homepage select,
.wpcf7 .homepage textarea,
.wpcf7 .homepage input[type="text"],
.wpcf7 .homepage input[type="email"],
.wpcf7 .homepage input[type="tel"] {
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  box-shadow: 0 0;
  font-size: 1.1em;
  font-family: inherit;
  border-color: rgba(21, 35, 57, 0.65);
  background-color: transparent;
}
input:focus {
  border-color: rgba(125, 89, 58, 1) !important;
}
.wpcf7 .homepage input:focus {
  border-color: #fff !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: 0 0;
}
.wpcf7-not-valid-tip {
  color: red;
}
.wpcf7-response-output {
  display: none;
}
input[type="submit"] {
  padding-bottom: 30px;
  padding-top: 7px;
  opacity: 1;
  color: var(--main);
  font-weight: 600;
  border-color: var(--main);
  border-radius: 0.7em;
}
input[type="submit"]:hover {
  background-color: transparent;
  box-shadow: 0em 0em 1em 0em rgba(21, 35, 57, 0.55);
}
.wpcf7 .homepage input[type="submit"] {
  color: #fff;
  border-color: #fff;
}
.wpcf7 .homepage input[type="submit"]:hover {
  box-shadow: 0em 0em 1em 0em rgba(255, 255, 255, 0.55);
}
.woocommerce-variation-add-to-cart.variations_button {
	flex-direction: column;
}
.entry-product {
  width: 100%;
}
.woocommerce-form-coupon-toggle, .woocommerce-ordering {
  display: none !important;
}
.input-text.qty.text {
  float: left;
  margin: 0.5rem 2rem 0 0 !important;
}
.custom-quantity {
  float: left;
  margin: 1rem 2rem 0 0;
}
.quantity input {
	opacity: 1 !important;
}
.summary.entry-summary, .summary.entry-summary input, .summary.entry-summary select{
	font-weight: 600;
	color: var(--main);
	font-family: "Oswald",sans-serif;
}
.woocommerce-billing-fields__field-wrapper {
	color: var(--main);
	font-family: "Oswald",sans-serif;
}
.variations .label {
	width: 100px;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
}

.cart-count-content-area {
  margin-left: -22px;
  margin-top: -24px;
  z-index: 1;
}

.cart-count {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 1);
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.cart-count.active {
  color: rgba(255, 255, 255, 1);
}
.sku_wrapper {
  display: none;
}
.wc-block-product-categories-list--depth-0 > li > a {
  color: var(--main) !important;
  font-weight: 700;
  border-bottom: none !important;
}
.wc-block-product-categories-list--depth-1 > li > a {
  color: var(--main) !important;
  font-weight: 500;
  border-bottom: none !important;
}
.woocommerce-billing-fields__field-wrapper input {
  opacity: 1;
}
.woocommerce-billing-fields__field-wrapper .required {
  color: red;
  text-decoration: none;
}
[class*=woocommerce] .product-name .variation dt, [class*=woocommerce] .product-name .variation dd, .product-name{
  color: #000 !important;
}
[class*=woocommerce] .product-name .variation dt{
  font-weight: 700;
}

[class*=woocommerce] .product-name .variation dd {
  margin-bottom: 1rem;
}
.square-meters {
  font-size: 0.7rem;
  top: -4px;
  position: relative;
}
.woocommerce-cart-form__cart-item .product-name a {
  font-size: 1.3rem;
  font-weight: 600;
}
.woocommerce-cart-form__cart-item .custom-quantity .label {
  border-top: none !important;
}
.project-thumbnail p{
  font-size: 1rem;
}
.khf-accordion-row__50-50 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.khf-accordion-column {
  width: 50%;
}
.khf-accordion-column:last-child {
  text-align: center;
}
.khf-accordion-column img {
  border-radius: 1rem;
}
[class*=woocommerce] .button.product_type_simple:before, 
[class*=woocommerce] .button.single_add_to_cart_button:before {
  content: "";
}
.khf-glow-text {
  color: #fff;
  font-weight: 600;
}
.khf-glow-text:hover {
  color: #fff;
  text-shadow: #FFF 4px 0 10px;
}
.wp-element-button {
  font-weight: bold;
  border-radius: 1rem !important;
  padding-top: 11px !important;
}
.wp-element-button:hover {
  box-shadow: 0em 0em 1em 0em rgb(21 35 57);
}
.single_add_to_cart_button {
  padding-top: 16px !important;
}
#block-2, #block-4 {
  margin-top: 1rem;
}
.wp-block-latest-posts__post-title {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 700 !important;
}
/* .entry-featured img {
  height: 217px;
  object-fit: cover;
} */
.entry-thumb:before {
  content: "\f02d" !important;
}
.wc-block-product-categories-list-item-count:before {
  content: " (";
}
.wc-block-product-categories-list-item-count:after {
  content: ")";
}
[class*=woocommerce] ul.products {
  padding-top: 17px;
}
.widget_custom_product_category_widget {
  margin-top: 2.75rem !important;
}
.maintenance-products-categories, .flooring-categories, 
.single-product .cart {
  display: none;
}
@media screen and (max-width: 768px) {
  
  .mobile-email {
    font-size: 0.7em;
  }
  .woocommerce-cart-form__cart-item .product-quantity::before {
    content: attr(data-title) "" !important;
    padding-top: 1.3rem;
  }
  .woocommerce-cart-form__cart-item .quantity input[type=number] {
    border: none;
  }
  .project-thumbnail p{
    font-size: 0.8rem;
  }
  .column-img-last {
    order: 2;
  }
  .khf-accordion-column {
    width: 100%;
  }
}
@media screen and (min-width: 780px) {
  .product-template-default .has-post-thumbnail.product.type-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-template-default .woocommerce-product-gallery {
    width: 50% !important;
    padding: 0 2.5rem 0 0;
  }
  .product-template-default .summary.entry-summary {
    width: 50% !important;
    padding: 0 0 0 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .mobile-email {
    font-size: 0.7em;
  }
  	.x-sidebar.left {
		margin-top: 0!important;
	}
}
@media only screen and (max-width: 978px) {
  .footerPC1 {
    display: none;
  }
  .future-float {
    font-size: 2.3rem !important;
  }
}

.x-toggle>span {
  background-color: var(--main);
}

[class*=woocommerce] li.product:hover .entry-header .button, .entry-thumb:before  {
  display: none !important;
}

.wp-block-latest-posts__post-title, body:not(.home) .x-text-content-text-primary {
  color: var(--main) !important;
}
