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

:root {
	--wd-text-font: "IRANSansWeb_Medium", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(40,40,40);
	--wd-text-font-size: 16px;
	--wd-title-font: "IRANSansWeb_Bold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(22,22,22);
	--wd-entities-title-font: "IRANSansWeb_Medium", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "IRANSansWeb_Medium", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSansWeb_Bold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "IRANSansWeb_Bold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(230,198,25);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: rgb(110,152,191);
	--btn-default-bgcolor: rgb(222,212,0);
	--btn-default-bgcolor-hover: rgb(221,217,137);
	--btn-accented-bgcolor: rgb(222,212,0);
	--btn-accented-bgcolor-hover: rgb(221,216,122);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(43,43,43);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

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


/*رنگ دکمه فرم اسلایدر اصلی*/
#gform_submit_button_1 {
  background-color: #E6C619;
}
/*دکمه فرم فوتر*/
input#gform_submit_button_2 {
    background-color: #E6C619;
}
/*تغییر دکمه فرم اسلایدر اصلی*/

	 @media screen and (max-width: 676px) {

	selector .gform-theme--foundation .gform_fields {
    		display: flex !important;
	}

	selector .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
 	   	margin-left: 20px !important;
	}
}
/*حذف تاریخ مقالات*/
.wd-post-meta {
    display: none !important;
}
.wd-post-date.wd-style-with-bg {
    display: none !important;
}
.entry-meta.wd-entry-meta {
    display: none;
}
/*حذف ادامه مطالب*/
a.btn-read-more.more-link {
    display: none;
}

/*تنظیم جدول های سایت*/
table{
    width:100%;
    max-width:100%;
}
@media screen and (max-width:980px){ table{ display:block; overflow-x:auto; } }
