/*
	Theme Name: BibleProphecySeminar
	Author: Ostapenko Viacheslav
	Description: A modern, simple, responsive theme designed in WordPress;
	Version: 1.0;
	Tags: bible, prophecy, seminar, hamblincompany, bibleseminar;

*/


html,
body{
	width: 100%;
}

header img, .width-100 img{
	width: 100%;
}


.top-container{
	/* IE10+ */ 
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #565b47 0%, #000314 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #565b47 0%, #000314 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #565b47 0%, #000314 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #565b47), color-stop(100, #000314));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #565b47 0%, #000314 100%);
	/* W3C Markup */ 
	background-image: radial-gradient(ellipse farthest-corner at center, #565b47 0%, #000314 100%);

	color: #fff;
	padding: 5px;
}


.container-full {
  margin: 0 auto;
  width: 100%;
}

.blue-box{
	background: #565b47;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	overflow: auto;
}
	.blue-box p{
		text-align: center;
		margin-bottom: 0;
	}
		.blue-box p.yellow{
			color: #ffe080;
			border-left: #448bcb 3px solid;
}


.green-box{
	background: #cfd2b6;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	overflow: auto;
}
	.green-box p{
		text-align: center;
		margin-bottom: 0;
	}
		.green-box p.yellow{
			color: #ffe080;
			border-left: #448bcb 3px solid;
}

.reserve{
	font-family: arial;
	font-size: 1.2em;
	margin-top: 8px;
}

form{
	overflow: auto;
	clear: both;
}
form input{
	margin: 2.5%;
	float: left;
	width: 45%;
	border-radius: 5px;
	border: solid 1px #cbcbcb;
	padding: 5px;
}


/*.sn a:before{
	content: "";
    background-image: url(img/sn.jpg);
    background-size: 258px 64px;
    background-position: 0px 0px;
    height: 64px;
    width: 64px;
    display: block;
    float: left;
    left: 0;
    margin: 0px 0px 0px 0px;
}*/

.sn a.twitter:before{background-position: -64px 0px;}
.sn a.pinterest:before{background-position: -128px 0px;}
.sn a.instagram:before{background-position: -192px 0px;}

.click-here p a{
	display: block;
	padding: 5px;
	background-color: #ececec;
	color: #800000;
	padding-left: 10px;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

	.click-here p a:hover{
		text-decoration: none;
	}


.brown{
	color: #810000;
}

.margin-top-15{
	margin-top: 15px;
}

.speaker{
	max-width: 100%;
}

.speaker-image img{
	max-width: 100%;
	height: auto;	
}

#map{
	text-align: center;
}

#map iframe{
	max-width: 300px !important;
	height: 300px !important;
	width: 100% !important;
}

.captainform_lightbox {
	/*float:left;*/
}

.sn, .click-here{
	padding: 15px;
}

.vert-img {
	display: none;
}

.vert-img img{
	height: auto;
}

@media only screen and (orientation: portrait) {
    .hor-img{
		display: none;
	}

	.vert-img {
		display: block;
	}
}

