﻿
/* Blog overview items */

.news-v1 .news-v1-in {
    background: white !important;
}

a.LoadMoreButton {
    font-family: Geomanist;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-color: #333333;
    border: solid 1px #333333;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 15px 25px 15px 25px;
}


@media (min-width: 1550px) {
    .news-v1 {
        padding-left: 175px;
        padding-right: 175px;
    }
}

.blogPanel {
    text-align: center;
    margin-bottom: 120px;
    height: 650px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .blogPanel {
        margin-bottom: 20px;
        height: 600px;
    }
}

@media (max-width: 767px) {
    .blogPanel {
        margin-bottom: 20px;
        height: auto;
        overflow: visible;
    }
}


.blogPanel hr {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 2px;
    background-color: #333333;
}

.BlogImage {
    margin-bottom: 28px;
}

    .BlogImage img {
        width: 100%;
    }

.BlogType {
    font-family: Geomanist;
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: 4px;
}

.BlogTitle {
    font-family: PlayfairDisplay;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000000;
    display: block;
    margin-bottom: 25px;
    min-height: 100px;
    text-overflow: ellipsis;
}

.BlogSubtitle {
    font-family: Geomanist;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #262626;
    display: block;
    margin-bottom: 25px;
}

.BlogPostedBy {
    opacity: 0.5;
    font-family: Geomanist;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
}

.BlogPostedByName {
    opacity: 0.5;
    font-family: Geomanist;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
}

/* Blog page items */

div.blogpage-intro,
div.blogpage-html,
div.blogpage-imageblock,
div.blogpage-youtube {
    margin: 120px 250px 40px 250px;
}

.imageblock {
    margin-bottom: 40px;
}

    .imageblock .row {
        margin-top: 0;
        margin-bottom: 0;
    }

.imageblock-image {
    width: 100%;
    margin-top: 20px;
}

div.blogpage-quote {
    margin: 80px 175px 40px 175px;
}

.blogpage-intro * {
    font-size: 24px;
    color: #3e3c35;
}

.blogpage-html * {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    color: #3e3c35;
}

.blogpage-html h1,
.blogpage-html h2,
.blogpage-html h3,
.blogpage-html h4,
.blogpage-html h5,
.blogpage-html h6 {
    font-family: 'Playfair Display';
    letter-spacing: 1px;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: left;
}

.blogpage-html h1 {
    font-size: 36px;
    line-height: 48px;
}

.blogpage-html h2 {
    font-size: 32px;
    line-height: 42px;
}

.blogpage-html h3 {
    font-size: 28px;
    line-height: 36px;
}

.blogpage-html h4 {
    font-size: 24px;
    line-height: 32px;
}

.blogpage-html h5 {
    font-size: 20px;
    line-height: 28px;
}

.blogpage-html h6 {
    font-size: 18px;
    line-height: 24px;
}

.blogpage-html p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blogpage-html strong {
    font-weight: 700;
}

h1.blogpage-quote {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 30px;
    line-height: 48px;
    color: #333333;
    text-align: center;
}

h2.blogpage-quote-author {
    font-family: Geomanist;
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.blogpage-image img {
    width: 100%;
}

.blogpage-intro hr,
.blogpage-html hr {
    text-align: center;
    margin: 30px auto 40px auto;
    width: 120px;
    height: 2px;
    background-color: #333333;
}

div.blogpage-tag {
    border: solid 1px #333333;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    margin: 0 20px 5px 0;
    text-align:center;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Start media queries */

@media (max-width: 1200px) {
    div.blogpage-intro,
    div.blogpage-imageblock,
    div.blogpage-youtube,
    div.blogpage-html {
        margin-left: 175px;
        margin-right: 175px;
    }

    div.blogpage-quote {
        margin-left: 150px;
        margin-right: 150px;
    }
}

@media (max-width: 1000px) {
    div.blogpage-intro,
    div.blogpage-imageblock,
    div.blogpage-youtube,
    div.blogpage-html {
        margin-left: 125px;
        margin-right: 125px;
    }

    div.blogpage-quote {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (max-width: 800px) {
    div.blogpage-intro,
    div.blogpage-imageblock,
    div.blogpage-youtube,
    div.blogpage-html,
    div.blogpage-quote {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media (max-width: 600px) {
    div.blogpage-intro,
    div.blogpage-imageblock,
    div.blogpage-youtube,
    div.blogpage-html,
    div.blogpage-quote {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 400px) {
    div.blogpage-intro,
    div.blogpage-imageblock,
    div.blogpage-youtube,
    div.blogpage-html,
    div.blogpage-quote {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.8em;
    }
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
