/*
Theme Name: RokokoPosten - Final
Template: yaaburnee-themes
Author: Child Theme Configurator by Lilaea Media
Version: 1.1.3
Updated: 2014-10-26 10:58:43
*/


#wrapper.boxed, .container {
/*     max-width: 1100px !important; */
}



.wp-caption p.wp-caption-text {
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0;
}

.post-title h1 {
	font-size: 26px;
}

.main-post h2 {
	font-size: 18px;
}

.widget h3.widget-title {
	font-size: 13px;
}

.small-thumb-post h2 {
	font-size: 13px;
}

.small-thumb-post {
	padding: 2px 0;
}

#breaking-news ul a {
	color: #000;
}

#post-author {
	display: none;
}

.post-date, .post-author {
	font-size: 12px;
}

.main-post .entry-meta .post-date, .main-post .entry-meta .post-comments, .main-post .entry-meta .post-author, .main-post .entry-meta .post-views, .main-post .entry-meta .post-category {
	font-size: 11px;
}

.category-block-news-4 .main-post {
	margin-bottom: 0;
	padding-bottom: 0;
}

#breaking-news ul {
	font-size: 13px;
}

#footer .widget h3.widget-title {
	border-top: 0 solid #fff;
	border-bottom: 2px solid #fff;
}

.category-block-news-5 .main-post {
	padding-bottom: 0;
	margin-bottom: 0;
}

.top-banner-block {
	display: block;
}

/* Codeable Custom post type - 13/11/2014 */
#wrapper.boxed {
	position: relative;
	z-index: 10;
}

#cncpt-lb1,#cncpt-lb2{
width:930px;
margin:0 auto;
}
#cncpt-tab-lb1{
margin:0 auto;
}
#cncpt-rec1,#cncpt-rec2{
width:300px;
margin:0 auto;
}
#cncpt-sky1,#cncpt-sky2{
}
#cncpt-mob1,#cncpt-mob2,#cncpt-mob3,#cncpt-mob4{
width:320px;
margin:0 auto;
}
#cncpt-outstream{}


.view-desktop, .view-desktop.middle-right-ad, .view-desktop.middle-left-ad  {
	display:block;
}

.view-tablet, .view-mobile {
	display: none;
}

.top-ad, .middle-right-ad, .bottom-ad, .middle-left-ad, .sidebar-ad {
	margin: 24px auto;
	width: 100%;
}

.view-mobile.top-ad, .view-mobile.middle-right-ad, .view-mobile.middle-left-ad, .view-mobile.bottom-ad, .view-mobile.sidebar-ad {
	max-width: 320px;
	height: auto;
}

.view-mobile.top-ad {
	height: auto;
}

.view-desktop.top-ad {
	max-width: 930px;
	min-height: 180px;
}

.view-desktop.middle-right-ad, .view-desktop.middle-left-ad {
	/* Original */
        /* position: fixed;
	top: 50%;
	max-width: 160px;
	height: 600px;
	margin-top: -300px; */
        /* sticky banners*/
        position: fixed;
        top: 0px;
        height: 900px;
}

.view-desktop.middle-right-ad {
	right: 0;
}

.view-desktop.middle-left-ad {
	left: 0;
}

.view-desktop.bottom-ad {
	max-width: 300px;
	height: 250px;
}




@media (min-width: 768px) {
	.view-mobile {
		display: block;
	}
	
	.view-tablet {
		display: none;
	}
	
	.view-desktop, #cncpt-lb2,#cncpt-tab-lb2 {
		display: none;
	}
	
	.view-desktop.middle-right-ad, .view-desktop.middle-left-ad {
		display: none;
	}
}

@media (min-width: 1024px) {
	.view-mobile {
		display: none;
	}
	
	.view-tablet {
		display: tablet;
	}
	
	.view-desktop, #cncpt-lb2 {
		display: none;
	}
	
	.view-desktop.middle-right-ad, .view-desktop.middle-left-ad {
		display: none;
	}
}



