/*
Theme Name: Kingpin
Theme URI:
Description:
Version: 1.02
Tags: responsive-layout
*/

@import 'style/default.css';

.p37 { 
	text-align:left;
}
.p37 .inner {
	padding:15px 0;  
	line-height:40px;
}
.p37 #oh_teaser_text {
 	float:left;
}
.p37 #social_oheader {
	float:right;
}
.p37 #social_oheader:after {
	content:"";
	clear:both;
	display:table;
}
/* test css */
.p36 #the_header .inner {
	display: flex;
	justify-content: space-between;
	align-items: initial;
} 
.p36 #the_header .inner > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}  
.p36 #the_header {
	background:#111;	
}
.p36 #the_header { 
	color:#fff;
	padding:1px 0;
	background:#111;
	border-bottom:1px solid rgba(255,255,255,0.2);
	z-index:300;
}
.p36 #social_header {
	float:right;
}
.p36 #navigation { 
	padding:20px;
	float:right;
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
} 
.p36 #navigation   ul.wpmenu > li {
	margin:10px;
	display:inline-block;
}
.p36 #hero img {
	padding-top:0;
	display:inline-block; 
}
.p36 #hero img {
	position:relative;
	z-index:33;
} 
.p36 li.has-submenu a:after {
	content: "\f107";
	position: absolute;
	font-family: fontawesome;
	right: 50%;
	bottom: -100%;
	width: 20px;
	text-align: center;
	display: inline-block;
	margin-right: -10px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
}
.p36 li.has-submenu:hover a:after {
 	opacity:0;
 }

.p52 {
	padding-top:40px;
	padding-bottom:40px;
	background:#f5f5f5;
}
.p52 .headline_inner {
	padding:24px;
	background:#313131;
	color:#fff;
}
.p52 .one_half {
	margin-bottom:0;
}
.p52 h1, .p52 h2 {
	color:#fff;
}
.p52 h1 {
	font-size:30px;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
}
.p52 .headline_divider {
	width:100px;
	height:3px;
	margin-left:-50px;
	background:#0996FB; 
	margin-top:20px;
}
.p52 h2  {
	margin-top:24px;
	margin-bottom:0;
	font-size:24px;
	font-weight:normal;
}
.p28 {
	background:#f1f1f1;
	color:#6B6A6A; 
}
.p28 .inner {
	padding:70px 0;
}
.p28 > .inner p {
	text-align:center;
}

article.type-post {
	padding:24px;
	background:#f5f5f5;
}
.custom_header.wait {
	min-height:600px;
}
 @media only screen and (min-width: 1060px) { 
 /* test 1060 */		.has_slider .p36 #the_header, has_custom_header_content .p36  #the_header {
	background:transparent !important;
} 
 }
 @media only screen and (min-width: 768px) and (max-width: 1059px)  { 
 .p37 #social_oheader, .p37 #oh_teaser_text {
	display:block;
	float:none;	
	text-align:center;
}.p36 #the_header .inner > div {
	display:block;
	float:none;
	width:100%;
	text-align:center;
}
.p36 #navigation {
	border-left:0px none;
	border-right:0px none;
	margin:0;
	padding:0;
}
.p36 .sg_center_vertical {
	display:block;
}
.p36 #the_header .inner {
	display:block;
}.p52 .one_half {
	float:none;
	width:auto;
} 
 }
 @media only screen and (min-width: 480px) and (max-width: 767px)  { 
 55.p36 #the_header .inner > div {
	display:block;
	float:none;
	width:100%;
	text-align:center;
}
.p36 #navigation {
	border-left:0px none;
	border-right:0px none;
	margin:0;
	padding:0;
}
.p36 .sg_center_vertical {
	display:block;
}
.p36 #the_header .inner {
	display:block;
}.p52 .one_half {
	float:none;
	width:auto;
} 
 }
 @media only screen and (min-width: 320px) and (max-width: 479px)  { 
 44.p36 #the_header .inner > div {
	display:block;
	float:none;
	width:100%;
	text-align:center;
}
.p36 #navigation {
	border-left:0px none;
	border-right:0px none;
	margin:0;
	padding:0;
}
.p36 .sg_center_vertical {
	display:block;
}
.p36 #the_header .inner {
	display:block;
}.p52 .one_half {
	float:none;
	width:auto;
} 
 }