/*
Theme Name: Persia Blog
Tags: clean, development, html5, bootstrap
Description: WordPress theme for the Persia blog.
Author: Screen.UA
Author URI: Screen.UA
Version: 1.0.0
License: GNU Screen.UA
*/


:root {
    --main-color-pink: #E22E74;
    --alt-color-pink: #E65390;
    --main-color-blue: #1976d2;
    --alt-color-blue: #2E71D6;
    --main-text-color: #151515;
    --main-color-red: #de3531;
    --main-color-green: #68AF4C;
}
.p-btn {
    display: inline-block;
    background: #68AF4C;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.p-btn:hover {
    background: #4E9532;
}

.p-btn.white {
    background: white;
    color: var(--main-text-color);
    font-weight: 500;
    border: 1px solid #E3E3E3;
}
.p-btn .fa-arrow-right {
    font-size: 12px;
    padding-left: 10px;
    position: relative;
}
body header.top-header {
    font-family: Roboto, sans-serif;
    color: var(--main-text-color);
}

body header.top-header *, body footer * {
    line-height: normal;
    letter-spacing: normal;
}

body header.top-header {
    font-family: Roboto, sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: white;
    border-bottom: 1px solid #E5E5E5;
}

header.top-header a {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

header.top-header h2 a {
    font-family: inherit;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    line-height: inherit;
}

header.top-header .header-inner {
    font-family: "Roboto", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    font-size: 16px;
}
body header.top-header h1,
body header.top-header h2,
body header.top-header h3,
body header.top-header h4 {
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px;
    font-family: "Roboto", sans-serif;
}

.nav-logo img {
    width: 95px;
    vertical-align: unset;
}

.footer-column.logo-column img {
    vertical-align: unset;
}

body header.top-header .nav-logo h2 {
    font-size: 14px;
    width: min-content;
    margin: 0px 0px 0px -6px;
    color: var(--main-color-pink);
    line-height: 110%;
    /*margin-left: -6px;*/
    position: relative;
    top: 3px;
    letter-spacing: normal;
}

@media only screen and (max-width: 480px) {
    body header.top-header .nav-logo h2 {
        margin-left: 0px !important;
    }
}


@media only screen and (max-width: 600px) {
    body header.top-header .nav-logo h2 {
        margin-left: -6px;
    }
}


/*.header nav {*/
/*    background: white;*/
/*    flex: 1;*/
/*}*/

.nav-links-wrap {
    width: 100%;
}

.nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    transition: transform 0.3s ease, opacity 0.3s ease;

}

.nav-links a, .nav-links a.p-btn {
    cursor: pointer;
}

.nav-links ul, .nav-links-wrap ul, .mobile-left-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-direction: row;
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
}

.nav-links-wrap .nav-links ul.dropdown-menu {
    display: none;
}

.nav-links-wrap .nav-links .open ul.dropdown-menu {
    display: flex;
}


.nav-links a, .mobile-left-wrap a {
    color: var(--main-text-color);
    text-decoration: none;
    font-weight: 500;
}

.nav-links a:hover {
    color: #4E9532;
}

.nav-links ul li.active a {
    color: #4E9532;
}

.nav-links a.nav-login {
    border-left: 1px solid #ccc;
    padding-left: 18px;
}

.nav-links a.p-btn {
    color: white;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.nav-links a.p-btn.white {
    color: var(--main-text-color);
}
.nav-links .navMenuBlog a {
    color: #4E9532;
}


/* Language selector */
.language-selector {
    position: relative;
    user-select: none;
}

.nav-links .language-selector a:hover {
    color: var(--main-text-color);
}

.language-selector .dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
}

.language-selector .dropdown-toggle i {
    margin-left: 5px;
    font-size: 12px;
}

.language-selector .dropdown-menu {
    list-style: none;
    padding: 4px 4px 0px 4px;
    margin: 0;
    background: #fff;
    color: var(--main-text-color) !important;
    position: absolute;
    top: 28px;
    left: -60px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    z-index: 2000;
    width: auto;
    min-width: unset;
    font-size: 16px;
}

.language-selector .dropdown-menu > li > a:focus {
    color: var(--main-color-green);
}