@media (min-width: 1280px) {
	.view-desktop.middle-right-ad, .view-desktop.middle-left-ad {
		display: none;
	}
	.view-desktop, #cncpt-lb2 {
		display: none;
	}
	.view-tablet {
		display: block;
	}
	.view-mobile {
		display: none;
	}

}

@media (min-width: 1340px) {
	.view-desktop.middle-right-ad, .view-desktop.middle-left-ad {
		display: block;
	}
	.view-desktop {
		display: block;
	}
	.view-tablet {
		display: none;
	}

	.view-mobile {
		display: none;
	}

}


@media (max-width: 700px) {

	.view-mobile {
		display: block;
	}
	
	.view-tablet, #cncpt-lb2,#cncpt-tab-lb2  {
		display: none;
	}
	
	.view-desktop {
		display: none;
	}
	
	.view-desktop.middle-right-ad, .view-desktop.middle-left-ad {
		display: none;
	}


	.view-mobile.bottom-ad, .view-mobile.sidebar-ad {
		width: 320px;
		margin:0 auto;
	}
}

/* End Codeable Custom post type - 13/11/2014 */
/* Codeable fixes - 9/12/2014 */
@media only screen and (max-width:1034px) {
	/* ==========================================================================
	    Top navigation
	========================================================================== */
	#top-bar ul.top-navigation {
		display: initial;
	}
	
	#top-bar a.click-to-open-menu {
		display: none;
		color: #fff;
		line-height: 40px;
		width: 40px;
		height: 40px;
		border-right: 1px solid #333;
	}
	
	#top-bar {
		position: relative !important;
		height: auto;
	}
	
	#top-bar > .inner {
		height: 40px;
		background-color: #222;
		padding: 0;
	}
	
	.menu-mobile i {
		margin-right: 4px;
	}
	
	/* ==========================================================================
	    Top search form
	========================================================================== */
	.top-search-form {
		float: initial;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	/* ==========================================================================
	    Primary navigation
	========================================================================== */
	ul.primary-navigation {
		display: initial;
	}
	
	a.click-to-open-menu {
		display: none;
		color: #fff;
	}
	
	#primary-navigation {
		position: relative !important;
		height: 45px !important;
	}
	
	#primary-navigation > .inner {
		height: 46px;
		background-color: #fff;
		max-width: 984px;
	}
	
	/* ==========================================================================
	    Footer navigation
	========================================================================== */
	ul.footer-navigation {
		display: initial;
	}
	
	#footer .inner {
		height: 50px !important;
		padding: 0;
		border-bottom: none;
		line-height: 44px !important;
	}
}

@media only screen and (max-width:984px) {
	/* ==========================================================================
	    Top navigation
	========================================================================== */
	#top-bar ul.top-navigation {
		display: none;
	}
	
	#top-bar a.click-to-open-menu {
		display: block;
		color: #fff;
		line-height: 40px;
		width: 40px;
		height: 40px;
		border-right: 1px solid #333;
	}
	
	#top-bar {
		position: relative !important;
		height: auto;
	}
	
	#top-bar > .inner {
		height: auto;
		background-color: #222;
		padding: 0;
	}
	
	.menu-mobile i {
		margin-right: 4px;
	}
	
	/* ==========================================================================
	    Top search form
	========================================================================== */
	.top-search-form {
		float: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	/* ==========================================================================
	    Primary navigation
	========================================================================== */
	ul.primary-navigation {
		display: none;
	}
	
	a.click-to-open-menu {
		display: inherit;
		color: #fff;
	}
	
	#primary-navigation {
		position: relative !important;
		height: auto !important;
	}
	
	#primary-navigation > .inner {
		height: auto;
		background-color: #222;
		max-width: 100%;
	}
	
	/* ==========================================================================
	    Footer navigation
	========================================================================== */
	ul.footer-navigation {
		display: none;
	}
	
	#footer .inner {
		height: auto !important;
		padding: 0;
		border-bottom: 1px solid #333;
		line-height: inherit !important;
	}
}

/* End Codeable fixes - 9/12/2014 */

.image-post img {
    display: none!important;
}
.wp-caption {
	width:100%!important;
	display:block!important;
}

.category-block-news-4 .main-post .cont-img {
	display:none!important;
}



