/*
Theme Name: Besid
Theme URI:
Author: Danilevich
Author URI: http://besid.pro
Description: Retina Responsive Multi-Purpose WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: besid
Tags:translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/
/* =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. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
* {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.card-body.p-2,
.besid_contacts a {
    word-break: break-all;
}
body.customize-support .page-header.fixed-header {
    top: 32px !important;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.boxed {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/
#top-header, #besid-header {
    border-bottom: 1px solid;
}
#top-header {
    position: relative;
    top: 0;
    z-index: 1020;
    width: 100%;
}
.top-header {
    min-height: 40px;
}
.th-right.col-sm-6.float-right {
    text-align: right;
}
.th-left.col-sm-6.float-left #menu-top-menu{
    float: left;
}
.th-left .redux-social-media-list,
.th-right .redux-social-media-list {
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 36px!important;
    height: 36px!important;
}
.th-left .redux-social-media-list a,
.th-right .redux-social-media-list a {
    font-size: 20px !important;
}
.th-right .nav li {
    padding-left: 10px;
}
.th-left .nav li {
    padding-right: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header, #besid-header {
    padding-left: 0;
    padding-right: 0;
}
#besid-header {
    position: relative;
    z-index: 1020;
    width: 100%;
}
#header-wrap {
    width: 100%;
}
.navbar-header img {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.right-area-item {
    margin-left: 10px;
    margin-right: 10px;
}
.right-area-manager .redux-social-media-list{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    -webkit-padding-start: 0px !important;
}
.right-area-manager .redux-social-media-list a {
    font-size: 20px !important;
}
.navbar-sticky {
   z-index: 1111;
}
.jetmenu{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    list-style: none;
    background: inherit;
}
.jetmenu li{
    display: inline-block;
    float: left;
}
.jetmenu a{
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
}
.jetmenu > li > a{
    padding: 20px 24px;
    text-decoration: none;
    display: inline-block;
}

/*.jetmenu > li.active > a:after{
	display:block;
	background: #e0e0e0;
    color: #555;
	width:100%;
	height:2px;
}

.jetmenu > li:hover > a:after,
.jetmenu > li.active > a:after{
	display:block;
	background: #e0e0e0;
    color: #555;
	width:100%;
	height:2px;
}*/
/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;   
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 134px;
}
.jetmenu ul.dropdown{
    top: 60px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 100%;
    top: inherit;
}
.jetmenu ul.dropdown li{
    clear:both;
    width:100%;
}
.jetmenu ul.dropdown li a, 
span.title{
    width:100%;
    padding: 12px 24px 12px;
    display:inline-block;
    float:left;
    clear:both;
    text-decoration: none;
    color: #999;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
    background: #e0e0e0;
    color: #555;
}
/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left{
    left: auto;
    right: 100%;
}
/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
    position: relative;
    left: 5px;
    top: 0;
    font-size: 14px;
    float: right;
}
.jetmenu ul li .indicator{
    top: 1px;
    left: 10px;
}
.jetmenu ul.dropdown li a i,
span.menu-item-text i,
span.title i {
    padding-right: 5px;
}
/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
    position: absolute;
    display: none;
    width: 25%;
    top: 60px;
    color: #999;
    z-index: 99;
    padding: 20px 30px 20px;
    border-top: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* megamenu list */