.language-selector ul li.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: flex-start;
    align-items: start;

    border-radius: 12px;
    border-width: 1px;

    box-shadow: 0px 3px 6px -2px #14151A0D;
    box-shadow: 0px 10px 16px -3px #14151A14;


}

.language-selector .dropdown-menu > .active > a,
.language-selector .dropdown-menu > .active > a:hover,
.language-selector .dropdown-menu > .active > a:focus {
    color: var(--main-text-color);
    text-decoration: none;
    background: none;
    outline: 0;
}

.language-selector .dropdown-menu li {
    padding: 8px 10px;
    cursor: pointer;
    width: -moz-available;
    margin: 0px 0px 4px 0px;
    border-radius: 6px;
}

.language-selector .dropdown-menu li {
    padding: 8px 10px;
    cursor: pointer;
    /*width: -moz-available;*/
    margin: 0px 0px 4px 0px;
    border-radius: 6px;
}

.language-selector .dropdown-menu li:hover, .language-selector .dropdown-menu li.active {
    background: #0A0F290A;
}

.language-selector .dropdown-menu li.active a::after {
    content: "";
    position: relative;
    /*left: -2px;*/
    top: -2px;
    /*width: 20px;*/
    /*height: 20px;*/
    margin-left: 10px;
    padding-right: 18px;

    background-image: url('/wp-content/themes/persiablog/img/check.svg');
    background-repeat: no-repeat;
}

.language-selector .dropdown-menu li:hover a {
    color: var(--main-text-color);
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    opacity: 0.7;
}

#menu-nav_ua {
    margin-top: 0px;
}

body .footer {
    padding: 0px;
}


