/*
Theme Name: Golden Cargo India
Template: zerif-lite

Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Changa');
@import url("style-2.css");

.navbar-brand .site-title,
.navbar-brand .site-title a{
	/*font-family: 'Lobster Two', cursive;*/	
	font-family: 'Changa', sans-serif;
	font-size: 30px
}

#topbar a,
#footer .social a,
#footer .menu a:hover,
#footer table td .fa,
#footer .social a:hover,
.text-white {
	color: #FFF
}

#topbar {
	background-color: #008DD1;
	padding: 5px 0;
	font-size: 14px
}

#main-nav .navbar-nav {
	transition: 0.3s;
	font-size: 16px
}

.entry-title:before,
.entry-title:after,
.widget .widget-title:before {
	background: #008dd1
}

@media (min-width: 768px){
	
	.home #main-nav.transparent-nav {	
		background: transparent;
	}
	
	.home #main-nav.transparent-nav .navbar-nav > li > a,
	.home #main-nav.transparent-nav .navbar-brand .site-title a {
		color: #FFF
	}
	#main-nav.transparent-nav .navbar-nav > li > a:hover,
	#main-nav.transparent-nav .navbar-brand .site-title a:hover,
	#main-nav.transparent-nav .navbar-nav > li > a:focus,
	#main-nav.transparent-nav .navbar-brand .site-title a:focus {
		color: #e96656
	}
}




#footer,
#footer h3,
#footer h4,
#footer .footer-widget-title{
	font-family: Helvetica
}

#footer,
.footer-copyright {
	font-size: 14px;	
}

#footer {
	padding: 65px 0;	
	line-height: 2.1;	
}

#footer .footer-widget-title {
	margin-bottom: 25px 
}

#footer,
#footer .copyright {
	background: #000;
}

/* .citiesFooter, */
.footer-copyright {
	background: #272727;
}

.footer-copyright{
	padding: 18px 0
}
/* .citiesFooter,
.citiesFooter a, */
.footer-copyright,
.footer-copyright a {
	color: #939393
}

#footer table,
#footer table td {
	border: none;	
}
#footer table td {
	padding: 0 5px 0 0
}
	
#footer, 
#footer .menu a {
	color: #757580;
}
.citiesFooter .menu,
#footer .menu {
	padding: 0;
	margin: 0;
	list-style: none
}

.citiesFooter .menu a:before,
#footer .menu a:before {
    content: '\f105';
	display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    margin-right: 15px;
}

#footer .social a {
	display: inline-block;
    background: #272727;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 100px;
}

.citiesFooter a:hover, 
#footer .menu a:hover
{
	padding-left: 5px
}

#footer .social a:hover {
	background: #DDD;	
}
#footer .social > li {
	margin-left: 0
}

.contactLocation a {
	outline: none
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    /*font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "-";
    float: right;        
    color: grey;         
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+";    /* adjust as needed, taken from bootstrap.css */
}

/* Post banner */
.post-banner {
	background: rgba(169, 95, 95, 0.58) url(../../uploads/2018/01/7.jpg);
    background-position: center center;
    padding: 100px 0px;
    color: #FFF;
    font-size: 36px;
	position: relative
}

.post-banner h3{
	font-size: 40px;
}

.post-banner:before {
    content: " ";
    display: block;
    position: absolute;
    background: #00000073;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
