@charset "UTF-8";
/**
 *
 * IRAN CSS
 * Copyright 2016
 * Licensed under (https://nasimnet.ir/)
 *
 * @author NasimNet
 * @package iran
 * @version 6.0.0
 */

/**
 * Table of Contents:
 *
 * 1.0    - Basics
 * --→ 1.1   - Typography
 * --→ 1.2   - Forms
 * --→ 1.3   - Site Loading
 * --→ 1.4   - Lazy Loading
 * 2.0    - Shortcodes
 * --→ 2.1   - Section
 * --→ 2.2   - Columns
 * --→ 2.3   - Aparat
 * --→ 2.4   - Posts Slider
 * --→ 2.5   - Posts Slideshow
 * --→ 2.6   - Slideshow
 * --→ 2.7   - Image
 * --→ 2.8   - Video
 * --→ 2.9   - Latest Posts
 * --→ 2.10  - Accordion
 * --→ 2.11  - Icon
 * --→ 2.12  - Notification
 * --→ 2.13  - Text Block
 * --→ 2.14  - Tabs
 * --→ 2.15  - Divider
 * --→ 2.16  - Table
 * --→ 2.17  - Icon Box
 * --→ 2.18  - Button
 * --→ 2.19  - Speacial Heading
 * --→ 2.20  - Counter
 * --→ 2.21  - Team Member
 * --→ 2.22  - Call to Action
 * --→ 2.23  - Contact Form
 * --→ 2.24  - Widget Area
 * --→ 2.25  - Testimonials
 * --→ 2.26  - Map
 * --→ 2.27  - WooCommerce
 * --→ 2.28  - News Ticker
 * --→ 2.29  - Portfolio
 * --→ 2.30  - Product Slider
 * --→ 2.31  - Products Offer
 * --→ 2.32  - Images Grid
 * 3.0    - Header
 * --→ 3.1  - Top Bar
 * --→ 3.2  - Notice
 * --→ 3.3  - Header Bar
 * --→ 3.4  - Menu
 * --→ 3.5  - Mega Menu
 * --→ 3.6  - Mobile Header
 * 4.0    - Pages
 * 5.0    - Breadcrumbs
 * 6.0    - Pagination
 * 7.0    - Sidebars
 * --→ 7.1  - Widgets
 * 8.0    - 404 Page
 * 9.0    - Author Page
 * 10.0    - Posts Archive
 * 11.0   - Single Post
 * 12.0   - Projects
 * 13.0   - Single Project
 * 14.0   - Footer
 * 15.0   - Wordpress
 * --→ 15.1  - Core
 * --→ 15.2  - Gallery
 * --→ 15.3  - Widgets
 * --→ 15.4  - Gutenberg
 * 16.0   - UiKit
 * 17.0   - WooCommerce
 * 18.0   - Elementor
 * 19.0   - Contact Form 7
 * 20.0   - Animations
 * 21.0   - Responsive
 * ----------------------------------------------------------------------------
 */

/****************************
 ** Basics                  *
 ***************************/

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.text-bold {
    font-weight: 900 !important;
}

.text-ultra {
    font-size: 13px !important;
    font-weight: 200 !important;
}

.iran-card {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
}

.iran-card .uk-card-title,
.iran-card .uk-card-title a {
    color: #777;
    font-weight: 900;
}

.size13 {
    font-size: 13px !important;
}

.size14 {
    font-size: 14px !important;
}

.icon-big {
    font-size: 60px !important;
    color: #ddd !important;
}

.iran-cover-link {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

a:focus {
    border: 0 none;
}

.rtl #wpadminbar .ab-item,
.rtl #wpadminbar .ab-label {
    font-family: IRANSans;
}

address {
    box-sizing: border-box;
}

.z-110 {
    z-index: 110 !important
}

.uk-border-circle {
    border-radius: 50% !important;
}

/* Typography */
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle,
body,
html {
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    color: #666;
}

body {
    background-color: #f6f6f6;
}

body.full.post-type-archive-iran-portfolio,
body.full.tax-iran-portfolio-category,
body.full.single-iran-portfolio {
    background-color: #fff !important;
}

body.boxed #main .uk-card-default {
    box-shadow: none;
    border: 1px solid #ddd;
}

body.boxed .uk-container {
    padding-right: 30px;
    padding-left: 30px;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4,
h5,
h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: inherit;
}

.uk-link:hover,
a:hover {
    text-decoration: none;
}

.pad1 {
    padding: 1px;
}

.iran-show-tag {
    position: relative;
}

.iran-show-tag::after {
    content: "";
    border: 2px dashed transparent;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
    padding: 5px;
    animation: blink2 .5s step-end infinite alternate;
}

@keyframes blink2 {
    50% {
        border-color: red;
    }
}

/* Forms */
.uk-form .uk-text-right {
    direction: ltr;
}

.uk-form .uk-text-right>input {
    padding: 8px 6px 8px 30px;
}

.uk-form-password-toggle {
    right: 10px;
    left: auto;
}

.uk-form-password>input {
    padding-right: 50px !important;
    padding-left: 30px !important;
}

.iran-form-danger>a,
.iran-form-danger>i {
    color: #ea9d8d !important;
}

.wrap-forms .uk-form-label {
    font-weight: 500;
    font-size: 1rem;
}

.iran-border-rounded {
    border-radius: 3px;
}

.iran-border-circle {
    border-radius: 50%;
}

.iran-box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Site loading */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2299dd;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #2299dd, 0 0 5px #2299dd;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #2299dd;
    border-left-color: #2299dd;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Lazy Loading */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 1;
}

.lazy-hidden {
    background: transparent url("loading.gif") no-repeat 50% 50%;
    height: 100%;
}

/****************************
 ** Shortcodes              *
 ***************************/

/* Section */
.section-overlay-primary {
    position: relative;
    z-index: 0;
}

.section-overlay-primary:after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.section-overlay-primary>* {
    z-index: 2;
    position: relative;
}

/* Columns */
/* Aparat */

/* Posts Slider */
.uk-slideshow .uk-slidenav-next,
.uk-slideshow .uk-slidenav-previous {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    padding: 18px 23px;
    text-align: center;
    max-width: none;
}

.iran-post-slideshow a {
    color: rgba(255, 255, 255, 0.8);
}

.uk-slideshow .uk-slidenav-next:hover,
.uk-slideshow .uk-slidenav-previous:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

/* content 1 */
.iran-posts-slider1>.title,
.iran-posts-slider2>.title,
.iran-posts-slider3>.title {
    margin-bottom: 15px
}

/* content 2 */
.iran-posts-slider2 .uk-card-title a:hover {
    color: #fff
}

/* content 3 */
.iran-posts-slider3 .uk-card {
    border-radius: 0;
}

.uk-card-line {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.iran-posts-slider3 .uk-card-line {
    border-left: 0 none;
    transition: background-color 0.1s linear;
}

.iran-posts-slider3 li.uk-active:last-child {
    border-left: 1px solid #ddd;
}

.iran-posts-slider3 .uk-card-line:hover {
    background-color: #fafafa;
}

/* Posts Slideshow */
.iran-post-slideshow .post-title {
    margin: 10px 0 !important
}

.iran-post-slideshow .post-title a,
.iran-post-slideshow .post-title a:hover,
.iran-post-slideshow .post-meta,
.iran-post-slideshow .post-meta a,
.iran-post-slideshow .post-meta a:hover,
.iran-post-slideshow .post-desc {
    color: #fff !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.iran-post-slideshow .featured-posts .post-title {
    font-size: 18px
}

.iran-post-slideshow .posts .post-title {
    font-size: 14px
}

.iran-post-slideshow .post-desc {
    font-size: 12px;
    font-weight: normal
}

.iran-post-slideshow .post-meta {
    margin-bottom: 10px
}

.iran-post-slideshow .featured-posts .uk-overlay-primary,
.iran-post-slideshow .posts .uk-overlay-primary {
    background: rgba(0, 0, 0, 1.0);
    transition: all 0.2s ease-in-out;
    opacity: 0.4;
}

.iran-post-slideshow .featured-posts:hover .uk-overlay-primary,
.iran-post-slideshow .posts:hover .uk-overlay-primary {
    opacity: 0.6;
}

/* Slideshow */
.iran-slideshow .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.53);
}

.iran-slideshow h3 {
    font-size: 30px;
    text-shadow: -1px 2px #333;
}

.iran-slideshow .uk-position-center {
    max-width: 80%;
}

.iran-slideshow p a {
    color: rgba(255, 255, 255, 0.7) !important
}

.iran-slideshow p a:hover,
.iran-slideshow .slideshow-link:hover {
    color: #fff !important
}

/* Image */
/* Video */

/* Latest Posts */

[class*="iran-posts-slider"] .title,
[class*="product-slider"] .title,
[class*="iran-pr-slider"] .title,
[class*="iran-pr-grid"] .title,
[class*="iran-pr-filter"] .title {
    color: #666;
}

[class*="iran-posts-slider"] .title h3,
[class*="product-slider"] .title h3,
[class*="iran-pr-slider"] .title h3,
[class*="iran-pr-grid"] .title h3,
[class*="iran-pr-filter"] .title h3 {
    position: relative;
    float: right;
    margin: 0;
    padding-right: 50px;
}

[class*="iran-posts-slider"] .title h3::before,
[class*="product-slider"] .title h3::before,
[class*="iran-pr-slider"] .title h3::before,
[class*="iran-pr-grid"] .title h3::before,
[class*="iran-pr-filter"] .title h3::before {
    content: "";
    position: absolute;
    background-color: #1e87f0;
    right: 0;
    top: 50%;
    height: 5px;
    width: 30px;
}

.iran-posts-widget img:hover {
    filter: brightness(1.08)
}

.iran-posts-widget .widget-title h3 {
    position: relative;
    padding-right: 45px
}

.iran-posts-widget .widget-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    height: 5px;
    top: 50%;
    background-color: #1e87f0
}

.iran-posts-widget .post-meta,
.iran-post-slideshow .post-meta {
    font-size: 11px
}