.footer, .footer p, .footer a {
    font-family: Roboto, sans-serif;
    background-color: var(--alt-color-blue);
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.footer h4 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.footer h4 a {
    font-size: 18px;
}

.footer a:hover {
    text-decoration: none;
    color: white;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 88px;
    padding-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 64px;
}

.footer-container section {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*gap: 64px;*/
    /*opacity: 1;*/
    /*padding: 0px;*/
}

.footer-column {
    /*flex: 1 1 200px;*/
    /*min-width: 180px;*/
}

.footer-column.logo-column .logo {
    height: 40px;
    margin-bottom: 16px;
    margin-top: 0px;
}

.footer-column.logo-column img.logo {
    width: 100px;
    height: 89px;
}

.footer-column.logo-column .description {
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.2px;
    text-align: start;
}

footer .ico-facebook {
    content: '';
    background: url(/wp-content/themes/persiablog/img/facebook_logo_blue.svg) 0 0 no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
}
footer .ico-linkedin {
    content: '';
    background: url(/wp-content/themes/persiablog/img/linkedin_logo_blue.svg) 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 2px;
    width: 28px;
    height: 28px;
}
footer .ico-youtube {
    content: '';
    background: url(/wp-content/themes/persiablog/img/youtube_logo_blue.svg) 0 0 no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
}

footer .social-icons {
    display: flex;
    flex-direction: row;
    padding: 24px 0;
}

footer .social-icons a {
    display: flex;
    width: 34px;
    height: 34px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
    background: var(--alt-color-blue);
}

.social-icons .facebook:hover {
    background: #3b5999;
}
.social-icons .linkedin:hover {
    background: #0a66c2;
}

.social-icons .youtube:hover {
    background: #cd201f;
}

.social-icons a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer-column ul,
.block-reg ul.contacts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li,
.block-reg ul.contacts li,
.footer-column ul li a {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.2px;
    text-align: left;

}

.block-reg ul.contacts li a {
    color: var(--main-text-color);
    text-decoration: none;
}

.footer-column ul li a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.footer-column h4 {
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

.footer-column ul li a:hover {
    /*text-decoration: underline;*/
}

.footer-column .contacts li i,
.block-reg ul.contacts li i {
    margin-right: 8px;
}

.footer .copyright {
    font-weight: 400;
    padding: 0;
    color: #FFFFFF;
}

@media (min-width: 1101px) {
    .mobile-left {
        display: none;
    }

    .desktop-only {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 1100px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 56px;
    }

    .footer-column.logo-column {
        order: 1;
    }

    .footer-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-column ul li {
        text-align: center;

    }

    .footer-column.logo-column .description {
        text-align: center;
    }

    .social-icons a img {
        margin-bottom: 10px;
    }

    .mobile-left-wrap {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .mobile-left {
        display: flex;
        align-items: center;
        gap: 15px;
        /*position: absolute;*/
        /*right: 65px;*/
        /*top: 16px;*/
        align-items: center;
        padding-right: 16px;
    }

    .menu-toggle.active {
        font-family: 'Roboto', sans-serif;
        display: block;
        padding: 0;
        line-height: 24px;
    }

    .menu-toggle.active i {
        padding: 0;
        line-height: 24px;
    }

    .nav-links-wrap {
        width: auto;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0; right: 0;
        width: 250px;
        background: #fff;
        transform: translateX(100%);
        opacity: 0;
        padding: 20px;
        box-shadow: -2px 0 6px rgba(0,0,0,0.15);
        gap: 30px;
        margin-top: 76px;
    }

    .nav-links ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        border-bottom: 1px solid #E5E5E5;
        padding: 8px 8px 26px 8px;
        width: 100%;
    }

    .nav-links a.btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .nav-links.active {
        transform: translateX(0);
        opacity: 1;
        gap: 20px;
    }

    /* Ховаємо десктопну частину всередині меню */
    .desktop-only {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    footer .logo {
        display: block;
    }
}

@media (max-width: 480px) {
    .nav-logo {
        display: block;
    }

    body header.top-header .nav-logo h2 {
        margin-left: 0px;
        font-size: 10px;
    }

    .nav-logo img {
        width: 65px;
    }
}

@media only screen and (max-width: 600px) {
    header.top-header h2 {
        text-align: start;
        margin-top: 0px !important;
    }

    header.top-header {
        padding-bottom: 0px;
    }
}

.sidebar-panel, .content-panel {
    border: none !important;
    border-radius: 5px;
}


p {
    margin: 0;
}
.col-sm-9 img {
    height: auto;
    max-width: 100%;
}
figure { margin: 1em 0;
}

.post p {
    padding-bottom: 15px;
    line-height: 32px;
}
.post ul > li {
    color: #404040;
    font-size: 17px;
    line-height: 32px;
}
.post ol > li {
    color: #404040;
    font-size: 17px;
    line-height: 26px;
}
.navbar-right ul {
    list-style-type: none;
}
.menu-bottom_navigation_en-container ul {
    padding-left: 0;
    list-style-type: none;
}
.menu-bottom_navigation_ua-container ul {
    padding-left: 0;
    list-style-type: none;
}
/*.post h2{*/
    /*padding-bottom: 15px;*/
    /*line-height: 35px;*/
/*}*/
/*.post h1{*/
    /*color: #404040;*/
    /*font-size: 36px;*/
    /*margin: 0 0 30px 0;*/
/*}*/
.post h1 {
    padding-bottom: 15px;
}
.singlePost h1 {
    line-height: 50px;
    padding-bottom: 20px;
}
.meta_category p {
    letter-spacing: 0.007em !important;
    padding-bottom: 19px;
}
.meta_category{
    padding-bottom: 19px;
}
/*.post .row h2 {*/
    /*font-size: 24px;*/
/*}*/
/*.singlePost h2 {*/
    /*font-size: 24px;*/
/*}*/
.singlePost p {
    line-height: 32px;
}
/*.singlePost h1 {*/
    /*margin-bottom: 27px;*/
    /*line-height: 28px;*/
/*}*/
/*.singlePost h1{*/
    /*padding-bottom: 20px;*/
    /*font-size: 30px;*/
    /*font-weight: 500;*/
    /*line-height: 35px;*/
/*}*/
.meta p {
    background-color: #ffffff;
    color: #bbbbbb;
    letter-spacing: 2px;
    font-size: 13px;
    padding-bottom: 0;
}

#bottom-nav > li {
    float: none;
    display: contents;
}
.col-md-4 > ul > li > a {
    /*display: contents;*/
    padding: 0 1px;
}
.navPagination {
    text-align: center;
}
.nav-pills > li {
    margin-left: 2px;
}
body * {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.007em;
}
body.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 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%; /* Image does not overflow the content area */
    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;
}

/* Text meant only for screen readers. */
.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; /* Above WP toolbar. */
}
 /* ------------------------------------------------------- */

