@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//calcoastfencing.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.7") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 25px;
	--wd-text-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(37,37,37);
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter Tight", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: rgb(37,37,37);
	--wd-entities-title-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(37,37,37);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter Tight", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 900;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(37,37,37);
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Inter Tight", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,70,40);
	--wd-alternative-color: rgb(222,232,242);
	--btn-default-bgcolor: rgb(255,70,40);
	--btn-default-bgcolor-hover: rgb(32,32,32);
	--btn-accented-bgcolor: rgb(255,70,40);
	--btn-accented-bgcolor-hover: rgb(32,32,32);
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(255,70,40);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgb(32,32,32);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(222,232,242);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(222,232,242);
	background-image: none;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-family: "Inter Tight", Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: rgb(37,37,37);
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title a:hover {
	color: #ff4628;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Inter Tight", Arial, Helvetica, sans-serif;
	font-weight: 900;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-color: rgb(237,21,21);
	--wd-arrow-color-hover: rgb(37,37,37);
	--wd-arrow-color-dis: rgba(255,70,40,0.5);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 30px;
	--wd-widget-title-font-size: 18px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-widget-title-font-size: 16px;
	}

}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1440px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(222,232,242);
}

.pac-container {
  z-index: 999999 !important;
}


.gmautocomplete-1 input {
	padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: var(--wd-form-height);
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  background-color: var(--wd-form-bg);
  box-shadow: none;
  color: var(--wd-form-color);
  vertical-align: middle;
  font-size: 14px;
  transition: border-color .5s ease;
	margin-bottom: 20px;
}


#wd-fb-29541 {
z-index: 499 !important;
}

.blur10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/* Woodmart CF7 grid */
.w-row {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
}

.w-col-6 {
  flex: 1 1 calc(50% - 20px);
}

.w-col-12 {
  flex: 1 1 100%;
}
.area1 {
	min-height: 110px !important;
}

.iti__selected-country {
	background-color:transparent !important;
}
.iti__country-name {
	color:#252525 !important;
}

.box-12 div{
	border-radius: 12px !important;
}

.elementor-icon {
vertical-align:middle;
}
.wd-title-style-simple .liner-continer::after {
  height: 3px !important;
}
.blog-design-masonry .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  overflow: hidden;
  line-height: 1.5em; /* Define a specific line height */
  min-height: 4.5em; /* 3 lines * 1.5em per line */
  /* Optional: modern, standardized property (works in most modern browsers) */
  line-clamp: 3;
}

a.affirm-modal-trigger {
    text-decoration: underline;
}

.product_summary_wisetack_btn svg{
	width: 80px;
	height: auto;
	margin-bottom: -2px;

}
.blog-single-author a{
    border: none !important;
    padding: 0 !important;
    margin-top: 0px;
    display: block;
	  cursor: auto;
}
.product_summary_wisetack_btn{
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 18px;
}
.wd-marquee-item a{
	text-decoration: underline;
}
.rotator {
    height: 25px;      
    overflow: hidden;
    position: relative;
}

.rotator-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease-in-out;
}

.rotator-track .item {
    height: 25px;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
		text-align: center;
		font-weight: 900;
		color: black;
}
.rotator-track .item a{
	color: black;
	text-decoration: underline;
}
.pg-fancing-after-banner svg{
	fill: rgb(255,70,40);
}
.btn-secnodary{
	background: transparent;
    text-decoration: underline !important;
    color: black;
}
.wd-toolbar-icon.wd-tools-icon.wd-icon.wd-custom-icon{
	display: none;
}
.wd-toolbar.wd-toolbar-label-show>a, .wd-toolbar.wd-toolbar-label-show>div a{
	padding: 0;
	padding: 10px !important;
	border: 1px solid #FF4628;
    color: #FF4628;
    border-radius: 2px;
    height: 35px;
	text-transform: uppercase;

}
.wd-toolbar.wd-toolbar-label-show>a, .wd-toolbar.wd-toolbar-label-show>div:last-child a{
	background: #FF4628;
	color: white;
}
.wd-toolbar.wd-toolbar-label-show>a, .wd-toolbar.wd-toolbar-label-show>div{
	 flex: none;
	flex-basis: 48%;
}
.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{
	position: static !important;
	font-weight: bold;
	font-size: 12px;
}
.wd-toolbar.wd-toolbar-label-show{
    height: auto;
    background-color: rgba(222, 232, 242, 1);
		padding: 10px 20px;
}
.product-quantity br{
	display: none;
}
.btn_with_border{
	padding: 10px;
	border: 1px solid;    
}
.btn_with_border:hover, .btn_with_border:active{
	color: #ff4628;
}
.archive.post-type-archive.post-type-archive-product .wd-add-btn.wd-add-btn-replacewd-add-btn.wd-add-btn-replace{
	display: none
}
.custom-btn:last-child{
	background-color: #9EBF92
}
.custom-btn:last-child:hover, .custom-btn:last-child:active{
	background-color: rgb(31 31 31);
}

/* Mobile */
@media (max-width: 768px) {
  .w-col-6 {
    flex: 1 1 100%;
  }
	
	.product_summary_wisetack_btn svg{
			width: 70px;
		}
	.rotator-track .item {
		font-size:13px;
		}
	.custom-btn{
		    width: 100%;
    margin-bottom: 10px;
	}
}
	@media (min-width: 577px) and (max-width: 767px) {
	.wd-sticky-btn-cart .ft-quantity-label {
display:none !important;
}
}

@media (max-width: 576px) {
	.wd-sticky-btn-cart .ft-quantity-label {
display:none !important;
}
}

