/*
 Theme Name: Bitz Child
 Theme URI: http://themeforest.net/item/bitz-news-publishing-theme/13542402
 Description: Child theme of Bitz WordPress theme available exclusively on Theme Forest.
 Author: MNKY
 Author URI: http://themeforest.net/user/MNKY
 Template:     bitz
 Version:      1.0.0
 License: Envato Marketplaces Split Licence
 License URI: Envato Marketplace Item License Certificate
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
 Text Domain:  bitz-child
*/

/*#mobile-site-header {
    display:block;
}*/

#header-sidebar {
    float: left;
}

.site-tagline {
	color: #00ACBF;
	font-family: "Rock Salt";
	font-size: 22px;
	margin: 0 0 0 20px;
	line-height: 1.5em;
	position:relative;
	top:30px;

}

.cn-header-rh-container {
	position:relative;
	display:inline-block;
	float:right;
	width:150px;
}

.social-search {
    float: right;
    /*padding-left: 10px;*/
}

#search_icon {
    width: 40px;
    position: initial;
    white-space: nowrap;
    text-align: center;
    line-height: 0;
    cursor: pointer;
}

.social-search .social-network {
    padding: 0;
    list-style: none;
    /*width: 90px;*/
    font-size: 0;
    line-height: 0;
    float: right;
}

.social-search .social-network li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.social-search .social-network li a {
	font-size:30px; /*40px;*/
	margin-top:14px;
}

#menu-sidebar ul ul li a {
        padding: 0px 0px 0px 0px;
        color: #fff;
}

#site-utility .search_button {
        font-size: 13px;
        padding: 0 3px 0 10px;
        min-width: 16px;

}

.fa-facebook-square:before {
        color: #fff; /*#3b5998;*/
}

.fa-twitter-square:before {
        color: #fff; /*#55acee;*/
}

.fa-google-plus-squaree:before {
        color: #dd4b39;
}
.fa-youtube-square:before {
        color: #bb0000;
}

#site-navigation ul li a {
    font-size: 24px !important;
    font-weight: 600;
    text-transform:none;
}

.heading_wrapper h2 {
        font-size: 80px;
        font-weight: 700;
        text-transform: none;
        margin-bottom: 5px;
        color: #ccc;
        
}

.fa.fa-search {
    font-size:22px;
}

.footer-sidebar  .widget input {
        width: 85%;
        background: white;
}

.footer-sidebar .widget input[type="submit"] {
        background: #333;
}

.footer-sidebar .widget input[type="submit"]:hover {
        background: #00aabc;
}

.footer-sidebar .widget .widget-title {
        text-transform: none;
        font-weight: 600;
        font-size: 20px;
}

#post-header-sidebar {
    margin-top: -20px;
    width: 69%;
}

.entry-meta {
    width: 30%;

}

.pre-content {
    top:-5px !important;
}

.mnky-posts-grid .mpg-item {
        height: 500px;
}

.mpg-layout-6 .mpg-item-2 {
        height: 250px;
}

.mpg-layout-6 .mpg-item-3, 
.mpg-layout-6 .mpg-item-4 {
        height: 250px;
}

.mp-layout-5 .mp-container {
        margin: 8px;
        width: 23%;
        float: left;
        background: #fff;
}

.promoted-content-container {
	background: #00aabc;
	min-height:250px;
	padding:20px;
}


.promoted-content-apply-container {
	background: #00aabc;
	min-height:250px;
}

h2.promoted-content-title {
	color:#fff;
	font-size:40px;
	font-weight;600;
}

h4.promoted-content-title {
	color:#fff;
	font-size:12px;
	font-weight;400;
}

.heading-line {
        display:none;
}

.promoted-content-apply-container,
.promoted-content-apply-container p {
	color:#fff;
}

.promoted-apply-button {
	margin: 0 auto 0;
	width: 130px;
	display: block;
}

.footer-sidebar .widget a {
        color:#fff;
        font-weight:600;
}

.category-more-button {
    float:right;
    padding:20px 0px;
}

@media only screen and (max-width : 1200px){ 

/* Navigation */
	#site-header{position:relative;}
	#site-header, #navigation-wrapper, #top-bar-wrapper {display:none;}
	#mobile-site-header{display:block;}
	#site-utility {float:left;}

}
