/*
 Theme Name:   Newspaper Child
 Description:  Newspaper Child Theme
 Template:     Newspaper
*/

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-weight: 300;
}

a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1, h2, h3, h4 {
	letter-spacing: -0.02em;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: #567fbc;
}

/*-------------- logotype -------------*/

.td-header-style-1 .td-header-sp-logo img {
	max-height: 100px;
}

.td-header-style-1 .td-header-sp-logo {
	margin: 24px 28px 9px 0;
}

.td-header-row [class*="td-header-sp"] {
	padding-right: 0;
	padding-left: 0;
}

.td-header-sp-logo img {
	position: relative;
}

/*------------------ Category tags -------------------*/

.td-category-header .td-page-title {
	font-weight: 400;
	text-transform: none;
	margin-bottom: 15px;
}

.td-category {
	font-size: 14px;
}

.td-category a {
	padding: 5px 8px 5px 8px;
}

/*------------------  Frontpage ------------------*/

#first-home-wrap {
	margin-top: 38px;
}

.front-articles-more {
	border-top: 1px solid #dbdbdb;
	margin-top: 30px;
}

.front-articles-aside .current-episode-title {
	margin-bottom: 6px;
}

.front-articles-aside .date-current-front {
	font-size: 13px;
}

.front-articles-aside .latest-front-content p {
	line-height: 160%;
	font-size: 13px;
	margin-bottom: 10px;
	color: #454545;
}

h2.current-episode-title {
	margin-bottom: 8px;
	margin-top: 20px;
}

.home .td-pb-row [class*="td-pb-span"] {
	padding-left: 15px;
	padding-right: 15px;
}

.home .td-pb-row .td-pb-span4 {
	padding-left: 26px;
}

h1.current-episode-title {
	font-size: 34px;
	line-height: 42px;
    margin-bottom: 8px;
    margin-top: 25px;
}

.date-current-front {
	margin-bottom: 21px;
	font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #999;
}

.block-title-front span {
	background-color: #fff !important;
	color: #333;
	font-weight: 400;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	padding: 7px 12px 7px 12px;
}

.home .td-main-page-wrap {
	padding-top: 10px;
}

.home .more-link-wrap {
	display: none;
}

.home .continue-reading {
	background: #567fbc;
	color: #fff;
	padding: 10px 12px;
	line-height: 1;
	margin-top: 15px;
	font-size: 12px;
	display: inline-block;
}

.home .continue-reading:hover {
	background: #222;
}

.latest-front-content p {
	font-size: 16px;
	line-height: 180%;
	color: #454545;
}

/*------------- Lite gott och blandat :) sorry ---------------*/

.top-header-menu li {
	line-height: 28px;
}

.td-header-main-menu {
	padding-right: 0;
}

.post header .entry-title {
	font-size: 34px;
	line-height: 42px;
}

.entry-title a:hover, .current-episode-title a:hover, .td-post-next-prev-content a:hover, .latest-front-content a:hover {
	text-decoration: underline !important;
}

/*------------------ Custom page / Archives -----------------*/