.iran-posts-widget .post-meta a,
.iran-post-slideshow .post-meta a {
    font-weight: normal !important
}

.iran-posts-widget .post-meta i,
.iran-post-slideshow .post-meta i {
    margin: 0 7px !important
}

.iran-posts-widget .post-meta span:first-child i {
    margin-right: 0 !important
}

.iran-posts-widget .post-title i {
    margin-left: 7px !important
}

.iran-posts-widget .entry-content {
    color: #333;
    font-size: 14px
}

/* Style 1 */
.iran-posts-widget1 .post-title,
.iran-posts-widget2 .post-title,
.iran-posts-widget3 .post-title,
.iran-posts-widget4 .post-title,
.iran-posts-widget5 .post-title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px
}

/* Style 2 */
.iran-posts-widget2 hr {
    margin: 24px 0
}

.iran-posts-widget2 .first-post-item .post-title {
    font-size: 18px
}

.iran-posts-widget2 .read-more {
    border-top: 1px solid #eee;
    padding: 10px;
    font-weight: bold;
}

/* Style 3 */
.iran-posts-widget3 .first-post-item .post-title {
    font-size: 18px
}

.iran-posts-widget3 .left-col {
    align-content: start;
}

.iran-posts-widget3 .read-more {
    border-top: 1px solid #eee;
    padding: 10px;
    font-weight: bold;
}

/* Style 3 */
.iran-posts-widget4 .first-post-item .post-title {
    font-size: 18px
}

/* Style 4 */
.iran-posts-widget4 hr {
    margin: 20px 0
}

/* Style 5 */
.iran-posts-widget5 .featured-post img {
    border-radius: 0 !important
}

.iran-posts-widget5 .post-title,
.iran-posts-widget5 .featured-post .post-title {
    font-size: 19px;
    margin: 0
}

.iran-posts-widget5 .post-meta {
    margin: 10px 0 15px 0
}

.iran-posts-widget5 .category-badge a {
    font-size: 11px;
    padding: 4px 10px !important
}

/* Style 7 */
.iran-posts-widget7 .post-title {
    margin: 10px 0 !important
}

.iran-posts-widget7 .post-title a,
.iran-posts-widget7 .post-title a:hover,
.iran-posts-widget7 .post-meta,
.iran-posts-widget7 .post-meta a,
.iran-posts-widget7 .post-meta a:hover,
.iran-posts-widget7 .post-desc {
    color: #fff !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.iran-posts-widget7 .featured-posts .post-title {
    font-size: 18px
}

.iran-posts-widget7 .posts .post-title {
    font-size: 14px
}

.iran-posts-widget7 .post-desc {
    font-size: 12px;
    font-weight: normal
}

.iran-posts-widget7 .post-meta {
    margin-bottom: 10px
}

.iran-posts-widget7 .featured-posts .uk-overlay-primary,
.iran-posts-widget7 .posts .uk-overlay-primary {
    background: rgba(0, 0, 0, 1.0);
    transition: all 0.2s ease-in-out;
    opacity: 0.4;
}

.iran-posts-widget7 .featured-posts:hover .uk-overlay-primary,
.iran-posts-widget7 .posts:hover .uk-overlay-primary {
    opacity: 0.6;
}

/* Style 8 */
.iran-posts-widget8 .post-title {
    margin: 0 !important;
    font-size: 14px;
}

.iran-posts-widget8 .post-meta {
    color: #fff !important
}

.iran-posts-widget8 .uk-card-body {
    padding: 10px 0 0 0;
    border-radius: 0
}

