/*
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
*/
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: #efefef;
}
/* - 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 .ico-facebook {
    content: '';
    background: url(/wp-content/themes/persiablog/img/facebook.svg) 0 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}
footer .ico-linkedin {
    content: '';
    background: url(/wp-content/themes/persiablog/img/linkedin.svg) 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 2px;
    width: 16px;
    height: 15px;
}
footer .ico-youtube {
    content: '';
    background: url(/wp-content/themes/persiablog/img/youtube.svg) 0 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}
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;
}