@import "reset.css";
:root {
    --primary-color: #313131;
    --secondary-color: #bf9f5a;
    --triple-color: #888;
    --forth-color: #f5f5f5;
    --fifth-color: #999;
    --sixth-color: #d4d4d4;
}

body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: var(--primary-color);

}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
    padding-top: 63px;
}

.footer {
    flex: 0 0 auto;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.container {
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
}

.blackh2 {
    color: var(--primary-color);
    text-transform: uppercase;
    margin: 50px 0 5px;
    font-weight: 900;
    text-align: center;
    font-size: 20px;
}

.title {
    width: 100%;
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    margin: 50px 0 25px;
    position: relative;

}

ol {
    margin-left: 30px;
    margin-bottom: 15px;

}

.single__content ul {
    margin-left: 30px;
    margin-bottom: 15px;
    list-style: circle;
}

ol li,
.single__content ul li {
    margin-bottom: 10px;
    padding-left: 10px;
	    line-height: 1.5em;
}

.burger {
    cursor: pointer
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

button:focus {
    outline: none;
}

/*---------------header-----------*/

.header__top {
    border-bottom: 1px solid #f0eade;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
}

.header__top.f-nav {

    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, .4);
    box-shadow: 0px 1px 5px rgba(190, 190, 190, .4);
}

.header__top .container {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header__bottom {
    border-bottom: 1px solid #f0eade;
    padding: 15px 0 15px;

}

.header__bottom .logo {
	text-align: center;
}

.header__menu li {
    padding: 20px;
    font-weight: 600;
}

.header a {
    color: var(--primary-color);
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
	vertical-align: middle;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    max-height: 0;
    top: 100%;
    overflow: hidden;
    width: 240px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transition-delay: .5s;
    transform: scaleY(0);
    transform-origin: top left;
    border: 1px solid #f0eade;
    background-color: #fff;
}

.menu-item-has-children .sub-menu li {
    padding: 0 15px;
    font-weight: normal;
}

.menu-item-has-children .sub-menu li a {
    padding: 10px 50px 10px 5px;
    display: block;
    border-bottom: 1px solid #f0eade;
}

.menu-item-has-children .sub-menu li:last-child a {
    border-bottom: none;
}

.menu-item-has-children:hover .sub-menu {
    max-height: none;
    transform: scaleY(1);
}

.header__socnet li {
    margin: 0 10px;
}

.header__socnet .search {
    margin-left: 10px;
	display: none;
}

/*---main__slider--*/

.main__slider {
    justify-content: space-between;
}
.main__slider img {
    
    height: 515px;
    object-fit: cover;
}
.main__slider img:nth-child(1) {width: 24%;}
    .main__slider img:nth-child(2) {width: 50%;}
    .main__slider img:nth-child(3) {width: 24%;}

/*------main----*/

.main .container {
    justify-content: space-between;
    padding: 10px;
}

.title:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -11px;
    border: 6px solid transparent;
    border-top: 6px solid var(--primary-color);
}

.main__left {
    max-width: calc(100% - 390px);
    flex-shrink: 2;
}

.moments .owl-carousel .owl-stage-outer {
    height: 410px;
}

.moments .owl-carousel .owl-stage,
.moments .owl-carousel.owl-drag .owl-item,
.moments article {
    height: 100%;
}

.moments article {
    position: relative;
}

.moments article a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.moments img {

    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
}

.moments article > a:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
}

.moments__description {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px 30px 15px;
    z-index: 3;
    color: #fff;
}

.moments h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.moments .continent {
    border-right: 1px solid #fff;
    padding-right: 20px;
    font-weight: bold;
    display: inline;
    color: #fff;
}

.moments .date {
    padding-left: 15px;
}

#loadmore {
	text-align: center;
	width: 100%;
}
#loadmore a {
	display: inline-block;
	padding: 10px;
    background-color: var(--primary-color);
    margin: 0 15px;
    color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid var(--sixth-color);
    width: 13px;
    height: 13px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.moments__list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.moment {
    width: 48%;
    margin-bottom: 45px;
}

.moment img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.tag {
    color: var(--secondary-color);
    margin-right: 25px;
    position: relative;
    font-size: 17px;
    font-family: 'Open Sans Condensed', sans-serif;

}

.tag:after {
    display: inline-block;
    content: "";
    position: absolute;
    border: 1px solid var(--secondary-color);
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: -16px;
    top: 10px;

}

.tag:first-child::after {
    display: none;
}

.moment h3 a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 12px 0;
    color: var(--primary-color);
}

.moment .info {
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
}

.moment .info:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: var(--secondary-color);
    bottom: 0;
    left: 0;
}

.moment .info a, a.continent {
    color: var(--primary-color);

}