.jetmenu li > .megamenu ul{
    margin: 0 0 20px 0;
    float: left;
    padding: 0;
    display: block;
    position: relative;
}
.jetmenu li > .megamenu ul li{
    width: 100%;
    padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title{
    margin: 0 0 8px;
    padding: 0 0 5px;
    border-bottom: solid 1px #666;
}
/* megamenu h5 */
.jetmenu li > .megamenu h5{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* megamenu links */
.jetmenu li > .megamenu a{
    color: #999;
    text-decoration: none;
    font-size: 12px;
    -webkit-transition: color 0.3s linear; 
    -moz-transition: color 0.3s linear; 
    -o-transition: color 0.3s linear; 
    transition: color 0.3s linear; 
}
.jetmenu li > .megamenu a:hover{
    color: #dedede;
}
/* megamenu images */
.jetmenu  .megamenu img{
    width: 100%;
    -webkit-transition: border 0.3s linear; 
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}
/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width,
.jetmenu > li.fix-sub > .dropdown{
    right: 0;
}
/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
    width: 50%;
}
.jetmenu > li > .megamenu.full-width{
    width: 100%;
    left: 0;
}
/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form{
    width: 100%;
}
/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
    padding: 5px;
    color: #999;
    background: #444;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear; 
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus{
    border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
    width: 100%;
    margin-top: 10px;
}
.jetmenu li > .megamenu form textarea{
    width: 100%;
    margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
    width: 25%;
    float: right;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    -webkit-transition: background 0.3s linear; 
    -moz-transition: background 0.3s linear; 
    -o-transition: background 0.3s linear; 
    transition: background 0.3s linear; 
}
.jetmenu li > .megamenu form input[type="submit"]:hover{
    background: #e0e0e0;
    color: #555;
}
/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
    width: 100%;
    margin-top: 15px;
}
.megamenu .row:first-child {
    margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .row:after {
    clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6{
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
    margin-left: 0;
}
.megamenu .row .col1{
    width: 14.893617021276595%;
}
.megamenu .row .col2{
    width: 31.914893617021278%;
}
.megamenu .row .col3{
    width: 48.93617021276595%;
}
.megamenu .row .col4{
    width: 65.95744680851064%;
}
.megamenu .row .col5{
    width: 82.97872340425532%;
}
.megamenu .row .col6{
    width: 100%;
}
/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right{
    float: right;
}
.jetmenu > li.right > .megamenu,
.jetmenu > li.right > .megamenu.half-width,
.jetmenu > li.right > .dropdown{
    right: 0;
}
/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright{
    float: right;
}
.jetmenu > li.jsright.last > .megamenu,
.jetmenu > li.jsright.last > .megamenu.half-width,
.jetmenu > li.jsright.last > .dropdown{
    right: 0;
}
/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu > li > a > i{
    line-height: 23px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}
/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
    background: #333;
}
.jetmenu > li.showhide span.title{
    margin: 15px 0 0 25px;
    float: left;
}
.jetmenu > li.showhide span.icon{
    margin: 17px 20px;
    float: right;
}
.jetmenu > li.showhide .icon em{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}
span.menu-item-desc {
    display: block;
    padding-top: 4px;
    font-size: 12px;
}
#jetmenu > li > a > span.menu-item-desc {
    display: none;
}
/* STYLES
**********************************************************/

/*--------------------------------------------------------------
# Overlay Menu
--------------------------------------------------------------*/
.hamburger-menu-wrapper {
    display: inline-block;
}
.menu-overlay {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1111;
}
nav.overlay {
    position: relative;
    top:20%;
}
.menu {
    position: relative;
    text-align: center;
}
.hamburger-menu {
    border: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 36px;
    height: 42px;
    z-index: 9999;
    cursor: pointer;
    background: inherit;
}
.hamburger-menu:before {
    content: '\f0c9';
    font-family: fontAwesome;
    font-size: 20px;
}
.menu-list {
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.menu-overlay ul li {
    list-style-type: none;
}
.menu-list li a {
    color: #C6D2D6;
    text-decoration: none;
    font-size: 24px;
    display: inline-block;
    margin: 15px 0;
    transition: all 0.5s ease;
}
.hamburger-menu:focus { 
    outline: none; 
}
.hamburger-menu span {
    display: block;
    position: absolute;
    top: 17px;
    left: 5px;
    right: 5px;
    background: #434343;
}
.hamburger-menu.active:before{
    display: none;
}
.hamburger-menu span:before, .hamburger-menu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    background-color: #434343;
    content: "";
}
.hamburger-menu span:before {
    top: -7px; }

.hamburger-menu span:after { 
    bottom: -7px; 
}
.hamburger-menu span:before, .hamburger-menu span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.hamburger-menu span:before { 
    transition-property: top, transform; 
}
.hamburger-menu span::after { 
    transition-property: bottom, transform; 
}
.hamburger-menu.active span { 
    background: none; 
}
.hamburger-menu.active span:before {
    height: 2px;
    top: 0;
    transform: rotate(225deg);
}
.hamburger-menu.active span:after {
    height: 2px;
    bottom: 0;
    transform: rotate(135deg);
}
.hamburger-menu.active span:before,
.hamburger-menu.active span:after { 
    transition-delay: 0s, 0.3s; 
}
 @keyframes 
