body{
    font-family: 'Open Sans', sans-serif;
}
p{
    font-family: Georgia, sans-serif;
}
a,
svg path{
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #a72842;
}
ul{
	list-style-type: none;
	padding: 0;
}
ul li{
	display: inline-block;
}
h1, h2, h3{
	text-transform: capitalize;
}
iframe {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    max-width: 100% !important;
}
.btn{
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.5px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #000;
    padding: 4px 16px;
}
.btn:hover{
    border: 1px solid #a72842;
}
.main-container{
    overflow: hidden;
}

/*--HEADER--*/

.post-template header .nav-bar{
	margin: 20px 0;
}
.nav-bar{
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.logo{
    margin-right: 25px;
}
.logo img{
    width: 101px;
    height: auto;
}
.logo-mobile{
    display: none;
}
.nav-bar .navigation .top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto 0;
}
.post-template header .nav-bar .navigation .top{
	margin-top: 0;
}
.nav-bar .top span{
	color: #8c213a;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}
.post-template header .nav-bar .top span{
	display: none;
}
.nav-bar .top span .dif-size{
    text-transform: uppercase;
    font-weight: bold;
}
.nav-bar .newsletter-form{
	margin-left: auto;
}
.newsletter-form .email{
	background-color: #eeeded;
	border: none;
    width: 305px;
    height: 26px;
    font-size: 13px;
    letter-spacing: 0.65px;
    padding: 0 10px;
}
.newsletter-form .subscribe{
	background-color: #8c213a;
    border: none;
    width: 90px;
    height: 26px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
#mc_embed_signup_scroll,
#mc_embed_signup_2_scroll{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#mc_embed_signup_3_scroll{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#mc-embedded-subscribe-3{
    margin-left: 0;
    font-size: 13px;
    cursor: pointer;
}

/*--MENU--*/

.nav-bar .navigation{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.nav-bar .menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.post-template .nav-bar .menu{
	margin-bottom: -4px;
}
.nav-bar .menu ul{
	margin: 0;
	list-style-type: none;
}
.nav li{
    margin-right: 15px;
}
.nav-bar .menu .social-links li{
	margin-left: 18px;
}
.nav li a{
	color: #4d4d4d;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.nav li a:hover{
	color: #a72842;
}
.nav-bar .menu .social-links li .search-icon{
    width: 14px;
    height: 14px;
    background-image: url('../img/search.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.nav-bar .menu .social-links li .facebook-icon{
    width: 7px;
    height: 14px;
    background-image: url('../img/facebook.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.nav-bar .menu .social-links li .twitter-icon{
    width: 15px;
    height: 12px;
    background-image: url('../img/twitter.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.nav-bar .trigger-navigation{
    display: none;
    -webkit-background-size: 25px 25px;
            background-size: 25px;
    width: 30px;
    height: 30px;
    background-image: url('../img/menu-button.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.backdrop-navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.menu-active .backdrop-navigation{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/*--INTRO--*/


.section-title{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #8c213a;
	position: relative;
	margin-bottom: 30px;
}
.section-title:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color:#8c213a;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.post{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 50%;
	margin-bottom: 15px;
}
.post .featured-image{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    top: 0;
    left: 0;
    background-color: #2a0a11;
}
.post .overlayer-post{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding: 10px 15px 15px 15px;
	z-index: 1;
}
.post .overlayer-post .post-meta li{
	position: relative;
}
.post .overlayer-post .post-meta li:after{
	content: '';
    width: 1px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    bottom: 6px;
    right: -8px;
}
.post .overlayer-post .post-meta li:last-child:after{
	content: none;
}
.post-meta{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.5px;
    color: #fff;
}
.tags a{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a72842;
}
.post-horz .post-meta time,
.post-horz .post-meta .authors{
	color: #000000;
}
.post-horz .post-meta-inline{
    margin: 10px 0 15px;
}
.post-meta .authors:not(:first-child):before{
    content: "|";
    padding: 0 8px;
}
.post-meta .authors a,
.post-meta time{
	font-size: 11px;
	color: white;
	font-weight: 600;
}
.post-meta .authors,
.post-meta time{
    white-space: nowrap;
}
.post-meta .authors a:hover{
	color: #a72842;
}
.post-meta time:before{
    content: "|";
    padding: 0 8px;
}
.intro .intro-posts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
}
.intro .intro-posts .post:nth-child(n+2){
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    padding-top: 30%;
}
.intro .intro-posts .post:first-child{
    padding-top: 50%;
}
.intro .intro-posts .post:first-child .overlayer-post h3 a{
    font-size: 30px;
    line-height: 35px;
}
.intro .intro-side .post{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.intro .intro-side{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.post .overlayer-post h3 a{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	display: block;
}
.post .overlayer-post h3 a:hover{
	color: #a72842;
}
.post .overlayer-post h3{
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 0;
}

/*--NEWSLETTER--*/

.newsletter{
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    text-align: center;
    padding: 50px 0;
    color: #ffffff;
    margin: 15px 0;
    background-color: #8e1f38;
    background-image: url('../img/newsletter.jpg');
}
.newsletter .newsletter-info h3{
	font-size: 24px;
	font-weight: bold;
}
.newsletter .newsletter-info p{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.newsletter .newsletter-info form{
	margin-bottom: 30px;
}
.newsletter .newsletter-info .email{
	background-color: #eeeded;
	border: none;
	width: 315px;
	height: 30px;
}
.newsletter .newsletter-info .subscribe{
	background-color: transparent;
    border: 1px solid #ffffff;
    width: 90px;
    height: 30px;
    color: white;
    text-transform: uppercase;
    margin-left: -5px;
    font-size: 15px;
}
.newsletter .social-links li a:hover{
    opacity: .7;
}
.newsletter .social-links li .facebook-icon{
    width: 27px;
    height: 26px;
    background-image: url('../img/facebook_1.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.newsletter .social-links li .twitter-icon{
    width: 27px;
    height: 26px;
    background-image: url('../img/twitter_1.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.newsletter .social-links{
    margin: 0;
}
.newsletter + footer{
    margin-top: -15px;
}

/*--LATEST--*/

.latest-post{
	margin-top: 40px;
}
.home-template .latest-post .post-horz:nth-child(-n+6){
    display: none;
}
.post-horz{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.post-horz .post-content{
    margin-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.post-horz .featured-image{
	min-width: 340px;
	background-position: center; 
  	background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-bottom: 30%;
    background-color: #2a0a11;
}
.tag{
	font-size: 13px;
    font-weight: bold;
    color: #8c213a;
    text-transform: uppercase;
}
.post-horz .post-content h3 a{
    font-size: 20px;
    line-height: 23px;
	font-weight: bold;
    color: #000000;
    display: block;
}
.post-horz .post-content h3 a:hover{
    color: #a72842;
}
.post-horz .post-content .authors a, 
.single-post .single-post-content .post-meta .autor a{
    color: #a72842;
	font-size: 11px;
	font-weight: 600;
}
.post-horz .post-content ul .date, .single-post .single-post-content .post-meta .autor .date{
	font-size: 11px;
	color: #000000;
}
.post-horz .post-content p{
    font-size: 13px;
}
.post-meta-inline{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
}
.post-meta-inline .authors{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.post-meta-inline .authors a{
    color: #a72842;
    line-height: 1;
}
.post-meta-inline time{
    color: #0d0e0e;
}
.post-meta-inline .author-image{
    margin: 0 6px 0 0;
}
.post-meta-inline img{
    width: 20px;
    height: 20px;
    border: 1px solid #a8a8a8;
}

/*--AUTHOR--*/
.author{
    margin: 30px auto 60px auto;
    height: auto;
    width: 100%;
    position: relative;
}

.single-post .author{
    max-width: 745px;
}

.author-template .author{
    margin-bottom: 30px;
}

.author:before{
    content: '';
    width: 2px;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    background-color: #8c213a;
    position: absolute;
    top: -15px;
    left: -30px;
}

.author .author-meta{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
}

.author .author-image{
    margin: 0 15px 0 0;
}

.author img {
    width: 50px;
    height: 50px;
    border: 1px solid #a8a8a8;
}

.author .name{
    font-size: 18px;
    color: #a72842;
    line-height: 1;
}

.author p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21.5px;
    letter-spacing: 0.14px;
}

/*--FOOTER--8*/

footer{
	background-color: #000000;
	margin-top: 80px;
	padding-bottom: 30px;
}
footer .logo{
	margin-right: 50px;
}
footer .logo img{
	width: 87px;
}
footer .nav-bar .top span{
	color: #828282;
}
footer .nav-bar .menu .nav li a {
    color: #ffffff;
}
footer .nav-bar .menu .nav li a:hover {
    color: #a72842;
}
footer .copy{
    font-size: 10px;
    line-height: 16.5px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #fff;
}
footer .copy a{
	color: #fff;
}
footer .copy a:hover{
	color: #a72842;
}


/*======SINGLE-POST=====*/

.post-template header .nav-bar .logo img{
	width: 59px;
}
.single-post .featured-image{
	width: 100%;
	height: 500px;
	background-position: center; 
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
              background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
        object-fit: cover;
}
.single-post .featured-image.no-image{
    height: 100px;
}
.single-post-content{
	background-color: #ffffff;
    max-width: 810px;
    height: auto;
    width: 100%;
    padding: 30px;
    margin: -60px auto 0 auto;
    position: relative;
}
.single-post-content .share{
    position: absolute;
    top: 80px;
    margin-left: -80px;
}
.single-post-content .share span{
    color: #c1c1c1;
    font-size: 10px;
    font-weight: 400;
    line-height: 16.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.single-post-content .share a{
    width: 30px;
    height: 30px;
    margin: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-post-content .share .facebook:hover path{
    fill: #3b5998;
}
.single-post-content .share .twitter:hover path{
    fill: #1da1f2;
}
.title{
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
}
.sub-title{
    color: #8e1f38;
    font-size: 20px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 0.2px;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 5px;
}
.sub-title:before{
    content: '';
    background-color: #8e1f38;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 1px;
}
.single-post-content p{
	font-size: 16px;
}
.editor-content{
    margin-top: 30px;
    position: relative;
}
.editor-content img{
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 5px 0;
}
.editor-content cite{
	font-size: 12px;
	font-weight: normal;
}
.editor-content .regular-font{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0;
}
.editor-content blockquote{
	font-size: 19px;
	line-height: 35px;
	font-style: italic;
	margin: 50px 0;
	position: relative;
}
.editor-content blockquote:before{
    content: '';
    width: 2px;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    background-color: #8c213a;
    position: absolute;
    top: -15px;
    left: -30px;
}
.sidebar-scrollable{
    top: 15px;
}
.editor-content p,
.editor-content li{
    font-size: 21px;
    letter-spacing: 0.18px;
	line-height: 30px;
	color: #0d0e0e;
    margin-bottom: 10px;
    font-family: Georgia, sans-serif;
}
.editor-content p,
.editor-content ul,
.editor-content ol{
	margin-bottom: 20px;
}
.editor-content ul,
.editor-content ol{
	padding-left: 20px;	
}
.editor-content ul{
    list-style-type: disc;
}
.editor-content ul li,
.editor-content ol li{
    display: list-item;
}
.editor-content a{
	color: #0d0e0e;
	text-decoration: underline;
}
.editor-content a:hover{
	color: #8e1f38;
}
.editor-content iframe[src*="https://www.youtube.com/"] {
    height: -webkit-calc(750px / 1.77777778) !important;
    height: calc(750px / 1.77777778) !important;
    width: 100% !important;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6{
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.editor-content .photo-credits{
    font-size: 12px;
    font-style: italic;
    margin-top: -20px;
    color: #828282;
}
.editor-content figcaption{
    font-size: 12px;
    font-style: italic;
    margin-top: 0;
    color: #828282;
    letter-spacing: 0.18px;
    line-height: 30px;
    font-family: Georgia, sans-serif;
}
.editor-content .kg-width-full img{
    max-width: 100vw;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.editor-content .kg-width-wide img{
    max-width: -webkit-calc(100% + 200px);
    max-width: calc(100% + 200px);
}
.editor-content .kg-gallery-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px auto;
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
    max-width: 1440px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
}

.editor-content .kg-gallery-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.editor-content .kg-gallery-image img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
    width: 100%;
    height: 100%;
}

.editor-content .kg-gallery-row:not(:first-of-type) {
    margin: 10px 0 0 0;
}

.editor-content .kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 10px;
}
.editor-content a.zoom{
    border: none;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.triple .loop{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.triple .loop .post{
    padding-top: 20%;
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
}
.tag-intro{
    margin: 30px auto 50px auto;
}
#related{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.related-posts{
    margin: 50px auto -40px auto;
}
.pagination{
    display: none;
}
#load-posts{
    margin-top: 60px;
}
#load-posts.finish{
    opacity: .5;
    pointer-events: none;
}
.author-template .author:before{
    display: none;
}
#ghost-search-field{
    background-color: #eeeded;
    border: none;
    height: 26px;
    font-size: 18px;
    letter-spacing: 0.65px;
    padding: 30px 30px;
    width: 100%;
}
.search-content{
    max-width: 100%;
    padding: 0;
    margin: 60px 0 0;
    min-height: -webkit-calc(100vh - 435px);
    min-height: calc(100vh - 435px);
}
#ghost-search-results{
    list-style-type: none;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#ghost-search-results li{
    padding: 0;
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
}

#ghost-search-results li .overlayer-post{
    position: relative;
    height: 100%;
}

#ghost-search-results .post-meta time:before{
    display: none;
}

.twitter-tweet{
    margin: 30px auto !important;
}

.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea{
    background-color: #eeeded;
    border: none;
    width: 305px;
    height: 26px;
    font-size: 13px;
    letter-spacing: 0.65px;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}

.contact-form textarea{
    height: 200px;
}

.contact-form label.error{
    font-size: 12px;
    margin-top: 5px;
    color: #ea6666;
    margin: -5px 0 10px 0;
    display: block;
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .newsletter-form .email{
        width: 200px;
    }
    .nav li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    header .nav-bar{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 15px 0;
    }
    header .nav-bar .navigation{
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        left: -300px;
        z-index: 9999;
        background: #fff;
        overflow: auto;
        padding: 23px 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu-active header .nav-bar .navigation{
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
    header .nav-bar .trigger-navigation{
        display: block;
    }
    header .nav-bar .logo img{
        display: none;
    }
    header .nav-bar .logo .logo-mobile{
        display: block;
    }
    header .nav-bar .navigation .top{
        margin: 20px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }
    header .nav-bar .menu{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-top: 25px;
    }
    header .nav li{
        display: block;
        margin-right: 0;
    }
    header .nav li a{
        padding: 5px 15px;
        display: block;
        border-bottom: 1px solid rgba(77, 77, 77, 0.15);
    }
    header .nav li:first-child a{
        border-top: 1px solid rgba(77, 77, 77, 0.15);
    }
    header .nav{
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .nav-bar .menu ul{
        width: 100%;
    }
    header .menu .social-links{
        position: absolute;
        top: 18px;
        width: auto;
        right: 15px;
    }
    .nav-bar .top span{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .intro .intro-posts{
        padding-right: 15px;
    }
    .latest-post .row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .post-template header .nav-bar .logo img{
        width: 101px;
    }
    .title{
        font-size: 38px;
        line-height: 44px;
    }
    .newsletter-form .email {
        width: 180px;
    }
    .post-template header .nav-bar .top span:not(.dif-size){
        display: block;
    }
    .post-template header .nav-bar .navigation .top{
        margin-top: 20px;
    }
    .single-post .featured-image.no-image {
        display: none;
    }
    .single-post .featured-image.no-image + .single-post-content{
        margin-top: 0;
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: -webkit-calc(630px / 1.77777778) !important;
        height: calc(630px / 1.77777778) !important;
    }
    .triple .loop .post{
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        padding-top: 30%;
    }
    .tag-intro {
        margin: 10px auto 20px auto;
    }
    #load-posts {
        margin-top: 30px;
        margin-bottom: -30px;
    }
    .single-post-content .share{
        position: relative;
        top: 0;
        margin: 20px 0 -10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .single-post-content .share a{
        margin: 0 0 0 15px;
        width: auto;
    }
    #ghost-search-results li{
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 32px;
        line-height: 36px;
    }
    .intro .intro-posts .post:nth-child(n+2){
        width: 100%;
        padding-top: 70%;
    }
    .post-horz{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .post-horz .featured-image{
        padding-bottom: 50%;
        min-width: 100%;
    }
    .post-horz .post-content{
        margin: 10px 0 0 0;
    }
    .intro .intro-posts .post:first-child .overlayer-post h3 a{
        font-size: 18px;
        line-height: 22px;
    }
    .newsletter .newsletter-info .email{
        width: 200px;
    }
    .single-post .featured-image{
        height: auto;
        margin-left: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .single-post-content{
        margin: 0;
        padding: 15px 0;
    }
    footer{
        padding-top: 30px;
    }
    footer .nav-bar{
        display: none;
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: -webkit-calc(510px / 1.77777778) !important;
        height: calc(510px / 1.77777778) !important;
    }
    .triple .loop .post{
        width: 100%;
        padding-top: 70%;
    }
    .intro .intro-posts .post:first-child{
        padding-top: 70%;
    }
    .post{
        padding-top: 70%;
    }
    #ghost-search-results li{
        width: 100%;
    }
    .search-content{
        min-height: -webkit-calc(100vh - 216px);
        min-height: calc(100vh - 216px);
    }
}

@media screen and (max-width: 575px) {
    .editor-content h1{
        font-size: 2rem;
    }
    .editor-content h2{
        font-size: 1.75rem;
    }
    .editor-content h3{
        font-size: 1.5rem;
    }
    .editor-content h4{
        font-size: 1.25rem;
    }
    .editor-content h5{
        font-size: 1rem;
    }
    .editor-content h6{
        font-size: 0.75rem;
    }
    .editor-content p, .editor-content li{
        font-size: 16px;
        line-height: 24px;
    }
    .editor-content blockquote{
        margin: 20px 0;
    }
    .editor-content blockquote:before{
        left: -15px;
    }
    .editor-content img{
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        max-width: -webkit-calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
    .editor-content iframe[src*="https://www.youtube.com/"] {
        height: -webkit-calc((100vw - 30px) / 1.77777778) !important;
        height: calc((100vw - 30px) / 1.77777778) !important;
    }
}