/* Enter Your Custom CSS Here */

/*logo size*/

.header-content-wrap {
 padding: 75px 0 300px; 
}



.navbar {
    background: #696969 !important;
}
.navbar-brand {
height: 160px;
line-height: 85px;
position: relative;
}


/*page heading in content area*/

.entry-title {
    display: none;
}

/*remove white space in content area*/
.entry-content{
  margin-top: 15px;
}
.content-left-wrap{
  padding-top: 10px;
}



/*negivation bar*/
/*centers menu*/
.navbar-inverse .navbar-nav>li>a {
	color: 	#00BFFF;
	padding: 0;
	line-height: 45px;
}
.navbar-inverse .main-navigation ul > li {
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}

/* for rounded corner images */
.featured-image img {
  border-radius: 20px 20px 0 0;
}
.entry article {
  border-radius: 20px;
}
.entry.has-post-thumbnail article {
  border-radius: 0 0 20px 20px;
}

/*font size of the header menu*/
.navbar-inverse .navbar-nav>li>a{ font-size: 20px; }


#main-nav:after {
content: "020 8778 8666";
width: 200px;
display: block;
padding: 2px 4px;
border-radius: 0 0 4px 4px;
background: #efefef;
font-size: 14px;
text-align: center;
color: #404040;
position: absolute;
top: 0;
right: 70px;
}
#main-nav:before{
font-family: FontAwesome;
content: "\f095";
top: 2px;
font-size: 14px;
right: 220px;
position: absolute;
color: #404040;
width: 20px;
display: block;
z-index:2;
}
/*.................................*/

 