.expandAll {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	background: #567fbc;
	padding: 4px 12px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.expandAll:hover {
	background: #222;
}

.td-page-content p.months {
	margin-bottom: 10px;
}

.months {
	cursor: pointer;
	border: 1px solid #dbdbdb;
	padding: 4px 12px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.months .td-icon-font {
	font-size: 10px;
	position: absolute;
	right: 12px;
	top: 11px;
	color: #c9c9c9;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.months:hover {
	background: #567fbc;
	color: #fff;
	border: 1px solid #567fbc;
}

.months:hover .td-icon-font {
	color: #fff;
}

.posts-archive {
	display: none;
}

/*----------------- Lite mer gott å blandat :) sorry again -----------------------*/

.td-header-wrap .td-header-top-menu-full {
	border-bottom: 1px solid #dbdbdb !important;
}

.td-header-gradient:before {
	content: none;
}

div.td-header-menu-wrap.td-header-gradient.td-affix {
	background-color: #fff !important;
	background: rgba(255,255,255,.96) !important;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

input, textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
     border-radius: 0;
     border: 1px solid #dbdbdb;
}

input[type=submit] {
	background-color: #567fbc;
}

input[type=submit]:hover {
	background-color: #222 !important;
}

input[type=text], input[type=url], input[type=tel], input[type=email] {
	border: 1px solid #dbdbdb;
}

.td-load-more-wrap {
	text-align: left;
}

.wpcf7-form-control-wrap input {
	font-size: 14px;
    padding: 10px 9px;
    height: auto;
}

.td-read-more a, .more-link-wrap a {
	background: #567fbc;
	margin-top: 15px;
}

.td_module_15 {
	border-bottom: 1px solid #dbdbdb;
}

.td_block_popular_categories a {
	display: block;
}

.td_block_popular_categories a:hover {
	background: #567fbc;
	color: #fff !important;
	padding: 0 10px;
}

.td-post-next-prev-content a {
	color: #567fbc;
}

.td-footer-wrapper h3 > a {
	color: #567fbc;
}

/*------- ie9 - plugin konflikt antar jag ---------*/

.td-footer-wrapper {
	padding-top: 50px;
}

.td-subfooter-menu li {
	display: inline-block;
}

.td-sub-footer-container .td-sub-footer-menu {
	float: right;
	width: 58.33333333%;
}

.td-pb-span5.td-sub-footer-copy {
	float: left;
	width: 41.66666667%;
}

/*--------------------*/

.td-footer-wrapper .block-title {
	border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.td-footer-wrapper .block-title > span {
	background: transparent !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

.block-title {
	letter-spacing: 0.01em;
	border-color: #dbdbdb !important;
	border-bottom: 1px solid #dbdbdb !important;
	text-transform: uppercase;
	font-size: 16px;
}

.td_block_wrap .td-load-more-wrap {
	margin-top: 26px;
}

.td_ajax_load_more {
	display: block;
	padding: 10px 12px;
}

.td-ss-main-content .td-post-date, header .td-post-date {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #999;
}

.td-main-content-wrap .block-title > span {
	background-color: #fff !important;
	color: #333;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	padding: 7px 12px 7px 12px;
}

/*-------------------- Social top header ---------------------*/

.td-social-icon-wrap .td-icon-font {
	font-size: 17px;
	width: 36px;
}

.td-social-icon-wrap i.td-icon-facebook:hover {
	color: #fff;
	background: #3B5998;
}

.td-social-icon-wrap i.td-icon-googleplus:hover {
	color: #fff;
	background: #dd4b39;
}

.td-social-icon-wrap i.td-icon-linkedin:hover {
	color: #fff;
	background: #007bb6;
}

.td-social-icon-wrap i.td-icon-rss:hover {
	color: #fff;
	background: #f36f24;
}

.td-social-icon-wrap i.td-icon-soundcloud:hover {
	color: #fff;
	background: #ff5500;
}

.td-social-icon-wrap i.td-icon-twitter:hover {
	color: #fff;
	background: #00aced;
}

.td-social-icon-wrap i.td-icon-vimeo:hover {
	color: #fff;
	background: #5289cc;
}

.td-social-icon-wrap i.td-icon-youtube:hover {
	color: #fff;
	background: #bb0000;
}

.td-header-sp-top-widget {
	padding: 0 0 !important;
}

.td-header-sp-top-widget .td-social-icon-wrap .td-icon-font {
	height: 33px;
	line-height: 33px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/*-------------------- Sidebar --------------------*/

.textwidget a {
	color: #111;
}

.textwidget .td-social-icon-wrap {
	margin: 0 10px 8px 0;
	display: inline-block;
}

.textwidget .td-social-icon-wrap i {
	width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 19px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.textwidget .td-social-icon-wrap i:hover, .textwidget .td-social-icon-wrap img:hover {
	opacity: 0.7;
}

.wpb_widgetised_column .td-social-icon-wrap img, .td-ss-main-sidebar .td-social-icon-wrap img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wpb_widgetised_column .td-social-icon-wrap i.td-icon-rss, .td-ss-main-sidebar .td-social-icon-wrap i.td-icon-rss {
	color: #fff;
	background: #f36f24;
}

.indicates-required {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666;
}

#mce-EMAIL {
	font-size: 14px;
	padding: 10px 9px;
	height: auto;
}

input#mc-embedded-subscribe.button {
	width: 100%;
	padding: 12px 9px;
	margin-top: 8px;
	font-size: 14px;
	background-color: #567fbc;
}

input#mc-embedded-subscribe.button:hover {
	background-color: #222;
}

.sponsorWrapper {
	margin-bottom: 15px;
}

.sponsorWrapper:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

.sponsorWrapper div {
	float: left;
	width: 50%;
}


/*------------------ Responsive ----------------*/

@media only all and (max-width: 1018px) and (min-width: 768px) {

input#mc-embedded-subscribe.button {
	font-size: 11px;
}

.sponsorWrapper div {
	width: 100%;
}

.sponsorWrapper {
	margin-bottom: 0;
}

.block-title {
	font-size: 14px;
}

.td-header-style-1 .td-header-sp-logo {
	margin: 15px 28px 9px 0;
}

.td-header-style-1 .td-header-sp-logo img {
	max-height: 90px;
}

.home .td-pb-row .td-pb-span4 {
	padding-left: 20px;
}

.td-header-sp-recs {
	overflow: hidden;
	width: 490px;
}

}



@media only all and (max-width: 767px) {

	.td-category-header .td-page-title {
		margin-bottom: 0;
	}

	.front-articles {
		margin-bottom: 30px;
	}

	h1.current-episode-title, .td-post-template-default .td-post-header header .entry-title {
		font-size: 26px;
    	line-height: 36px;
	}

	.td-main-content-wrap .td-container, .td-footer-wrapper .td-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.home .td-pb-row [class*="td-pb-span"] {
		padding-right: 0;
		padding-left: 0;
	}

	.home .td_block_big_grid_3 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.home .td-footer-wrapper .td-pb-row [class*="td-pb-span"] {
		padding-left: 0;
		padding-right: 0;
	}

	.td-pb-row {
		margin-left: 0;
		margin-right: 0;
	}

	.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
		background-color: #fff !important;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
	}

	div.td-header-menu-wrap.td-header-gradient.td-affix {
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
	}

	#first-home-wrap {
		margin-top: 20px;
	}

	.td-crumb-container {
		min-height: 20px;
	}

	.header-search-wrap .td-icon-search {
		color: #567fbc !important;
	}

	#td-top-mobile-toggle i {
		color: #567fbc;
	}

}






