@charset "utf-8";
/* CSS Document */
/*
Theme Name: Burke Foundation
Version: 1.4.2
Text Domain: natcon
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic);
body {
	margin:0;
	font:normal 18px 'Book Antiqua';
	line-height: 140%;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
h1 {
	color:#000116;
	margin-top:0;
	padding-top:0;
	font-size:28px
}
h2 {
	color:#000116;
	font-size:24px
}
h3 {
	color:#000116;
	font-size:20px;
	margin-top:25px;
}
a{
	color: #CB612C;
}
#top {
	background:#f7f4e3;
	text-align:center;
	line-height:0;	/**height:124px**/
}
#top img {
	border:none;
	width: 80%;
	height: auto;
	max-width: 700px;
}
#header {
	text-align:center;
	margin-bottom:20px;
	padding:20px 0;
	color:#000116;
	font-family: 'Open Sans', sans-serif;
}
#header a {
	display:block;
	color:#000116;
	text-decoration:none;
}
.site-title {
	font-weight:bold;
	font-size:25px;
	margin-bottom:10px;
}
.site-subtitle {
	font-size: 24px;
  line-height: 34px;
}
.main-menu-wrapper {
	margin:20px 0;
	text-align:center;
}
.main_menu {
	list-style:none;
	font-size:22px;
	font-weight:bold;
	color:#CB612C;
	margin:0;
	padding:0;
	display:inline;
}
.main_menu li {
	display:inline-block;
	margin:0;
	padding:5px 0;
	color:#CB612C;
}
.main_menu > li:after {
	content:"•"
}
.main_menu > li:last-child:after {
	content:""
}
.main_menu a {
	color:#CB612C;
	text-decoration:none;
	margin:0 10px;
}
.main_menu a:hover {
	color:#000116
}
.main_menu li:hover > ul.sub-menu {
	display:block;
}
.main_menu > li > ul.sub-menu {
	display:none;
	position:absolute;
	z-index:500;
	list-style:none;
	margin:0;
	padding:5px 0 5px 0;
	background:url(images/sub-bg.png);
}
.main_menu > li > ul.sub-menu li {
	padding:5px 0px;
	text-align:left;
	display:block;
}
.main_menu > li > ul.sub-menu li a {
	font-size:13pt
}
#bottom {
	margin-top:50px;
	text-align:center
}

.content-wrapper {
	width: 90%;
	max-width:850px;
	margin:0 auto;
	margin-top:30px;
}
.presenter-wrappper {
	width:980px;
	margin:0 auto;
	margin-top:30px;
}

.presenter-thumb {
	display:inline-block;
	float:left;
	margin:0 30px 15px 0
}
.presenter-thumb img{
	width: 200px;
	height: auto;
}

.speakers_list::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.speakers_list_item {	
	width: calc(25% - 40px);
	float: left;
	margin: 20px;
	text-align:center;
}
.speakers_list_item img {
	border:none;
	width: 100%;
	height: auto;
	display: block;
}
.speakers_list_item a {
	text-decoration:none;
	color:#000000;
}
.speakers_list_item a:hover {
	text-decoration:none;
	color:#CB612C;
}
.speakers_list_item:nth-child(4n):after{
	content: "";
	display: block;
	clear: both;
}
.speakers_list_subtitle{
	font-size: 15px;
	line-height: 15px;
	height: 15px;
}
hr {
	border: 1;
	width: 100%;
	clear:both;
}
#bottom img{
	border-right:solid 2px #b46988;
	margin-right:10px;
}
.footer-info{
	display:inline-block;
	position:relative;
	top:-18px;
	font-size:11pt;
}
.footer-info a{color:#000000; text-decoration:none;}
input[type=text], input[type=tel], input[type=email], textarea {
    background-color: transparent;
    border: solid 1px #cccccc;
    padding: 6px;
}
.wpcf7-form{
	margin: 45px 0;
}
.field_wrapper{
	display: block;
	margin: 0 0 25px 0;
}
.field_wrapper label{
	width: 30%;
	display: inline-block;
}
.field_wrapper input{
	width: 55%;
	display: inline-block;
}
.wpcf7-submit{
	padding: 7px 18px;
	border: none;
	background: #CB612C;
	color: #000116;
	margin-top: 10px;
	font:bold 18px 'Book Antiqua';
	cursor: pointer;
}
.mobile-menu-button-wrapper{
	display: none;
}
.check_wrapper{
	max-width: 100%;
}
.check_wrapper input{
	width: auto;
}
.check_list_wrapper span.wpcf7-list-item-label{
	display: none;
}
.check_wrapper span.wpcf7-list-item{
	display: inline;
	font-weight: bold;
	margin: 0;
}
body.page-id-206 .content-wrapper table{
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
body.page-id-206 .content-wrapper table td{
  width: 50%;
   padding: 1em 2em 1em 2em;
  transition: all .4s;
}
/*
body.page-id-206 .content-wrapper table td:nth-child(1){
  padding-right: 2.5em;
}
body.page-id-206 .content-wrapper table td:nth-child(2){
  padding-left: 2.5em;
}
*/
body.page-id-206 .content-wrapper table td:hover{
  padding: 0.7em 1.7em!important;
}
body.page-id-206 .content-wrapper table td img,
body.page-id-206 .content-wrapper table td input[type=image]{
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px){
	.presenter-wrappper{
		width: 90%;
	}
  body.page-id-206 .content-wrapper table{
    border-collapse: collapse;
    width: 90%;
  }
}
@media only screen and (max-width: 980px){
	#header{
		margin-bottom: 0;
	}
	.mobile-menu-button-wrapper{
		display: block;
		text-align: center;
	}
	.mobile-menu-button {
		display: inline-block;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #CB612C;
		margin: 6px 0;
		transition: 0.4s;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	.main-menu-wrapper{
		margin: 0 0 20px 0;
	}
	.main_menu{
		font-size: 18px;
		display: none;
	}
	.main_menu a{
		margin: 0;
		padding: 8px 0;
		display: block;
	}
	.main_menu li{
		display: block;
		border-bottom: solid 1px #CB612C;
		padding: 0;
	}
	.main_menu > li:after{
		display: none;
	}
	.speakers_list_item {
    width: calc(33.3% - 40px);
	}
	.speakers_list_item a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px){
	.site-title{
		font-size: 20px;
	}
	.site-subtitle{
		font-size: 19px;
		line-height: 25px;
	}	
	.field_wrapper label{
		width: 100%;
		display: block;
	}
	.field_wrapper:not(.check_wrapper) input{
		width: calc(100% - 12px);
		display: block;
	}
  body.page-id-206 .content-wrapper table{
    border-collapse: collapse;
    width: 100%;
  }
  body.page-id-206 .content-wrapper table td{
    padding: 0.5em 0.5em;
  }
  
}
@media only screen and (max-width: 620px){
	body{
		font-size: 16px;
	}
	h1{
		font-size: 24px;
	}
	.speakers_list_item {
    width: 45%;
		margin: 15px 2.5%;
	}
}

@media only screen and (max-width: 477px){
	#header{
		padding: 10px 0;
	}
	.site-title{
		font-size: 13px;
		margin-bottom: 0;
	}
	.site-subtitle{
		font-size: 13px;
		line-height: 16px;
	}
	.presenter-thumb{
		width: 50%;
	}
	.presenter-thumb img{
		width: 100%;
		height: auto;
	}
}