bounce {  0% {
    transform: rotate(0);
}
 45% {
    transform: rotate(15deg);
}
 90% {
    transform: rotate(-7deg);
}
 100% {
    transform: rotate(0);
}
}
/*--------------------------------------------------------------
# Overlay Search
--------------------------------------------------------------*/
.search-wrapper {
    display: inline-block;
}
.search-overlay {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1111;
}
.search-form.col-md-6.offset-md-3 {
    top: 40%;
}
.search-button {
    border: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 36px;
    height: 42px;
    z-index: 9999;
    cursor: pointer;
    background: inherit;
}
.search-button:before{
    content: '\f002';
    font-family: fontAwesome;
    font-size: 20px;
}
.search-button:focus { 
    outline: none; 
}
.search-button span {
    display: block;
    position: absolute;
    top: 17px;
    left: 5px;
    right: 5px;
    background: #434343;
}
.search-button-icon {
    width: 36px;
    height: 36px; 
}
.search-button.active:before{
    display: none;
}
.search-button span:before, .search-button span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    background-color: #434343;
    content: "";
}
.search-button span:before {
    top: -7px; 
}
.search-button span:after { 
    bottom: -7px; 
}
.search-button span:before, .search-button span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.search-button span:before { 
    transition-property: top, transform; 
}
.search-button span::after { 
    transition-property: bottom, transform; 
}
.search-button.active span { 
    background: none; 
}
.search-button.active span:before {
    height: 2px;
    top: 0;
    transform: rotate(225deg);
}
.search-button.active span:after {
    height: 2px;
    bottom: 0;
    transform: rotate(135deg);
}
.search-button.active span:before,
.search-button.active span:after { 
    transition-delay: 0s, 0.3s; 
}
/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
#heading-section, #footer-promo {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
p.heading-text.d-none.d-sm-block {
    margin-bottom: 0px !important;
}
.breadcrumb {
    background-color: transparent !important; 
    text-align: right;
    padding: 0px !important; 
    margin-bottom: 0px !important; 
}
.heading-block, .breadcrumb-block {
    text-align: center;
}
.heading-block nav.breadcrumb {
    position: relative;
    float: inherit;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.widget_search .search-submit {
    display: none;
}
.left-sidebar .widget-title,
.right-sidebar .widget-title,
.subscribe h3,
.widget_categories h3,
.widget_tag_cloud h3 {
    margin: 0 0 1.5em;
    padding: 0.5em;
    text-align: center;
}
.widget_popular_post_widget{
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin: .5em 0 0;
}
.widget_recent_entries ul li,
.widget_popular_post_widget ol li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li{
    list-style-type: none;
    margin-bottom: 1em;
}
.widget_categories ul>li a:before, .widget_recent_entries ul>li a:before,
.widget_archive ul>li a:before, .widget_nav_menu ul>li a:before, .widget_meta ul>li a:before,
.widget_product_categories ul>li a:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit;
    margin-right: 10px;
    float: right;
}
.widget_recent_entries, .calendar_wrap,
.widget_nav_menu ul,
.widget_popular_post_widget ol,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul{
    padding-left: 5px;
}
.widget_categories ul.children {
    padding-left: 10px;
}
ul.children li,
.widget_nav_menu ul.sub-menu li {
    margin-top: 1em;
}
.widget_nav_menu .menu{
    text-align: left;
}
.tagcloud a {
    border: 1px solid #999999;
    font-size: 14px;
    padding: 3px 12px;
    text-decoration: none;
}
.tagcloud a {
    display: inline-block;
    margin: 0 0 9px;
}

.tagcloud a:hover {
    border: 1px solid;
}
/*------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page-wrap {
    padding-left: 0;
    padding-right: 0;
}
.btn{
    border-radius: 2px!important;
}
.quote{
    background-image: url("images/quote-min.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.quote_team{
    background-color:#777777;
}
/*--------------------------------------------------------------
# Posts 
--------------------------------------------------------------*/
.standart_blog_image img {
    width:100%;
    height:auto;
}
.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
body a:hover {
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #888888;
    margin: 0;
}
h2 a:hover {
    color: #F3AD45;
}
.author-meta {
    margin-top: 40px;
}
h5 p a {
    color: #F3AD45;
    display: block;
    margin: 1em 0 0;
    text-decoration: none;
}
.author-meta .fa{
    color: #F3AD45;
    font-size: 16px;
    margin: 1em 0 0;
}
.avtor h5 a {
    color: #F3AD45;
    display: block;
    font-size: 18px;
    margin: 0.5em 0 0;
    text-decoration: none;
 }
