/*
Theme Name: Bi Theme
Theme URI: http://wwww.businessinsider.fr
Author: the BI team
Author URI: http://wwww.businessinsider.fr
Description: This theme is an modified version of lovecraft theme
Version: 100
*/
@charset "UTF-8";

/*---------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Header
	4.	Navigation
	5.	Blog
	6.	Single Post
	7.	Post Content
	8.	Comments
	9.	Respond
	10.	Page & Page Templates
	11.	Pagination
	12.	Sidebar
	13.	Footer
	14.	Credits
	15.	Media Queries

-----------------------------------------------------------------------------------

	#185f7c : BI blue / All
	#01829e : Cool blue / Tech
	#cf4e00 : Burnt orange / Finance
	#3f8e3b : Green / Politics
	#a11d0b : Deep red / Strategy
	#984b55 : Mauve / Life
	#2b679f : Warm blue / Entertainment
	#222 : Black / Body text
	#00709a : Links blue
	#005580 : Hover links blue
	#fafafa : Light grey
	#ddd : Medium grey
	#f11e1e : Flame very hot
	#f3502a : Flame hot
	#f47512 : Flame warm
	#888 : Flame cool

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { margin:0; padding:0;height: 100vh;width: 100vw;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	 text-rendering: optimizelegibility;
 }
table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul { list-style:none; }

blockquote:before,
blockquote:after { content:""; }

a { outline:none; }

input,
textarea {
	-webkit-font-smoothing: antialiased;
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.group:after,
.post:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* FONTS NORMAL */
@font-face {
    font-family: 'headline-semi-bold';
    src: url('/content/fonts/FaktConPro-SemiBold.eot');
    src: url('/content/fonts/FaktConPro-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/FaktConPro-SemiBold.woff2') format('woff2'),
         url('/content/fonts/FaktConPro-SemiBold.woff') format('woff'),
         url('/content/fonts/FaktConPro-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'headline-semicon-semi-bold';
    src: url('/content/fonts/FaktSmConPro-SemiBold.eot');
    src: url('/content/fonts/FaktSmConPro-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/FaktSmConPro-SemiBold.woff2') format('woff2'),
         url('/content/fonts/FaktSmConPro-SemiBold.woff') format('woff'),
         url('/content/fonts/FaktSmConPro-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'headline-semi-normal';
    src: url('/content/fonts/FaktSmConPro-Normal.eot');
    src: url('/content/fonts/FaktSmConPro-Normal.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/FaktSmConPro-Normal.woff2') format('woff2'),
         url('/content/fonts/FaktSmConPro-Normal.woff') format('woff'),
         url('/content/fonts/FaktSmConPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* FONTS ITALIC // NOT IN USE
@font-face {
    font-family: 'headline-semi-normal_italic';
    src: url('/content/fonts/FaktSmConPro-NormalItalic.eot');
    src: url('/content/fonts/FaktSmConPro-NormalItalic.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/FaktSmConPro-NormalItalic.woff2') format('woff2'),
         url('/content/fonts/FaktSmConPro-NormalItalic.woff') format('woff'),
         url('/content/fonts/FaktSmConPro-NormalItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'headline-semicon-semi-bold_italic';
    src: url('/content/fonts/FaktSmConPro-SemiBoldItalic.eot');
    src: url('/content/fonts/FaktSmConPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/FaktSmConPro-SemiBoldItalic.woff2') format('woff2'),
         url('/content/fonts/FaktSmConPro-SemiBoldItalic.woff') format('woff'),
         url('/content/fonts/FaktSmConPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'headline-semi-bold_italic';
    src: url('/content/fonts/FaktConPro-SemiBoldItalic.eot');
    src: url('/content/fonts/FaktConPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/FaktConPro-SemiBoldItalic.woff2') format('woff2'),
         url('/content/fonts/FaktConPro-SemiBoldItalic.woff') format('woff'),
         url('/content/fonts/FaktConPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	color: #111;
	background: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #00709a;
	text-decoration: none;
}

body a:hover {
	color: #005580;
	text-decoration: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wp-post-image {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #1d1d1d;
	color: #FFF;
}

::-webkit-input-placeholder { color: #666; }
:-ms-input-placeholder { color: #666; }


/* Transitions --------------------------------------- */


body a,
.post-tags a,
.post-tags a:before,
.tagcloud a,
.tagcloud a:before {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.main-menu a,
.main-menu li::after,
.blog-title a,
.content form input,
.content form textarea,
.sticky-post,
.search-submit,
.more-link,
#infinite-handle span,
.btn,
.main-menu > .menu-item-has-children a,
.main-menu > .menu-item-has-children > a::after {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.nav-toggle .bar {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2. Structure
/* -------------------------------------------------------------------------------- */


.section {
	padding: 60px 0;
	display: block;
}
.wrapper.section {
	position: relative;
	padding-top: 20px !important;
}

.big-padding { padding: 80px 0; }
.medium-padding { padding: 40px 0; }
.small-padding { padding: 20px 0; }
.no-padding { padding: 0; }

.bg-white { background: #FFF; }
.bg-light { background-color: #fafafa; }
.bg-red { background-color: #ca2017; }
.bg-graphite { background-color: #222; }
.bg-dark { background-color: #111; }

.bg-image {
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.section-inner {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
}
	.wrapper .section-inner {
		padding-top: 40px !important;
		background: #fff;
	}
	.content {
		float: left;
		width: 100%;
		margin-right: -360px;
	}
	.content-wrap {
		margin-right: 360px;
	}
	.sidebar {
		width: 300px;
		float: right;

		position: relative;
	}

.section-inner.light { width: 900px; }
.section-inner.thin { width: 700px; }

.wrapper-inner { position: relative; }


/* gridiriffic */


.one-fourth { width: 22%; margin-left: 4%; float: left; }
.one-third { width: 30%; margin-left: 5%; float: left; }
.one-half { width: 47.5%; margin-left: 5%; float: left; }
.two-thirds { width: 65%; margin-left: 5%; float: left; }

.one-fourth:first-child,
.one-third:first-child,
.one-half:first-child,
.two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */

/*	SPLASH SCREEN

/* -------------------------------------------------------------------------------- */
body.splash {
	font-family: 'Playfair Display', Georgia, serif;
}

.splash-cover {
	padding: 50px;
	background: #06090a url(bg3.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	height: 100vh;
}
.splash-cover a {
	color: #fff;
	border-bottom: 3px solid;
	border-color: rgba(255,255,255,0.5);
	padding-bottom: 3px;
}
.splash-cover a:hover {
	border-bottom: 3px solid rgba(255,255,255,1);
	color: #fff;
}
.splash-content {
	position: absolute;
	bottom: 100px;
	left: 50px;
	width: 80%;
}
.splash h1 {
	text-indent: -5000px;
	width: 200px;
	height: 125px;
	background: url(logo-splash4.png) no-repeat 0 0;
	background-size: 200px 125px;
}
.splash h2 {
	font-family: 'headline-semi-bold',Helvetica, Arial,sans-serif;
	/* text-shadow: 2px 2px 0px rgba(0,0,0,0.6); */
	margin-bottom: 0.5em;
	font-size: 48px;
}
.splash p {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.5em;
}
.splash .cta-optin {
	margin: 2rem 0 0 0;
	line-height: 1.8em;
}
.splash .cta-optin a {
	display: inline-block;
	border-width: 5px;
	font-size: 22px;
	font-style: italic;
	padding: 20px 0;
}

.splash-optin {
	display: block;
	padding: 80px 50px 100px 50px;
}
.splash-optin div {
	display: inline-block;
}
.splash-optin label {
	display: block;
	font-family: 'headline-semi-bold',Helvetica, Arial,sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #185f7c;
	margin-bottom: 6px;
}
.splash-optin div {
	display: flex;
}
.splash-optin input[type=text] {
	flex: 1;
	max-width: 700px;
	border: none;
	padding: 11px 20px 15px 20px;
	background: #eee;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 24px;
	font-style: italic;
}
.splash-optin input[type=submit] {
	padding: 15px 20px 12px 20px;
	background: #185f7c;
	font-family: 'headline-semi-bold',Helvetica, Arial,sans-serif;
	font-size: 24px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.splash-optin input[type=submit]:hover {
	background: #111;
}

.splash p.legal {
	margin-top: 50px;
	font-size: 12px;
	line-height: 1.8em;
	color: #939393;
}

/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
.cp-wrapper {
	background: #d9edf7;
	padding: 20px 0;
}
.cp {
	width: 1140px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}
.cp p {
	color: #185f7c;
	font-size: 13px;
	line-height: 1.4em;
	padding-right: 120px;
}
.cp p a {
	font-weight: bold;
}
.cp p a:hover {
	border-bottom: 1px solid #185f7c;
}
.cp a.close {
	position: absolute;
	top: 50%;
	right: 0;
	color: #b0bdbf;
	margin-top: -10px;
}
.cp a.close em {
	display: none;
}
.cp a.close:hover {
	color: #185f7c;
}

.phold_top {
	padding: 0;
	text-align: center;
}
.phold_top_banner {}
.phold_top .widget_phold {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.header, .header * {box-sizing: border-box;}
.header {
	padding: 15px 0;
	background: #185f7c;
	height: 98px;
}

.header .section-inner {
	position: relative;
}

.header-wrap {
	display: inline-block;
	width: 33%;
}


/* Navigation --------------------------------------- */
.navigation > .section-inner {
	max-width: 100%;
	text-align: center;
}

/* Nav Toggle */

.toggle {
	position: relative;
}

.nav-toggle {
	display: block;
	width: 24px;
	height: 55px;
	float: left;
	margin-right: 35px;
}

.toggle:hover { cursor: pointer; }

.nav-toggle .bar {
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	-webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
	transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
}

.nav-toggle .bar:nth-child(1) { margin-top: -9px; }
.nav-toggle .bar:nth-child(2) { margin-top: -2px; }
.nav-toggle .bar:nth-child(3) { margin-top: 5px; }

.nav-toggle.active .bar {
	background: #fff !important;
	background-color: #fff !important;
	-webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
	-moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
	-o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
	transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
}

.nav-toggle.active .bar:nth-child(1),
.nav-toggle.active .bar:nth-child(3) { margin-top: -2px; }

.nav-toggle.active .bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-toggle.active .bar:nth-child(2) {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Search Toggle */

.search-toggle {
	float: right;
	display: inline-block;
	height: 50px;
	width: 50px;
}

.search-toggle .genericon {
	width: 100%;
	font-size: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	color: #fff;
}

.search-toggle.active { color: #fff !important; }
.search-toggle.active .genericon { color: #fff !important;}


/* Menus --------------------------------------- */


.main-menu { display: none; }

.mobile-menu {
	text-align: center;
}
.mobile-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: -4px;
}

/*.mobile-menu > li:first-child { border-top: none; }*/

.mobile-menu a {
	display: block;
	padding: 0 2rem;
	font-size: 0.9em;
	line-height: 45px;
	color: #fff;
	border-left: 1px solid #14516a;
	margin: 0;
}
.mobile-menu > li:last-child a {
	border-right: 1px solid #14516a;
}

.mobile-menu ul a { padding-left: 10%; }
.mobile-menu ul ul a { padding-left: 15%; }
.mobile-menu ul ul ul a { padding-left: 20%; }
.mobile-menu ul ul ul ul a { padding-left: 25%; }
.mobile-menu ul ul ul ul ul a { padding-left: 30%; }

.mobile-menu >li > a:hover, .mobile-menu > li.active > a {
	background: #003341;
	color: #fff;
}


/* Mobile Search --------------------------------------- */


.mobile-search { position: relative; }

.mobile-search form {
	display: block;
	max-width: 90%;
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
}

.mobile-search .search-field {
	display: block;
	width: 100%;
	padding: 15px 84px 15px 20px;
	margin: 0;
	background: #fff;
	border-radius: 5px;
	border: none;
	font-size: 2rem;
	font-family: Georgia, serif;
	letter-spacing: -1px;
	font-style: italic;
	color: #838383;
}

.mobile-search .search-field:focus { outline: none;color:#222; }

.mobile-search .search-button {
	display: block;
	width: 59px;
	height: 59px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
}

.mobile-search .search-button .genericon {
	display: block;
	font-size: 32px;
	text-align: center;
}

.mobile-search .search-button:hover {
	color: #ca2017;
	cursor: pointer;
}

/* Blog title --------------------------------------- */


.blog-title {
	display: block;
	font-size: 2.25em;
	line-height: 110%;
	font-weight: 700;
	/* text-rendering: optimizelegibility; */
}

.blog-title a { color: #111; }
.blog-title a:hover { color: #CA2017; }

.blog-tagline {
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 120%;
	text-align: center;
	font-style: italic;

	display: none;
}


/* Blog logo --------------------------------------- */

.blog-logo {
	display: inline-block;
	line-height: inherit !important;
}
	.blog-logo a {
		display: inline-block;
		width: 125px;
		max-width: 125px;
		height: 64px;
		text-indent: -5000px;
		background: url('/content/themes/lovecraft/images/logo-bi.png') no-repeat 0 0;
		background-size: 125px 64px;
	}
	/* .blog-logo img {
		display: block;
		max-width: 125px;
		height: auto;
	} */

/* Section title --------------------------------------- */
.section-title {
	position: absolute;
	top: 19px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	display: inline-block;
}
.section-title-cat {
	font-size: 33px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	font-family: 'headline-semi-normal',Helvetica, Arial,sans-serif;
	text-transform: uppercase;
	color: #fff;
}
	.section-title a {
		color: #fff !important;
	}

/* Header image --------------------------------------- */


.header-image { max-height: 350px;margin-bottom: 20px; }

.has-featured-image .header-image { max-height: none; }

.header-image img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
	visibility: hidden;
}

/* Header Tools ---------------------------------------- */
.header-tools {
	display: inline-block;
	float: right;
	padding-top: 10px;
}

.push-apps {
	display: inline-block;
	padding-left: 60px;
	margin-right: 30px;
	position: relative;
}
.push-apps span {
	display: block;
	width: 46px;
	height: 75px;
	background: url('/content/themes/lovecraft/images/bg-push-apps.png') no-repeat 0 0;
	background-size: 46px 75px;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 999;
}
.push-apps p {
	font-size: 12px;
	color: #fff;
	line-height: 1.3em;
}
.push-apps a {
	color: #fff;
	font-weight: bold;
}
.push-apps a:hover {
	color: #fff;
	text-decoration: underline;
}

.push-apps-mobile {
	display: none;
	background: #01829e;
}
.push-apps-mobile .section-inner {
	padding: 20px 15px 20px 64px;
	background: url('/content/themes/lovecraft/images/bg-push-apps.png') no-repeat 15px 8px;
	background-size: 37px 60px;
}
.push-apps-mobile p {
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
}
.push-apps-mobile p a {
	color: #fff;
}
.push-apps-mobile p a:hover {
	color: #fff;
    text-decoration: underline;
}

.header-social {
	display: inline-block;
}
		.header-social > li {
			font-size: 11px;
			display: inline-block;
		}
			.header-social > li a {
				font-size: 11px;
				color: #fff;
				padding: 6px 5px;
				display: inline-block;
			}
				.header-social > li a:hover {
					color: #fff;
				}
				.header-social li.bi-intel a:hover,
				.header-social li.edition a:hover {
					text-decoration: underline;
				}
		.header-social .full {
			width: 100%;
			display: block;
			text-align: right;
		}
.edition {
	position: relative;
}
.edition > a {
	position: relative;
	padding-right: 20px !important;
}
.edition > a:after,
.edition > a:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: solid transparent;
}
.edition > a:after {
	border-width: 4px;
	border-top-color: #185f7c;
	top: 9px;
	right: 6px;
}
.edition > a:before {
	border-width: 5px;
	border-top-color: #fff;
	top: 10px;
	right: 5px;
}
.dropdown-menu {
		position: absolute;
	top: 30px;
	right: 0;
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
	background: rgba(0, 0, 0, 0.1);
	padding: 5px;

	display: none;
}
.dropdown-menu-wrap {
	padding: 20px 30px 40px;
  width: 260px;
  background: #fff;
  position: relative;
}
.dropdown-menu h4 {
	font-family: 'headline-semi-bold',Helvetica, Arial,sans-serif;
	font-size: 20px;
}
.dropdown-menu ul {
	display: block;
	margin-top: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.dropdown-menu ul li {
	border-bottom: 1px solid #ddd;
}
.dropdown-menu ul li:last-child {
	border-bottom: none;
}
.dropdown-menu ul li a {
	display: block;
	padding: 0 15px 2px 15px;
	line-height: 36px;
	color: #00709a;
	font-size: 14px;
	text-decoration: none;
}
.dropdown-menu ul li a:hover {
	background-color: #00709a;
	color: #fff;
	text-decoration: none !important;
}

.dropdown-menu-wrap:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: solid transparent;
	border-width: 10px;
	border-bottom-color: #fff;
	top: -18px;
	right: 20px;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.toggles,
.mobile-search,
.mobile-menu { display: none; }

.navigation {
	border-top: 1px solid #14516a;
	background: #185f7c;
	z-index: 9999;
}

.main-menu {
	text-align: center;
	font-size: 0.9em;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu > li + li { margin-left: 40px; }

.main-menu > li + li:before {
	content: "/";
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #bbb;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -25px;
}

.main-menu a {
	display: inline-block;
	padding: 24px 0;
	color: #fff;
	position: relative;
}

.main-menu > .menu-item-has-children > a { padding-right: 18px; position: relative; }

.main-menu > .menu-item-has-children > a::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #ca2017;
	position: absolute;
	z-index: 1001;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.main-menu li:hover > a { cursor: pointer; color: #ca2017; }


/* Sub menus --------------------------------------- */


.main-menu ul {
	position: absolute;
	z-index: 10000;
	display: block;
	left: -9999px;
	top: 54px;
	opacity: 0;
	z-index: 999;
	padding-top: 16px;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.main-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom-color: #222;
}

.main-menu ul .menu-item-has-children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

.main-menu ul .menu-item-has-children:hover::after {
	border-left-color: #222;
	right: -12px;
}

.main-menu ul li {
	width: 240px;
	background: #222;
	text-align: center;
}

.main-menu ul a {
	display: block;
	padding: 20px;
	line-height: 130%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	font-style: italic;
}

.main-menu ul a:hover { color: #ca2017; }

.main-menu ul > li:last-child > a { border-bottom-width: 0; }

.main-menu > li:hover > ul {
	opacity: 1;
	left: 50%;
	margin-left: -120px;
	top: 47px;
}


/* Deep down --------------------------------------- */


.main-menu ul ul {
	padding-top: 0;
	top: 10px;
}

.main-menu ul ul li { background: #333; }
.main-menu ul ul .menu-item-has-children:hover::after { border-left-color: #333; }
.main-menu ul ul ul li { background: #444; }
.main-menu ul ul ul .menu-item-has-children:hover::after { border-left-color: #444; }
.main-menu ul ul ul ul li { background: #555; }
.main-menu ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #555; }
.main-menu ul ul ul ul ul li { background: #666; }
.main-menu ul ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #666; }

.main-menu li > ul > li:hover > ul {
	opacity: 1;
	top: 0;
	left: 240px;
	margin-left: 0;
}

/* Submenu posts --------------------------------------- */
.submenu {
	background: rgba(255,255,255,0.95);
	border-bottom: 5px solid rgba(0,0,0,0.1);
	/*position: absolute;
	width: 100%;
	top: 131px;
	left: 0;
	z-index: 9999;*/

	z-index: 9999;
	display: none;
}
.submenu-post {
	float: left;
	margin: 0;
	width: 25%;
}
.submenu-post .img-mask {
	background-color: #fff;
    display: block;
    height: 180px;
    line-height: 180px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.submenu-post img {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -90px;
	height: auto;
  width: 100%;
}
.submenu-post h4 {
	line-height: 1.2em;
	font-size: 20px;
	padding: 10px 25px;
	font-family: 'headline-semi-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #111;
}

/* -------------------------------------------------------------------------------- */
/*	5. Blog
/* -------------------------------------------------------------------------------- */

.post {
	display: block;
	position: relative;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ddd;
}
	.single.post {
		border-bottom: none;
	}

.post + .post,
.infinite-wrap .post:first-child { margin-top: 30px; }

.home #posts h2 {
	border-bottom: 5px solid #ddd;
  margin-bottom: 35px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-family: 'headline-semi-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	color: #111;
	/* text-rendering: optimizelegibility; */
}

	.page .post {
		border-bottom: none;
		padding-bottom: 0;
	}


/* Sticky Post --------------------------------------- */


.sticky-post {
	display: block;
	box-sizing: border-box;
	height: 40px;
	width: 30px;
	background: #ca2017;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -1px;
	right: 3.75%;
}

.sticky-post .genericon {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -8px;
}

.sticky-post:after {
	content: "";
	border: 15px solid transparent;
	border-top: none;
	border-bottom-width: 8px;
	border-left-color: #ca2017;
	border-right-color: #ca2017;
	position: absolute;
	bottom: -8px;
	right: 0;
	-webkit-transform: scale(1.0001);
	-moz-transform: scale(1.0001);
}

.sticky-post:hover {
	height: 43px;
	color: #fff;
}

/* Post Image --------------------------------------- */

.post-image {
	margin-bottom: 1.5em;
}
.post-image,
.post-image img {
	display: block;
	font-size: 12px;
	color: #838383;
}


/* Post Inner --------------------------------------- */
.post-inner {
	/* width: 629px;
	max-width: 85%; */
	margin: 0 auto;
}
	.single .post-inner {margin-bottom: 50px;}
	.single .home .post-inner {margin-bottom: 0;}


/* Post Header --------------------------------------- */


.post-header + .post-content { margin-top: 25px; }

.post-title {
	font-family: 'headline-semi-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	color: #111;
	margin-bottom: 15px;
	/* text-rendering: optimizelegibility; */
}
	h1.post-title {
		font-size: 2.8em;
	}
	h3.post-title {
		font-size: 2em;
	}
.headline {
	margin-bottom: 30px;
}
.headline .post-title {
	font-size: 2.6em;
	text-align: center;
}
.headline .post {
	border: none;
}
.headline .post-date,
.headline .post-categories {}

.post-title a { color: #111; }
.post-title a:hover {
	color: #111;
	text-decoration: underline;
}

/* Post Meta */
.post-meta {
	font-family: 'headline-semi-normal', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 10px;
}
.post-meta p {
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	font-weight: normal;
	color: #555;
	margin-right: 15px;
	position: relative;
}
	.post-date,
	.post-categories,
	.post-views,
	p.post-studio {
		position: relative;
		padding-left: 20px;
	}
.post-meta p span {
	position: absolute;
	top: -2px;
	left: 0;
	display: inline-block;
}
	.post-meta .post-date span,
	.post-meta .post-studio span {
		top: -1px;
	}
	.post-meta p.veryhot {
		color: #f11e1e;
	}
	.post-meta p.hot {
		color: #f3502a;
	}
	.post-meta p.warm {
		color: #f47512;
	}
	.post-meta p.cool {
		color: #888;
	}

.post-categories {
	display: none;
}

/* .post-meta p + p:before {
	content: "/";
	margin: 0 15px 0 11px;
	color: #ccc;
} */

.post-meta a {
	color: #555 !important;
}

.post-meta a:hover { text-decoration: underline; }

/* CATEGORY HEADLINE POST DISPLAY
.category #posts .post:first-child .post-title {
	font-size: 2.6em;
	text-align: center;
	float: none;
	width: 100%;
}
.category #posts .post:first-child .post-image, .category #posts .post:first-child .post-image img {
    display: block;
}
.category #posts .post:first-child .post-image {
    margin-bottom: 1.5em;
    float: none;
    width: 100%;
}
.category #posts .post:first-child .post-inner {
    float: none;
    width: 100%;
}*/

.post-meta p.post-author span {
	position: static;
	top: inherit;
	left: inherit;
	display: inline;
}

/* NON-FEATURED POST DISPLAY */
.post-nonfeatured {
	padding-bottom: 10px;
}
.post-nonfeatured .post-image {
	float: left;
	width: 32%;
	margin-bottom: 1rem;
}
.post + .post,
.infinite-wrap .post:first-child {
	margin-top: 1.5rem;
}
.post-nonfeatured .post-title,
.post-nonfeatured .post-inner {
	float: right;
	width: 65%;
}
.post.has-post-thumbnail {}
.post-nonfeatured .post-header + .post-nonfeatured .post-content {
	margin-top: 25px;
}

.post-nonfeatured .post-title {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: left;
}
.post-nonfeatured .post-meta  {
	margin-top: 0;
}
.post-nonfeatured .post-featured .post-image {
	float: none;
	width: 100%;
}

/* SEARCH RESULTS POST DISPLAY */
.search .post {
	padding-bottom: 10px;
}
.search .post .post-image {
	float: left;
	width: 18%;
	margin-bottom: 1rem;
}
.search .post + .post, .search .infinite-wrap .post:first-child {
	margin-top: 1.5rem;
}
.search .post .post-title ,
.search .post .post-inner {
	float: right;
	width: 80%;
}
.search .post.has-post-thumbnail {}
.search .post .post-header + .post .post-nonfeatured .post-content {
	margin-top: 25px;
}
.search .post .post-title {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: left;
}
.search .post .post-meta  {
	margin-top: 0;
}
.search .post .post-featured .post-image {
	float: none;
	width: 100%;
}
.search .post.has-post-thumbnail {

}
.search .post-content {
	font-size: 0.95rem;
	padding: 10px 0;
}
.search .post-content p {
	line-height: 1.3em;
}

.row-fluid {
	padding-top: 60px;
}
.row-fluid .span-col {
	float: left;
	width: 48.7179%;
	margin-left: 2.5641%;
}
.row-fluid .first {
	margin-left: 0;
	border-right: 1px solid #ddd;
}
.row-fluid .post {
	margin-bottom: 30px;
}
	.row-fluid .span-col .post {
		margin-left: 20px;
	}
	.row-fluid .first .post {
		margin-left: 0;
		margin-right: 20px;
	}
.row-fluid .post-title {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: left;
}
.row-fluid .post-content {
	display: none;
}
.row-fluid .post + .post,
.row-fluid .infinite-wrap .post:first-child { margin-top: 0; }


/* TRENDING HP POD----------- */
.trending {
	padding-top: 50px;
}
.trending-header {
	text-align: center;
}
.home #posts .trending h2 {
	font-family: "headline-semi-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-bottom: 6px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 5px;
  font-size: 36px;
  display: inline-block;
}

.trending-highlight .post {
	border-bottom: none;
}
.trending-highlight .post-image {
	margin: 1rem 0 0 0;
}

.trending-list {
	display: flex;
	flex-flow: row wrap;
  justify-content: space-between;
}
.trending-list .post {
	padding-bottom: 10px;
	margin-top: 20px !important;
	width: 30%;
}
	.trending-list .post:nth-child(7),
	.trending-list .post:nth-child(8),
	.trending-list .post:nth-child(9) {
		border-bottom: none;
		padding-bottom: 0;
	}
.trending-list .post .title-studio {
	font-size: 12px;
}

.trending h3.post-title  {
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.trending-list h3.post-title  {
	font-size: 25px;
}
.trending .post-studio,
.trending .post-date,
.trending .post-author {
	display: none;
}

.trending .cta {
	text-align: right;
	padding: 50px 0 30px 0;
	font-size: 15px;
}

/* -------------------------------------------------------------------------------- */
/*	5B. TRENDING Page display
/* -------------------------------------------------------------------------------- */
.page-id-2 h1.post-title {
	text-align: left;
	font-size: 38px;
	line-height: 1.4em;
	border-bottom: 5px solid #ddd;
	margin-bottom: 1rem;
}
.page-id-2 .post-content .post {
	border-bottom: 1px solid #ddd;
}
.page-id-2 .post-content .post h3.post-title {
	font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-id-2 .post-content .post h3.post-title a {
	color: #111;
}
.page-id-2 .post-content .post h3.post-title a:hover {
	color: #196d8d;
}
.page-id-2 .post-content .post p {
	line-height: 1em !important;
}

.page-id-2 .post-content .post-nonfeatured {
	padding-bottom: 10px;
}
.page-id-2 .post-content .post-nonfeatured .post-image {
	float: left;
	width: 32%;
	margin-bottom: 1rem;
}
.page-id-2 .post-content .post + .post,
.page-id-2 .post-content .infinite-wrap .post:first-child {
	margin-top: 1.5rem;
}
.page-id-2 .post-content .post-nonfeatured .post-title,
.page-id-2 .post-content .post-nonfeatured .post-inner {
	float: right;
	width: 65%;
}
.page-id-2 .post-content .post.has-post-thumbnail {}
.page-id-2 .post-content .post-nonfeatured .post-header + .post-nonfeatured .post-content {
	margin-top: 25px;
}
.page-id-2 .post-content .post-nonfeatured .post-title {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: left;
}
.page-id-2 .post-content .post-nonfeatured .post-meta  {
	margin-top: 0;
}



/* -------------------------------------------------------------------------------- */
/*	6. Single Post
/* -------------------------------------------------------------------------------- */


/* Post Links -------------------------------------------- */


.post-content p.page-links {
	display: inline-block;
	margin-bottom: 15px;
	background: #eee;
	font-size: 0.75em;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 10px;
}

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 0;
}

.post-content .page-links a:hover {
	background: #ca2017;
	color: #fff;
	text-decoration: none;
}

.page-links > span:nth-of-type(2) {
	background: #ccc;
	color: #111;
}

/* Post Push --------------------------------------------- */
.post-push {
	margin-bottom: 70px;
}


/* Post Tags --------------------------------------------- */


.post-tags {
	margin-top: 40px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post-tags,
.tagcloud {
	font-family: 'headline-semi-normal', Helvetica, Arial, sans-serif;
	font-size: 16px !important;
	color: #999;
	text-align: right;
}

.post-tags a,
.tagcloud a {
	display: inline;
	padding-left: 10px;
	font-size: 16px !important;
	font-weight: normal;
	color: #00709a;
	position: relative;
}

/*.footer .tagcloud a { background: #eee; }
.footer .tagcloud a:before { border-right-color: #eee; }

.post-tags a:before,
.tagcloud a:before {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left-width: 0;
	border-right-color: #ddd;
	position: absolute;
	top: 0;
	left: -11px;
}*/

.post-tags a:hover,
.tagcloud a:hover {
	background: #f6f6f6 !important;
	color: #444 !important;
}

/*.post-tags a:hover:before,
.tagcloud a:hover:before {
	border-right-color: #ca2017;
}*/


/* Post FB Like BI --------------------------------------- */
.pod-fb-like {
	margin-top: 30px;
}
.post-content .pod-fb-like p {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	font-family: 'headline-semi-normal', Helvetica, Arial, sans-serif;
}
.fb-like {
	display: inline-block;
	line-height: 1.3em;
}

/* Post Navigation --------------------------------------- */


.post-navigation {
	border-top: 1px solid #ddd;
	position: relative;
}

.post-navigation-inner {
	padding: 30px 0;
	margin: 0 auto;
}

.post-navigation:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 50%;
}

.post-nav-prev,
.post-nav-next {
	display: block;
	float: left;
	width: 47.5%;
}

.post-navigation p {
	display: inline-block;
	font-family: 'headline-semi-normal', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 8px;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #888;
}

.post-navigation h4 {
	display: block;
	font-family: 'headline-semi-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 130%;
}

.post-navigation h4 a { color: #111; }
.post-navigation h4 a:hover { color: #ca2017; }

.post-nav-next { float: right; }

.post-nav-next,
.post-nav-next h4 {
	text-align: right;
}

.rrssb-container {
	margin: 0 0 35px 0;
}


/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */

.single .post-header {
	margin-bottom: 30px;
}
.single .home .post-header {
	margin-bottom: 0;
}

.post-content {
	font-family: 'Georgia', serif;
	font-size: 1.05em;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 25px;
	font-family: 'headline-semi-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.1em;
}

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.5em; }

.post-content h3 { font-size: 1.25em; }

.post-content h4 { font-size: 1.1em; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 25px;
}

.title-studio,
.post-content h4.title-studio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
	padding-bottom: 4px;
	position: relative;
	color: #185f7c;
	border-bottom: 3px solid #185f7c;
	margin: 0 150px 20px 0;
}
.title-studio span.wp-svg-info {
	position: absolute;
	right: 0;
	top: 0;
}
	.search .post .title-studio {
		display: none;
	}

.post-content .more-link {
	display: inline-block;
	padding: 15px 18px;
	margin: 0;
	border: 2px solid #111;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	-webkit-appearance: none;
}

.post-content .more-link:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.post-content blockquote {
	padding: 30px 30px 30px 90px;
	background: #fafafa;
	border: 1px solid #eee;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

.post-content blockquote p { font-style: italic; }

.post-content blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Georgia', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #ca2017;
	position: absolute;
	top: 31px;
	left: 0px;
}

.post-content blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content blockquote cite:before { content: "— "; }

.post-content hr {
	width: 128px;
	max-width: 60%;
	height: 2px;
	background: #DDD;
	margin: 50px auto;
	border: 0;
}

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content ul,
.post-content ol {
	list-style-position: inside;
	padding-left: 2rem;
}

.post-content ul { list-style: disc; }
.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol { list-style: decimal; }
.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol { list-style: lower-roman; }

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	margin-left: 1em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content ol > li:first-child,
.post-content ul > li:first-child {

}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 140%;
	padding: 2% 2.5%;
	background: #eee;
	border: 1px solid #ddd;
}

.post-content iframe {
	max-width:100%;
	border: 0px;
}


/* Post Media --------------------------------------- */


.post-content img {
	/* padding: 5px;
	border: 1px solid #ddd; */
	max-width: 100%;
	height: auto;
	display: block;
}
.post-content .wp-caption {
	max-width: 100%;
	margin-bottom: 2em;
}

.post-content .aligncenter,
.post-content .aligncenter img,
.post-content .image-container,
.post-content .image-container img {
	display: block;
	/* margin-left: auto;
	margin-right: auto; */
}
.post-content .image-container {
	margin-bottom: 30px;
}
.post-content .slide-image-large {
	text-align: left !important;
}

.post-content .alignleft,
.post-content .alignright,
.post-content .image-container.float_left,
.post-content .image-container.float_right {
	margin-bottom: 1.2em;
	max-width: 54%;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0 !important;
}

.post-content .alignleft,
.post-content .image-container.float_left {
	float: left;
	margin-right: 40px;
	margin-left: 0;
}

.post-content .alignright,
.post-content .image-container.float_right {
	float: right;
	margin-left: 40px;
	margin-right: 0;
}

.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content .caption-source,
.post-content .source-only {
	font-family: "headline-semi-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 10px 0;
	font-size: 1rem;
	line-height: 1.3em;
	color: #444;
}
.post-content .wp-caption-text strong,
.post-content .gallery-caption strong {
	font-weight: normal !important;
}
.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}
.post-content .wp-caption-text a,
.post-content .gallery-caption a,
.post-content .caption-source .source,
.post-content .source-only {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999 !important;
	font-weight: normal;
}
.post-content .caption-source .source {
	padding-left: 4px;
}

.post-content .slide-module .wp-caption > div {
	background: #f6f6f6;
	padding: 10px 15px;
	position: relative;
	width: 100%;
}
.post-content .slide-module .wp-caption .caption-text {
	padding: 150px;

}
.rrssb-buttons::after, .rrssb-buttons::before {
	display: inline-block !important;
}
.post-content .slide-module .wp-caption .rrssb-buttons {
	width: auto !important;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -18px;
}
.post-content .slide-module .wp-caption .rrssb-buttons a {
	display: inline-block;
	margin-left: 14px;
	border-radius: 4px;
	background: #306199;
	height: 36px;
	width: 140px;
	line-height: 36px;
	position: relative;
}
.post-content .slide-module .wp-caption .rrssb-buttons a:hover {
	background: #244872;
}
.wp-caption .rrssb-icon {
	position: absolute;
	top: 0;
	padding-top: 1px;
	left: 10px;
}
.wp-caption .rrssb-buttons a:after {
	content: "Partager cette image";
	font-size: 11px;
	display: block;
	color: #fff;
	line-height: 36px;
	padding-left: 34px;
}
.wp-caption .rrssb-buttons a:after {
	content: "Partager cet article";
	font-size: 11px;
	display: block;
	color: #fff;
	line-height: 36px;
	padding-left: 34px;
}
.wp-caption .rrssb-icon svg {
	width: 17px;
  height: 17px;
}
.wp-caption .rrssb-icon svg path,
.wp-caption .rrssb-icon svg polygon {
    fill: #fff;
}


.post-push-intel a {
	display: block;
	padding: 15px 15px 20px 140px;
	color: #fff;
	margin: 15px 0 40px 0;
	line-height: 1.2em;
	font-size: 20px;
	background: #ff862d url(../../plugins/BI_intelligence/bg-banner-free-report.png) no-repeat 20px 100%;
	background-size: 100px 90px;
}
	.post-push-intel a strong {
		display: block;
		font-size: 30px;
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	.post-push-intel a:hover {
			background-color: #e65800;
			color: #fff;
		}



/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	color: #111;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #111;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #ddd;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #111;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-weight: 700;
}

.post-content input,
.post-content textarea {
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="email"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 0.9em;
	color: #111;
	background: #fafafa;
	border-radius: 0;
	-webkit-appearance: none;
}

.post-content input[type="file"] {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.post-content textarea {
	height: 180px;
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 14px 20px;
	margin: 0;
	border: none;
	background: #2589b6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2589b6), to(#1a739a));
  background: -moz-linear-gradient(top,  #2589b6,  #1a739a);
  box-shadow:  1px 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	font-size: 0.85rem;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 5px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #1a739a;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a739a), to(#2589b6));
  background: -moz-linear-gradient(top,  #1a739a,  #2589b6);
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}



.related-header h2 {
	border-bottom: 5px solid #ddd;
	margin-bottom: 35px;
	padding-bottom: 5px;
	font-size: 1.5rem;
	font-family: "headline-semi-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
.related-highlight {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 250px;
}
.related .post {
	flex: 0 1 auto;
	max-width: 232px;
	border-bottom: none;
	overflow-y: hidden;
	padding-bottom: 20px;
	margin-top: 0 !important;
}
.related h3.post-title {
	font-size: 1.1em;
}

.push-apps-content {
	padding: 10px 20px 5px 160px;
	margin-top: 20px;
	margin-bottom: 60px;
	background: #01829e;
	position: relative;
}
.push-apps-content span {
	width: 80px;
	height: 130px;
	background: url('/content/themes/lovecraft/images/bg-push-apps.png') no-repeat 0 0;
	background-size: 80px 130px;
	position: absolute;
	left: 40px;
	top: -15px;
	z-index: 999;
}
.push-apps-content p {
	color: #fff;
	font-size: 21px;
	line-height: 1.3em;
	font-family: 'headline-semi-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.push-apps-content p a {
	font-weight: bold;
	color: #fff;
}
.push-apps-content p a img {
	width: 135px;
	height: 40px;
	margin-top: 5px;
}

/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.comments-container { border-top: 1px solid #ddd; }

.comments-inner {
	width: 629px;
	max-width: 85%;
	padding: 60px 0;
	margin: 0 auto;
	position: relative;
}

.comments-title-container { position: relative; }

.comments-title,
.comment-reply-title,
.comments-title-container {
	border-bottom: 1px solid #ddd !important;
    color: #111;
    display: block;
    font-family: "headline-semi-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.comments-title-link {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	bottom: 26px;
	right: 0;
}

.comments-title-link a {
	display: block;
	color: #ca2017;
}

.comments-title-link a:hover { text-decoration: underline; }

.no-comments { text-align: center; }


/* Comment List ---------------------------------------- */


.comment { position: relative; }

div.comment { margin-top: 25px; }

.commentlist > .comment:first-child > .comment:first-child { margin-top: 0; }

.commentlist .children { margin-left: 25px; }

.comment .avatar {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 10px;
	left: 0;
}

.comment-inner {
	margin-left: 80px;
	padding: 25px;
	background: #F1F1F1;
	border-radius: 6px;
	position: relative;
}

.bypostauthor .comment-author-icon {
	display: block;
	padding: 4px;
	border-radius: 99px;
	background: #ca2017;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 4px;
	left: -4px;
}

.comment-inner:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #f1f1f1;
	position: absolute;
	top: 30px;
	left: -20px;
}

.comment-header { margin-bottom: 20px; }

.comment-header h4 {
	font-size: 1.1em;
	font-weight: 700;
}

.comment-header h4 a { color: #111; }
.comment-header h4 a:hover { color: #ca2017; }

/* Comment Content */

.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
	line-height: 160%;
	margin-bottom: 1em;
}

/* Comment Meta */

.comment-meta {
	margin-top: 23px;

	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

.comment-meta a { color: #777; }

.comment-meta .genericon {
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.comment-meta .genericon-edit { margin-left: 12px; }


/* Pingbacks & Tracksbacks ----------------------------------- */


.pingbacks { margin-top: 40px; }

.pingbacks-title {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ca2017;

	font-size: 0.75em;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pingbacklist li { line-height: 125%; }

.pingbacklist li + li {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.pingbacklist a { color: #111; }
.pingbacklist a:hover { color: #ca2017; }


/* Comment Navigation ---------------------------------------- */


.comments-nav { margin-top: 30px; }

.comments-nav a {

	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.comments-nav a:hover { color: #ca2017; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.respond-container { border-top: 1px solid #ddd; }

.comment-respond {
	padding: 60px 0;
	margin: 0 auto;
}
.comment-respond p {font-size: 0.875em;}
.comment-respond .logged-in-as { margin-bottom: 40px; }

.comment-respond .form-submit {
	text-align: right;
}

.comment-respond p a:hover { text-decoration: underline; }

.comment-respond form label {
	display: block;
	margin-bottom: 8px;

	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	display: none;
}

.comment-respond form label span {
	margin-left: 2px;
	color: #ca2017;
}

.comment-respond p { margin-bottom: 25px; }
.comment-respond p:last-child { margin-bottom: 0; }

.comment-respond p.comment-subscription-form { margin-bottom: 10px; }
.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }

.comment-form-author,
.comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}

.comment-form-email { float: right; }

.comment-respond input,
.comment-respond textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 0.875em;
	color: #888;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: none;
	background: #fff;
	color: #111;
}

.comment-respond textarea {
	height: 200px;
	line-height: 140%;
}

.comment-respond input[type="submit"] {
	padding: 12px 20px;
	margin: 0;
	border: none;
	background: #2589b6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2589b6), to(#1a739a));
  background: -moz-linear-gradient(top,  #2589b6,  #1a739a);
  box-shadow:  1px 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	font-size: 0.9375rem;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.comment-respond input[type="submit"]:hover {
	cursor: pointer;
	background: #1a739a;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a739a), to(#2589b6));
  background: -moz-linear-gradient(top,  #1a739a,  #2589b6);
	color: #fff;
}


/* In Comment List --------------------------------------- */


.commentlist .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
}

.commentlist #cancel-comment-reply-link {
	margin-left: 3px;

	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.commentlist #cancel-comment-reply-link:hover { text-decoration: underline; }


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Full Width Page Template -------------------------- */


.page-template-full-width-page-template-php .content {
	width: 100%;
	float: none;
}

.page-template-full-width-page-template-php .post-inner { width: auto; }


/* Search Page --------------------------------------- */


.wrapper .search-form,
.footer .search-form { position: relative; }

.wrapper .search-field,
.footer .search-field {
	display: block;
	width: 100%;
	padding: 20px 60px 20px 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;

	font-size: 0.9rem;
	color: #111;
}

.wrapper .search-field:focus,
.footer .search-field:focus { outline: none; }

.wrapper .search-button,
.footer .search-button {
	display: block;
	height: 100%;
	width: 60px;
	background: none;
	border-left: 1px solid #ddd;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.wrapper .search-button .genericon,
.footer .search-button .genericon { font-size: 24px; }

.wrapper .search-button:hover,
.footer .search-button:hover {
	cursor: pointer;
}

.wrapper .search-button:hover .genericon,
.footer .search-button:hover .genericon {
	color: #ca2017;
}


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


/* Page Title ---------------------------------------- */


.page-title {
	 border-bottom: 5px solid #eee;
	 padding-bottom: 1rem;
	 margin-bottom: 3rem;
}
.page-title h1 {
	font-family: headline-semi-bold, Helvetica, sans-serif;
	font-size: 2.6rem;
}

.page-title span {
	float: right;
	font-size: 1.1rem;
	margin-top: 1rem;
}

.page-title + .posts > .post:first-child { border-top: none; }


/* Archive Navigation --------------------------------------- */


.archive-navigation {
	/*display: none;*/
	margin-top: 60px;
}

.archive-navigation p {
	display: inline-block;
	font-family: headline-semi-bold, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 1.2rem;
}
.archive-navigation .fright p {
	margin-top: -4px;
}

.archive-navigation p + p {
	margin-left: 20px;
}

.archive-navigation,
.archive-navigation a { color: #111; }

.archive-navigation a {
	border-radius: 3px;
	border: 1px solid #eee;
	padding: 3px 10px 0 10px;
	display: inline-block;
}

.archive-navigation a:hover {
	color: #196d8d;
	background: #eee;
}


/* Infinite Scroll --------------------------------------- */
.load-more {
	display: block;
	margin: 30px auto 70px auto;
	text-align: center;
	width: 100%;
	clear: both;
}
.bi-spinner {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	background: url('/content/themes/lovecraft/images/bi-spinner.png') no-repeat 0 0;
	background-size: 100px 100px;
}
.bi-spinner .rotating {
	width: 100px;
	height: 100px;
	background: url('/content/themes/lovecraft/images/spinner.png') center/contain no-repeat;
}
@keyframes rotating{from{transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0)}
to{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg)}}
@-webkit-keyframes rotating{from{transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg)}}

.spinner-text {
	font-family:'headline-semicon-semi-bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #185f7c;
}
.rotating {
	-webkit-animation:rotating 2s linear infinite;
	-moz-animation:rotating 2s linear infinite;
	-ms-animation:rotating 2s linear infinite;
	-o-animation:rotating 2s linear infinite;
	animation:rotating 2s linear infinite;
}


/* -------------------------------------------------------------------------------- */
/*	12. Sidebar
/* -------------------------------------------------------------------------------- */

@media (min-width: 840px) {
	.sidebar-stick {
		width: inherit;
	}
	.sticky {
		position: fixed;
		width: inherit;
	}
	.after-sticky {
		position: absolute;
		width: inherit;
	}
}

.widget_ban {
	text-align: center;
}
/* .widget + .widget {
	margin-top: 50px;
} */
.widget {
	margin-top: 50px;
}

.widget-title {
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 20px;
	 font-family: "headline-semi-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #111;
}

.optin-form form {
	display: flex;
	width: 100%;
}
#optin-input {
	flex: 1 2 110px;
	min-width: 110px;
	line-height: 36px;
	height: 36px;
	border-radius: 4px 0 0 4px;
	padding: 4px 0 4px 4px;
	border: 1px solid #ddd;
	margin: 0;
	font-size: 14px;
}
#optin-submit {
	flex: 0 0 auto;
	line-height: 30px;
	height: 36px;
	border-radius: 0 4px 4px 0;
	background: #185f7c;
	padding: 0 10px 8px 10px;
	border: 1px solid #185f7c;
	color: #fff;
	margin: 0 0 0 -5px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
#optin-submit:hover {
	background: #1d89b9;
	border: 1px solid #1d89b9;
}

.sidebar-push img {
	width: 300px;
	height: 460px;
}


/* Widget Content --------------------------------------- */


.widget-content {

	font-size: 0.95em;
}

.widget-content .textwidget a:hover { text-decoration: underline; }

.widget-content p {
	line-height: 150%;
	margin-top: 1em;
}

.widget-content p:first-child { margin-top: 0; }

.widget-content li {
	line-height: 140%;
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.widget-content ul ul { margin-left: 1em; }

.widget-content ul ul li:first-child {
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
}

.widget-content > ul > li:first-child { padding-top: 0; }

.widget-content li:last-child {
	/* padding-bottom: 0;*/
	border-bottom: none;
}


/* Text Widget --------------------------------------- */


.textwidget { line-height: 150%; }


/* Widget Icons --------------------------------------- */


.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { color: #888; }

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a { color: #111; }

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover {
	color: #ca2017;
	text-decoration: none;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
	font: 16px/1 'Genericons';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

/*.widget_archive li:before { content: '\f307'; }
.widget_categories li:before { content: '\f301'; }
.widget_meta li:before { content: '\f445'; }*/
.widget_nav_menu li:before { content: '\f429'; }


/* RSS Widget --------------------------------------- */


.widget_rss .widget-title img {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	bottom: -2px;
}

.widget_rss li a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 700;
	color: #111;
}

.widget_rss li .rss-date {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.widget_rss li .rssSummary { margin-top: 5px; }

.widget_rss li cite {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}

.widget_rss li cite:before { content: "— "; }


/* Widget Calendar --------------------------------------- */


#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #111;
	text-align: center;
}

#wp-calendar thead { border-top: 1px solid #ddd; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	text-transform: capitalize;
	color: #111;
	padding-bottom: 4%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar thead th {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #ca2017;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child { border-left: 1px solid #ddd; }

#wp-calendar tbody a:hover { text-decoration: underline; }

#wp-calendar tfoot td {
	padding: 0;
	border: none !important;
}
#wp-calendar tfoot #prev a { text-align: left; }
#wp-calendar tfoot #next a { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	margin-top: 12px;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #ca2017;
}


/* Lovecraft Widget List --------------------------------------- */


.lovecraft-widget-list a {
	display: block;
	min-height: 90px;
	position: relative;
	padding-bottom: 10px;
}

.lovecraft-widget-list .post-icon {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.lovecraft-widget-list .post-icon img {
	display: block;
}

.lovecraft-widget-list .post-icon .genericon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}

.lovecraft-widget-list .inner { padding-left: 90px; }

.lovecraft-widget-list .title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 130%;
	color: #111;
}

.lovecraft-widget-list .meta {
	font-family: "headline-semi-normal","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: 3px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #444;
}

.lovecraft-widget-list .excerpt {
	margin-top: 3px;
	color: #666;
	line-height: 130%;
}

.lovecraft-widget-list a:hover .title { text-decoration: underline; }


/* Flickr Widget --------------------------------------- */


.flickr_badge_image {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a,
.flickr_badge_image img {
	display: block;
}

.flickr_badge_image a {
	padding: 4px;
	background: #fff;
	border: 1px solid #eee;
}


/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	background: rgba(24,95,124,0.8);
}

.footer .widgets {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.footer .widgets:first-child { margin-left: 0; }

.footer .widget-title {
	color: #fff;
}
.footer a,
.footer li,
.footer p,
.footer .textwidget {
	color: rgba(255,255,255,0.8) !important;
	font-size: 14px;
}

.footer a:hover {
	color: rgba(255,255,255,1) !important;
}

.footer .widget-title,
.footer .widget-content li {
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits.section { padding: 70px 0 50px 0; background:#185f7c !important;}

.credits .footer-social {
	text-align: center;
	margin-bottom: 50px;
}



.credits .footer-social p {
	display: inline-block;
	font-size: 34px;
	margin-right: 15px;
}

.credits p {
	padding-bottom: 10px;
	line-height: 1.4em;
	color: rgba(255,255,255,0.5);
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.credits p a { color: rgba(255,255,255,0.85) !important; }
.credits p a:hover { color: rgba(255,255,255,1) !important; }

	.credits-editions a {
		padding: 0 2px 0 4px;
		border-left: 1px solid rgba(255,255,255,0.5);
	}

	/* -------------------------------------------------------------------------------- */
	/*	Newsletter Optin Pop-in
	/* -------------------------------------------------------------------------------- */
	body:target .modal {
  	display: none;
	}
	.overlay {
	  position: fixed;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  top: 0; bottom: 0; left: 0; right: 0;
	}
	.modal {
	  background: #fff;
	  width: 50%;
		max-width: 600px;
	  padding: 1em;
		position: relative;

		transition: opacity .2s,
		-webkit-transform .2s !important;
    transition: transform .2s,opacity .2s !important;
    transition: transform .2s,opacity .2s,
		-webkit-transform .2s !important;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center !important;
    opacity: 0;
	}
		.modal.show {
			opacity: 1;
			-webkit-transform: translate(-20px;);
			-ms-transform: translate(-20px;);
			transform: translate(-100px;);
		}

	.modal-close {
		display: block;
		width: 24px;
		height: 24px;
		transition: opacity .2s,-webkit-transform .2s !important;
    transition: transform .2s,opacity .2s !important;
    transition: transform .2s,opacity .2s,-webkit-transform .2s !important;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center !important;
    opacity: 0.5;
    cursor: pointer;
    z-index: 2147483637;
    position: absolute;
    right: 15px;
    top: 12px;
	}
	.modal-close .cross {
		position: relative;
	}
	.modal-close:hover { cursor: pointer; }
	.modal-close .bar {
		display: block;
		z-index: 2147483638;
		width: 24px;
		height: 2px;
		background: #fff;
		background-color: #fff;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		margin-left: -12px;
		margin-top: 12px;
		top: 50%;
		-webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
		-moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
		-o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.modal-close .bar:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.modal-close:hover {
		opacity: 1;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.popin-newsletter {
		padding: 30px 50px 0 50px;
		border-radius: 4px;
		background: #185f7c;
	}
	.popin-newsletter h2 {
		margin-bottom: 1rem;
		font-size: 20px;
		line-height: 1.2em;
		font-weight: bold;
		color: #fff;
	}
	.popin-newsletter p {
		margin-bottom: 2rem;
		font-size: 14px;
		line-height: 1.5em;
		color: #fff;
	}
	.popin-newsletter .cta-optin {
		margin: 2rem 0 0 0;
		line-height: 1.8em;
	}
	.popin-newsletter .cta-optin a {
		display: inline-block;
		border-width: 5px;
		font-size: 22px;
		font-style: italic;
		padding: 20px 0;
	}

	.popin-newsletter label {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 6px;
	}
	.popin-newsletter form div {
		display: flex;
	}
	.popin-newsletter input[type=text] {
		flex: 1;
		max-width: 500px;
		border: none;
		border-radius: 2px;
		padding: 10px 10px 9px 10px;
		background: #fff;
		font-size: 14px;
	}
	.popin-newsletter input[type=submit] {
		padding: 10px 10px 9px 10px;
		background: #5d8fa3;
		font-size: 14px;
		border: none;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		margin-left: 5px;
	}
	.popin-newsletter input[type=submit]:hover {
		background: #111;
	}

	.popin-newsletter p.legal {
		margin-top: 3rem;
		font-size: 12px;
		line-height: 1.4em;
		color: #cacaca;
	}
	.popin-newsletter p.legal a {
		color: #fff;
	}




/* -------------------------------------------------------------------------------- */
/*	15. Media Queries
/* -------------------------------------------------------------------------------- */




@media ( min-height: 800px ) {

	/* Header --------------------------------------- */
	.header-image { max-height: 400px; }
}


@media ( max-width: 960px ) {


	/* Structure --------------------------------------- */
	.header { padding: 10px 0 13px 0;height: auto; }

	.section-title {
		top: 23px;
	}
	.section-title h1 {
		font-size: 26px;
	}

	.submenu-post .img-mask {
    height: 140px;
    line-height: 140px;
	}
	.submenu-post img {
    margin-top: -70px
	}
	.submenu-post h4 {
    font-size: 18px;
    padding: 10px 15px;
	}
	.post {
		padding-bottom: 15px;
	}
	.headline h2.post-title {
    font-size: 1.6em;
	}
	h2.post-title {
		font-size: 1.4em;
	}
	.post-nonfeatured h2.post-title {
		font-size: 1.2em;
	}
	.post-image {
    margin-bottom: 0.8em;
	}

	.splash-cover {
		padding: 40px;
	}
	.splash-content {
		bottom: 40px;
		left: 40px;
		width: 90%;
	}
	.splash h1 {
		width: 160px;
		height: 100px;
		background-size: 160px 100px;
	}
	.splash h2 {
		font-size: 40px;
	}
	.splash p {
		font-size: 14px;
	}
	.splash .cta-optin {
		margin: 2rem 0 0 0;
	}
	.splash .cta-optin a {
		font-size: 17px;
		padding: 15px 0;
	}

	.splash-optin {
		display: block;
		padding: 30px 40px 60px 40px;
	}
	.splash-optin label {
		font-size: 20px;
	}

	.credits.section { padding: 30px 0 20px 0;}

	.credits .footer-social {
		margin-bottom: 3px;
	}

	.credits .footer-social p {
		font-size: 21px;
	}

}

@media ( min-width: 861px) {
	.pmdfp_mobile {display: none;}
}

@media ( max-width: 860px ) {

.pmdfp_mobile {
	text-align: center;
	margin-bottom: 1.5em;
}

.content,
.content-wrap,
.sidebar {
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.post-content {font-size: 0.9em;}
	.KonaBody.post-content {font-size: 1.1em;}

	/* Navigation --------------------------------------- */

	.navigation { border-top: none; }
	.navigation .section-inner {
		padding: 0;
	}

	.mobile-menu li {
		display: block;
	}
	.mobile-menu > li:first-child { border-top: 1px solid #14516a; }
	.mobile-menu a {
		border-right: 1px solid #14516a
	}

	.mobile-search { border-top: 1px solid #14516a; }

	.mobile-search form { padding: 5% 0; }
	.mobile-search .search-field {
		font-size: 1.1rem;
		padding: 10px 54px 10px 10px;
		letter-spacing: 0;
	}
	.mobile-search .search-button {
		width: 40px;
	}
	.mobile-search .search-button .genericon {
    font-size: 24px;
	}

	.submenu {
		display: none !important;
	}

	.header-social {display:none;}

	.title-studio,
	.post-content h4.title-studio {
		margin: 0 0 20px 0;
	}

	.widget_ban {
		margin: 30px auto 20px auto;
		text-align: center;
	}

	.trending-list .post {
		width: 100% !important;
		border-bottom: 1px solid #ddd !important;
		padding-bottom: 10px !important;
	}
	.trending-list .post:last-child {
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.trending .cta {
		padding-top: 30px;
	}

	.archive-navigation {
		padding: 40px 0;
		margin-bottom: 50px;
		border-bottom: 1px solid #ddd;
	}

	.page-title span {
		float: none !important;
		display: block;
	}

}

@media ( max-width: 860px ) {
	.push-apps {
		display: none;
	}
	.push-apps-mobile {
		display: block;
	}
}

@media ( max-width: 600px ) {


	/* Structure --------------------------------------- */
	.section { padding: 20px 0; }
	.big-padding { padding: 50px 0; }
	.medium-padding { padding: 30px 0; }
	.small-padding { padding: 20px 0; }

	.section-inner {
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrapper .section-inner {
		padding-top: 20px !important;
	}

	.cp-wrapper {
		padding: 10px;
	}
	.cp {
		width: 100%;
		max-width: 100%;
	}
	.cp p {
		color: #185f7c;
		font-size: 11px;
		line-height: 1.3em;
		padding-right: 30px;
	}


	/* Header --------------------------------------- */

	/* Blog logo --------------------------------------- */
.header {
	padding: 10px 0;
	height: auto;
}
.header-wrapper { position: relative; }
.blog-logo {
	float: left;
}
.blog-logo a {
	display: inline-block;
	width: 35px;
	max-width: 35px;
	height: 35px;
	background: url('/content/themes/lovecraft/images/logo-small.png') no-repeat 0 0;
	background-size: 35px 35px;
}

/* Section title --------------------------------------- */
.section-title {
	position: static;
	top: inherit;
	left: inherit;
	width: auto;
	margin-left: 25px;
	text-align: left;
	display: inline-block;
	line-height: inherit;
	float: left;
}
.section-title h1 {
	font-size: 21px;
	text-align: left;
	display: inline-block;
	margin: 0;
	line-height: 40px;
}
.section-title p {
	line-height: 40px;
}
	/* .header .section-inner { max-width: 100%; } */

	.blog-title {
		font-size: 1.5em;
		padding: 0 24px;
		margin: 0 10%;
	}

	.blog-tagline { display: none; }

		/* Navigation --------------------------------------- */
	.toggles {
		background: none;
		border: none;
	}
	.nav-toggle {
    height: 37px;
    margin-right: 15px;
    width: 24px;
	}
	.nav-toggle .bar {
		width: 24px;
		margin-left: -12px;
	}

	.nav-toggle .bar:nth-child(1) { margin-top: -9px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 5px; }

	.header-tools {
		padding-top: 0;
	}
	.search-toggle {
		height: 34px;
		width: 30px;
	}
	.search-toggle .genericon {
		font-size: 30px;
		margin-top: -13px;
	}



	/* Content --------------------------------------- */

	h1.post-title {
    font-size: 1.7em;
    line-height: 1.1em;
}

	.page-id-2 h1.post-title {
		font-size: 24px;
	}
		.page-id-2 .post-content .post {
			padding: 0;
			margin-top: 10px;
		}
	.page-id-2 .post-content .post h2.post-title,
	.page-id-2 .post-content .post h3.post-title {
		font-size: 1.2em;
	}

	.content {}

	.post + .post,
	.infinite-wrap .post:first-child { margin-top: 15	px; }

	.post-inner {
		max-width: 100%;
	}
	h3.post-title {
		font-size: 1.4em !important;
	}

	/* POST ALT DISPLAY */
	.headline .post-image {
		float: none;
		width: 100%;
	}
	.headline .post-title,
	.headline .post-inner {
		float: none;
		width: 100%;
	}
	/* Post Header --------------------------------------- */
	.headline .post-title {
		text-align: left;
		font-size: 1.4em;
	}

	.post-header + .post-content { margin-top: 30px; }

	.post-title { }

	.post-meta p {font-size: 14px;}
	.post-meta p span {
		top: -1px;
	}
	.post-meta .post-date span,
	.post-meta .post-studio span {
		top: 0;
	}

	.post-meta p:nth-child(3) {}

	.trending {
    padding-top: 30px;
	}
	.trending h2 {
		font-size: 1.6em;
		margin-bottom: 1rem;
	}
	.trending h3.post-title {
    font-size: 1.4px;
	}
	.trending-list h3.post-title {
    font-size: 1.1rem;
    margin-bottom: 0;
	}
	.trending-list .post {
    margin-top: 10px !important;
}
.trending .cta {
    font-size: 15px;
    padding: 15px 0 15px;
    text-align: right;
}

.post-push-intel a {
	padding: 10px 10px 15px 140px;
	font-size: 14px;
}
	.post-push-intel a strong {
		font-size: 20px;
		margin-bottom: 5px;
	}

	/* Post Content --------------------------------------- */

	.post-content blockquote { padding: 20px 20px 20px 70px; }

	.post-content blockquote:after {
		font-size: 64px;
		width: 70px;
		top: 18px;
	}

	.related-highlight {
		min-height: inherit;
		display: block;
	}
	.related .post {
		flex: inherit;
		max-width: 100%;
		width: 100%;
	}

	/* Comments --------------------------------------- */

	.comments-title-container,
	.comment-reply-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 1.5em;
	}

	.comments-title-link { display: none; }

	.comment .avatar { display: none; }

	.bypostauthor .comment-author-icon {
		top: -8px;
		left: -8px;
		z-index: 200;
	}

	.comment-inner { margin-left: 0; }
	.comment-inner:before { content: none; }

	.comments-nav { margin-top: 20px; }


	/* Respond --------------------------------------- */


	.comment-form-author,
	.comment-form-email {
		width: 100%;
		float: none;
	}


	/* Pagination --------------------------------------- */

	.archive-navigation,
	#infinite-handle,
	#infinite-loader { margin-top: 40px; }


	/* Footer --------------------------------------- */


	.footer .widgets {
		width: 100%;
		float: none;
	}

	.footer .widgets + .widgets {
		margin: 40px 0 0;
		border-top: 1px solid #ddd;
		padding: 40px 0 0;
	}

	.splash-cover {
		padding: 20px;
		height: inherit;
	}
	.splash-cover a {
		border-bottom: 2px solid;
		border-color: rgba(255,255,255,0.5);
		padding-bottom: 1px;
	}
	.splash-cover a:hover {
		border-bottom: 2px solid rgba(255,255,255,1);
		color: #fff;
	}
	.splash-content {
		position: static;
		margin-top: 80px;
	}
	.splash h1 {
		width: 160px;
		height: 100px;
		background-size: 160px 100px;
	}
	.splash h2 {
		font-size: 32px;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
	}
	.splash p {
		font-size: 13px;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
	}
	.splash .cta-optin a {
		font-size: 16px;
		border-width: 3px;
	}

	.splash-optin {
		display: block;
		padding: 30px 20px 40px 20px;
	}
	.splash-optin label {
		font-size: 16px;
	}
	.splash-optin input[type=text] {
		padding: 6px 10px 10px 10px;
		font-size: 16px;
	}
	.splash-optin input[type=submit] {
		padding: 10px 10px 5px 10px;
		font-size: 16px;
	}
		.sidebar .widget {

		}
		.sidebar .widget_ban {
			display: block;
		}

}


@media ( max-width: 500px ) {


	/* Content --------------------------------------- */

	.post-nonfeatured .post-title,
	.post-nonfeatured .post-inner {
		float: none !important;
		width: 100% !important;
	}
	.post-nonfeatured .post-image {
    float: none !important;
    width: 100% !important;
	}

	.wrapper { padding: 0; }

	.wrapper .section-inner { max-width: 100%; }



	/* Single Post --------------------------------------- */


	.single .wrapper { padding-bottom: 30px; }

	.post-tags { margin-top: 30px; }

	.post-navigation:before { content: none; }

	.post-navigation-inner {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	.post-nav-prev,
	.post-nav-next {
		float: none;
		width: 100%;
		padding: 20px 5%;
	}
	.post-nav-next, .post-nav-next h4 {
		text-align: left;
	}

	.post-navigation h4 {
		font-size: 1.1em;
		line-height: 1.1em;
	}

	.post-nav-prev + .post-nav-next { border-top: 1px solid #ddd; }


	/* Post Content --------------------------------------- */

	.post-content {font-size: 0.875em;}


	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin: 40px 0 20px; }

	.post-content h1 { font-size: 1.5em; }
	.post-content h2 { font-size: 1.4em; }
	.post-content h3 { font-size: 1.3em; }
	.post-content h4 { font-size: 1.2em; }
	.post-content h5 { font-size: 1.1em; }

	.post-content hr { margin: 40px auto; }

	.post-content .alignleft,
	.post-content .alignright,
	.post-content .image-container.float_left,
	.post-content .image-container.float_right {
		display: block;
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.post-content .alignleft img,
	.post-content .alignright img,
	.post-content .image-container.float_left img,
	.post-content .image-container.float_right img {
		display: block;
		margin: 0 auto;
	}

	.post-content input[type="text"],
	.post-content input[type="tel"],
	.post-content input[type="url"],
	.post-content input[type="email"],
	.post-content input[type="password"],
	.post-content textarea {
		padding: 16px;
	}

	.push-apps-content {
		padding-left: 120px;
	}
	.push-apps-content span {
		left: 20px;
	}
	.push-apps-content p {
		font-size: 18px;
	}
	.push-apps-content p a img {
		width: 135px;
		height: 40px;
		margin-top: 5px;
	}

	/* Comments --------------------------------------- */


	.comments-inner,
	.comment-respond {
		padding: 40px 0;
	}

	div.comment { margin-top: 20px; }

	.commentlist .children { margin-left: 20px; }

	.comment-inner {
		padding: 20px;
		border-radius: 3px;
	}

	.comment-header { margin-bottom: 20px; }

	.comment-content { font-size: 0.95em; }

	.comments-nav a { font-size: 0.8em; }


	/* Respond --------------------------------------- */


	.comment-respond p { margin-bottom: 15px; }

	.comment-respond input[type="text"],
	.comment-respond textarea {
		padding: 15px;
	}

	.comment-respond textarea { height: 150px; }

	.comment-respond input[type="submit"] { padding: 13px 15px; }


	/* Page & Page Templates --------------------------------------- */


	.single-attachment .featured-image { padding: 5%; }


	/* Pagination --------------------------------------- */


	.page-title {
		height: auto;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}

	.page-title h4 {
		color: #111;
		text-shadow: none;
	}

	.page-title h4 span { color: #666; }

	.archive-navigation {
		max-width: 100%;
		text-align: center;
		margin: 0 0 30px 0;
	}

	.archive-navigation .fleft { display: none; }

	.archive-navigation .fright { float: none; }

	.widget_ban {
		padding: 0;
	}


	/* Footer --------------------------------------- */


	.footer {
		background: #fafafa;
		border-top-color: #ddd;
		padding: 10% 0;
	}

	.footer .widgets + .widgets,
	.widget + .widget {
		padding-top: 11%;
		margin-top: 11%;
	}

	.footer .tagcloud a { background: #ddd; }
	.footer .tagcloud a:before { border-right-color: #ddd; }

	.footer .tagcloud a:hover { background: #ca2017; }
	.footer .tagcloud a:hover:before { border-right-color: #ca2017; }


}


@media ( max-width: 440px ) {


	/* Single Post --------------------------------------- */


	.post-title { font-size: 1.5em; }

	.post-meta {
		margin-top: 8px;
		padding-top: 5px;
	}


	/* Post Content ---------------------------------- */


	.post-content blockquote { padding: 20px; }

	.post-content blockquote:after { display: none; }


	/* Comments -------------------------------------- */


	.comments-title,
	.comment-reply-title { font-size: 1.3em; }

	.comment-inner { padding: 15px; }

	.comment-header { margin-bottom: 15px; }

	.comment-meta {
		margin-top: 16px;
		font-size: 0.65em;
	}


	/* Credits --------------------------------------- */


	.credits p { padding-bottom: 0; }

	.credits p span { display: none; }

	.credits p a:hover { border-bottom-color: #ca2017; }

	.push-apps-content {
		padding: 10px 10px 5px 75px;
		margin-bottom: 50px;
	}
	.push-apps-content span {
		width: 50px;
		height: 81px;
		background-size: 50px 81px;
		left: 10px;
		top: -8px;
	}
	.push-apps-content p {
		font-size: 15px;
	}
	.push-apps-content p a img {
		width: 101px;
		height: 30px;
		margin-top: 8px;
	}

}

@media ( max-width: 340px ) {
    .widget_ban {
        margin-left: -10px;
    }
}