* {
    outline: none;
}

del {
    text-decoration: none;
}

.p-0 {
    padding: 0;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

h1,
h2,
h3,
h4 {
    line-height: 45px;
}

h3 a:hover,
h2 a:hover {
    text-decoration: none;
}

.container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1280px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header {
    margin: 0 0 20px 0;
}

header .logo {
    height: 105px;
    width: 118px;
    float: left;
    overflow: hidden;
    margin: 25px 0 0 30px;
}

header .logo img {
    width: 115px;
    margin: 2px 0 0 2px;
}

header .navbar {
    padding: 0;
    margin: 0;
    position: relative;
    /*z-index: 1;*/
}

header .navbar-collapse {
    float: left;
}

header .navbar-collapse ul {
    margin-top: -1px;
    padding: 0;
    list-style-type: none;
}
#menu-nav_en {
    margin-top: -11px;
}
#menu-nav_ua {
    margin-top: -11px;
}

header .navbar-collapse li {
    float: left;
}

header .navbar-collapse li a {
    float: left;
    color: #008ABE;
    padding: 42px 22px 13px;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}

header .navbar-collapse li a:hover {
    background-color: #E2115C;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

header .navbar-collapse li.active a {
    background-color: #E2115C;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

header .navbar-collapse li a:focus {
    background-color: #fff;
    color: #008ABE;
}

.navbar-toggle .icon-bar {
    background-color: #008ABE;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-collapse.collapsing {
    padding: 0;
}

header h2 {
    float: left;
    margin: -40px 0 0 187px;
    font-size: 23px;
    color: #E2115C;

}

header .navbar-right {
    margin: 0 84px 0 0;
}

header .navbar-right {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

header .header_custom {
    background-color: #fff;
    border: none;
    margin-bottom: -40px;
}

header .row {
    margin-bottom: 12px;
}

.navbar-right .navbar-nav {
    margin: 0;
}

.navbar-right .navbar-nav li {
    clear: none;
    float: left;
}

.navbar-right .user {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.navbar-right .user img {
    margin-top: -23px;
}

.navbar-right a:hover .user img {
    margin-top: 0;
}

.navbar-right li > .dropdown-menu {
    padding: 3px 7px;
}

.dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.dropdown-menu li a {
    margin: 0 !important;
    padding: 0 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #E2115C;
    text-decoration: none;
    background: none;
}

.navbar-right .navbar-nav .dropdown li {
    clear: both;
    margin: 8px 0;
}

header .navbar-right li a {
    float: left;
    color: #008ABE;
    padding: 42px 21px 10px;
    font-size: 15px;
    text-decoration: none;
}

header .navbar-right li a:focus {
    background: none;
}

header .navbar-right .navbar-nav li a:hover,
header .navbar-right .navbar-nav li a:focus,
header .navbar-right .navbar-nav li a:active {
    background: none !important;
    color: #E2115C;
}

header .navbar-right .navbar-nav li.active a {
    background: none !important;
    color: #E2115C;
}

header.clone-header {
    display: none;
}

body.down header.clone-header {
    height: 50px;
    display: block;
    position: fixed;
    width: 100%;
    background-color: #F5F5F5;
    border-top: 1px solid #EEE;
    z-index: 9999;
    top: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
    border-color: none;
}

.navbar-right .navbar-nav > li:last-child a {
    padding-right: 0;
}
.clone-header.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.clone-header .navbar-collapse li a {
    padding: 14px 22px 16px;
    margin-top: -1px;
}

.clone-header h2 {
    display: none;
}

.clone-header .logo {
    margin: -2px 35px 0 0;
}

.clone-header .logo a {
    background-image: url('/wp-content/themes/persiablog/img/logo-horisotal.svg');
    background-size: 110px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0;
    display: block;
    width: 300px;
    height: 40px;
}

.clone-header .navbar-right li a {
    float: left;
    color: #008ABE;
    padding: 12px 22px 15px;
}

.clone-header .navbar-collapse.collapse {
    padding: 0;
    margin: 0 0 0 -5px;
}

.clone-header .logo img {
    display: none;
}

.clone-header .navbar-right li > .dropdown-menu {
    padding: 3px 7px;
    top: 48px;
}

.clone-header #menu,
.clone-header .container {
    height: 50px;
}
p {
    color: #404040;
    font-size: 17px;
    line-height: 21px;
}

/* Nav-menu-item*/
.navbar-collapse .reg30day a {
    background-color: #72B100;
    color: white;
    font-weight: bold;
    width: 100%;
}
.navbar-collapse .navMenuBlog a {
    background-color: #E2115C;
    color: white;
}
/* --Nav-menu-item-*/

/* stickySidebar */
.inner {
    margin-top: 20px;
    margin-left: 10px;
}
.sidebar-panel {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
}
/* -stickySidebar- */

/* -SidebarDesign- */
.col-sm-3 ul > li {
    padding-top: 10px;
}
.col-sm-3 ul > li a {
    line-height: 20px;
}

.widgettitle {
    font-size: 1.8rem;
    line-height: 1.5;
}
#text-2 .widgettitle {
    font-size: 1.7rem;
}

.col-sm-3 #categories-3 ul {
    list-style-type: none;
    margin-left: -40px;
}
.col-sm-3 #categories-3 li:before {
    font-family: dashicons;
    content: "\f318";
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    color: #dfdfdf;
    vertical-align: text-bottom;
}
.col-sm-3 #categories-3 ul > li a{
    line-height: 20px;
}
.col-sm-3 #recent-posts-3 ul {
    list-style-type: none;
    margin-left: -40px;
}
.col-sm-3 #recent-posts-3 ul > li {
    display: inline-flex;
    padding-top: 10px;
}
.col-sm-3 #recent-posts-3 ul > li a{
    line-height: 20px;
}
.col-sm-3 #recent-posts-3 li:before {
    font-family: dashicons;
    content: "\f109";
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    color: #dfdfdf;
    vertical-align: text-bottom;
}
.col-sm-3 #archives-4 ul{
    list-style-type: none;
    margin-left: -40px;
}
.col-sm-3 #archives-4 li:before {
    font-family: dashicons;
    content: "\f480";
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    color: #dfdfdf;
    vertical-align: text-bottom;
}
.col-sm-3 #archives-4 ul > li a{
    line-height: 20px;
}
.search-form {
    width: 100%;
    position: relative;
}
.search-form input {
    border: none;
}
.search-form .form-control{
    width: 100%;
    padding: 8px 37px 9px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    background: #EEE;
    font: 13px Tahoma, Arial, sans-serif;
    color: #555;
    outline: none;
}

