/*
    Theme Name: BizHub
    Theme URI: https://flexithemes.com/bizhub-wordpress-theme/
    Description: Free Business/Portfolio WordPress theme by FlexiThemes
    Author: FlexiThemes
    Author URI: https://flexithemes.com
    Version: 1.3
    Tags: blue, three-columns, mixed-columns, right-sidebar
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =WOOCOMMERCE
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
    =RESPONSIVE
*/

/* =GENERAL
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Cherry+Cream+Soda|Bree+Serif|Play:700);

body {
    background: #182B3A;
    color: #555555;
}

a {
    color: #32648B;
    text-decoration: none;
}

a:hover, a:focus {
    color: #DF8F00;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

#container {
	width: 960px;
	margin: 0 auto;
}

#main {
	padding: 15px;	
    background: #fff;
}

#main-fullwidth {
    padding: 15px;
    background: #fff;
}

#content {
    overflow: hidden;
    float: left;
    width: 610px;
border-right: 1px solid #cccccc;

}

#sidebar-primary {
    overflow: hidden;
	float: right;
    width: 300px;
    margin-left: 15px;
}

/* =HEADER
-------------------------------------------------------------- */

#header {
color:#ffffff;
    height: 80px;
    padding:15px 0;
    background: url('images/header-bg.png') center center no-repeat;
text-align:center;
}

#header img {
margin:0 auto;
}

.logo {
    float: left;
    margin: 5px 0;
}

h1.site_title {
    margin: 10px auto;
    padding:0;
    font-family: 'Cherry Cream Soda', cursive, Book Antiqua, Palatino Linotype;
    font-size:48px;
    line-height: 40px;
    font-weight: normal;
    color: #FFFFFF;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.logo h2.site_description {
    margin: 0;
    padding:0;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 14px;
}

.header-right {
    float: right;
}


