/*
	Theme Name: THE HEN GROUP
	Theme URI: http://spiritnoise.com/
	Author: Shobhit Verma	
	Version: 4.5.3
	Description: Custom theme for the hen group website
	Author URI: https://www.linkedin.com/in/shobhit-verma-26148194
	Template: twentythirteen
*/
/*Reset Start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	font-family: 'Work Sans', sans-serif;
}
*{
	box-sizing:border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}
input{
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius: 0;
}
body,h1,h2,h3,h4,h5,h6,p,a,li,input,textarea{
	font-family: 'Work Sans', sans-serif;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #5c5c5c;
}
h1{
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 400;
}
h2{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
}
h2:after{
	content: '';
	width: 200px;
	height: 1px;
	background-color: #d89871;
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0px;
	margin: auto;
}

p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 200;
	color: #212121;
}
a{
	color: #212121;
}
.wrapper{
	max-width:1280px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
}
.wrapper:after{
	content: '';
	clear: both;
	display: block;
}
.container{.compaines-logo
	padding: 50px 20px 50px 20px;
	background-image: url("images/bg_35.jpg");
	background-attachment: fixed;
}
img{
    max-width: 100%;
}
/*header*/
#masthead{
	width: 100%;
	text-align: center;
	position: fixed;
	background-color: rgba(255,255,255,0.95);
	padding: 30px 20px 20px 20px;
	z-index: 999;
}
.home-link{color: #5c5c5c; display: block;}
.home-link .site-title{
	font-size: 24px;
	font-weight: 400;
	color: #5c5c5c;
	margin: 0px auto
}

.companies {
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
    padding: 150px 0px;
}
.companies-container{
	margin-top: 50px;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.companies-container:after{
	content: '';
	clear: both;
	display: block;
}
.compaines-logo{
	width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    padding: 0px 15px;
    display: flex;
}
.compaines-logo img{
	display: inline-block;
	margin: auto;
}


/*main*/

.main-logo{
	width: 172px;
    height: 335px;
    background-image: url('images/the-hen-group-logo.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    margin: 0px auto 30px auto;
}
.entry-content{
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 20px;
}
.intro{
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 60px;
}

.justify{
	max-width: 500px;
	width: 100%;
	margin: 0px auto 15px auto;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

/*footer*/
#colophon{
	padding-top: 50px;
	text-align: center;
	border-bottom: 10px solid #d89871;
	background-image: url("images/bg_35.jpg");
	background-attachment: fixed;
}
.footer-logo{
	width: 113px;
	height: 150px;
	background-image: url("images/the hen group line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px auto 50px auto;
}
.widget-area{
	height: inherit !important;
}
.widget-area aside{
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
#colophon p{
	font-size: 14px;
	margin-bottom: 10px;
}
#colophon .l-in{
	width: 29px;
	height: 29px;
	background-image: url("images/l-in.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 0px auto 20px auto;
}
#colophon .site-info p{
	font-size: 12px;
	color: #353535;
}
#colophon .site-info p a{
	color: #353535;
}