.mask-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    display: block;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.0002) 0,
            rgba(0, 0, 0, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.content2 .entry-meta span a,
.content2 .entry-meta span,
.content5 .entry-meta span a,
.content5 .entry-meta span {
    color: #fff;
}

.content3 h2.entry-title,
.content5 h2.entry-title {
    font-size: 16px;
}

.content4 h2.entry-title {
    font-size: 14px;
}

.content4 .entry-content {
    font-size: 13px;
    text-align: justify;
}

.first-post-item h3 {
    margin-bottom: 5px;
}

.post-item p {
    font-size: 13px;
    font-weight: 300;
    color: #888;
    text-align: justify;
}

.post-item {
    padding: 7px;
}

.post-item h3 {
    font-size: 13px;
    font-weight: normal;
}

/* Accordion */
.iran-accordion .uk-accordion-title::before {
    background-color: #fff;
    border-radius: 2px;
}

.uk-accordion {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
}

.uk-accordion>li {
    background-color: #fefefe;
    margin: 0 !important;
}

.uk-accordion-title::after {
    background-color: #fff;
    border-radius: 2px;
}

.uk-accordion-title {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 10px 20px 10px 10px;
}

.uk-accordion-title i {
    font-size: 20px;
    margin-left: 7px;
    text-align: center;
    width: 30px;
}

.uk-accordion-title img {
    height: auto;
    margin-left: 10px;
    max-width: 21px;
}

.uk-accordion-content {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 2rem;
}

/* Icon */
.iran-icon {
    margin: 10px;
}

.iran-icon .uk-card {
    box-shadow: none !important;
    border: none !important;
}

.iran-icon i {
    font-size: 70px;
}

.iran-icon p {
    margin-top: 15px;
}

/* Notification */
/* Text Block */
.iran-text-block p:last-child {
    margin: 0
}

/* Tabs */
.iran-tabs {
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
}

.iran-tabs .uk-tab {
    margin: 0;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
}

.uk-tab>* {
    padding-right: 0;
}

.iran-tabs .uk-switcher {
    background-color: #f5f5f5;
    padding: 2rem;
}

.iran-tabs .uk-tab>li>a {
    padding: 10px 15px;
    border-width: 3px;
}

.iran-tabs .uk-tab>li>a.uk-active {
    color: #666;
}

.uk-tab>li>a {
    font-size: 14px;
    font-weight: 500;
}

.uk-tab>li>a>i {
    margin-left: 8px;
    vertical-align: middle;
}

.uk-tab .uk-dropdown {
    padding: 0;
}

.uk-tab .uk-list-divider>li {
    padding: 0 15px;
}

.uk-tab .uk-list-divider>li:nth-child(n + 2) {
    margin-top: 0;
    padding-top: 0;
}

.uk-tab .uk-dropdown-nav li a {
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
}

.uk-tab .uk-dropdown-nav li a i {
    margin-left: 5px;
}

/* Divider */
.iran-divider-line {
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.iran-divider-line>hr {
    margin: 20px 0;
}

.iran-divider-space {
    clear: both;
    width: 100%;
}

.iran-divider-space.space-sm {
    height: 30px;
}

.iran-divider-space.space-md {
    height: 60px;
}

.iran-divider-space.space-lg {
    height: 100px;
}

/* Table */

table {
    background-color: transparent;
}

caption {
    padding-top: 8px 10px;
    padding-bottom: 8px 10px;
    color: #bfbfbf;
    text-align: right;
}

th {
    text-align: right;
}

.iran-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse;
    border-spacing: 0;
}

.iran-table table>thead>tr>th,
.iran-table table>tbody>tr>th,
.iran-table table>tfoot>tr>th,
.iran-table table>thead>tr>td,
.iran-table table>tbody>tr>td,
.iran-table table>tfoot>tr>td {
    padding: 8px 10px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.iran-table table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.iran-table table>caption+thead>tr:first-child>th,
.iran-table table>colgroup+thead>tr:first-child>th,
.iran-table table>thead:first-child>tr:first-child>th,
.iran-table table>caption+thead>tr:first-child>td,
.iran-table table>colgroup+thead>tr:first-child>td,
.iran-table table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.iran-table table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.iran-table table .table {
    background-color: #f1f0ee;
}

.iran-table-condensed table>thead>tr>th,
.iran-table-condensed table>tbody>tr>th,
.iran-table-condensed table>tfoot>tr>th,
.iran-table-condensed table>thead>tr>td,
.iran-table-condensed table>tbody>tr>td,
.iran-table-condensed table>tfoot>tr>td {
    padding: 5px;
}

.iran-table-bordered table {
    border: 1px solid #dddddd;
}

.iran-table-bordered table>thead>tr>th,
.iran-table-bordered table>tbody>tr>th,
.iran-table-bordered table>tfoot>tr>th,
.iran-table-bordered table>thead>tr>td,
.iran-table-bordered table>tbody>tr>td,
.iran-table-bordered table>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.iran-table-bordered table>thead>tr>th,
.iran-table-bordered table>thead>tr>td {
    border-bottom-width: 2px;
}

.iran-table-striped table>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.iran-table-hover table>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.iran-table {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .iran-table {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .iran-table>table {
        margin-bottom: 0;
    }

    .iran-table>table>thead>tr>th,
    .iran-table>table>tbody>tr>th,
    .iran-table>table>tfoot>tr>th,
    .iran-table>table>thead>tr>td,
    .iran-table>table>tbody>tr>td,
    .iran-table>table>tfoot>tr>td {
        white-space: nowrap;
    }

    .iran-table>.table-bordered {
        border: 0;
    }

    .iran-table>.table-bordered>thead>tr>th:first-child,
    .iran-table>.table-bordered>tbody>tr>th:first-child,
    .iran-table>.table-bordered>tfoot>tr>th:first-child,
    .iran-table>.table-bordered>thead>tr>td:first-child,
    .iran-table>.table-bordered>tbody>tr>td:first-child,
    .iran-table>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .iran-table>.table-bordered>thead>tr>th:last-child,
    .iran-table>.table-bordered>tbody>tr>th:last-child,
    .iran-table>.table-bordered>tfoot>tr>th:last-child,
    .iran-table>.table-bordered>thead>tr>td:last-child,
    .iran-table>.table-bordered>tbody>tr>td:last-child,
    .iran-table>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .iran-table>.table-bordered>tbody>tr:last-child>th,
    .iran-table>.table-bordered>tfoot>tr:last-child>th,
    .iran-table>.table-bordered>tbody>tr:last-child>td,
    .iran-table>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.iran-table .desc-col {
    text-align: right;
    font-weight: bold;
}

/* Price Table */
.iran-pricing {
    text-align: center;
    font-size: 33px;
}

.iran-package {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    position: relative;
    border: 1px solid #eeeeee;
    padding-bottom: 0;
    vertical-align: top;
}

.iran-package .iran-heading-row {
    background: #222222;
    color: #ffffff;
}

.iran-package .iran-pricing-row {
    background: #1e73be;
    color: #ffffff;
}

.iran-package .iran-pricing-row {
    min-height: 100px;
}

.iran-package .iran-heading-row span,
.iran-package .iran-pricing-row span {
    display: block;
    padding: 13px 0;
}

.iran-package .iran-heading-row small,
.iran-package .iran-pricing-row small {
    padding: 10px 0;
    overflow: hidden;
    display: block;
}

.iran-package .iran-heading-row span {
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    border-bottom-color: rgba(234, 234, 234, 0.15);
}

.iran-package .iran-pricing-row span {
    font-size: 28px;
    padding-bottom: 0;
}

.iran-package .col-row:nth-child(2n + 1) {
    background: #f7f7f7;
}

.iran-default-row {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.iran-default-row:last-child {
    border-bottom: 0 none transparent;
}

.iran-pricing .iran-package-wrap.highlight-col .iran-pricing-row {
    background: #73c13c;
}

.iran-pricing .iran-package-wrap.desc-col {
    text-align: right;
    border: none;
    box-sizing: border-box;
    margin: 0;
    max-width: 225px;
}

.iran-pricing .iran-package-wrap.desc-col .iran-heading-row,
.iran-pricing .iran-package-wrap.desc-col .iran-pricing-row {
    background: #cccccc;
    padding-right: 5px;
}

.iran-pricing .iran-package-wrap.desc-col .iran-default-row {
    background: none;
    padding-top: 9px;
    padding-right: 5px;
}

.iran-pricing .iran-package-wrap.desc-col .col-row:last-child {
    border-bottom: 1px solid #eee;
}

.iran-pricing .iran-package-wrap.desc-col .iran-switch-row {
    text-align: center;
}

.iran-package .iran-button-row {
    padding: 15px 0;
}

.iran-package .iran-button-row .uk-button {
    min-width: 92%;
    padding: 15px 0;
    font-size: 20px;
}

.iran-table .button-row td *,
.iran-package .iran-button-row * {
    word-break: normal;
    white-space: normal;
}

.iran-pricing .iran-price-icon-no:before {
    content: "\f068";
    color: #cb1e1b;
}

.iran-pricing .iran-price-icon-yes:before {
    content: "\f058";
    color: #06cb00;
}

/* Icon Box */
.iran-iconbox i {
    border-style: solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: 0 auto 20px !important;
}

.iran-iconbox h3 {
    margin-bottom: 5px;
}

.iran-iconbox p {
    margin: 0;
}

.section-overlay-primary .iran-iconbox i,
.section-overlay-primary .iran-iconbox p {
    color: rgba(255, 255, 255, 0.6) !important;
}

.section-overlay-primary .iran-iconbox h3 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Button */
/* Speacial Heading */
.iran-heading {
    margin: 0
}

.iran-heading-default .title>i,
.iran-heading-line .title>i {
    margin-left: 10px;
}

.iran-heading-line {
    overflow: hidden;
}

.iran-heading-line>* {
    display: inline-block;
    position: relative;
}

.iran-heading-line .title::after {
    left: 100%;
    margin-left: 0.6em;
}

.iran-heading-line .title::before {
    right: 100%;
    margin-right: 0.6em;
}

.iran-heading-line .title::after,
.iran-heading-line .title::before {
    content: "";
    position: absolute;
    top: calc(50% - (1px / 2));
    width: 2000px;
    border-bottom: 1px solid #e5e5e5;
}

.iran-heading-default .subtitle,
.iran-heading-line .subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.section-overlay-primary .iran-heading-line .title::after,
.section-overlay-primary .iran-heading-line .title::before {
    border-color: rgba(255, 255, 255, 0.3);
}

/* Counter */
.iran-counters {
    text-align: center;
}

.iran-count {
    font-weight: 700;
    font-size: 60px;
    padding: 30px 0 0;
    line-height: 1;
}

/* Countdown */
.iran-countdown .iran-countdown-item {
    margin-left: 20px
}

.iran-countdown .uk-countdown-number {
    color: #222;
    font-size: 32px;
}

/* Team Member */
.iran-staff .iran-staff-name h3 {
    font-size: 18px;
    font-weight: 500
}

.iran-staff .iran-staff-name span {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500
}

.iran-staff .iran-staff-links {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.iran-staff .iran-staff-links li {
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%
}

.iran-staff .iran-staff-links li a,
.iran-staff .iran-staff-links li a:hover {
    color: #888;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}

.iran-staff .iran-staff-links li a i {
    font-size: 12px
}

/* Call to Action */
.iran-call-to-action {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.section-overlay-primary .iran-call-to-action {
    border: 0 none;
}

.iran-call-to-action>div {
    display: table-cell;
    vertical-align: middle;
}

.iran-call-to-action .iran-action-content h2 {
    margin-top: 0;
    font-weight: bold;
}

.iran-call-to-action .iran-action-btn {
    padding-right: 40px;
    min-width: 150px;
}

.iran-call-to-action .iran-action-btn>* {
    float: left;
}

.section-overlay-primary .iran-call-to-action p,
.section-overlay-primary .iran-call-to-action h2 {
    color: rgba(255, 255, 255, 0.8);
}

.section-overlay-primary .iran-call-to-action .uk-button {
    border: 3px solid rgba(255, 255, 255, 0.6);
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.6);
}


/* Widget Area */

/* Testimonials */
.iran-testimonial-item>div {
    padding: 10px
}

.iran-testimonials .uk-dotnav>*>* {
    background-color: transparent;
    border: 1px solid #bbb;
}

.iran-testimonials .uk-dotnav>.uk-active>*,
.iran-testimonials .uk-dotnav>*> :hover {
    background-color: #666;
    border: 0 none;
}

.iran-testimonials-text {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    color: #666;
    margin-bottom: 25px;
    border-radius: 3px;
}

.iran-testimonials-text::before {
    content: "\f10d";
    color: #039BE5;
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 0;
    opacity: 0.1;
    font-size: 70px
}

.iran-testimonials-text::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 32px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #fff;
    transform: rotate(-135deg);
}

.iran-testimonials-text p {
    z-index: 1;
}

.section-overlay-primary .iran-testimonials-text {
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.iran-testimonials-meta {
    padding-right: 15px;
}

.iran-testimonials-meta a {
    color: #888;
}

.section-overlay-primary .iran-testimonials-meta a,
.section-overlay-primary .iran-testimonials-meta h3 {
    color: rgba(255, 255, 255, 0.7);
}

.uk-dotnav>*>* {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.uk-dotnav>.uk-active>*,
.uk-dotnav>*> :hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

/* Map */
.iran-map-canvas .unyson-shortcode-map-content {
    min-width: 274px;
    padding: 5px 4px;
}

.iran-map-canvas img {
    max-width: none !important;
}

.iran-map-canvas .gm-style-iw {
    overflow: hidden;
}

.iran-map-canvas .infowindow a {
    text-decoration: none;
    font-weight: bold;
    color: #568ec7;
}

.iran-map-canvas .infowindow-thump img {
    width: 100px;
    height: 60px;
    margin-right: 10px;
}

.iran-map-canvas .infowindow-thump {
    float: left;
}

.iran-map-canvas .infowindow-title {
    line-height: 27px;
}

.iran-map-canvas .infowindow-description {
    color: #afafaf;
    font-size: 11px;
    font-style: italic;
}

.iran-map-canvas .infowindow-content {
    float: left;
    max-width: 130px;
}

/* WooCommerce */

/* News Ticker */
.iran-news-ticker {
    min-width: 500px;
}

.iran-news-ticker-title {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0px 15px;
    margin: -10px 0 -10px 15px;
    display: block;
    height: 40px;
    line-height: 40px;
}

/* Portfolio */
.iran-pr-slider .uk-overlay-primary {
    background: rgba(34, 34, 34, 0.8);
}

.iran-pr-slider .meta a,
.iran-pr-grid .meta a,
.iran-pr-filter .meta a {
    color: #999 !important;
}

/* Product Slider */

/* Products Offer */
.product-offer {
    position: relative;
}

.iran-section-body .product-offer {
    margin: -20px
}

.product-offer .uk-tab {
    padding: 10px 0;
    background-color: #f1f7fa;
    border-radius: 3px 0 0 3px;
}

.product-offer .uk-tab-right::before {
    border-right: 0 none;
}

.product-offer .uk-tab li a {
    padding: 10px 15px;
    border-left: 0 none;
    color: #666;
}

.product-offer .uk-tab .uk-active {
    background-color: #ef5661 !important;
    border-color: transparent;
    position: relative;
}

.product-offer .uk-tab .uk-active::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: -10px;
    background-color: #ef5661;
    top: 0;
    border-radius: 10px;
}

.product-offer .uk-tab .uk-active a {
    color: #fff;
}

.product-offer .uk-slideshow-items {
    border-radius: 0 3px 3px 0
}

.product-offer .product {
    background-color: #fff;
    margin-top: 0;
}

.product-offer .product-details a {
    color: #666;
}

.product-offer .product-image>div,
.product-offer .product-details>div {
    padding: 25px;
}

.product-offer .product-details>div {
    padding-right: 0;
}

.product-offer .product-details {
    position: relative;
}

.product-offer .uk-countdown-number {
    font-size: 2.5rem;
}

.product-offer .uk-countdown-number,
.product-offer .uk-countdown-separator {
    line-height: 30px;
}

.product-offer .product-details .uk-countdown>div {
    width: 40px;
}

.product-offer .product-details .on-sale-time {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-left: 25px;
}

.product-offer .product-details .price del {
    font-size: 16px;
}

.product-offer .product-details .price ins {
    background: transparent;
    color: #ef5661;
    text-decoration: none;
    font-size: 32px;
    display: block;
}

.product-offer .price {
    position: relative;
}

.product-offer .discount-badge,
.product-offer .product-offer-badge {
    background-color: #ef5661;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -52px;
    margin-top: -18px;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 16px;
}

.product-offer .product-offer-badge {
    top: 0;
    right: 50px;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    z-index: 9;
    border-radius: 0 0 3px 3px;
}

.product-offer-carousel .discount-badge {
    top: -1px;
    left: auto;
    right: -1px;
    border-radius: 0 3px 0 3px;
    margin: 0
}

.product-offer-carousel .uk-card-footer {
    border-top: 1px solid #ddd;
    padding: 20px !important;
}

.product-offer-carousel .uk-countdown-number,
.product-offer-carousel .uk-countdown-separator {
    font-size: 18px;
    color: #ef5661
}

/* Images Grid */

/* search widget */
.uk-form-icon {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}

/****************************
 ** Header                  *
 ***************************/

/* Top bar */
.iran-top-bar {
    font-size: 12px;
    padding: 0;
}

.iran-top-bar i {
    font-size: 14px;
    vertical-align: middle;
}

.iran-topbar-item {
    float: right;
    margin-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ddd;
    padding: 10px 0 10px 15px;
}

.iran-topbar-item:last-child {
    border-left: 0 none;
    padding-left: 0;
    margin-left: 0;
}

.iran-top-bar ul {
    margin: 0;
}

.iran-top-bar .uk-subnav li:first-child {
    padding: 0;
}

.iran-top-bar .iran-date {
    vertical-align: middle;
}

.iran-top-bar .iran-date i {
    margin-left: 10px;
}

.iran-top-bar .iran-social-links a {
    margin-left: 7px;
}

.iran-top-bar .iran-social-links i {
    vertical-align: middle;
    font-size: 18px;
}

.iran-top-bar .iran-top-search .uk-navbar-toggle {
    height: 45px;
    padding: 0;
    margin: -13px 0;
}

.iran-top-bar #user-menu .menu>p {
    padding: 15px;
    margin: 0;
}

.iran-top-bar .iran-shopping-cart .fa-shopping-cart {
    padding-top: 0;
}

.iran-top-bar .iran-shopping-cart .iran-cart-count {
    top: -5px;
}

/* notice */
.site-notice {
    background-image: url("../img/notice-bg.png");
    position: relative;
}

.bg-site-notice {
    padding: 15px 50px;
}

.notice-content {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px 10px 9px;
    border-radius: 6px;
    color: #fff;
}

.site-notice .uk-button {
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
}

.site-notice .close {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -13px;
}

/* Header */
.iran-logo h1 {
    margin: 0;
    color: #666;
}

.iran-site-description {
    color: #888;
    font-size: 11px;
    margin: 0;
}

.iran-header .iran-header-inner {
    background-color: #fff;
}

#header-search-input,
#mobile-search-input {
    border: 0 none;
}

/* Header Banner */
.iran-header-banner,
.iran-header-banner>* {
    float: left;
}

/* Sticky Header */
.iran-header-inner.uk-active {
    background-color: #fff;
    z-index: 999999;
}

.admin-bar .iran-header .uk-sticky-placeholder div.uk-active,
.admin-bar .uk-offcanvas-bar-show {
    margin-top: 32px;
}

/* Header style1 */
.iran-header1 .uk-navbar-nav>li>a {
    height: 80px !important;
}

.iran-header1 .uk-navbar-item a:not(.uk-button) {
    color: #888;
    font-size: 13px;
}

.iran-header1 .iran-cart-count,
.iran-mobile-header .iran-cart-count {
    background-color: #3bc26e;
    color: #fff;
}

.iran-header1 .uk-navbar-nav>li>a {
    position: relative;
    height: 80px !important;
    color: #777;
    border-right: 1px solid #f1f1f1;
}

.iran-header1 .uk-navbar-nav>li:last-child>a {
    border-left: 1px solid #f1f1f1;
}

.iran-header1 .uk-navbar-nav>li>a:hover,
.iran-header1 .uk-navbar-nav>li.uk-active>a {
    background-color: rgba(0, 0, 0, 0.01);
}

.iran-header1 .uk-navbar-left .uk-navbar-item:last-child,
.iran-header2 .uk-navbar-left .uk-navbar-item:last-child {
    padding-left: 0;
}

.iran-header1 .uk-search-navbar .uk-search-input {
    height: 80px
}

/* Header style 2 */
.iran-header2 .iran-header-inner>.uk-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.iran-search-module a i,
.iran-user-menu a i {
    vertical-align: middle;
    font-size: 16px;
}

.iran-header2 .uk-navbar-item {
    height: 50px;
}

.iran-header2 .uk-navbar-toggle {
    height: 50px;
}

.iran-header2 #header-search-input {
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
}

.iran-header2 .uk-navbar-toggle {
    padding: 0;
}

.iran-header2 .iran-search-overlay>div {
    padding-right: 0;
}

/* Header style 3 */
.iran-header3 .iran-header-content {
    padding: 15px 0;
    display: flex;
    position: relative;
}

.iran-header3 #main-nav {
    background-color: #616161;
    box-shadow: 0 -3px 0 #444 inset;
}

.iran-header3 .iran-cart-count {
    background-color: #3bc26e;
    color: #fff;
}

.iran-header3 .uk-navbar-nav>li>a {
    color: #ccc;
    box-shadow: 0 transparent;
    transition: all 0.2s ease
}

.iran-header3 .uk-navbar-nav>li:hover>a,
.iran-header3 .uk-navbar-nav>li.uk-active>a {
    color: #f5f5f5
}

.iran-header3 .uk-navbar-item:last-child {
    padding-left: 0
}

/* Shopping cart - primary */
.iran-shopping-cart {
    position: relative;
}

.iran-shopping-cart .fa-shopping-cart {
    font-size: 17px;
    padding-top: 6px;
}

.iran-shopping-cart .iran-cart-count {
    display: inline-block;
    padding: 2px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50%;
    position: absolute;
    top: 0.6px;
    left: 7px;
    width: 10px;
    z-index: 2;
}

/* Shopping cart - alt */
.iran-shopping-cart-alt>.uk-button {
    border: 1px solid #00bfd6;
    color: #fff;
    padding: 0 15px;
    line-height: 45px;
    color: #00bfd6;
}

.iran-shopping-cart-alt>.uk-button i {
    margin-left: 10px;
}

.iran-shopping-cart-alt>.uk-button .iran-cart-count {
    background-color: #00bfd6;
    margin-right: 10px;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

/* User menu - primary */
.iran-user-menu .uk-dropdown {
    width: 200px !important;
}

.iran-user-menu .fa-chevron-down {
    font-size: 8px;
}

/* User menu - alt */
.iran-user-menu-alt>a {
    color: #777
}

.iran-user-menu-alt>a:hover {
    color: #666
}

/* Search form */
.iran-top-content .uk-dropdown,
.navbar-content-left .uk-dropdown {
    width: 300px;
    margin-top: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.iran-search-module>a {
    padding: 0;
}

/* Search Form alt */
.iran-search-module-alt {
    width: 550px;
    margin-right: 20px;
}

.iran-search-module-alt .uk-form-icon {
    color: #fff;
    border-radius: 3px 0 0 3px;
    width: 50px;
}

.iran-search-module-alt .uk-form-icon {
    font-size: 16px
}

.iran-search-module-alt>input {
    background-color: #eceff1 !important;
    border-color: #ccc !important;
    height: 45px !important
}

.iran-search-module-alt .search-settings {
    position: absolute;
    left: 50px;
    height: 45px;
    width: 45px;
}

.iran-search-module-alt .search-settings>a {
    display: block;
    color: #666;
    font-size: 16px;
    border-radius: 1;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 45px
}

.iran-search-module-alt .search-settings>a {
    color: #555
}

/* User Modal */
#iran-user-modal {
    z-index: 999999;
}

#iran-user-modal .uk-modal-dialog {
    width: 450px;
    border-radius: 15px;
}

.login-title-tab a {
    font-size: 15px;
    border-bottom: 3px solid transparent;
}

#iran-user-modal label {
    font-size: 14px;
}

#iran-user-modal button {
    font-size: 16px;
}

#iran-user-modal .uk-close,
#user-menu-modal .uk-close {
    background-color: #dbdada;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    margin: 10px;
}

