/****************** HEADER ******************/

/* ------- Menu Bar ------- */
/* Change menu bar color */
.bottom-bar { 
border-top:3px solid #212121;
background: #565656;
    background-image: -moz-linear-gradient(140deg, #060606, #212121);
    background-image: -o-linear-gradient(140deg, #060606,#212121);
    background-image: -webkit-linear-gradient(140deg, #060606, #212121);
    background-image: linear-gradient(140deg, #060606, #212121);
}
/* Menu after color and hover */

.main-navigation ul li:after {
	background-color:transparent !important;
}
.main-navigation ul li:hover:after,.main-navigation .current-menu-item:after {
	background-color: #f25600 !important;
}
/* menu label - new, hot etc  */
.main-navigation .menu-description {
	background-color:#f25600;
}
.main-navigation .menu-description:after {
	border-top: 5px solid #f25600;
}
/* menu-hot */
/* menu label - new, hot etc #C30010 */
.main-navigation .menu-description.hot {
	background-color:#C30010 !important;
}
.main-navigation .menu-description.hot:after {
	border-top: 5px solid #C30010 !important;
}
/****************** FORMS ******************/
/* email subscribers */
.es_subscription_message.success {
    color: #f25600;
}
/* submission notice */
#caldera_notices_1 .alert.alert-success {
    background-color: #f25600;
    border: none;
    color: #fff;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed progress.cf2-file-progress-bar {
	vertical-align: middle !important; /*top*/
	}
/* Caldara submit button */
input#fld_7908577_1 {
	background-color: #f25600;
	border-color:#f25600;
	color:#fff;
}
/****************** MISC ******************/
/* Hide countdown info link */
a.countdown_infolink {
    display: none;
}
/* force white link color on color bg boxes */
p.has-white-color.has-text-color.has-background a {
    color: #fff;
}
/* post list express title text overrun fix */
.pad {
	  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* contigent on post list express fix */
div#newsever_posts_express_list-2 .read-title h4 {
    color: #fff;
}
/****************** FOOTER ******************/
/* disclaimer */
span#cn-notice-text {
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
span#cn-notice-text span {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Barlow', sans-serif;
}
.cn-button.wp-default {
	background-color:#353535
}

/****************** MOBILE ******************/
/* ------- Social Share Icons ------- */
@media only screen and (max-width: 600px) {
	div.heateor_sss_horizontal_sharing li {
    width: 20%;
	}
}
/* Extra small devices (Galaxy Fold) */
@media only screen and (max-width: 300px) {
	div.heateor_sss_horizontal_sharing li {
    width: auto !important;
	}
	i.heateorSssSharing.heateorSssTwitterBackground,i.heateorSssSharing.heateorSssFacebookBackground,i.heateorSssSharing.heateorSssRedditBackground,i.heateorSssSharing.heateorSssEmailBackground,i.heateorSssSharing.heateorSssGoogleBookmarksBackground {
	width:35px  !important;
	}
	div#main-navigation-bar {
    max-width: 280px;
}
}