.date {
    color: var(--triple-color);
}
.moment .date, .cat__item-info .date {
    position: relative;
	margin-left: 40px;
}
.date:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    left: -22px;
    top: 6px;
    border-left: 1px solid var(--triple-color);
}

.anounce a {
    color: var(--secondary-color);
    display: inline-block;
    padding-top: 10px;
}

.main__right {
    flex-shrink: 0;
    width: 340px;
    margin-left: 50px;
    text-align: center;
}

.about img {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    object-fit: cover;
}

.h3__right {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0 16px;
    margin-bottom: 19px;
    display: block;
    position: relative;
}

.h3__right:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
    border-top: 1px solid var(--secondary-color);
}

.about p {
    line-height: 1.8;
    font-size: 15px;
}

.recent .flex {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}

.recent .flex:nth-child(2) {
    padding-top: 0;
}

.recent .flex:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.recent__img {
	flex-shrink: 0;
}
.recent img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
	    filter: brightness(0.6);
}

.recent .date {
    margin: 10px 0 0;
    font-size: 14px;
}

.recent .date:before {
    display: none;
}

.recent h3 a{
    font-weight: bold;
    font-size: 14px;
	color: var(--primary-color);
}
.instagram {
    border-top: 1px solid #f0eade;
}
.instagram .blackh2 {
    margin-top: 10px;
}
.instagram i {
    margin-right: 5px;
}

.instagram__feed {
    width: 100%;
}

.instagram__photo {
    width: 12.5%;
}

.instagram__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-------profit--*/

.profit {
    background-color: #fafafa;
}

.profit .flex {
    justify-content: space-between;
    padding-bottom: 30px;
}

.profit__item {
    width: 22%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.profit__item-top {
    order: 1;
    margin-top: 10px;
}

.profit__item-top a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
}

.profit__item-bottom img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

/*-------cards-----------*/

.cards {
    background-color: #e8e8e8;
    padding-bottom: 40px;
}

.cards__item-photo {
    width: 45%;
}

.cards__item-info {
    padding: 0 20px 0 10px;
    order: 1;
}

.cards span {
    text-transform: uppercase;
    color: var(--secondary-color);
}

.cards__item-info h3 a {
    color: var(--primary-color);
    font-weight: 900;
    padding-top: 5px;
    display: block;
}

/*------single-------------*/

.single__content {
    margin-top: 50px;
}

.single__tags {
    text-align: center;
}