.nav-previous {
    float: left;
    padding-right: 5px;
}
.nav-previous a span:before {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit;
    margin-right: 5px;
    float: left;
}
.nav-next {
    float: right;
    padding-left: 5px;
}
.nav-next a span:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit;
    margin-left: 5px;
    float: right;
}
.list-inline {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
/*--------------------------------------------------------------
# Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}
h3.comments-title, .comment-reply-title, 
.related-title {
    padding-bottom: 9px;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #eee;
}
ol.comment-list {
    list-style:none;
    padding-left: 0;
} 
.comment-author .avatar {
    margin-right: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 4px;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment-details {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment-details .reply {
    margin-top: 10px;
}
.comment-date a {
    font-size: 11px;
    color: #777;
    margin-right: 10px;
}
.commments-row {
    padding-bottom: 10px
}
.form-submit{
    padding-bottom: 1em;
	margin-bottom: 0px!important;
}
#commentform #comment {
    width: 100% !important;
}
.form-control{
    border-radius: 0 2px 2px 0!important;
}
#commentform #submit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0 2px 2px 0;
    transition: all .15s ease-in-out;
    color: #fff;
    width: 32%;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    display: block;
    max-width: 100%;
}
img {
    display: block;
    height: auto;
    max-width: 100%;    
}
/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.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-caption {
    display: block;
}
/*--------------------------------------------------------------
# Footer Promotion Section
--------------------------------------------------------------*/
h5.promo-inline {
    margin-right: 20px;
}
.footer-promo-inline .btn{
    vertical-align: 30%;
} 
.text-promo-block{
    text-align: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 2em 0;
    background: #131313;
}
.footer {
    padding: 0.1em 0;
}
.text-center.text-md-left,
.text-center.text-md-right {
    margin-top: 0 !important; /*задействовано также в блоке Top Header Contact Info*/
    margin-bottom: 0 !important;
}
#footer-widgets .redux-social-media-list {
    margin-top: 0px!important; 
}
#footer-widgets .redux-social-media-list a{
    font-size: 20px !important;
}
#menu-foorer-menu {
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.footer nav .menu li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin: 10px;
}
#footer-copy {
    min-height: 40px;
}
#footer-copy p {
   word-wrap: break-word;
}
.footer-copy {
    background: #131313;
}
#menu-foorer-menu li {
    margin-left: 10px; 
}
#footer-widgets h6 {
    margin: 0 0 1em;
}
#footer-widgets ul { 
    padding-left: 0;
}
#footer-widgets .redux-social-media-list li {
    font-size: inherit;
}
.besid_contacts i {
    color: #434343;
    margin-right: 14px;
    width: 30px;
}
#smoothup { 
    border-radius: 3px;
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 1000;
    padding: 10px 15px;
    cursor: pointer; 
}
#smoothup  i.fa.fa-angle-double-up {
    color: #fff;
}
/*--------------------------------------------------------------
# Post Meta
--------------------------------------------------------------*/
.posted-by, 
.posted-on, .entry-coments {
    display: inline-block;
    margin-right: 10px;
}
.post_comments {
  margin-left: 3px;
}
.entry-meta span .fa{
    color: #bcbcbc;
}
.entry-meta span a {
    color: #777;
    text-decoration: none;
}
.entry-meta span a:hover {
    text-decoration: underline;
}
.entry-content .btn-default {
    border: 1px solid #F3AD45;
    border-radius: 0;
    color: #F3AD45;
    font-size: 1em;
    padding: 8px 35px; 
    text-decoration: none;
}
.btn-default a:hover{
    background: #454445;
    border: 1px solid #454445;
    color: #fff;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-highlight {
    background: #FFFF00;  
}
/*--------------------------------------------------------------
# Masonry Blog
--------------------------------------------------------------*/
.grid {
    padding: 10px;
    margin: 0 auto;
}
.masonry-content { 
    width: 40%;
    border: 2px solid #ccc; 
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.top-header.container{
    width: 100%;
    padding: 0 30px;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    padding-bottom: 20px;
    padding-top: 20px;
}
.nav-links > .page-numbers {
    border: 1px solid;
    display: inline-block;
    padding: 5px 10px;
}
.page-numbers.current {
    color: #fff;
    border: 1px solid;
}
/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.card {
    margin-bottom: 1rem!important;
}