#iran-user-modal .uk-close:hover {
    background-color: #ef3947
}

/* Menu */
.uk-navbar {
    background: transparent none repeat scroll 0 0 !important;
}

.uk-navbar-dropdown-nav .uk-nav>li>a,
.uk-navbar-dropdown-nav>li>a {
    color: #999;
    font-size: 13px;
    padding: 12px;
}

.uk-navbar-dropdown-nav .uk-nav>li.uk-active>a,
.uk-navbar-dropdown-nav .uk-nav>li:hover>a,
.uk-navbar-dropdown-nav>li.uk-active>a,
.uk-navbar-dropdown-nav>li:hover>a {
    background-color: #f9f9f9;
    transition: all 0.2s linear
}

.uk-navbar-dropdown-nav>li[class*="uk-width-"]>a {
    border-bottom: 2px solid #ddd;
}

.uk-navbar-dropdown-nav>li[class*="uk-width-"]:hover>a {
    background-color: #f9f9f9;
}

.uk-navbar-dropdown {
    padding: 0;
}

.uk-drop-grid>li {
    border-left: 1px solid #eee;
}

.uk-drop-grid>li:last-child {
    border-left: 0 none;
}

.uk-navbar-nav>li>a {
    height: 50px;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: auto
}

.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li.uk-active>a,
.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a {
    background: transparent none repeat scroll 0 0;
}

.uk-dropdown-navbar {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
}

.uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*="uk-width-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.uk-dropdown a {
    line-height: 35px;
}

.uk-dropdown .uk-nav-side {
    margin: 0 !important;
    padding: 0 !important;
}

.uk-dropdown-grid .iran-column-head>a {
    font-size: 16px;
}