.search-form .form-control:focus {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
    background: #E8E8E8;
    color: #333;
}
.search-form .btn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 37px;
    height: 100%;
    cursor: pointer;
    background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;
    opacity: 0.5;
}
.search-form .btn:hover {
    opacity: 0.8;
}
.form-group {
    padding-top: 10px;
}
.textwidget {
    padding-top: 10px;
}
/* - end SidebarCatDesign- */

/* body background */
body {
    background-color: #f0f0f5;
}
/* - end body background- */
.meta a {
    color: #bbbbbb;
}
.pr_post_ico:before {
    content: "\f341";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: top;
    color: #337ab7;
}
.pr_first_post_ico:before {
     content: "\f171";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: top;
    color: #337ab7;
}
.nt_post_ico:after {
    content: "\f345";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: top;
    color: #337ab7;
}
.nt_last_post_ico:after {
    content: "\f172";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: top;
    color: #337ab7;
}

.header_custom {
    background-color: #F5F5F5;
}
/* Оформление тела контента */
.content-panel {
    background: #ffffff;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #dfdfdf;
}
.singlePost {
    margin-top: 20px;
}
.comments li {

}
.media-body {
    padding-bottom: 15px;
    line-height: 26px;
}
.media-body p {
    line-height: 26px;
}
.media-heading {
    color: #bbbbbb;
}
#label_email {
    float: left;
}
#text_email {
    float: left;
    margin-top: -4px;
    margin-left: 3px;
    font-size: 14px;
    color: #bbbbbb;
}
.another_post {
    margin: 0 0 65px 0;
}
#comments {
    /*background: #ffffff;*/
    /*padding: 40px;*/
    /*margin-bottom: 40px;*/
    /*border: 1px solid #dfdfdf;*/
}
/* -Оформление тела контента- */
/*content*/