.single__content h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.lwptoc_header {
	margin-bottom: 20px;
}
.lwptoc_item {
	margin-bottom: 10px;
}
.lwptoc_item .lwptoc_item {
	margin-bottom: 5px;
}
.single__content h2, .single__content h2 span {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.single__content h3, .single__content h3 span {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.single__photo {
    margin: 25px 0;
}

.single__photo img {
    height: 410px;
    width: 100%;
    object-fit: cover;
}
.single__content .info a {
	    position: relative;
    	margin-right: 40px;
}
.single__content .info a:before {
	    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: -22px;
    top: 5px;
    border-left: 1px solid var(--triple-color);
}
.single__content p {
    margin-bottom: 15px;
    text-indent: 1.1em;
    line-height: 1.5em;
}
.single__content p.wp-caption-text {
	font-size: 14px;
    margin-top: -10px;
	color: #aaaaaa;
	text-indent: 0;
}

.wp-caption {
	max-width: 100% !important;
}
.single__content a {
    color: var(--secondary-color);
}

blockquote {
    position: relative;
    padding-left: 50px;
    color: var(--triple-color);
    font-style: italic;
    line-height: 1.7em;
    min-height: 40px;
    margin-bottom: 10px;

}

blockquote:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    font-size: 34px;
    left: 0;
    color: var(--secondary-color);
    top: 5px;
}
blockquote.warning {
	padding: 20px 20px 5px 50px;
	background-color: #f2efed;
	font-style: normal;
	border-radius: 10px;
}
blockquote.warning p {
	text-indent: 0;
	color: var(--primary-color);
}
blockquote.warning:before {
	content: "\f12a";
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
blockquote.more:before {
	content: "";
}

blockquote.more {
	min-height: 20px;
	background-color: #f1f1f1;
    border-left: 2px solid #313131;
    border-radius: 5px 0 0 5px;
	padding: 20px 0 20px 30px;
}
blockquote.more p {
	margin-bottom: 0;
}
blockquote.more a:after {
    content: "\2192";
	display: inline-block;
}
.single__content img {
    width: 100%;
    object-fit: cover;
    margin: 10px 0;
}
.single__txt img {
    border-radius: 10px;
}
.single__cat {
    margin: 40px 0 30px;
}

.single__cat a {
    text-transform: uppercase;
    color: var(--triple-color);
    font-size: 11px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid var(--sixth-color);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 8px;
}

.single__interaction {
    justify-content: center;
    border-bottom: 1px solid #f0eade;
    border-top: 1px solid #f0eade;
    padding: 15px 0;
	flex-wrap: wrap;
}

.single__interaction > div {
    padding: 0 25px;
    border-right: 1px solid #f0eade;
	align-items: center;
}

.single__interaction > div:last-child {
    border-right: none;
}

.single__comments-count i, .single__like i {
    margin-right: 10px;
}
.fa-heart-active {
	color: red;
}
.single__author {
    padding: 30px 0;
    border-bottom: 1px solid #f0eade;

}

.single__author a {
    color: var(--primary-color);
    margin-right: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single__author-photo {
    flex-shrink: 0;
}

.single__author-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;

}

.single__author-info {
    margin-left: 20px;
}

.single__author-info h4 {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.single__author-info p {
    text-indent: 0;
}
.crp_related  .flex {
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
.crp_related .flex div {
	padding:15px;
	border: 1px solid #f0eade;
	border-radius: 10px;
}
.crp_related  img {
	margin: 0;
}
/*---------Category----------*/

.cat__item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0eade;
}
.cat__item:last-child {
    border: none;
}
.cat h1 {
    font-size: 26px;
    margin: 50px 0 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.cat__item-img {
    flex-shrink: 0;
    margin-right: 30px;
}

.cat__item-img img {
    height: 245px;
    width: 370px;
    object-fit: cover;
}

.cat .tags {
    margin-bottom: 13px;
}

.cat h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.cat h2 a {
    color: var(--primary-color);
}

.cat .info {
    margin-bottom: 35px;
    position: relative;
	color: var(--triple-color);

}

.cat .info:after {
    width: 60px;
    height: 1px;
    background-color: var(--secondary-color);
    content: "";
    display: block;
    left: 0;
    bottom: -18px;
    position: absolute;
}
.cat .info i {
	margin-right: 5px;
	font-size: 14px;
}
.cat__item-info p {
    font-size: 15px;
    line-height: 1.8em;
}

.cat__item-info p + a {
    margin-top: 10px;
    color: var(--secondary-color);
    display: block;
}

.cat__item-info p + a:after {
    content: "»";
    font-size: 18px;
    display: inline-block;
    padding-left: 5px;
}
.nav-links {
	justify-content: center;
}
.nav-links a, .nav-links span {
	padding: 10px;
	background-color: var(--primary-color);
	margin: 0 5px;
	color: #fff;
}
.nav-links span {
		background-color: var(--secondary-color);

}

/* --main-putevoditel-- */

.main-putevoditel .single__txt a {
	border-bottom: 3px solid #ff4641;
    transition: .2s;
	color: var(--primary-color);
}
.main-putevoditel .single__content ul li::marker {
	color: #ff4641;
}
/*---------footer------*/

.footer {
    background-color: var(--primary-color);
    padding: 30px 0 15px;
    margin-top: 50px;
}

.footer__top .flex {
    justify-content: space-evenly;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 25px;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer__top .flex li {
    display: inline-block;
    padding: 0 3px;
}

.footer__top a {
    color: var(--fifth-color);
    font-size: 18px;
    text-transform: uppercase;
}

.footer__top a i {
    margin-right: 15px;
}

.footer__info {
    text-align: center;
}

.footer__info a {
    color: var(--fifth-color);
    font-size: 14px;
    margin: 0 10px;
}

.footer__copy {
    padding: 20px 0;
    position: relative;
    text-align: center;
    color: var(--fifth-color);

}

.footer__copy a {
    position: absolute;
    height: 35px;
    width: auto;
    bottom: 0;
    right: 0;
}

.footer__copy a img {
    height: 35px;
    width: 69px;
}
table.table-bank-card {
	margin-bottom: 25px;
}
	.table-bank-card td {
		padding: 15px 6px;
		margin: 5px;
		border: 1px solid #CCC;
		font-size: 14px;
	}
	.table-bank-card th {
		background-color: #efeff0;
    color: #333;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
		line-height: 23px;
		border: 1px solid #CCC;
}

/*-----------burger---------*/

.burger {
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    width: 30px;
    height: 26px
}

.burger .bar {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
    overflow: hidden;
}

.burger .bar:nth-child(1) {
    top: 3px;
    transform: rotate(0);
    transition: background-color 1.3s ease-in-out, transform .3s ease-in-out, top .4s ease-in-out
}

.burger .bar:nth-child(2) {
    top: 11px
}

.burger .bar:nth-child(3) {
    top: 19px;
    transform: rotate(0);
    transition: background-color 1.3s ease-in-out, transform .3s ease-in-out, top .4s ease-in-out
}

.burger .bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.5s;
}

.burger .bar:nth-child(1):after {
    transition-delay: 0.1s
}

.burger .bar:nth-child(2):after {
    transition-delay: 0.2s
}

.burger .bar:nth-child(3):after {
    transition-delay: 0.3s
}

.burger:hover .bar:after {
    left: 0
}

.burger.close .bar:nth-child(1),
.burger.close .bar:nth-child(3) {
    background-color: var(--secondary-color);
    transform: rotate(45deg);
    top: 9px;
}

.burger.close .bar:nth-child(2) {
    visibility: hidden;
}

.burger.close .bar:nth-child(2)::after {
    display: none;
}

.burger.close .bar:nth-child(3) {
    transform: rotate(-45deg);
}

/*-------HOVER-------------*/

.single__content a:hover {
    text-decoration: underline;
}
.main-putevoditel .single__txt a:hover {
	color: #ff4641;
	border-bottom: none;
	text-decoration: none;
}
.single__author a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.single__cat a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--secondary-color);
}
.header a:hover {
	color: var(--secondary-color);
}

/* Small Devices, Tablets */

@media only screen and (max-width: 1109px) {
    .main__slider img {
        height: 360px;
    }
    .container {
        max-width: 95vw;
        min-width: 90vw;
    }
        .title {
        margin: 20px 0 10px;
    }
	.single__content {
    margin-top: 20px;
}
    .main__left {
        max-width: calc(100% - 310px);
    }
    .main__right {
        margin-left: 10px;
        width: 300px;
    }
    .about img {
        width: 300px;
        height: 300px;
    }
    .moment {
        width: 48%;
    }
    .cat__item-img {
        margin-right: 10px;
    }
    .cat__item-img img {
        width: 280px;
        height: 220px;
    }

}
@media only screen and (max-width: 840px) {
    .header__menu li {
        padding: 20px 10px;
    }
    .main .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        padding: 3px;
    }
    .main__left {
        max-width: 100%;
    }
    .main__right
}
@media only screen and (max-width: 700px) {
    .header__top {
        padding: 10px 0;
    }
    .header__menu .burger {
        display: block;
    }
	.header__menu li {
		padding: 0;
	}
	.header__menu li a {
		display: block;
		padding: 20px 10px;
	}
    .header__menu .flex{
        position: absolute;
        left: -570px;
        top: 41px;
		width: 70%;
        display: block;
        height: 100vh;
        background-color: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .header__menu .flex.show {
        left: 0;
		box-shadow: 500px 500px 0 500px #00000099;
    }
	.main__slider img {
    height: 220px;
}
    .header__menu li {
        border-bottom: 1px solid var(--triple-color);
    }
	.header__menu li.menu-item-has-children {
	transition: 0.5s ease;
	} 
	.menu-item-has-children:after {
		position: absolute;
		top: 22px;
			right: 10px;
	}
	.menu-item-has-children .sub-menu {
		position: relative;
		width: 100%;
		left: -10px;
		border: none;
		top: 21px;
	}
	.menu-item-has-children .sub-menu li:last-child {
		border: none;
	}
	.menu-item-has-children:hover{
		padding: 20px 10px 35px;
	}
    .cat__item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cat__item-img {
        width: 100%;
        margin-right: 0;
    }
    .cat__item-img img {
        width: 100%;
    }
	.single__photo img, .single__txt img.size-full {
		height: auto;
	}
}


@media only screen and (max-width: 510px) { 
	.header__socnet i {
		font-size: 25px;
	}
    .moments .owl-carousel .owl-stage-outer {
        height: 360px;
    }
    .moment, .main__right {
        width: 100%;
    }
	.moment {
		margin-bottom: 30px;
	}
	.moment img {
		filter: brightness(0.9);
	}
    .main__right {
        margin-left: 0;
    }
	.crp_related .flex div {
		padding: 10px;
		margin-bottom: 10px;
	}
    .footer__top .flex {
        justify-content: flex-start;
    }
    .footer__top .flex li {
        width: 50%;
		    margin: 10px 0;
    }
	.footer__bottom {
		padding-bottom: 30px;
	}

    .footer__copy a {
		position: static;
		display: inline-block;
		margin-top: 10px;
    }
	.footer__info a {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	.single__content .info a:before {
		display: none;
	}
	.single__content .date {
		display: inline-block;
		width: 100%;
		padding-top: 5px;
	}
    .single__author {
        display: block;
        
    }
    .single__author-photo {
        float: left;
    }
    .single__author-info {
        margin-left: 0;
    }
}
@media only screen and (max-width: 440px) { 
	body, html {
		font-size: 18px;
	}
}
@media only screen and (max-width: 340px) { 
	.crp_related .flex div {
		width: 49%;
		padding: 5px;
	}
	.crp_related .flex div a {
		width: auto;
	}
}