.uk-navbar-nav>li.menu-item-has-children>a::after {
    content: "\f078";
    margin-top: 0;
}

li.menu-item-has-children>a::after {
    content: "\f053";
    font-family: FontAwesome;
    float: left;
    font-size: 8px;
    margin: 7px 10px 0 0;
}

li.menu-item-has-children[class*="uk-width-"]>a::after,
.uk-offcanvas-bar li.menu-item-has-children>a::after {
    content: "";
}

.uk-navbar-dropdown:not(.uk-drop-boundary) {
    padding: 0;
}

.uk-navbar-dropdown-nav li {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.uk-navbar-dropdown-nav li:last-child {
    border: none;
}

.uk-navbar-dropdown-nav>li>a {
    padding: 12px;
}

.iran-header1 .uk-navbar-dropdown-nav,
.iran-header1 .mega-menu-posts {
    border-top: 3px solid #ddd
}

#main-menu .fa-home {
    font-size: 18px
}

#top-menu .fa-home {
    font-size: 17px
}

/* Mega Menu */
.mega-menu-posts {
    padding: 25px;
}

.mega-menu-posts .uk-card a {
    color: #666;
    font-weight: normal;
}

.mega-menu-posts .uk-card-media-top a,
.mega-menu-posts .uk-card-media-top a:hover {
    color: #fff;
}

.mega-menu-posts .uk-tab-right>li>a {
    text-align: left;
    padding: 10px 15px;
    border-left: 3px solid transparent;
}

.mega-menu-posts .uk-tab-right>.uk-active>a {
    background-color: #f5f5f5;
    border-left: 3px solid #1e87f0;
}

/* Mobile Header */
.iran-mobile-header {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #d0d0d0;
}

.iran-mobile-header .uk-navbar-item>div>a,
.iran-mobile-header .uk-navbar-item>div>a>i,
.iran-mobile-header .mobile-menu {
    color: #777;
}

.iran-mobile-header .mobile-menu {
    font-size: 20px;
}

.iran-mobile-header .mobile-menu i {
    vertical-align: middle;
}

.iran-mobile-header .iran-user-menu>a>*:not(.fa-user) {
    display: none;
}

.iran-mobile-header .uk-navbar-item {
    padding: 0 8px;
    height: 60px;
}

.iran-mobile-header .uk-navbar-item,
.iran-mobile-header .uk-navbar-nav>li>a,
.iran-mobile-header .uk-navbar-toggle {
    transition: height 0.3s ease;
}

.iran-mobile-header.uk-active .uk-navbar-item,
.iran-mobile-header.uk-active .uk-navbar-nav>li>a,
.iran-mobile-header.uk-active .uk-navbar-toggle {
    height: 60px;
}

/* Mobile menu */
#mobile-panel .uk-offcanvas-bar {
    padding: 0;
}

#mobile-panel .uk-nav-primary {
    margin-top: 70px;
}

#mobile-panel .iran-offcanvas-logo+.uk-nav-primary {
    margin-top: 45px;
}

#mobile-panel .uk-nav-primary>li {
    border-top: 1px solid #333;
    padding: 0;
}

#mobile-panel .uk-nav-parent-icon>.uk-parent>a::after {
    height: 2em;
}

#mobile-panel .uk-nav-primary>li:last-child {
    border-bottom: 1px solid #333;
}

#mobile-panel .uk-nav-primary>li>a {
    padding: 7px 20px;
    font-size: 15px;
    line-height: 2;
}

#mobile-panel .uk-nav-sub {
    padding: 0;
    background-color: #333;
}

#mobile-panel .uk-nav-sub>li {
    border-top: 1px solid #444;
}

#mobile-panel .uk-nav-sub>li>a {
    padding: 7px 20px;
    font-size: 14px;
    line-height: 2;
}

#mobile-panel .uk-nav-sub ul {
    padding: 0;
    background-color: #444;
}

#mobile-panel .uk-nav-sub ul>li {
    border-top: 1px solid #666;
}

#mobile-panel .uk-nav-sub ul>li>a {
    padding: 7px 20px;
    line-height: 2;
    font-size: 13px;
}

#mobile-panel span.toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 49px;
    text-align: center;
    border-right: 1px solid #333;
    color: #777;
}

#mobile-panel .uk-nav-sub>li>span.toggle {
    border-right: 1px solid #444;
}

#mobile-panel span.toggle>i {
    transition: all 0.2s ease-in-out;
}

#mobile-panel span.toggle:hover {
    color: rgba(255, 255, 255, 0.7);
}

#mobile-panel ul>li {
    position: relative;
}

#mobile-panel ul>li.uk-open>span.toggle>i {
    transform: rotate(-135deg);
}

.iran-offcanvas-logo {
    text-align: center;
    padding-top: 45px;
}

.iran-offcanvas-logo img {
    max-width: 100px;
}

/* Shop menu */
.iran-shop-menu .uk-dropdown {
    overflow: hidden;
    min-height: 325px
}

.iran-shop-menu .iran-menu-bg {
    position: absolute;
    left: 0;
    top: 0
}

.iran-shop-menu .iran-menu-bg>img {
    background-size: cover
}

.iran-dropdown-nav {
    padding-left: 350px
}

.list-col5 {
    columns: 5;
}

.list-col1 {
    columns: 1;
}

.iran-dropdown-nav li {
    background-color: transparent;
    border: 0 none;
}

.iran-dropdown-nav>li.parent>a::before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 16px;
}

.iran-dropdown-nav>li>a {
    color: #888;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 1px dashed transparent;
    display: inline-block;
    font-weight: 300
}

.iran-dropdown-nav>li.parent>a {
    color: #1ca2bd !important;
    font-weight: 400
}

.iran-dropdown-nav>li.parent>a:hover,
.iran-dropdown-nav>li.parent.uk-active>a {
    font-weight: bold;
    border-color: #1ca2bd;
    color: #1ca2bd !important;
}

.iran-dropdown-nav>li.parent:hover>a {
    background-color: transparent !important;
    color: #1ca2bd !important
}

.iran-dropdown-nav>li>a:hover,
.iran-dropdown-nav>li.uk-active>a {
    color: #666 !important;
    font-weight: bold
}

.iran-dropdown-nav>li:hover>a {
    background-color: transparent !important;
    color: #888 !important
}

.iran-shop-menu .uk-navbar-nav>li>a {
    font-size: 12px
}

/****************************
 ** Pages                   *
 ***************************/

.page-header {
    margin-bottom: 30px;
}

.page-header .page-title+div {
    margin-top: 20px;
}

.page-header p {
    margin: 0;
}

.iran-row-reverse {
    flex-direction: row-reverse;
}

article.page .entry-title {
    margin: 20px 0;
}

article.page .uk-card-media-top img {
    border-radius: 3px 3px 0 0;
}

.iran-page-header {
    padding: 0;
    margin: -30px 0 30px 0;
}

.iran-page-header .page-title {
    float: right;
    margin: 0;
}

.iran-page-header .breadcrumbs {
    float: left;
    margin-top: 10px;
}

.iran-page-header .uk-overlay-grad {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 100%);
}

.iran-page-header .uk-position-bottom h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.iran-page-header .uk-position-bottom .breadcrumbs {
    margin-top: 20px;
}

.iran-page-header .uk-position-bottom .breadcrumbs span,
.iran-page-header .uk-position-bottom .breadcrumbs span a {
    color: #fff !important;
}

/****************************
 ** Breadcrumbs             *
 ***************************/

.breadcrumbs {
    margin: 0;
    font-size: 80%;
    line-height: 1.3em;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs>span {
    float: right;
    margin-left: 10px;
}

.breadcrumbs>span:last-child {
    margin: 0;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #888;
}

/****************************
 ** Pagination              *
 ***************************/

.uk-pagination>li {
    float: right;
}

.uk-pagination>li,
.iran-post-pagination a {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0;
    margin-left: 5px;
    cursor: pointer;
}

.uk-pagination>li a,
.iran-post-pagination a,
.uk-pagination>li>span,
.iran-post-pagination>span {
    vertical-align: middle;
    text-align: center;
    padding: 3px 11px;
}

.iran-pagination {
    padding-top: 15px;
}

.uk-pagination>li.uk-active,
.uk-pagination>li:hover,
.iran-post-pagination ul>a:hover,
.iran-post-pagination ul>li {
    border: 1px solid transparent;
}

.iran-post-pagination {
    margin: 30px 0;
    background-color: #fcfcfc;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.iran-post-pagination .uk-pagination {
    margin: 0;
}

/****************************
 ** Sidebars                *
 ***************************/

/* Widgets */
.widget .uk-card-header {
    margin: 0;
    font-size: 15px;
}

.widget .uk-card-body {
    padding: 10px;
}

#main .iran-widget-title {
    position: relative;
    padding: 25px 15px;
    margin: -10px -10px 10px -10px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#main .iran-widget-title::before {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    height: 5px;
    top: 50%;
    background-color: #1e87f0;
}

#main .iran-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main .iran-widget ul li {
    color: #aaa;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

#main .iran-widget ul li a {
    color: #666;
}

.iran-widget .uk-card-header {
    position: relative;
    padding: 25px 15px;
    margin: -10px -10px 10px -10px;
    text-align: center;
}

.iran-widget .uk-card-header::before {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    height: 5px;
    top: 50%;
    background-color: #1e87f0;
}

.iran-widget.uk-card-body {
    padding: 10px !important;
}

.iran-widget {
    margin-bottom: 30px;
    border-radius: 3px;
}

.iran-widget:last-child {
    margin: 0;
}

.iran-widget .uk-align-right {
    margin-bottom: 0;
}

.iran-widget a:not(.iran-widget a.uk-button) {
    color: #777;
}

.iran-widget a:not(.iran-widget a.uk-button):hover {
    color: #666;
}

.iran-widget h3 a {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}

.iran-widget .uk-card-title {
    line-height: 19px;
}

.iran-widget ul img {
    max-width: 70px;
    border-radius: 50%;
}

