/* custom EB style */

.entry-content h2 {
    text-transform: uppercase;
    font-weight: 900;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h3#reply-title {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

a:hover,
a:focus,
a:active {
    color: #c40c7e;
}

article h2:after {
	content: "";
    position: relative;
    width: 40px;
   /* background-color: #ff10a4;*/
    height: 6px;
    display: block;
    margin: 10px 0 0 0;
} 

.pink-accent.left-pink:after {
    margin: 10px 0 0 0;
}

.pink-accent:after {
    content: "";
    position: relative;
    width: 40px;
    background-color: #ff10a4;
    height: 6px;
    display: block;
    margin: 10px auto 0;
}

p {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

blockquote p {
	max-width:initial;
	margin: 1.5em 0;
}

span.embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

iframe.youtube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* XS */
@media only screen and (max-width: 430px) {
	
	.post-header-slider-wrapper .post-header-wrapper {
		height:450px !important;
	}

	header#posthead {
		height:450px !important;
		/*background-size:auto;*/
		background-position:top;
	}
}

header#posthead .post-header-title h1 { /* old */
   /* font-size: 54pt;
    font-weight: 900; */
}

/* GDPR */

.gdpr {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	font-size: 10px;
}
.gdpr button {
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 7pt;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-10,
.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
button {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif !important;
	border: none;
}

@media only screen and (min-width: 767px) {
	.gdpr {
		font-size: 14px;
	}
	.gdpr button {
		margin-top: 15px;
		padding: 12px 20px;
		font-size: 9pt;
	}
	.container {
	    width: 750px;
	}
	.col-sm-10 {
	    width: 83.33333333%;
	    float: left;
	}
	.col-sm-2 {
		width: 16.66666667%;
		float: left;
	}	
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}
