/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.2.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* GLOBAL */
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/IRANSansX-Bold.woff') format('woff'),
        url('fonts/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/IRANSansX-Regular.woff') format('woff'),
        url('fonts/IRANSansX-Regular.woff2') format('woff2');
}
html {
  font-size: 14px;
}
body {
	font-family:IRANSansX,vazir,tahoma,arial,san-serif;
	background-color: #f4f4f4 !important;
}

/*
a {
  color: #34A69A;
}

a:active, a:hover {
  color: #D9AA4C;
}

[type=button],
[type=submit],
button {
    color: #fff;
    border-color: #1B6F66;
	background-color: #34A69A;
	border-radius: 10px;
}
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #D9AA4C;
	border-color: #C18816;
}
h1 {font-size: 1.8rem}
h2 {font-size: 1.6rem}
h3 {font-size: 1.45rem}
h4 {font-size: 1.3rem}
h5 {font-size: 1.15rem}
h6 {font-size: 1rem}

#content {
  max-width: 100%;
}
@media (min-width: 576px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main .page-content {
    max-width: 500px;
	margin: auto;
  }
}
@media (min-width: 768px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main .page-content {
    max-width: 600px;
	margin: auto;
  }
}
@media (min-width: 992px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main .page-content {
    max-width: 800px;
	margin: auto;
  }
}
@media (min-width: 1200px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main .page-content {
    max-width: 1140px;
	margin: auto;
  }
}

.page-header {
  background-image: url("https://wiki.soada.ir/wp-content/uploads/svg_theme/Group%20260_gold.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 170px;
  margin-top: -8px;
  text-align: center;
  padding: 40px 5px 5px;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
*/

