body {
	margin: 0;
  color: #777;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  background-color:#fff;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif'; 
}

.site-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;      
}

.genesis-nav-menu {
 line-height: 60px; 
}

.genesis-nav-menu .sub-menu {
 line-height: 1; 
}

.genesis-nav-menu a {
 color: #333; 
}

.site-header {
 background-color: #fff; 
}

.site-header .title-area {
 min-height: 120px; 
}

.field-element  {
	margin-bottom: 15px;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px;
}

#page-title-wrapper {
  display: block;
padding-left: 31px;
  padding-right: 31px;
width: 100%;
  box-sizing: border-box;
text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
color: #777;
  position:relative;
  background-size: 100% auto;
  min-height:200px;
}



.page-title {
  letter-spacing: 0.0161290322580645em;
  font-size: 62px;
  line-height: 1.25em;
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  text-indent:-9999px;
}
.page-description {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
    color: #787878;
  text-transform:uppercase;
}

#full-image {
  background-color:#000;
}

.page-hdr {
	margin:0px;padding:0px;
	width:100%;
  height:324px;
	border:none;
	
}.page-hdr table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:324px;
	margin:0px;padding:0px;
}
.page-hdr td{
	vertical-align:middle;
	border:none;
	text-align:center;
	padding:0px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
color: #fff;
}

#gform_1 ul{
 text-align: center;
}
.gform_footer input[type=submit].gform_button{
 display: block;
  margin: 0 auto; 
}

/* ## Horizontal Opt-in Form
--------------------------------------------- */
 
.horizontal-opt-in {
	padding-top: 20px;
	background-color: #569625;
  	margin-top: -1px;
}
 
.enews-widget {
	color: #fff;
}

.enews {
 	display: flex;
  justify-content: center;
}
 
.enews-widget p {
	background: url(/wp-content/uploads/2015/11/bookweb.png) center left no-repeat;
	height: 125px;
	padding-left: 100px;
  	padding-right: 15px;
	font-size: 30px;
	font-weight: 100 !important;
	text-align: center;
	line-height: 1;
	padding-top: 25px;
  	margin-bottom: 10px;
}
 
#subscribe {
	float: right;
	width: 60%;
}
 
.enews-widget input {
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 0;
  	margin-top: 35px;
	padding: 10px;
	border-color: transparent;
	color: #333;
}
 
.enews-widget input[type="submit"] {
	width: 140px;
	height: 160px;
	margin-top: -25px;
	margin-bottom: -40px;
	color: transparent !important;
	background: url(/wp-content/uploads/2015/11/getit200.png) center;
	background-repeat: no-repeat;
	background-size: cover;
}

.enews-widget input[type="submit"]:hover {
	background-color: transparent;
}
 
@media only screen and (max-width: 800px) {
	.enews-widget p {
		float: none;
		width: 100%;
		margin: 0;
		background-position: top center;
		padding: 0;
		padding-top: 120px;
		height: auto;
	}
  
  .enews {
   	display: block; 
  }
  
  	.enews .widget-title {
   	margin: 0; 
  }
 
	#subscribe {
		float: none;
		width: 100%;
	}
 
	.enews-widget input {
		width: 100%;
		margin-bottom: 20px !important;
	}
 
	.enews-widget input[type="submit"] {
		float: none;
		width: 100%;
    	margin: 0;
    	background-size: initial;
	}
}

@media only screen and (max-width: 800px) {
.page-hdr {
  height:200px;
  }
}

 
.sqs-btn 
{
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  padding: 21px 34px;
  color: #fff;
  background-color: #bc2fa0;
  border-color: #bc2fa0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  width: auto;
  height: auto;
  border-width: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  line-height: normal;
}



#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   10px;
  -moz-column-count:    2;
  -moz-column-gap:      10px;
  column-count:         2;
  column-gap:           10px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  float:left;margin-bottom:10px;
}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

#null-instagram-feed-3 li {
 	max-width: 48%;
	margin-right: 2%;
	margin-bottom: 1px;
	float: left;
	border-bottom: none;
	padding-bottom: 0;
}