/* RB Magazine CSS */





/* global */
.bootstrap-select button.dropdown-toggle.btn{
	outline: none !important;
}

a{
	color: #d71c23;
}

.bg-green{
	background: #d71b22;
}

.bg-white{
	color: #d71b22;
}

.bg-green:hover{
	background: #2a2a2a;
}

.bg-green:active, .bg-green:focus{
	background: #d71b22;
}

.outline-green{
	border-color: #d71b22;
    color: #d71b22;
}

.outline-green:hover{
	border-color: #2a2a2a;
}

.form-control:focus{
	border-color: #000;
	outline: none;
}

.select-nostyle{
	min-width: 150px;
}

select:focus{
	border-color: #000;
}




/* header */
.responsive-menu:hover span, 
.responsive-menu:active span{
	background: #d71c23;
}

.header-container {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.nav-container {
	background: #d71c23;
}

.navigation .nav li a{
	color: #ffcbcd;
}

.navigation .has-dropdown .icon svg{
	fill: #fff;
}

.navigation .dropdown{
	background: #d71b22;
}

.logo-container .tagline{
	display: none;		
}

@media (min-width: 600px){
	.logo-container .tagline{
		display: inline-block;
		font-size: 1.5rem;
		color: #000;
		font-style: italic;
		font-family: AvenirMedium, sans-serif;	

		margin-left: 10px;
		position: relative;
    	top: 6px;
	}
}

@media (min-width: 992px){

	.logo-container{
		position: relative;
		margin-top: 26px;
	}

	.logo-container .tagline{
		font-size: 2rem;
		margin-left: 30px;
	}

	.header-container {
		background: url(../images/img/header-bg.png) no-repeat 65% 50%;
		background-size: cover;
		border: none;
	}

	.navigation .dropdown{
		border-top: 1px solid #ff9195;
	}
}

@media (min-width: 1200px){

	.logo-container .tagline{
		margin-left: 100px;
	}	
}



/* footer */
.main-footer{
	position: relative;
	background: #f3f3f3;
}

.main-footer:after{
	content: "";
    /* background: #f3f3f3 url(../images/img/footer-bg.png) no-repeat bottom center; */
    background: #f3f3f3 url(../images/img/footer-bg.png) no-repeat 80% 100%;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.footer-bottom{
	padding: 0 0 95px;
}

.footer-links select{
	min-width: 0;
	width: 100%;
    border: 1px solid #dad8d8;
    border-radius: 5px;
    padding: 7px 35px 3px 10px;
    display: block;
	margin-top: 10px;
	background-position: right 12px top 52%; 
}

.fb-like {
    margin: 30px 0 35px;
}

@media (min-width: 400px){
	
	.footer-links select{
		width: auto;
		display: inline-block;
	}
}


@media (min-width: 600px){
	.main-footer:after{
		background: #f3f3f3 url(../images/img/footer-bg.png) no-repeat 90% 100%;
	}
}

@media (min-width: 992px){

	.fb-like {
		margin: 20px 0;
	}

	.footer-links select{
		width: 100%;
		display: block;
	}
}

.sidebar .sidebar-header a:hover{
	color: #d71b22;
}

.news-block .read-more{
	color: #d71b22;
	border-bottom: 1px solid #d71b22;
}

.news-block .read-more:hover{
	color: #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}




/* index */
.newsletter-box{
	background: #fff;
	border-radius: 5px !important;
	border: 2px solid #d71b22;
	background: #fff2f2;
}

.newsletter-box .treecrop-white-logo{
	width: 175px;
}

.treecrop-tv .treecrop-logo{
	top: 2px;
    position: relative;
}

.newsletter-box h3, .newsletter-box p{
	color: #2a2a2a;
}

.magazine-issue h4:after{
	background: #d71b22;
}

.blog-details .category:hover {
    color: #d71b22;;
    border-color: #d71b22;;
}

.mi-right{
	text-align: center;
}

.magazine-issue h4:after{
	left: 50%;
	transform: translateX(-50%);
}

.magazine-issue .list{
	padding: 0;
	list-style: none;
}

.newsletter-box > img{
	right: 10px;
	bottom: -2px;
}

@media (min-width: 500px){

	.magazine-issue h4:after{
		content: "";
    	background: transparent;
	}
}

@media (min-width: 768px){

	.mi-right{
		text-align: left;
	}

	.magazine-issue h4:after{
		left: 0;
		transform: none;
	}

	.magazine-issue .list{
		padding: 0 0 0 20px;
		list-style-type: disc;
		height: 220px;	
	}

	.newsletter-box{
		padding: 30px 50px 30px 200px;
	}
}








/* contact page */
.contact-details .svg{
	fill: #d71b22;
}

a.contact-sidebar-data{
	color: #d71b22;
}

a.contact-sidebar-data:hover{
	color: #2a2a2a;
}

.bg-green.btn:hover{
	background: #2a2a2a;
}






/* news */
.enews-sidebar{
	border: 2px solid #d71b22;
	border-radius: 5px;
	background: #fff2f2;
}

.enews-sidebar h4, .enews-sidebar p{
	color: #2a2a2a;
}

.treecrop-logo-text{
	top: -7px;
}

.category-listing ul li a:hover{
	background: #d71b22;
}

.sidebar-social{
	padding: 30px 20px;
}

.news-archives ul li a:hover{
	color: #d71b22;
}





/* tv */
.logo-with-text img{
	width: 175px;
	top: 2px;
    position: relative;
}

/* about */
.feature-box{
	padding: 32px 10px 28px 95px;
	background: #d71921;
	border-color: #d71921;
}


/* footer */
.footer-links ul li a b{
	background: #d71921;
}



/* magazine page */
.subscribe-cta{
	border: 2px solid #d71b22;
	background: rgba(215, 25, 33, 0.04);
}


/* advetise */
.advertise-sidebar .as-block .new{
	background: #d71b22;
	top: -4px;
}


/* subscribe */
.subscribe-form .custom-inputbox:hover .checkbox-indicator{
	border-color: #d71b22;
}

.subscribe-form .custom-inputbox input:checked ~ .checkbox-indicator{
	background: rgba(215, 27, 9, 0.08);
    border-color: #d71b22;;
}


/* login */
.subscribe-container .login-form{
	max-width: 450px;
	margin: 0 auto;
}

.magazine-listing .ml-box span{
	margin: 10px 0 0;
}

@media (min-width: 768px){

	.magazine-listing .ml-box{
		text-align: center;
	}

	.magazine-listing .ml-box span{
		height: 62px;
	}
}

.iframe_ad {
	border:none;
}

