/*!
Theme Name: Sense Of Cinema Theme
Theme URI: https://themeforest.net/item/valenti-wordpress-hd-review-magazine-news-theme/5888961
Description: Theme child of Valenti
Version: 1.0
Author: Bonsai Media
Template: valenti
Text Domain: cubell
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent theme's CSS.
-------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
	#cb-top-menu .cb-top-nav li a {
		padding: 0 5px ! important;
	}
}

@media screen and (max-width: 767px) {
	#cb-top-menu .cb-top-nav {
		display: none !important;
	}

	#main {
		margin: 0 !important;
    	padding: 20px !important;
	}

	#cb-top-menu .cb-small-menu-icons {
		margin-right: 20px;
	}

	#div-gpt-ad-1406118018753-0 {
		display: none !important;
	}

	.archive #main {
		margin: 0% !important;
		width: 100% !important;
	}

	.archive .cb-sidebar {
		width: 100% !important;
		margin: 30px 0 !important;
	}
}

#main {
	margin: 0 !important;
	padding: 20px !important;
}

.archive #main:not(.cb-blog-style-roll) {
	margin: 0 2.5% !important;
	width: 62.5% !important;
}

.archive .cb-sidebar {
	width: 30% !important;
	margin: 0 0.25% 0 0 !important;
}

#cb-search-modal {
	z-index: 999;
	width: 100% !important; 
}

#cb-mob-menu {
	position: absolute !important;
}

/*.author #cb-nav-bar #cb-main-menu .main-nav li .cb-big-menu .cb-articles,
.category #cb-nav-bar #cb-main-menu .main-nav li .cb-big-menu .cb-articles {
	min-height: 500px;
}*/

.cb-author-page .cb-author-details {
	margin: 0;
}

#cb-top-menu .cb-left-side {
	width: 10% ;
}

#cb-top-menu .cb-top-nav {
	display: inline-block;
	width: auto !important;
}

#cb-top-menu .cb-top-nav li {
	float: left;
}

#hidden-subscribe {
	background-color: #272727;
	padding: 0 30px 30px;
	color: #808080;
}

#hidden-subscribe input {
	font-size: 20px;
	width: 60%;
	display: block;
	margin: 10px auto;
	background: #2D2D2D;
	border: 0;
	padding: 10px;
}

.subscribe-modal-link a {
	color: #EB9812 !important;
}

.cb-no-3 {
	margin-right: 0 !important;
}

/*.cb-big-menu .cb-featured {
	float: right !important;
}*/

.page-template-page-valenti-builder #cb-content {
	min-height: auto !important;
}

#cb-logo-box iframe {
	width: 100%;
}

@media screen and (max-width: 375px) {
	#cb-outer-container {
		padding: 0 10px;
	}

	.cb-logo-box .cb-block {
		display: none;
	}
}

.home .cb-author {
	display: none !important;
}

.cb-big-menu .cb-author {
	display: inline-block !important;
}

.cb-module-block.cb-slider-b .cb-post-title {
	font-weight: 700 !important;
}

.home .cb-excerpt {
	display: none !important;
}

.archive .cb-excerpt {
	display: none;
}


#cb-nav-bar #cb-main-menu .main-nav li .cb-big-menu .cb-articles .cb-featured {
	float: right !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#cb-nav-bar #cb-main-menu .main-nav li .cb-big-menu .cb-articles .cb-recent {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.navigation.pagination {
	padding: 2.5em 0 1em;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
  font-weight: bold;
  padding: 5px 10px;
  background: #eb9812;
  color: #fff;
  text-decoration: none;
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.current {
	background: #000;
}