/*Theme Name: Legendo
Theme URI: https://themeforest.net/user/webRedox/portfolio
Description: Legendo is a business WordPress theme designed specifically for corporate, business, portfolio, creative freelancers, photographers and those that offer agency business. The theme comes with a awesome unique design also we ensure you can easily design your website just how you like it.
Version: 1.3
Author: webRedox WordPress team
Author URI: http://webredox.net/

License:
License URI:
Tags: two-columns, custom-background, custom-colors, featured-images, theme-options
Text Domain: legendo
*/

.wp-caption{
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption-text{
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;}
.sticky{color: #000;}
.gallery-caption{
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;}
.bypostauthor{color:#000;}
.alignleft
 {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright{
    display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}
.screen-reader-text:focus {
color:#000;	
}
img.logo-dark {
	transition: all 1.5s ease;
    width: 80px;
}
.navbar-collapse-position-primary img.logo-dark {
    width: 60px;
	transition: all 1.5s ease;
}
ul.nav.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
	top: -23px;
	transition: all 1.5s ease;
}
.navbar-collapse-position-primary ul.nav.navbar-nav {
	transition: all 1.5s ease;
    top: -13px;
}
.footer-credits-logo img {
    width: 200px;
}
.news-content .date{
	display: none;
}
.single-f-image img.img-responsive.card-img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}
.col-md-6.single-f-info {
    padding: 0 90px;
}
.news-content figcaption h3 {
    display: none;
}
h2.card-title {
    margin-bottom: 32px;
    font-size: 20px;
}
.news-item .news-content img {
    height: 240px;
	object-fit: contain;
}
.dividerOT.out-top, .dividerOT.out-bottom, .dividerOT.dividerOT-inner {
    height: 64px !important;
}
.main-navigation-bg a.active {
    font-weight: 800 !important;
	color: #5f5f5f !important;
}

ul.nav.navbar-nav {
    margin-left: 1.5%;
}
body{
	background: #fa7b03 !important;
}
section.content-area h2.section-heading {
    margin-top: 110px;
}
.section-about {
	background: #fa7b03 !important;
}
.section-about img {
    border: 20px solid #fa7b03 !important;
}

.single-post .border-left, .single-post .border-right, .single-post .border-bottom {
    background: transparent !important;
}
.lang {
    width: 70px;
    position: absolute;
    right: 47px;
    display: flex;
    justify-content: space-evenly;
    top: 50px;
    font-size: 12px;
    text-transform: uppercase;
	   z-index: 999999;
	    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.lang a.active {
    font-weight: bold;
}
.lang .slash{
	margin-left: 6px;
}
.lang .menu-item:nth-child(2) .slash{
	display: none;
}
.lang a {
    text-decoration: none !important;
}
.main-navigation-bg-position-primary .lang {
    top: 30px;
	    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.border-left.left-position-primary, .border-right.right-position-primary, .border-bottom.bottom-position-primary {
    background: transparent !important;
}
.border-top.top-position-primary{
	background: white !important;
}
.border-left, .border-right, .border-bottom{
    background: transparent !important;
}

.main-navigation-bg .navbar-nav li.active, .main-navigation-bg .navbar-nav > .active > a {
    color: #00afef!important;
}
section h2.section-heading {
	color: white !important;
}
@media (max-width: 768px){
	img.logo-dark {
    	transition: all 1.5s ease;
    	width: 40px;
	}
}
body.ru ul.nav.navbar-nav {
    margin-left: 3.9% !important;
}