/*
 * Author - Gate 39 Media
 * www.Gate39Media.com
 *
 */

body {
  font-family: 'Roboto';
  padding-top:60px;
  font-size: 16px;
  line-height: 24px;
  color: #545455;
}

/* --------------------------------------------------------------

   Default styles for Images

-------------------------------------------------------------- */
.entry-content img {
	height: auto;
	margin: 0 0 18px 0;
	max-width: 100%;
}

.alignleft, img.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright, img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}

.aligncenter, img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.container { max-width: none !important; width: 819px !important; text-align:left !important; }
.wrap {  -moz-box-shadow: 0px 2px 20px 6px #ededed; -webkit-box-shadow: 0px 2px 20px 6px #ededed; box-shadow: 0px 2px 20px 6px #ededed; padding-left:0 !important; padding-right:0 !important;}
a { color:#ec873d !important; }
.container .col-md-8 { text-align:left !important; }
.headerimg { margin-top:-50px; }
.header { padding-left:0 !important; margin-left:0 !important;}

h1 {
 /*font-family: 'Raleway';*/
 color:#1483c2;
 font-size:23px;
 padding-top:0 !important;
 margin-top:0 !important;
 font-weight:bold;
 text-transform:uppercase;
 }


h2 {
 font-family: 'Raleway';
 color:#1483c2;
 font-size:24px;
 padding-top:0 !important;
 margin-top:0 !important;
 text-transform:uppercase;
}


h3 { font-family: 'Raleway'; color:#1483c2; font-size:16px; padding-top:0 !important; margin-top:0 !important; }

ul li { margin-bottom:10px; list-style-image:url('images/list-style.jpg');  }
.contentwrap { padding-top:20px; padding-bottom:5px; }
.author { background:#f5f5f5; border-top:1px solid #dedede; padding-top:10px; width:100% !important;  }
.author img { float:left; padding:0 10px 150px 0; }
.author .call { text-transform:uppercase; font-weight:bold; text-align:center; }

.author p{ color:#000; font-size:12px; }

.author h3{
 font-family: 'Raleway';
 font-size:16px;
 text-transform:uppercase;
 font-weight:bold;
}

.author h2{
 font-family: 'Raleway';
 font-size:18px;
 text-transform:none;
 font-weight:bold;
}

.author .call a{
 font-family: 'Raleway';
 font-size:16px;
}

.orange { font-family: 'Raleway'; font-weight:bold; color:#ec873d !important; font-size:24px; }

footer { margin-top:40px; margin-bottom:20px; }

.sidebar2{
	background: #fafafa;
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e2e2;
	margin-top: 20px;
}
.sidebar2 h2{
	display: block;
	background: #f47732;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding: 8px !important;
	margin-bottom: 0;
}
.sidebar2 .form-wrapper{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

@media only screen and (max-width:819px) {
body { margin-top:20px; }
.container { max-width: none !important; width: 100% !important; }
.header img, .headerimg { width:102%; }
.col-md-8 { margin-bottom:30px; }
.col-md-4 { width:100%; }
.author img { padding:0 10px 10px 0; }
}

@media only screen and (max-width: 480px) {
body { margin-top:20px; }
.container { max-width: none !important; width: 100% !important; }
.header img, .headerimg { width:104%; }
.col-md-8 { margin-bottom:30px; }
.author img { padding:0 10px 10px 0; }
}
