.call_bar{
	text-align: right;
}

.social_row{
	height: 139px;
}


.post-img img {
	width: 100%;
	height: 200px;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.page_img img {
	width: 100%;
	height: 500px;
}

/*Dropdown*/
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: yellow;
}

.navbar-top ul.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: -10px;
}


.dropdown-menu a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-menu > li > a {
	display: block;
	padding: 11px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

li.menu-item-has-children:hover .dropdown-menu {
	display: block;
}

/*Media Query*/
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/*====Call Section=====*/    
.call_bar{
    text-align:center;
} 

 /*=============
    About page
===============*/
.page_img img {
	height: 150px;
	width: 100%;
}

.social_row {
	height: 60px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {} 