.iran-widget .post-details {
    font-size: 12px;
    font-weight: 200;
}

.iran-widget .post-details svg {
    width: 14px;
    vertical-align: middle;
    margin-left: 3px;
}

.iran-widget ul.uk-list:not(.iran-widget.woocommerce ul.uk-list) {
    margin: -20px;
}

.iran-wcc,
.iran-wpc {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 6px 0;
}

.iran-author h3,
.iran-wcc h3,
.iran-wpc h3 {
    font-size: 13px;
    margin: 0;
}

.widget_iran_widget_recent_comments p {
    color: #777;
    font-size: 11px;
    margin-bottom: 0;
}

/* Footer Widgets */
.footer .iran-widget-title {
    font-size: 18px;
    font-weight: 400;
}

/* Iran Login Widget */
.iran-login-widget .avatar {
    border-radius: 100%;
    box-shadow: 0 0 5px #777;
}

.iran-login-widget .uk-text-center {
    background: rgba(0, 0, 0, 0) url("../../assets/img/bg-avatar.jpg") no-repeat scroll center center / cover;
    box-shadow: 0 0 5px #777;
    padding: 15px 0;
}

/* Calender */
.calendar_wrap>table {
    width: 100%;
}

/* Tag cloud */
.iran-tags-link,
.iran-cats-link,
.sku_wrapper {
    font-size: 0;
}

.iran-tags-link::after,
.iran-tags-link::before,
.tagcloud::after,
.tagcloud::before {
    content: "";
    display: table;
    clear: both;
}

.iran-tags-link a:first-child,
.iran-cats-link a:first-child,
.iran-article-source span:first-child,
.iran-tags-link span:first-child,
.iran-cats-link span:first-child,
.tagcloud a:first-child {
    margin-right: 0;
}

.iran-tags-link a,
.iran-tags-link span,
.iran-cats-link a,
.iran-cats-link span,
.sku_wrapper span,
.tagcloud a,
.iran-article-source a,
.iran-article-source span {
    border: 1px solid #ebebeb;
    color: #777;
    display: inline-block;
    font-size: 11px !important;
    line-height: 12px;
    margin: 0 7px 7px 0;
    padding: 5px 10px;
    text-shadow: none;
    border-radius: 3px;
}

.iran-tags-link a:hover,
.iran-cats-link a:hover,
.tagcloud a:hover,
.iran-article-source a:hover {
    border-color: #1e88e5;
    background-color: #1e88e5;
    color: #fff;
}

/* Mobile sidebar */
.mobile-sidebar-toggle {
    position: fixed;
    top: 50%;
    left: 0;
    background-color: #1e88e5;
    padding: 10px 15px;
    color: #fff;
    vertical-align: middle;
    display: none;
    z-index: 9;
}

.mobile-sidebar-toggle:hover {
    color: #fff;
}

.uk-offcanvas-bar-light {
    background-color: #fff;
}

#mobile-sidebar .uk-offcanvas-close {
    position: relative;
    color: #666;
    text-align: center;
    display: block;
    margin: 20px auto;
    top: 0;
    left: 0;
    background: transparent;
    border: 0 none;
    cursor: pointer;
}

#mobile-sidebar .uk-offcanvas-bar {
    padding: 0;
}

#mobile-sidebar .uk-card-default {
    background: transparent;
    box-shadow: none;
}

#mobile-sidebar .uk-card-body {
    margin: 0;
}

#mobile-sidebar .uk-card-header,
#mobile-sidebar .iran-widget h2 {
    padding: 10px 20px;
    margin: -20px;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-weight: normal;
    background-color: transparent;
    margin-bottom: 20px;
    font-size: 15px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

#mobile-sidebar .uk-card-body {
    padding: 20px !important;
}

#mobile-sidebar .iran-widget li a,
#mobile-sidebar .iran-widget h3 a {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 22px;
}

#mobile-sidebar .iran-widget h3 a:hover {
    color: #555;
}

#mobile-sidebar .uk-button-secondary {
    background-color: #222;
    color: #fff;
    border: 1px solid transparent;
}

/****************************
 ** 404 Page                *
 ***************************/

section.error-404 #searchform {
    margin: 0 auto;
    width: 350px;
}

.big-404 {
    color: #eee;
    font-size: 175px;
    line-height: 200px;
    text-align: center;
}

.error-404 h1 {
    text-align: center;
    color: #ccc;
}

/****************************
 ** Author Page             *
 ***************************/

.iran-author-box p {
    font-size: 15px;
}

.author-header {
    border: 1px solid #eee;
    margin-bottom: 50px;
    padding: 10px;
    margin-right: 15px;
}

.author-header img {
    float: right;
    margin-left: 15px;
}

.iran-author-box .avatar {
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ededed;
}

/****************************
 ** Posts Archive           *
 ***************************/

/* Category Page */
.category-badge {
    background-color: #1e87f0;
    font-size: 10px;
    padding: 0;
    border-radius: 3px;
}

.category-badge>a,
.category-badge>a.text-light {
    padding: 6px 12px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.category-badge>a:hover,
.category-badge>a.text-light:hover {
    color: rgba(255, 255, 255, 0.9);
}

.category-badge>a.text-dark {
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
}

.category-badge>a.text-dark:hover {
    color: rgba(0, 0, 0, 0.9) !important;
}

.content1 article,
.content2 article,
.content6 article {
    margin-bottom: 30px;
}

.content1 article:last-child,
.content2 article:last-child,
.content6 article:last-child {
    margin-bottom: 0;
}

.content1 article .uk-card-media-top img,
.content2 article .uk-card-media-top img,
.content3 article .uk-card-media-top img,
.content4 article .uk-card-media-top img {
    border-radius: 3px 3px 0 0;
}

.content1 article .entry-content p,
.content3 article .entry-content p,
.content4 article .entry-content p {
    margin: 0;
}

.content1 article .entry-footer a,
.content1 article .entry-footer,
.content3 article .entry-footer a,
.content3 article .entry-footer,
.content4 article .entry-footer a,
.content4 article .entry-footer,
.content6 article .entry-meta,
.content6 article .entry-meta a,
.posts-tool-content11 .post .entry-footer,
.posts-tool-content11 .post .entry-footer a,
.content6 article .read-more {
    color: #aaa;
    font-size: 12px;
    background-color: #fafafa;
}

.content4 article.content4 .entry-content p {
    text-align: center;
}

.content6 article .entry-meta {
    position: absolute;
    right: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
}

/* classic style 3 */
.content-classic-style3 .entry-header {
    height: 360px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.content-classic-style3 .entry-header .thumb-overlay {
    background-color: rgba(8, 8, 8, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.content-classic-style3 .entry-header .entry-meta a,
.content-classic-style3 .entry-header .entry-meta span,
.content-classic-style3 .entry-header .entry-meta span.edit a,
.content-classic-style3 .entry-header a {
    color: #fff;
}

/* grid style1 */
.content-grid .entry-thumb {
    margin-bottom: 10px;
}

.content-grid .entry-title>a {
    font-size: 18px;
}

.content-grid .post-format-icon {
    left: 15px;
}

/****************************
 ** Single Post             *
 ***************************/

body.single-post {
    background-color: #f6f6f6;
}

#main {
    margin: 30px 0;
}

#primary p a,
.woocommerce .cart a {
    color: #555;
    font-weight: 500;
}

body.archive #main:not(body.boxed #main),
body.single #main:not(body.boxed #main) {
    background-color: #f8f8f8;
}

.iran-single-page .entry-title {
    margin: 15px 0;
}

.iran-single-page .entry-thumb img {
    width: 100%;
}

.iran-single-page .entry-content p {
    line-height: 2.2;
    color: #666;
    font-size: 1.1rem;
}

.iran-author-box,
.iran-related-posts,
.iran-comments {
    margin-bottom: 30px;
}

.iran-author-box a {
    color: #666
}

.iran-share-box {
    clear: both;
}

.iran-single-page .entry-header {
    margin-bottom: 30px;
    position: relative;
}

.post .entry-title>a {
    color: #666;
}

.entry-meta {
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

.entry-meta-background {
    background-color: #fafafa;
    padding: 15px 20px;
    margin: 0 -20px;
}

.entry-meta a {
    color: #777;
}

.entry-meta a:hover {
    color: #555;
}

.entry-meta i,
.entry-meta span {
    margin-left: 7px;
}

.iran-single-page .entry-content {
    font-weight: 400;
}

.iran-single-page .entry-content blockquote {
    position: relative;
    background-color: #474747;
    padding: 25px;
    font-style: normal;
}

.iran-single-page .entry-content blockquote::before {
    content: "\f10d";
    color: #039BE5;
    font-family: FontAwesome;
    right: 25px;
    top: 0;
    z-index: 0;
    font-size: 22px;
}

.iran-single-page .entry-content blockquote p {
    color: #aaa !important
}

.post .entry-footer {
    margin-top: 15px;
}

.post-format>.entry-thumb {
    position: relative;
    height: 200px;
}

.iran-comments .uk-heading-line,
.post .entry-footer .uk-heading-line {
    font-weight: normal;
    color: #888;
}

.iran-article-source {
    margin-top: 35px;
    font-size: 0;
}

.iran-article-source+.iran-tags {
    margin-top: 5px;
}

.iran-source-title,
.iran-tags-title,
.iran-cats-title,
.sku-title {
    background-color: #333 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
}

.iran-source-title i,
.iran-tags-title i,
.iran-cats-title i,
.sku-title i {
    margin-left: 5px;
}

.iran-related-posts h3>a {
    color: #666;
}

.iran-single-page .single-breadcrumbs {
    display: block;
}

.iran-single-page .breadcrumbs span {
    color: #aaa;
}

.iran-single-page .uk-card-media-top img {
    border-radius: 3px 3px 0 0;
}

.iran-single-page .single-categories {
    list-style: none;
}

.iran-single-page .single-categories li {
    display: inline-block;
    margin-right: 10px;
}

.single1 article.post>.uk-card,
.single2 article.post>.uk-card {
    margin-bottom: 30px
}

/* single 1 */
.single1 article .uk-card-header {
    border-bottom: none;
}

/* single 2 */
.single2 .entry-header {
    background-color: #fff !important;
}

.single2 .entry-content>p {
    margin-top: 0;
}

.single2-categories {
    display: block;
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.single2-categories li {
    display: inline-block;
    margin-left: 10px;
}

/* single 3 */
.single3 #main {
    background-color: #fff !important;
    padding-top: 0;
    margin: 0;
}

.single3 #content {
    margin: 0;
}

.single3 .entry-title {
    font-size: 36px;
    text-shadow: 1px 1px 3px #000;
}

.single3 .iran-share-box ul {
    margin: 0;
}

.single3 .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.6);
}