/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
    padding:0;
    position:relative;
    height: 40px;
    z-index: 400;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #2D465A), color-stop(1, #203240));
    background-image: -ms-linear-gradient(top, #2D465A, #203240);
    background-image: -o-linear-gradient(top, #2D465A, #203240);
    background-image: -moz-linear-gradient(top, #2D465A, #203240);
    background-image: -webkit-linear-gradient(top, #2D465A, #203240);
    background-image: linear-gradient(to bottom, #2D465A, #203240);
    border-bottom: 1px solid #E3790C;
    border-top: 1px solid #2D465A;
    margin-top: 12px;
}

.menu-primary {
}

.menu-primary li {
    border-right: 1px solid #182B3A;
    -webkit-box-shadow: inset 1px 0px 0px 0px #182B3A;
    box-shadow: inset -1px 0px 0px 0px #182B3A;
}

.menu-primary li:last-child {
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
    color: #ffffff;
    padding: 14px 15px 13px 15px;
	text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px 0 0;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #E3790C;
    outline: 0;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #2D465A), color-stop(1, #203240));
    background-image: -ms-linear-gradient(top, #2D465A, #203240);
    background-image: -o-linear-gradient(top, #2D465A, #203240);
    background-image: -moz-linear-gradient(top, #2D465A, #203240);
    background-image: -webkit-linear-gradient(top, #2D465A, #203240);
    background-image: linear-gradient(to bottom, #2D465A, #203240);
    border-bottom: 1px solid #E3790C;
    border-top: 1px solid #2D465A;
    margin: -1px 2px -1px 0;

}

/* Child Levels - Menu Primary */

.menu-primary ul  {
    margin-top: 1px;
}

.menu-primary ul ul {
    margin-top: 0;
}

.menu-primary ul li {
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-primary li li a {
	color: #fff;
    text-transform: none;
    background: #233646;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #fff;
    background: #DB6D16;
    outline: 0;
    border-bottom:0;
    text-decoration: none;
    margin: 0;
    border-top: 0;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 13px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 15px;
    border-bottom: 0;
}

.post-box {
    width: 300px;
    height: 300px;
    float: left;
    margin-left: 15px;
    overflow: hidden;
}

.post-wrap div:first-child {
    margin-left: 0;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.entry a {
    color: #3264fB;
    text-decoration: none;
}

.title {
    color: #1D3C55;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Verdana, sans-serif, 'Play', 'Cherry Cream Soda';
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.post-single .title {
    font-size: 18px;
    line-height: 24px;
}

.title a {
    color: #1D3C55;
    text-decoration: none;
}

.title a:hover {
    color: #E87508;
    text-decoration: none;
}

.entry {
    line-height: 20px;
padding:5px;
}

.featured_image {
    padding: 6px;
    border: 1px solid #A8C4DA;
    background: #fff;
}

.page-title {
    color: #1D3C55;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Verdana, sans-serif;
    border-bottom: 2px solid #1D3C55;
}


/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/date.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/category.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #335B7B;
    border-bottom: 2px solid #EFA116;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FBF7F7), color-stop(1, #DFDFDF));
    background-image: -ms-linear-gradient(top, #FBF7F7, #DFDFDF);
    background-image: -o-linear-gradient(top, #FBF7F7, #DFDFDF);
    background-image: -moz-linear-gradient(top, #FBF7F7, #DFDFDF);
    background-image: -webkit-linear-gradient(top, #FBF7F7, #DFDFDF);
    background-image: linear-gradient(to bottom, #FBF7F7, #DFDFDF);
}

.readmore a:hover {
    color: #FFFFFF;
    border-bottom: 2px solid #EFA116;
    text-decoration: none;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #2D4659), color-stop(1, #203241));
    background-image: -ms-linear-gradient(top, #2D4659, #203241);
    background-image: -o-linear-gradient(top, #2D4659, #203241);
    background-image: -moz-linear-gradient(top, #2D4659, #203241);
    background-image: -webkit-linear-gradient(top, #2D4659, #203241);
    background-image: linear-gradient(to bottom, #2D4659, #203241);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #294052;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background:#345167;
}

.wp-pagenavi a:hover {
    color: #fff;
    background:#EE9C0A;
}

.wp-pagenavi span.pages {
    color: #294052;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #294052;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
    margin-bottom:15px;
    padding: 25px 0;
    background: #273E51;
}

#copyrights {
    color: #FFFFFF;
    background: #273E51;
    float: left;
    padding-left: 15px;
}

#copyrights a {
    color: #FFFFFF;
} 

#copyrights a:hover {
    color: #FFFFFF;
    text-decoration: none;
} 

#credits {
    color: #BCD6EB;
    font-size: 11px;
    float: right;
    padding-right: 15px;
}

#credits a {
    color: #BCD6EB;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #BCD6EB;
}

/* Footer Widgets
----------------------------*/

#footer-widgets {
    background: #F1F8FE;
    padding: 20px 0 0 0;
    border-top: 1px solid #C6DBEB;
}

.footer-widget-box {
    width: 300px;
    float: left;
    margin-left: 15px;
}

.footer-widget-box-last {

}

/* Footer Widgets Color */

#footer-widgets .widget-container {

}

/* Footer Widgets Links */

#footer-widgets .widget-container a {

}

#footer-widgets .widget-container a:hover {

}

/* Footer Widget Title */

#footer-widgets .widgettitle {

}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {

}

/* Footer List Items */

#footer-widgets .widget ul li {

}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {

}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {

}

/* Footer Widgets Seaarch */

#footer-widgets #search {

}

#footer-widgets #search #s {

}


/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #1E384D;
    font-size: 13px;
}

.widget-container a {
    color: #1E384D;
    text-decoration: none;
}

.widget-container a:hover {
    color: #D88B02;
    text-decoration: none;
}

.widgettitle {
    background: url('images/widgettitle-bg.png') left bottom no-repeat;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 0;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #3A5D77;
    font-size: 16px;
    line-height: 16px;
    font-family:  'Cherry Cream Soda', Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    background: url(images/widget-list.png) left 4px no-repeat;
}

.widget ul li .children {
    padding-top: 17px;
}


/* Search
----------------------------*/

#search {
    border: 1px solid #B7CFDF;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #294052;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 15px 0; 
    margin: 0 0 15px 0;
    border-bottom: 0;
}

.posts-widgettitle {
    font-weight: normal;
    padding: 0 0 5px 0; 
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
    font-style: italic;
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #B7CFDF;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}


/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}


/* Tablets ----------- */

@media only screen and (max-width: 768px) {
    
h1.site_title {
    font-size:40px;
    line-height: 40px;
}

     #container, #footer-container {
    	width: 100%;
    }
    
    #main, 
    #main-fullwidth, 
    #header,
    #footer-widgets,
    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }
        
    #main, #main-fullwidth {
        background-image: none;
    }
    
    #header {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background: url('images/header-bg.png') center -10px no-repeat;
    }
    
    .logo, .header-right {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .header-right {
        padding-top: 10px;
    }
    
    #topsearch {
        float: none;
        width: 96%;
        margin: 10px 2%;
    }
    
    #header #topsearch {
        margin-left: 0;
        margin-right: 0;
        width: 100%; 
    }
    
    #top-social-profiles {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    #content, #sidebar-primary, #sidebar-secondary {
    	width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;
    }
    
    .menu-primary-container, .menu-secondary-container {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    
    .fp-slider, #fb-root {
        display: none;
    }

    .post-box {
        width: 100%;
        height: 100%;
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    #footer-widgets-container #footer-widgets {
        width: inherit;
    }
    
    .footer-widget-box {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    #copyrights, #credits {
        display: block;
        float: none;
        text-align: center;
    }
    
    #footer-container #copyrights, #footer-container #credits {
        padding: 5px 0;
    }
    
    #footer-container #footer {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
 
h1.site_title {
    font-size:30px;
    line-height: 30px;
}

    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }
    
    .menu-primary-container, .menu-secondary-container {
        display: none;
    }
    
    #header .menu-primary-responsive-container, #header .menu-primary-responsive-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; 
    }

	#search_form {padding: 10px 120px 10px 10px;}

	#search_text {font-size: 16px; height: 20px;}
	
	#search_button {font-size: 16px; line-height: 30px; width: 80px; height: 30px; margin: 0 -110px 0 0;}

}

/* =END
-------------------------------------------------------------- */



/***Form Styles***/
#search_form {background: #2d93cc; position: relative; padding: 10px 190px 10px 10px; border: 3px solid #ffffff; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);}

#search_text {font-size: 20px; color: #5e5e5e; float: left; width: 100%; height: 30px; margin: 0; padding: 5px 10px 5px 10px; border: none; webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);}

#search_text:focus {background: #ecf5fd;}

#search_button {background: #da3a4a; background: -moz-linear-gradient(top, #da3a4a 0%, #bd2b39 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da3a4a), color-stop(100%,#bd2b39)); background: -webkit-linear-gradient(top, #da3a4a 0%,#bd2b39 100%); background: -o-linear-gradient(top, #da3a4a 0%,#bd2b39 100%); background: -ms-linear-gradient(top, #da3a4a 0%,#bd2b39 100%); background: linear-gradient(top, #da3a4a 0%,#bd2b39 100%); font-size: 20px; line-height: 40px; color: #ffffff; text-shadow: 0px 1px 1px #641010; float: right; width: 150px; height: 40px; margin: 0 -180px 0 0; padding: 0; border: 1px solid #e03c4c; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);}

#search_button:hover {background: #e03c4c; cursor: pointer;}