.content {
    margin: 43px 0 0 0;
}
.content .container {
    padding-left: 11%;
}

h1 {
    /*font-size: 25px;*/
    /*font-weight: bold;*/
    /*color: #404040;*/
}
.button {
    padding: 12px 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background-color: #72B100;
    cursor: pointer;
}

.button:hover,
.button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #669E00;
}
/* footer */

footer {
    background-color: #F5F5F5;
    border-top: 1px solid #EEE;
    padding: 50px 0 35px 0;
}

footer .container {
    padding-left: 11%;
}

footer .logo {
    overflow: hidden;
    padding: 0;
    width: 90px;
    height: 80px;
    margin-top: 7px;
}

footer .logo img {
    width: 87px;
    margin: 0 0 0 1px;
}

footer a {
    font-size: 15px;
    line-height: 24px;
}


footer .soc-netw {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 3px 7px;
}

footer .soc-netw-wrap i {
    filter: invert(1);
}

footer .soc-netw-wrap {
    display: flex;
}
footer .soc-netw-wrap a {
    display: flex;
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: rgba(85, 85, 85, 0.2);
    border-radius: 50%;
    margin-right: 8px;
}

.soc-netw-wrap .facebook:hover {
    background: #3b5999;
}

.soc-netw-wrap .linkedin:hover {
    background: #0a66c2;
}

.soc-netw-wrap .youtube:hover {
    background: #cd201f;
}

footer .tel {
    font-size: 30px;
    color: #404040;
    margin: 7px 0 0 40px;
    display: inline-block;
}

footer .tel:hover {
    color: #23527c;
    text-decoration: none;
}

footer .site {
    font-size: 21px;
    margin: 25px 0 0 0;
}

footer .copyright {
    color: #BEBEBE;
    padding: 15px 0 0 0;
    display: inline-block;
}
/* -/- footer */


@media only screen and (max-width:1367px) {
    .intro-section h3{
        max-width:450px;
        font-size:28px;
        line-height:36px;
    }
}

@media only screen and (max-width:992px) {
    .intro-section{padding:10px 0 0;}
    .intro-section .container{padding:0 20px !important;}
}

@media (max-width:767px) {
    .help-item__description a {
        font-size: 16px;
    }
    .help-item__description a+p {
        margin-top: 8px;
        line-height: 20px;
        font-size: 13px;
    }
    .content .container {
        position: relative;
        padding: 0 10px;
        max-width: 767px;
    }
    .owl-item h3 {
        margin: 15px 0px 0px;
    }

    .block-reg .registration-inner{
        padding:0;
        margin-bottom:25px;
    }
    .block-base-cand{
        margin-top: 10px !important;
    }
}

@media (max-width: 668px){
    .content .container {
        position: relative;
        padding: 0 10px;
        max-width: 667px;
    }
    .wrap-carousel-iframe iframe {
        height: 420px;
    }
}

@media (max-width: 600px){
    .content .container {
        position: relative;
        padding: 0 10px;
        max-width: 767px;
    }
    .wrap-carousel-iframe iframe {
        height: 240px;
    }
    header .logo{
        width:auto;
        height:auto;
    }
    header .logo img{
        display:none;
    }
    header .logo  a {
        background: url('/wp-content/themes/persiablog/img/logo-horisotal.svg') 7px 5px no-repeat;
        background-size: 108px;
        margin: 0;
        display: block;
        width: 120px;
        height: 40px;
    }
    .social-block{padding:0;}
}

.down .wrapper .header_custom .container .goodcompanies {
    display: none;
}

.down .wrapper header .container .goodcompanies {
    display: none;
}

.block-base-cand {
    margin: -40px 0 20px;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/persiablog/fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('/wp-content/themes/persiablog/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}