﻿/* Headings */


body {
	font-family: 'Oswald', sans-serif;
	color: black;
	font-size: 16px;
}

h2 {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: 1px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}

h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}


hr {
	border-top-style: dashed;
	border-top-color: #e61c39;
	border-width: 2px;
}

.underlined-h3 hr {
	display: none;
}

.underlined-h3 h3 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 30px;
}

.underlined-h4 h4 {
	font-size: 24px;
	text-transform: uppercase;
}

.underlined-h4 hr {
	display: none;
}

/* Links */

a {
	color: black;
}

/* ============================== Buttons ============================== */

.btn-sm {
	border-radius: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px;
	line-height: 1;
	letter-spacing: 1px;
	width: 120px;
}

.btn-primary {
	background-color: #00aeef;
	color: white;
	border-color: transparent;
}

/* ============================== Logo ============================== */

#abosite-topsection {
	border-bottom: none;
}

	#abosite-topsection h1 img {
		max-width: 280px;
		z-index: 1000;
	}

@media (min-width: 768px) {
	#abosite-topsection h1 img {
		position: absolute;
		max-width: 360px;
	}
}

/* ============================== Top advert carousel ============================== */

.abosite-carousel-small-buttonlink {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	line-height: 20px;
}

/* ============================== Navigation ============================== */

.navbar {
	min-height: initial;
}

.navbar-default {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background-color: #da2128;
}

	.navbar-default .navbar-nav > li > a {
		font-size: 20px;
		color: white;
	}

@media (min-width: 768px) {
	.navbar-default {
		border-radius: 0;
	}
}

.nav > li > a {
	padding-left: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #d4fab1;
}

.nav > li.abosite-nav-menutext > a {
	padding-right: 20px;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 9px;
		padding-bottom: 3px;
	}
}

#abosite-nav-separator {
	padding-left: 5px;
}

	#abosite-nav-separator a:hover {
		color: white;
	}


/* ****************************** BLOCKS ****************************** */
/* ****************************** BLOCKS ****************************** */
/* ****************************** BLOCKS ****************************** */


/* ============================== About Website Control ============================== */

#abosite-about p {
	margin-top: 30px;
}

#abosite-about div {
	float: right;
	margin-left: 20px;
}

@media (min-width: 768px) {
	#abosite-about div {
		float: right;
		margin-top: -20px;
		margin-left: 50px;
	}
}

/* ==============================  Articles Control ============================== */

#abosite-articles p {
	color: #bebebe;
	font-size: 12px;
}

#abosite-articles h5 {
	padding-top: 10px;
	border-top-style: dashed;
	border-top-color: #e61c39;
	border-width: 1px;
}

/* Carousel */

.carousel-wrapper {
	margin-top: 0;
	margin-bottom: 50px;
}

/* ============================== Contacts Control ============================== */

/* Wrappers */

#abosite-contacts-editorialstaff-wrapper div, #abosite-contacts-customerservice-wrapper div {
	text-align: left;
}

#abosite-contacts-editorialstaff-wrapper p, #abosite-contacts-customerservice-wrapper p {
	margin: 0;
}

#abosite-contacts-editorialstaff-wrapper h4, #abosite-contacts-customerservice-wrapper h4 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}


@media (min-width: 767px) {
	#abosite-contacts-customerservice-wrapper {
		float: left;
		width: 29%;
	}

	#abosite-contacts-editorialstaff-wrapper {
		float: right;
		width: 69%;
	}
}

#abosite-contacts-editorialstaff-wrapper .col-sm-6 div {
	min-height: 120px;
	text-align: left;
}

#abosite-contacts-editorialstaff-wrapper img {
	float: left;
	width: 100px;
	margin-right: 20px;
}

/* ============================== Newsletter Control ============================== */

#newsletter {
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
}

	#newsletter span {
		font-weight: normal;
		display: block;
		margin-bottom: 20px;
		font-style: normal;
		font-size: 30px;
	}

#abosite-newsletter {
	margin-top: 30px;
}

/* ============================== Sneak Peak Control ============================== */

#abosite-sneakpeak-large p {
	font-family: 'Libre Baskerville', serif;
	text-transform: none;
	font-weight: bold;
}

/* ==============================  Tag Control ============================== */

#abosite-tags {
	background-color: #e5f9c6;
	padding: 10px;
	line-height: 24px;
}

	#abosite-tags a {
		color: black;
	}
