/*
Theme Name: Hello Child
Theme URI: https://bycod.ir/
Description:
Author: علیرضا صدیقی
Author URI: https://bycod.ir/
Template: hello-elementor
Version: 1.0.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
*/

html, body {
-webkit-tap-highlight-color:transparent;
overflow-x: hidden;
width: 100%;
-webkit-overflow-scrolling: touch;
user-select:none;
}

p.gform_required_legend{display:none !important;}
input#gform_submit_button_2{background:#05B0F0; color:#fff; margin:10px;}

.Color_tex h1,h2,h3,h4 {color:#05B0F0 !important; } .Color_tex img { border-radius:10px !important; }

table {
width:100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
}
th, td {
    border: 1px solid #eee;
    padding: 10px;
}

blockquote { background: #bae6f7;
margin: 15px auto;
padding: 10px;
border-radius: 5px;
border-right: 10px solid #05B0F0 !important; }

.whb-column{
border-radius: 0px 0px 40px 40px;
}

a[href^="tel:"] {
font-family: Arial, Roboto, sans-serif;
font-variant-numeric: lining-nums;
font-feature-settings: "lnum";
direction: ltr;

}
.gform_wrapper input, 
.gform_wrapper textarea, 
.gform_wrapper select, 
.gform_wrapper label,
.gform_wrapper .gfield_label {
	font-size:14px !important;
    font-family: 'vazir matn', tahoma, arial !important;
}

#gform_submit_button_1{
background:#05acea;
width:100%;
outline:none;
}

.gfield_required{
	display: none;
}

.gform_title{
font-size:25px;
}

.gfield_required{
display:none !important;
}

/*page style*/

#MATN img {
    width: 1280px;
    border-radius: 20px !important;
}

#MATN h1,h2,h3 {
    font-size: 20px;
font-weight: normal;
}

#MATN h3,h4 {
    font-size: 17px;
font-weight: normal;
}

#MATN p {
text-align: justify;
}

#MATN br{
line-height: 2;
}

#MATN ul, ol {
    margin-bottom: 20px;
}

#MATN a {
    color: inherit; 
    text-decoration: none;
}

#MATN a:hover {
    color: inherit;
    text-decoration: none;
}

 @media (max-width: 768px) {
#MATN h1,h2,h3 {
font-size: 17px;
font-weight: normal;
      }
	 #MATN h3,h4 {
font-size: 15px;
font-weight: normal;
      }
#MATN ul,ol{
    padding: 0px 20px 0px 20px;
}
}

/*archive style*/

.elementor-pagination {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    color: #05ACEA;
    background: #fff;
    border: 1px solid #05ACEA;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.elementor-pagination .page-numbers.current {
    background: #05ACEA;
    color: #ffffff;
    border-color: #05ACEA;
}
.elementor-pagination .page-numbers:hover {
    background: #05ACEA;
    color: #ffffff;
    border-color: #05ACEA;
}

#archive-page p{
text-align: justify; 
}

@media (max-width: 480px) {

    .elementor-pagination {
        gap: 4px;
    }

    .elementor-pagination .page-numbers {
        min-width: 30px;
        height: 30px;
        padding: 0 8px;
        border-radius: 5px;
    }
}