/*
Theme Name: FBS - TWIF Flat Bootstrap Child
Theme URI: 
Description: Child theme for Flat Bootstrap. 
Author: TWIF Marketing
Author url: http://twifmarketing.com
Version: 1.5a
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/


a {
	color: #FC9B2D;
	-webkit-transition: color 0.1s linear 0s;	
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}
a:hover,
a:focus {
	color: #FC9B2D;
	opacity: .75;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400; /*Bootstrap is 500;*/
    font-size: 16px; 
    line-height: 1.6;
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Adamina, Georgia, serif;
	font-weight:400;
}

p {
    margin: 0 0 24px;
}

#site-branding{padding:24px 0;}

h1.site-title {
    text-align: center;font-size:20px;
}

.site-title a{color:#003a78;}

.site-description {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;text-align: center;
}

#hdr-right {
    text-align: center;
}


#hdr-right p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 28px;
}


/* Change the content (page) header. */

header.content-header {
    min-height: 140px;
}

h1.page-title {
    font-size: 34px;
}

.page-template-page-nosidebar header.content-header {
    min-height: 130px;
    margin: 20px 0;
}

.post-template-default header.content-header, .page-template-default header.content-header{
    min-height: 140px;
}

.content-header {
    background-color: #000000;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #ff7f2e;
}

.dropdown-menu {
    background-color: #f5721e;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,0.15);
}
.dropdown-menu>li>a{
    background-color: #f5721e;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,0.15);
	color: #fff;
}



.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #000;
    background-color: transparent;
}

.sidebar-footer {
    background-color: #111;
    color: #fff;
}

.sidebar-footer, .footer-nav-menu {
    color: #fff;
}

.sidebar-footer h1, .sidebar-footer h2, .sidebar-footer h3 {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-footer a:not(.btn), .footer-nav-menu a:not(.btn) {
    color: #FF9E2F;
}

.after-footer {
    padding-top: 18px;
    padding-bottom: 5px;
}

.after-footer {
    background: #000000;
    color: white;
    font-size: 14px;
}

.after-footer .container{
border-top: 1px solid #191715;padding-top:15px;
}


/* Set colors for input buttons (Search, Reply). Change these in your child theme. */
button,
html input[type="button"],
input[type="submit"] {
    color: #fff;
    background-color: #FF9E2F;
    border-color: #FF9E2F;
}
button:hover, 
button:focus,
html input[type="button"]:hover, 
html input[type="button"]:focus,
input[type="submit"]:hover, 
input[type="submit"]:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* Bootstrap uses "active" style on the <li>, but WordPress paginate_links() uses 
 * "current" in a <span> tag on the link. Also set the hover to match the primary button
 * color. 
 */
.pagination>li>a, 
.pagination>li>span,
span.page-numbers.current {
	color: #FF9E2F;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus,
.pagination>li>span:focus,
span.page-numbers.current {
	z-index: 2;
	color: #fff;
    background-color: #406b9a;
    border-color: #406b9a;
}

.wpcf7-form-control.wpcf7-text {
    max-width: 100%;
}
.wpcf7-form select.wpcf7-form-control.wpcf7-select {
    padding: 6px 0 !important;
}

.navbar-default {
    background-color: #130f0f;
    border-color: #000000;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #eee;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #f9f7f7;
    background-color: #5f5f5f;
}

@media (min-width: 768px){
	.site-title{
	margin:0;
	}

	h1.site-title {
		text-align:left;
		font-size:36px;
	}
	
	
	#hdr-right {
    		text-align: right;margin:40px 0 10px 0;
	}
	
	.entry-title {
    		font-size: 34px;
	}
	
	.navbar-nav {
		width: 100%;
		text-align: center;   
  }
  
	.navbar-nav li {
		float: none;
		display: inline-block;
    }
}

@media (max-width: 767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
	}
}

h2.widget-title {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #e68b2b;
    text-transform: uppercase;
}

.panel-layout h2 {
    font-size: 26px;
}

.panel-layout h3 {
    font-size: 22px;
}