.single3 .iran-single-page .breadcrumbs span,
.single3 .entry-meta span,
.single3 .entry-meta a {
    color: rgba(255, 255, 255, 0.8);
}

.single3-footer {
    background-color: #f6f6f6;
    margin-top: 30px;
    padding: 30px 0;
}

/* Image galleries */
.iran-gallery {
    text-align: center;
}

.iran-gallery>a {
    display: inline-block;
    margin: 1px;
}

.iran-gallery>a {
    position: relative;
}

.iran-gallery>a::before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 150px;
    position: absolute;
    top: 0;
    width: 150px;
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.iran-gallery>a::after {
    color: transparent;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 21px;
    height: 150px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 150px;
}

.iran-gallery>a:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.iran-gallery>a:hover::after {
    color: #fff;
}

/* Comments */
.uk-comment {
    background-color: #fff !important;
    border: medium none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.09);
}

.iran-comment-title,
.iran-comment-title a {
    color: #777;
}

.iran-comment-title a:hover {
    color: #666;
}

.iran-comment-list {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.iran-comment-list>li {
    margin-bottom: 25px;
}

.iran-comment-list>li p {
    margin: 0;
    font-size: 13px;
}

.iran-comment-avatar {
    float: right;
    margin: 12px 18px;
}

.iran-comment-body {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

.iran-comment-header>h3 {
    font-size: 16px;
    margin: 0;
}

.iran-comment-content {
    margin: 15px 0;
}

.iran-comment-meta>a {
    color: #777;
    font-size: 11px;
    margin-left: 10px;
}

.iran-comment-footer>a {
    margin-left: 10px;
}

/* Comments form */
.iran-comment-footer>.comment-edit-link,
.iran-comment-footer>.comment-reply-link {
    color: #999;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 1px 10px;
    border-radius: 2px;
}

.iran-comment-footer>a:hover {
    color: #555;
}

.comment-form input[type="text"],
.comment-form input[type="textarea"] {
    width: 100%;
}

.comment-form a {
    color: #999;
    font-weight: 500;
}

.comment-form a:hover {
    color: #666;
}

.iran-form-submit {
    margin-top: 15px;
}

.iran-comments-children {
    list-style: outside none none;
    margin-top: 25px;
}

#respond {
    margin-top: 12px;
}

/* Post Navigation */
.iran-post-navigation>a {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    position: fixed;
    color: #eee;
    height: 80px;
    right: 0;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px 0 0 3px;
}

.iran-post-navigation>a.next {
    padding: 15px;
    left: 0;
    right: auto;
    border-radius: 0 3px 3px 0;
}

.iran-post-navigation>a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 30px 15px 15px;
    color: #fff;
}

.iran-post-navigation>a.next:hover {
    padding: 15px 15px 15px 30px;
}

.iran-post-navigation>a:hover>span {
    width: 250px;
}

.iran-post-navigation>a::after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.iran-post-navigation>a.next::after {
    content: "\f104";
    left: 10px;
    right: auto;
}

.iran-post-navigation .entry-wrap {
    width: 0;
    overflow: hidden;
    display: block;
}

.iran-post-navigation .entry-info {
    display: block;
    height: 80px;
    width: 250px;
    display: table;
}

.iran-post-navigation .entry-info span {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.65em;
}

.iran-post-navigation .entry-image {
    width: 80px;
    height: 80px;
}

.iran-post-navigation a.next .entry-title {
    padding-right: 5px;
}

.iran-post-navigation a.prev .entry-title {
    padding-left: 5px;
}

/* Post Tags */
.iran-tags {
    margin-top: 35px;
}

/* Post Share Box */
.iran-share-box ul {
    list-style: none;
    padding: 0;
    margin: 25px -20px -20px;
    background-color: #f5f5f5;
}

.iran-share-box span {
    float: right;
    margin-left: 35px;
}

.iran-share-box li {
    margin-left: -1px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0;
    font-size: 22px;
    line-height: 0;
}

.iran-share-box li a {
    color: #777;
    padding: 15px;
    display: block;
}

.iran-share-box li:hover a {
    color: #fff;
}

.iran-share-box li:hover {
    border: 1px solid transparent;
    color: #fff;
}

.iran-share-box li.iran-share-twitter:hover {
    background-color: #46d4fe;
}

.iran-share-box li.iran-share-facebook:hover {
    background-color: #37589b;
}

.iran-share-box li.iran-share-reddit:hover {
    background-color: #ff4500;
}

.iran-share-box li.iran-share-linkedin:hover {
    background-color: #419cca;
}

.iran-share-box li.iran-share-google-plus:hover {
    background-color: #de5a49;
}

.iran-share-box li.iran-share-pinterest:hover {
    background-color: #cb2027;
}

/* Post Pagination */
.iran-post-pagination {
    margin: 30px 0;
}

/****************************
 ** Projects                *
 ***************************/

.portfolio-archive .iran-pagination {
    margin-top: 25px;
}

.filters-drop {
    padding: 0;
}

.filters-drop li>a {
    padding: 5px 20px;
}

/****************************
 ** Single Project          *
 ***************************/

.project-content {
    margin: 35px 0 !important;
}

.iran-portfolio .uk-leader-fill::after {
    color: #aaa;
}

.project-gallery-item a {
    color: rgba(255, 255, 255, 0.7);
}

.project-gallery-item a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.project-navigation {
    padding: 25px 0;
    background-color: #f5f5f5;
    margin-top: 25px;
    margin-bottom: -35px;
}

.project-navigation a {
    color: #aaa;
}

.project-navigation a:hover {
    color: #777;
}

.iran-portfolio .entry-title {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 35px;
}

/****************************
 ** Footer                  *
 ***************************/

.footer {
    font-size: 13px;
}

.footer p {
    color: #f7f7f7 !important;
}

.footer .textwidget {
    line-height: 25px
}

.block-footer {
    padding: 25px 0;
}

footer.dark {
    background-color: #2f2f2f;
    color: #999;
}

footer.dark a {
    color: #999;
}

footer.dark a:hover {
    color: #f1f1f1;
}

footer.dark .block-footer {
    border-bottom: 1px solid #393939;
}

footer.dark .block-footer h1,
footer.dark .block-footer h2,
footer.dark .block-footer h3,
footer.dark .block-footer h4,
footer.dark .block-footer h5,
footer.dark .block-footer h6 {
    color: #ddd;
}

footer.dark .block-footer * {
    color: #999 !important;
}

footer.dark .iran-widget div {
    border-color: #555;
}

footer.dark .uk-list-divider>li:nth-child(n + 2) {
    border-color: #393939;
}

footer.dark input,
footer.dark input:focus {
    background-color: #222 !important;
    border-color: #111 !important;
}

footer.light {
    background-color: #fff;
    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer.light a {
    color: #999;
}

footer.light .block-footer {
    border-bottom: 1px solid #eee;
}

footer.light .block-footer a,
footer.light .block-footer h1,
footer.light .block-footer h2,
footer.light .block-footer h3,
footer.light .block-footer h4,
footer.light .block-footer h5,
footer.light .block-footer h6 {
    color: #777;
}

footer.light .block-footer * {
    color: #999;
}

footer.light .iran-widget div {
    border-color: #ddd;
}

#footer-menu {
    padding: 0;
}

#footer-menu>li {
    display: inline-block;
    line-height: 12px;
    margin-left: 10px;
    padding-left: 10px;
}

#footer-menu>li:last-child {
    border: medium none;
}

footer .copyright {
    padding: 20px;
}

#back-to-top {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 12px;
    color: #fff;
    font-size: 23px;
    height: 35px;
    line-height: 38px;
    position: fixed;
    right: 27px;
    text-align: center;
    width: 35px;
}

#back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/****************************
 ** Wordpress                *
 ***************************/

/* Wordpress core */

#wpadminbar {
    position: fixed !important;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Wordpress Gallery */

.iran-gallery {
    margin: 0 -30px 0 0;
}

.iran-gallery>div {
    margin: 0;
}

.iran-gallery .uk-inline a,
.portfolio-gallery .uk-inline>a {
    z-index: 999;
    display: block;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Wordpress default widgets */
.iran-widget img {
    transition: filter 0.2s ease-in-out
}

.iran-widget img:hover {
    filter: brightness(1.08)
}

/* last comments */
ul#recentcomments {
    list-style: none;
    padding: 0;
}

ul#recentcomments>li::before {
    content: "\f0e6";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 12px
}

ul#recentcomments>li {
    position: relative;
    padding-right: 20px;
}

/* Lists in widget */
.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul>li {
    padding: 7px 0;
}

.widget ul>li:last-child {
    border-bottom: 0 none;
}

/* Gallery widget */
.widget_media_gallery {
    border: 0 none !important;
    box-shadow: 0 none !important;
}

.widget_media_gallery .gallery {
    margin: 0;
}

/* Gutenberg */
.wp-block-gallery .blocks-gallery-item a.uk-position-cover {
    z-index: 999;
}

/****************************
 ** UiKit                   *
 ***************************/

.uk-button:focus {
    border-width: 1px;
    border-style: solid
}

.uk-card-media-top a:not(.uk-icon-button),
.uk-card-media-left a,
.uk-card-media-top .entry-title a,
.uk-card-media-left .entry-title a,
.uk-card-media-top span,
.uk-card-media-left span {
    color: #fff;
    font-weight: normal;
}

