/*
Theme Name: Zephyr
Description: Material Design WordPress Theme
Version: 8.4
Author:	ali rahimi
Template: Zephyr
Theme URI: http://alirahimi818.ir/
Author URI: http://alirahimi818.ir/
License: Themeforest Split Licence
License URI: -
Tags: responsive-layout, custom-colors, theme-options, translation-ready
Text Domain: us
Domain Path: /languages
*/

body {
    font-size: 11pt !important;
}

.w-grid-item-elm i {
    vertical-align: middle;
}

.w-grid-item-elm.post_image {
    height: 250px;
}

.w-btn.icon_atleft i {
    margin-left: 0.5em;
}

.l-footer,
.l-footer a {
    color: #fff;
}

.l-footer ul {
    padding: 0;
    margin: 0;
}

.l-footer ul li {
    list-style: none;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

.l-footer ul li:last-child {
    border-bottom: none;
}

.top-slider.height_large>.l-section-h {
    padding: 0;
}

.index-four-items {
    color: #fff;
}

.g-cols h3 {
    margin-bottom: 5px;
}

.index-box-shadow {
    box-shadow: 1px 1px 2px #777;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
}

blockquote {
    font-size: 110%;
    background-color: #efefef;
    border-left: none;
    padding: 60px 35px 50px;
    margin: 40px 0 30px;
    position: relative;
    text-align: center;
    clear: both;
}

blockquote:before {
    position: absolute;
    top: 0;
    right: 50% !important;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: FontAwesome;
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center;
    font-size: 50pt;
    transform: rotate(180deg) !important;
}

.menu-box-yellow a {
    background: #4a7fa9;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 14px !important;
    margin-right: 8px;
    color: #fff !important;
}

.rs-noevents.rs-layer,
.rs-layer {
    font-family: 'IRANSansWeb', sans-serif !important;
}

.tparrows {
    border-radius: 0 !important;
}

.radius-index-img img {
    border-radius: 50%;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.radius-index-img img:hover {
    webkit-transform: rotate3d(0, 1, 0, -360deg);
    -moz-transform: rotate3d(0, 1, 0, -360deg);
    -o-transform: rotate3d(0, 1, 0, -360deg);
    -ms-transform: rotate3d(0, 1, 0, -360deg);
    transform: rotate3d(0, 1, 0, -360deg);
}

.table-responsive {
    overflow-y: hidden;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 20px 20px 40px #9892da;
    border-radius: 15px;
}

.price-list_table_title {
    text-shadow: 7px 7px 8px #9892da;
}

.price-list_table_btn {
    margin-top: 40px;
    box-shadow: 10px 10px 40px #9892da;
}

.no-border,
.no-border td {
    border: none;
}

.l-footer {
    box-shadow: none;
    border-top: 2px solid #ff5722 !important;
}

.text-xs-center {
    text-align: center;
    vertical-align: middle;
}

.price-list table {
    border-radius: 10px;
    overflow: hidden;
}

.price-list table thead {
    background: #928bd7;
    color: #fff;
}

.price-list table tbody tr td:first-child {
    /* color: #ff5722; */
    font-weight: bold;
}

.price-list table th,
.price-list table td {
    text-align: center;
}

.price-list table tr td:first-child div {
    position: relative;
    top: 5px;
}

.price-list table tr td:first-child img {
    position: relative;
    top: 12px;
    margin-left: 10px;
}

.price-list .fa-arrows-h,
.price-list .fa-arrows-alt-h {
    color: blue;
}

.price-list .fa-arrow-up {
    color: green;
}

.price-list .fa-arrow-down {
    color: red;
}

.display-none {
    display: none;
}

.social-support ul {
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 10;
    margin-bottom: 0px;
    padding: 0px;
    transform: translate(-275px, 0);
}

.social-support ul li {
    list-style: none;
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 310px;
    text-align: right;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    transition: all 1s;
    color: #fff;
    border-bottom: none;
}

.social-support ul li.telegram {
    background: rgb(0, 136, 204);
}

.social-support ul li.telegram:hover {
    transform: translate(110px, 0);
}

.social-support ul li.telegram i {
    position: relative;
    padding: 0px 5px 0 2px;
    font-size: 16pt;
    top: 4px;
}

.social-support ul li.whatsapp {
    background: rgb(37, 211, 102);
}

.social-support ul li.whatsapp:hover {
    transform: translate(110px, 0);
}

.social-support ul li.whatsapp i {
    position: relative;
    padding: 0px 3px 0 5px;
    font-size: 17pt;
    top: 4px;
}

.social-support ul li.telegram_bot {
    background: rgb(0, 136, 204);
}

.social-support ul li.telegram_bot:hover {
    transform: translate(150px, 0);
}

.social-support ul li.telegram_bot i {
    position: relative;
    padding: 0px 0px 0 6px;
    font-size: 15pt;
    top: 2px;
}

.social-support ul li a {
    color: #fff;
}

.social-support ul li a span {
    font-size: 10pt;
}

.social-support ul li a:hover {
    color: #fff;
}

.price-list .us_btn_1 {
    padding: 0.4em 0.9em;
    margin: 5px;
    font-size: 10pt;
}

.currency_calculator_area {
    padding: 20px;
}

.currency_calculator {
    padding: 10px;
}

.currency_calculator_info {
    padding: 10px;
    border: 2px dashed #777;
    margin: 25px auto;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.currency_calculator_info .currency_selected_img {
    position: absolute;
    left: 30%;
    top: 20%;
    text-align: center;
    opacity: 0.1;
}

.currency_calculator_info .currency_selected_img li {
    list-style: none;
}

.currency_calculator_info .currency_selected_img li span {
    display: none;
    margin: 0 auto;
}

.currency_calculator_info .currency_selected_img img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.currency_calculator_info p {
    color: #777;
    font-size: 10pt;
}

.currency_calculator_info p span {
    color: #000;
}

.currency_calculator .cc_input {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
    margin: 10px auto;
    position: relative;
}

.currency_calculator .cc_button {
    display: block;
    width: 100%;
    background: #4a7fa9;
    border-radius: 4px;
    padding: 15px;
    margin: 15px auto;
    position: relative;
    color: #fff;
    font-size: 14pt;
    text-align: center;
}

.currency_calculator .cc_button:hover {
    color: #fff;
    background: #d1ab66;

}

.currency_calculator .currency_input label {
    font-size: 9pt;
}

.currency_calculator .currency_input input {
    border: none;
    box-shadow: none;
}

.currency_calculator .currency_input input:focus {
    border: none;
    box-shadow: none;
}

.currency_calculator .currency_input select {
    height: 50px;
    line-height: 50px;
}

.currency_calculator .cc-w-100 {
    display: inline-block;
    width: 100%;
}

.currency_calculator .cc-w-60 {
    display: inline-block;
    width: 100%;
}

.currency_calculator .cc-w-40 {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.currency_calculator .currency_list {
    margin: 0;
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow-y: scroll;
    max-height: 250px;
    z-index: 10;
    display: none;
    left: 7px;
}

.currency_calculator .currency_list li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 0 5px;
    cursor: pointer;
}

.currency_calculator .currency_list li:hover img {
    border: 2px solid #d1ab66;
}

.currency_calculator .currency_list li:hover span {
    color: #d1ab66;
}

.currency_calculator .currency_list li img {
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.currency_calculator .currency_list li span {
    position: relative;
    top: -10px;
    padding-right: 5px;
}

.currency_calculator .currency_selected {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #eee;
    left: -6px;
    position: relative;
}

.currency_calculator .currency_selected li {
    list-style: none;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    top: 10px;
    margin-bottom: 1rem;
}

.currency_calculator .currency_selected li img {
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.currency_calculator .currency_selected li span {
    position: relative;
    top: -10px;
    padding-right: 5px;
}


.support_request button {
    margin-top: 20px;
}

.ult-item-wrap>div.customer_review {
    margin-bottom: 40px !important;
}

.index-blog h2.wpb_heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 18pt;
    text-align: center;
    color: #fff !important;
}

.index-blog .w-grid-item-elm {
    width: 100%;
}

.index-blog .w-grid-item-elm time {
    margin-left: 5px;
}

.index-blog-area .w-grid-list {
    display: flex;
    flex-wrap: wrap;
}

.index-blog-area .w-grid-list article {
    flex: 1 0 21%;
    margin: 5px;
    position: relative;
}

.customer_review {
    width: 90%;
    margin: 40px auto;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
    text-align: center;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.customer_review .cr_photo_area {
    overflow: hidden;
    padding: 5px;
}

.customer_review .cr_photo {
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 5px #ccc;
    margin: 0 auto;
    border-radius: 50% !important;
    overflow: hidden;
}

.customer_review .cr_photo img {
    width: 100%;
    height: auto;
}

.customer_review .cr_info {
    width: 74%;
    min-height: 170px;
    margin: 0 auto;
    float: left;
    text-align: right;
    border-right: 1px solid #eee;
    padding-right: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.customer_review .cr_info h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.customer_review .cr_info .cr_order,
.customer_review .cr_info .cr_date {
    display: inline-block;
    font-size: 9pt;
    color: #ccc;
}

.customer_review .cr_clear {
    clear: both;
    height: 1px;
}

.footer_newsletter h3 {
    color: #fff;
}

.footer_newsletter .tnp-email {
    background: #fff !important;
    color: #777 !important;
    border-radius: 4px 4px 0 0;
    border: none !important;
}

.footer_newsletter .tnp-submit {
    border-radius: 0 0 4px 4px !important;
}

.text-red {
    color: red;
}

.index-box-border .vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 3px #777;
    border-radius: 5px;
    padding: 20px 10px;
}

.slick-track {
    display: flex !important;
    align-content: center;
    align-items: center;
}

.index-btn-group {
    text-align: center;
}

.index-btn-group .w-btn-wrapper {
    display: inline-block;
    width: auto;
    margin: 0.3rem 5px;
}

.index-btn-group .w-btn-wrapper a {
    padding: 0.8em 1.5em;
}

.sr_input {
    margin: 10px;
    position: relative;
}

.sr_input .captcha-reload {
    position: absolute;
    top: 15px;
    right: 170px;
}

.cursor-pointer {
    cursor: pointer;
}

#sr_form_message .w-message {
    margin-bottom: 0;
    margin-top: 30px;
}

.single-post main>section {
    padding-top: 40px !important;
}

.w-comments-item-icon {
    right: -60px !important;
}

.w-comments-item-text {
    clear: both;
}

.w-comments .children {
    padding-left: 0 !important;
    border-left: none !important;
    padding-right: 2rem;
    border-right: 1px dashed;
}

.comment-form .form-submit{
    margin-top: 20px;
}

@media screen and (max-width: 400px) {
    .customer_review {
        flex-wrap: wrap;
    }

    .customer_review .cr_info {
        width: 100%;
        border-right: none;
    }

    .customer_review .cr_photo_area {
        width: 100%;
    }

    .customer_review .cr_photo {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 900px) {
    .currency_calculator_info .currency_selected_img {
        left: 50px;
        top: 20%;
        opacity: 1;
    }

    .currency_calculator_info .currency_selected_img li span {
        display: block;
    }

    .currency_calculator .cc_input {
        margin: 15px auto 32px;
    }

    .currency_calculator .cc-w-100 {
        width: 98%;
    }

    .currency_calculator .cc-w-60 {
        width: 59%;
    }

    .currency_calculator .cc-w-40 {
        width: 39%;
        margin-bottom: 0;
    }

    .currency_calculator_info p {
        font-size: 12pt;
    }

    .index_news li {
        width: 23%;
    }

    .customer_review .cr_photo {
        width: 115px;
        height: 115px;
        margin-top: 15%;
    }
}

@media screen and (min-width: 500px) and (max-width: 899px) {
    .index_news li {
        width: 48%;
    }

    .customer_review .cr_photo {
        width: 60px;
        height: 60px;
    }
}

.index-top-box {
  border: 1px solid #ff5823;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
}

.index-top-box h5 {
  font-size: 14pt;
}

.index-top-description-box{
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    padding: 20px;
}

.index-top-seconde-box{
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
}

.pagination > :not(.custom) .page-numbers.prev,
.pagination > :not(.custom) .page-numbers.next{
    transform: rotate(180deg);
}

.l-section img{
    max-width: 100% !important;
}

.index-blog-item .w-grid-item-h{
    background: #ffffff;
    border-radius: 0.3rem;
    box-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.1),0 0.1rem 0.3rem rgba(0,0,0,0.1);
    transition-duration: 0.3s;
    min-height: 370px;
}

.index-blog-item .w-grid-item-h:hover{
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.1),0 0.33rem 1rem rgba(0,0,0,0.15);
}

.index-blog-item .w-post-elm.style_badge {
  font-size: 10px !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.index-blog-item .w-vwrapper {
  min-height: 200px !important;
  padding: 5% !important;
}

.index-blog-item .w-vwrapper .w-post-elm.post_title {
  font-size: 1rem !important;
}

