/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimpsAuthor 
URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt
*/


/* =Start From Here
-------------------------------------------------------------- */
@font-face {
	font-family: stylus-bt;
	src: url('fonts/stylus-bt.ttf');
}

#post-140 > div.post-entry > table > tbody > tr > td {
	background-color: #EAF2D3;
	border: 1px solid #47884F;
}

#footer-wrapper {
	padding: 10px!important;
}

#content-full {
	text-align: justify;
}

address {
	margin-top: 0px;
}

div#wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
}

div.chzn-container, li > input[type='text'].default {
	width: 280px !important;
}

div.chzn-drop {
	width: 278px !important;
}

#container > div.skip-container.cf {
	padding: 0px;
}

div#logo {
	background: url('BsnEquHir-Header.png');
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	text-align: center;
	height: 149px;
   	font-family: stylus-bt; 
}

span.site-name {
	text-transform: uppercase;
	height: 149px;
	line-height: 149px;
	font-size: 3.6em;
	padding: 0;
}

@media all and (max-width: 719px) {
	span.site-name {
		font-size: 2em;
	}
}

@media all and (max-width: 419px) {
	span.site-name {
		font-size: 1.6em;
	}
}

#container {
	padding-left: 0px;
	padding-right: 0px;
}

.site-description {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header > div.main-nav > ul {
	background-image: -webkit-linear-gradient(top, #000000, #3d3d3d);
}

#footer-wrapper > div.grid.col-940 {
	height: 10px;
}

#footer {
	background-image: -webkit-linear-gradient(top, #000000, #3d3d3d);
	background-color: #585858;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

div#footer-wrapper, #footer a {
	color: #e4e4e4;
}

div.powered {
	text-align: center;
}

div.copyright {
	font-size: 1em;
}

#content {
	text-align: justify;
}

div.post-entry > p {
	margin-bottom: 0px;
}

div.post-entry > table {
	margin-top: 0px;
}