.uk-button {
    font-size: 14px;
}

.uk-subnav>.uk-active>a,
.uk-subnav>li:hover>a,
.uk-button,
.uk-input,
.uk-textarea,
button,
input,
textarea {
    border-radius: 3px;
}

.uk-card {
    border-radius: 3px;
}

.uk-drop .uk-card {
    border-radius: 0;
}

.uk-overlay-gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%)
}

.uk-input::placeholder {
    font-weight: 300;
    font-size: 12px;
}

.uk-grid-1px {
    margin-right: -1px;
}

.uk-grid-1px>* {
    padding-right: 1px;
}

.uk-grid+.uk-grid-1px,
.uk-grid-1px>.uk-grid-margin {
    margin-top: 1px;
}

.uk-lightbox-button.uk-position-center-right {
    left: 0;
    right: auto;
}

.uk-lightbox-button.uk-position-center-left {
    left: auto;
    right: 0;
}

.uk-offcanvas {
    z-index: 100000;
}

.uk-modal {
    z-index: 999999;
}

.uk-overlay {
    padding: 20px;
}

.uk-card-default .uk-card-title {
    color: #444;
    font-size: 14px;
}

.uk-card-header h2 {
    font-size: 15px;
}

.uk-panel-line {
    padding: 15px;
    border: 1px solid #ddd;
}

.uk-dropdown-navbar {
    background: #fff;
}

.uk-nav-navbar>li>a,
.uk-nav-navbar ul a {
    color: #777;
}

.uk-nav-navbar>li>a:focus,
.uk-nav-navbar>li>a:hover,
.uk-nav-navbar ul a:focus,
.uk-nav-navbar ul a:hover {
    background: #f9f9f9;
    color: #555;
}

.uk-dropdown-navbar {
    margin-top: 1px;
}

.uk-align-right {
    margin-left: 15px;
    margin-bottom: 15px;
}

.uk-card-header h4 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

.uk-modal-page>body {
    direction: ltr !important;
}

.uk-modal-page>body>* {
    direction: rtl !important;
}

.uk-modal-full .uk-modal-dialog {
    min-height: 100%;
}

.uk-card-line-secondary .uk-card-body {
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
    border-style: solid;
    border-radius: 0 0 3px 3px;
}

.uk-dotnav>* {
    display: inline-block;
}

.uk-slider .uk-slidenav-next,
.uk-slider .uk-slidenav-previous {
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease;
    height: 70px !important;
    left: -5px;
    width: 70px;
    padding: 0;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    top: calc(50% - 35px);
}

.uk-slider .uk-slidenav-previous {
    right: -5px;
    left: auto;
}

.uk-slider .uk-visible-toggle:hover .uk-slidenav-next,
.uk-slider .uk-visible-toggle:hover .uk-slidenav-previous {
    opacity: 1;
    left: 10px;
}

.uk-slider .uk-visible-toggle:hover .uk-slidenav-previous {
    right: 10px;
    left: auto;
}

.uk-slider .uk-slidenav-next:hover,
.uk-slider .uk-slidenav-previous:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: #666;
}

.uk-card-line-primary {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.uk-overlay-primary {
    background: rgba(34, 34, 34, 0.5);
}

.iran-tabs a {
    border-bottom: 3px solid transparent !important;
}

.iran-section {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
}

.iran-section-body {
    padding: 20px;
}

.iran-section-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.iran-section-radius {
    border-radius: 3px
}

.uk-lightbox {
    z-index: 999999;
}

.uk-position-center {
    width: max-content !important
}

.uk-countdown-number {
    line-height: 70px;
}

/* ------------------------------------------------
 - Shortcodes
 ------------------------------------------------ */
.iran-social-network a {
    margin-left: 6px;
}

/****************************
 ** Elementor              *
 ***************************/
.elementor-template-full-width #main {
    margin: 0;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}

.elementor-select-preset-title,
.elementor-add-section-drag-title {
    font-family: 'IRANSans' !important;
}

/****************************
 ** Contact Form 7          *
 ***************************/
.wpcf7-form-control {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}

.wpcf7-form-control:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}

.wpcf7-textarea {
    height: auto !important;
}

.wpcf7-submit {
    background-color: #1e87f0;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    width: auto;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
    background-color: #0f7ae5;
    color: #fff;
}

/****************************
 ** AJAX Search Lite     *
 ***************************/
.rtl div.asl_w,
.rtl div.asl_w *,
.rtl div.asl_r,
.rtl div.asl_r *,
.rtl div.asl_s,
.rtl div.asl_s * {
    text-align: right;
}

.rtl div.asl_m .probox .proinput {
    margin: 0px 10px 0px 0px;
    float: right;
}

.rtl div.asl_s.searchsettings .asl_option_inner {
    text-align: left;
}

/****************************
 ** Animations              *
 ***************************/

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/****************************
 ** Responsive              *
 ***************************/

@media screen and (max-width: 460px) {
    .iran-slideshow h3 {
        font-size: 18px;
    }

    .iran-slideshow p {
        margin: 0;
    }

    .woocommerce .woocommerce-ordering {
        float: right;
        width: 100%;
        margin: 0;
    }

    .content2 article .uk-card-media-top {
        position: relative;
        width: 100%;
        height: 250px;
    }

    .content2 article img {
        position: absolute;
        height: 250px;
        width: auto;
        max-width: none;
        right: -37%;
    }

    .content2 article .uk-position-bottom * {
        font-size: 13px !important;
    }
}

@media screen and (min-width: 460px) and (max-width: 640px) {
    .uk-width-1-1\@xs {
        width: 100%;
    }

    .uk-width-1-2\@xs {
        width: 50%;
    }

    .uk-width-1-3\@xs {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@xs {
        width: calc(100% * 2 / 3.001);
    }

    .uk-width-1-4\@xs {
        width: 25%;
    }

    .uk-width-3-4\@xs {
        width: 75%;
    }

    .uk-width-1-5\@xs {
        width: 20%;
    }

    .uk-width-2-5\@xs {
        width: 40%;
    }

    .uk-width-3-5\@xs {
        width: 60%;
    }

    .uk-width-4-5\@xs {
        width: 80%;
    }

    .uk-width-1-6\@xs {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@xs {
        width: calc(100% * 5 / 6.001);
    }

    .uk-width-small\@xs {
        width: 150px;
    }

    .uk-width-medium\@xs {
        width: 300px;
    }

    .uk-width-large\@xs {
        width: 450px;
    }

    .uk-width-xlarge\@xs {
        width: 600px;
    }

    .uk-width-xxlarge\@xs {
        width: 750px;
    }

    .uk-width-auto\@xs {
        width: auto;
    }

    .uk-width-expand\@xs {
        width: 1px;
        flex: 1;
        min-width: 0;
        flex-basis: 1px;
    }

    .uk-child-width-1-1\@xs>* {
        width: 100%;
    }

    .uk-child-width-1-2\@xs>* {
        width: 50%;
    }

    .uk-child-width-1-3\@xs>* {
        width: calc(100% * 1 / 3.001);
    }

    .uk-child-width-1-4\@xs>* {
        width: 25%;
    }

    .uk-child-width-1-5\@xs>* {
        width: 20%;
    }

    .uk-child-width-1-6\@xs>* {
        width: calc(100% * 1 / 6.001);
    }

    .uk-child-width-auto\@xs>* {
        width: auto;
    }

    .uk-child-width-expand\@xs>* {
        width: 1px;
    }

    .uk-child-width-expand\@xs> :not([class*="uk-width"]) {
        flex: 1;
        min-width: 0;
        flex-basis: 1px;
    }

    .iran-slideshow h3 {
        font-size: 24px;
    }

    .iran-slideshow p {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .iran-sidebar {
        margin-top: 35px;
    }

    .iran-posts-widget5 .post .uk-grid>div {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .iran-page-header {
        margin: -16px 0 30px 0;
    }

    .site-notice p {
        text-align: justify;
    }

    .site-notice .uk-button {
        width: 100%;
        font-size: 14px;
    }

    .site-notice .close {
        top: 11%;
    }

    .iran-portfolio .entry-title,
    .iran-portfolio .post-type-navigation {
        float: none;
        text-align: center;
    }

    .iran-portfolio .post-type-navigation {
        margin-top: 20px;
    }

    .iran-page-header .page-title,
    .iran-page-header .breadcrumbs,
    .breadcrumbs>span {
        float: none;
        text-align: center;
    }

    .posts-tool-content8 .iran-second-column>div:last-child {
        display: none;
    }

    .iran-author-box .uk-width-expand\@s,
    .iran-author-box .uk-width-auto\@s {
        text-align: center;
    }

    .filters-toggle {
        width: 100%;
    }

    #main {
        margin: 15px 0
    }

    .woocommerce-account .woocommerce-MyAccount-navigation .uk-nav li {
        display: block !important
    }

    body.single2 .entry-content .post-thumb {
        float: none;
        text-align: center;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 800px) {

    .iran-box,
    .iran-box-content {
        display: block;
    }

    .iran-box-content.style1,
    .iran-box-content.style2,
    .iran-box-left,
    .iran-box-right {
        width: 100%;
    }

    .iran-post-navigation {
        display: none;
    }

    .iran-call-to-action>div {
        display: table-row;
        text-align: center;
    }

    .iran-call-to-action .iran-action-btn>* {
        float: none;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .iran-header1 .iran-header-inner {
        height: auto;
    }

    .iran-header1 .iran-header-inner>div {
        padding: 0;
    }

    .site-info,
    .footer-menu {
        text-align: center !important;
    }

    .res-text {
        font-size: 15px;
        font-weight: 300;
        line-height: 23px !important;
    }

    .posts-tool-content7 .featured-posts p,
    .posts-tool-content7 .time-post {
        display: none;
    }

    .posts-tool-content7 .featured-title {
        bottom: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation .uk-nav {
        padding: 0 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation .uk-nav li {
        display: inline-block;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1150px) {
    .iran-search-module-alt {
        width: 350px
    }
}