/*
Theme Name:     IBRG Child Theme
Theme URI: 		http://demo.qreativethemes.com/thelandscaper/
Description:    Child theme based on The Landscaper
Author:         QreativeThemes
Author URI:   	http://themeforest.net/user/QreativeThemes/portfolio
Template:       IBRG
Version:        1.0
*/


/* add your custom CSS code below */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
}
p {
	margin-bottom: 20px;
}
.topbar {
	height: 50px;
	z-index: -1;
}
.header {
	background-color: #082d3d;
}
.navbar-brand {
	margin: -37px 0px 0px -5px;
}
.navbar-brand img {
	max-width: 180px;
	width: 180px;
}
.page-header-only #navbar {
	display: none !important;
}
.main-navigation > li > a {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
}
.main-navigation > li > a::before {
	display: none;
}
.jumbotron {
	margin-bottom: 0px;
	background-color: #082d3d;
}
.cta-banner.cta-block .cta-banner-text {
	padding: 22px 0px;
}
.cta-banner.cta-block .cta-banner-text .cta-banner-title {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
}
.cta-banner-buttons {
	display: none;
}
.home .content .home-left .widget-title {
	display: none;
}
.home .content .home-right .widget-title {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	color: #082d3d;
}
.home .content .home-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.home .content .home-right ul li {
	position: relative;
	padding-left: 19px;
	padding-bottom: 10px;
	line-height: 17px;
}
.home .content .home-right ul li:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ebaa34;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.home .content .home-right ul li.pdf:before {
    content: "\f1c1";
}
.home .content .home-right ul li.doc:before {
    content: "\f0f6";
}
.footer h6 {
	display: none;
}
.footer .widget_nav_menu ul li {
	float: left;
	width: 50%;
}
.footer-sidebar {
	margin-bottom: 25px;
}
.footer-sidebar .bottom-middle p {
	color: #ffffff;
}
.footer-sidebar, .footer-sidebar .bottom-right {
	text-align: left;
}
.footer .widget_nav_menu ul li::before {
	display: none;
}
.page-id-14 .panel-grid {
	margin-bottom: 10px !important;
}
.page-id-14 .counter.count-box {
	padding:15px 30px;
}
.iccac {
	float: left;
	margin: 0px 25px 15px 0px;
}
@media (min-width: 480px) {
	.navbar-brand {
		margin: -30px 0 0 -17px;
	}
	.navbar-brand img {
		max-width: 212px;
		width: 212px;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		margin: -30px 0 0 -37px;
	}
}
	
	