/* FOOTER */
/*
#footer_main h1,
#footer_main h2,
#footer_main h3,
#footer_main h4,
#footer_main h5,
#footer_main h6{
	color: #fff !important;
}


#enamad_box {
  background-color: #34A69A;
  border-radius: 15px;
}
/*


/* فرم صفحه بندی گراویتی فرم*/
/*
#tabyin_form .gform_previous_button {
  border: 1px solid #999 !important;
}

#tabyin_form .gf_page_steps > div:before {
  width: calc(100% - 5px);
  position: absolute;
  height: 3px;
  background-color: #bbb;
  content: "";
  top: 20px;
  right: 39px;
}
#tabyin_form .gform_wrapper.gravity-theme .gf_step {
    display: unset !important;
    width: 100% !important;
	margin: 0 !important;
}
#tabyin_form .gf_page_steps > div.gf_step_active:before{
    background-color: #0cd8d8;
}
#tabyin_form .gf_page_steps > div {
  position: relative;
  text-align: center !important;
}
#tabyin_form .gform_wrapper.gravity-theme .gf_step_number {
  background-color: #fff !important;
  border-color: #bbb;
  width: 40px !important;
  height: 40px !important;
}
#tabyin_form .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  background: #0cd8d8 !important;
  color: #097272;
  border-color: #17b8b8;
}
#tabyin_form .gform_wrapper.gravity-theme .gf_step_label {
  position: relative;
  top: 45px;
  right: -50%;
  padding: 0 !important;
  line-height: 19px !important;
}
#tabyin_form .gf_page_steps > div:last-child::before {
  display: none;
}
#tabyin_form .gf_page_steps {
  padding-right: 7%;
  padding-bottom: 50px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
#tabyin_form input[type="submit"],.gform_next_button {
  float: left;
}
@media only screen and (max-width: 801px) {
	#tabyin_form .gform_wrapper.gravity-theme .gf_step_label {
	  font-size: 11px;
	  display: flex;
	  justify-content: center;
	  right: 0;
	  top: 10px;
	  padding: 0 5px !important;
	}
}
@media only screen and (max-width: 601px) {
	#tabyin_form .gf_page_steps {
	  padding-right: 0;
	  padding-bottom: 50px;
	}
	#tabyin_form .gf_page_steps > div::before {
	  display: none;
	}
	#tabyin_form .gform_wrapper.gravity-theme .gf_step_number {
	  margin-right: calc(50% - 20px) !important;
	  display: flex;
	  flex-direction: column;
	  flex-wrap: nowrap;
	  justify-content: center;
	}
}
@media only screen and (max-width: 401px) {
	#tabyin_form .gf_page_steps > div {
	  margin: 0 !important;
	}
	#tabyin_form .gform_wrapper.gravity-theme .gf_step_label {
	  font-size: 10px !important;
	}
	#tabyin_form .gf_page_steps {
	  padding-right: 0;
	}
}


.gform-field-label.gform-field-label--type-sub {
  padding-bottom: 5px;
}
input[type="text"], select {
  border: 2px solid #13838e;
  margin-top: 3px !important;
  border-radius: 10px;
}
.warning-box {
  background-color: #ff966c;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #ff3c00;
  color: #6c2407;
}


.page-header h1.entry-title {
  position: relative;
  width: auto !important;
  margin-top: 22px !important;
  display: inline-block !important;
  padding: 0 30px;
  font-weight: bold;
  line-height: 3rem;
}

.box-header h2:after, .box-header h2:before, .page-header h1:after, .page-header h1:before {
  position: absolute;
  content: " ";
  background-image: url("https://wiki.soada.ir/wp-content/uploads/svg_theme/right_title.svg");
  background-size: contain;
  height: 32px;
  width: 20px;
  background-repeat: no-repeat;
  top: 3px;
  background-position: center right;
}


.box-header h2:before, .page-header h1:before {
  right: 0;
}

.box-header h2:after, .page-header h1:after {
  left: 0;
  background-image: url("https://wiki.soada.ir/wp-content/uploads/svg_theme/left_title.svg");
  background-position: center left;
}






.default_price {
  padding-top: 20px;
  border-top: 2px dashed #ddd;
}
.default_price label {
  display: none;
}
.default_price input {
  font-size: 22px !important;
  font-family: "b titr" !important;
}

.default_price .gchoice,
.list_books .gchoice {
  margin-bottom: 7px;
  background-color: #eee;
  padding: 4px 10px 4px 4px;
  border: 1px solid #bbb;
  border-radius: 7px;
}
.default_price label,
.list_books label {
  font-size: 19px  !important;
  line-height: 30px;
  font-weight: bold;
  width: 100%;
  padding-right: 10px;
}
.default_price legend,
.list_books legend {
  font-size: 20px !important;
  margin-top: 20px !important;
}

.default_price .ginput_price,
.list_books .ginput_price {
  font-family: "b mitra" !important;
  font-size: 21px;
  margin-right: 41px;
  float: left;
  direction: ltr;
}



.finall_price {
  margin-top: 21px;
  background-color: #ddd;
  padding: 11px;
  margin-bottom: 12px;
  border-radius: 7px;
  border: 2px dashed #999;
}

.finall_price > div {
  float: left;
  font-family: "b titr" !important;
}
.finall_price > div input {
  margin-top: 0 !important;
  font-size: 29px !important;
  position: relative;
  top: -18px;
  left: -95px;
}
.finall_price label {
  font-family: "b titr" !important;
  font-size: 23px !important;
}
*/

/*گزینه های افقی در دکمه های رادیویی*/
/*
.horrizontal-field .gfield_radio {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
	padding-top: 10px;
}
.horrizontal-field .gfield_radio .gchoice {
    padding: 5px 15px 10px;
    border-radius: 5px;
	border: 1px solid transparent;
}
.horrizontal-field .gfield_radio .gchoice:hover {
    background-color: #eee;
	border-color: #ccc;
    box-shadow: 0 3px 0 #bbb;
}



.title_form_surveys {
    text-align: center;
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 10px;
}
.gform_wrapper.gravity-theme .gfield_label {
    line-height: 22px;
}
.textarea_tabyin textarea:focus {
    border-radius: 6px;
    border: 3px solid #267073;
}
*/