/*
	Theme Name: VParent Theme
	Description:  Columbus and the Valley Magazine Theme 
	Version: 1.0


	Template: genesis
	Template Version:1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}
hr{
	-moz-box-sizing:content-box;box-sizing:content-box;height:0;padding-top: 33px;
  	padding-bottom: 10px;
  	border-bottom: 0;
	border-right: 0;
  border-left: 0;
  border-top: dashed 2px #8dc63f;
}
mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #223748;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}


a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #13d3b8;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
h1.entry-title {

padding: 12px 8px 6px 20px;	
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 28px;
}
.content #genesis-responsive-slider h2 a{
	color: #fff;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
	border: 0;
}
.contest-icon img {
border-radius: 12px;
border: solid 2px #cfcfcd;	
}

.fresh-faces .pink {
	background-color:#cd2c91;
	color: #fff;
	font-weight: 600;
	padding: 24px;
	margin-bottom: 20px;
}

li#field_1_17  {
	display: none;
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #7d8377;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #a8bdbd;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 5px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-ads a.button {
	display: inline-block;
	margin-top: -30px;
	text-align: center;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #6f7c47;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

/* .site-container {
	margin: 0 auto;
	width: 100%;
}   */

.vparent-landing .site-container {
	max-width: 800px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.wrap {

  margin: 0 auto;
  max-width: 1200px;	
}
 
.site-footer .wrap {
max-width: none;	
}
.vparent-home .site-inner {
	overflow: visible;
}

.home-slider {
	  max-width: none !important;
  max-height: 100% !important;	
}
/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 65%;
	padding: 0 40px 40px 12px;
}

.content-sidebar-wrap {
	max-width: 1200px;
	margin:0 auto;
}

.vparent-home .content-sidebar-wrap {
	max-width: 100%;
	margin:0 auto;
}
.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
	padding: 0;
}

.vparent-home .content {
	padding: 0;
}

.vparent-magazine .content {
	max-width: 900px;
	margin: 0 auto;
	float: none;
}
.vparent-magazine .site-inner {
	background-color:#f9f9f9;
}

/* Primary Sidebar */

.sidebar-primary {
	
	float: right;
	width: 35%;
	
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.vparent-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-family: 'Droid Serif',serif;
	font-size: 26px;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: 400;
	margin: 0 auto;
	max-width: 1200px;
	background-color:#cfcfcd;
	text-transform:uppercase;
	
}

.vparent-magazine .entry-title {
	font-size: 26px;
	text-transform: none;
	text-align:left;
	margin-bottom: 20px;
	font-family: 'Open-Sans', sans-serif;
	color: #353634;
	font-weight: 400;
	text-decoration: none; 
	padding-bottom: 22px;
	white-space: nowrap;
	width: 100%;
	background-color:transparent;
}

.my-featured-image {
margin-bottom: -95px;	
}
.content .entry-header {
	z-index:999;	
	position: relative;
	width: 100%;
	margin-bottom: 45px;
	
}
.vparent-magazine .content .entry-header {
	z-index:0;
	position:inherit;
	width: 100%;
	margin-bottom: 45px;
	
}
.home-news  {
	
	color: #353634;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 18px;
  	line-height: 1.6;
	
}
.home-news .widget-wrap {
	max-width: 1200px;
	margin: 0 auto;	
}

.home-news .entry-header a {
	
	}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #f7bd00;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-size: 26px;
	text-transform: none;
	text-align:left;
	margin-bottom: 20px;
	font-family: 'Open-Sans', sans-serif;
	color: #353634;
	font-weight: 400;
	text-decoration: none; 
	padding-bottom: 22px;
	white-space: nowrap;
	width: 100%;
}
.home-news .widget-title {
	white-space: normal;
}
.archive-title {
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-top: 22px;
}
.experience {
	font-family:'Arvo', serif;
	font-size: 42px;
	text-align: center;
	padding-top: 12px;
	
	}
.exp-desc {
	font-family:'Open Sans',sans-serif;
	font-size: 16px;
	padding-bottom: 12px;
	
}
.home-news .entry-title {
	
	text-align:center;
	margin-bottom: 20px;
	padding-bottom: 22px;
	white-space: nowrap;
	width: 100%;
}

.home-news .entry-title a,
.home-news .widget-title {
	font-size: 28px;
	text-transform: none;
	text-align:left;
	margin-bottom: 0;
	font-family: 'Droid Serif', serif;
	color: #353634;
	font-weight: 700;
	text-decoration: none; 
	padding-bottom: 12px;
	width: 100%;
}

.home-ads-text {
	width:60%;
	float: right;
}
.home-ads-img {
width: 40%;	
}

.home-ads-text .widget-title {
	font-size: 46px;
	line-height:1;
	text-transform: none;
	text-align:center;
	margin-bottom: 20px;
	font-family: 'Open-Sans', sans-serif;
	color: #e1dbcd;
	font-weight: 400;
	text-decoration: none; 
	position: relative;
	padding-bottom: 22px;
	white-space: nowrap;
}

.sidebar-primary .widget-title {
	font-size: 38px;
	color: #f4ede7;
	font-weight: 400;
	text-decoration: none; 
	padding-bottom: 30px;
	white-space: nowrap;
}

.home-news .widget-title,
.home-news .entry-title {
margin-top: 20px;	
}
.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.vparent-home .home-ads .widget-title {
	font-size: 42px;
	margin-bottom: 6px;
	text-transform: none;
}

.vparent-home .home-ads .entry-title a,
.vparent-home .home-ads .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
}

.vparent-home .featured-content .entry {
	margin-bottom: 36px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #f7bd00;
	color: #333c1a;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #86959e;
	background: url(images/newsletter-bg.png)#86959e top center no-repeat;
}

.sidebar .enews-widget .widget-title {
	color: #f4ede7;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

.home-slider #genesis-responsive-slider {
	
	border: none;
	padding: 0;
}

.home-slider #genesis-responsive-slider a:hover,
.home-slider #genesis-responsive-slider h2 a,
.home-slider #genesis-responsive-slider h2,
.home-slider #genesis-responsive-slider p {
	color: #fff;
	font-weight:400;
	font-size:24px;
	margin-top: -12px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,1.00); 
}

.home-slider #genesis-responsive-slider a,
.home-slider #genesis-responsive-slider h2 a:hover {
	color: #6ab446;
	text-decoration:none;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.home-slider .genesis_responsive_slider .slide-excerpt {
	background-color: #66883f;
	filter: alpha(opacity=50);
	height: 10%;
	margin: 0 0 68px 0;
	padding: 1% 1%;
	opacity: .7;
	
}

html > body .home-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.home-slider #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.home-slider #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.home-slider #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
	z-index: 55;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
	z-index: 55;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.home-slider .genesis_responsive_slider .slide-image {
	background-color: rgba(78,214,240,.50)	;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	height: 175px;
	margin-bottom: 14px;
}

.site-header .wrap {
	padding: 10px 0 25px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	width: 380px;
}
.header-full-width .title-area {
	width: 380px;
}
.site-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
}

.site-title a,
.site-title a:hover {
	color: #222;
}

h1.site-title {
margin: 0 0 14px;
  padding: 0;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}
/* Full width header, no widgets */


.header-image .site-description,
.header-image .site-title  {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */





.header-image .site-title a {
  
  background-size: 380px 170px;
  float: left;
  min-height: 170px;
  width: 100%;
  background: url(images/vparent-logo.jpg) no-repeat  left;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	
}

.site-header .widget {
	padding: 25px 0 1px;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}
.site-header .contact {
	margin: 0 auto;
	margin-top: -40px;
	text-align:center;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	font-family:'Open-Sans', sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	font-weight:500;
	color: #4c5655;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: right;
}

.genesis-nav-menu a {
	color: #353634;
	display: inline-block;
	padding: 1px 10px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #cfcfcd;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	
	color: #1dfe87;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 148px;
	z-index: 9999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 10px 18px;
	position: relative;
	width: 148px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}



.site-header .sub-menu {
	border-top: none;
}

.site-header .widget .sub-menu li {
    list-style-type: none;
    margin-bottom: 2px;
    margin-top: 0;
    text-align: left;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary,
.home-slider .widget_nav_menu {
text-align: right;
background-color: #fff;
border-bottom: 0;
  border-top: 0;
}
.nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 30;
}

.nav-primary .genesis-nav-menu a {
	color: #2f3131;
	font-size: 16px;
	letter-spacing: .5px;
	padding: 18px 14px;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.home-slider .widget_nav_menu .sub-menu a {
	background: #333C1A;
	color: #e2dacf;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.home-slider .widget_nav_menu .sub-menu a:hover {
	background-color: #495031;
	color: #e2dacf;
}

.nav-primary .genesis-nav-menu a:hover,
.home-slider .widget_nav_menu li.menu-item a:hover {
	background: #495031;
	color: #e2dacf;
	text-decoration:none;
}


.nav-primary .genesis-nav-menu li:hover > a,
.home-slider .widget_nav_menu li:hover > a {
	background: #495031;
	color: #e2dacf;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li.current-menu-item a:hover {
	background-color: transparent;
	color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
	background-color: transparent;
	color: #1dfe87;
	-webkit-font-smoothing: antialiased;
	

}

.menu-secondary {
	background-color: #aaa595;
		margin-bottom: 40px;
		border-bottom: 0;
		border-top: 0;
		float: none;
	text-align:center;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: #cfcfcd;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 18px;
	text-align: center;
}

.mobile-social {
	display: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */



.home-news, .home-ads {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 0;
}
.home-ads .widget-wrap {
	max-width:1200px;
	margin: 0 auto;
	padding-top: 35px;
}

.home-ads .widget{
padding-bottom: 35px;
float: left;	
}
.home-news .widget {
	float: left;
	width: 50%;
	padding-left: 10px;
  padding-right: 10px;
}
.home-ads .widget {
	width: 100%;
}
.dfad {
	width: 33.333%;
	display:inline-table;
}
.home-ads-img {
	width: 40%;
}
.home-ads-img img {
	width: 100%;
	float: left;
	padding:20px 10px;
}

.home-ads .widget-title {
	color: #aa6301;
	padding-top: 32px;
}
.home-ads .text-widget img {
	padding: 10px;
}

.vparent-home a.more-link {
	clear: both;
	display: table-cell;
	margin: 10px 0 0;
	background-color:#1dfe87;
	color: #fff;
	border-radius: 4px;
	border: 0;
	padding: 2px 4px;
	font-style:italic;
 
}
.vparent-home a.more-link:hover  {
	background-color:#cfcfcd;
	text-decoration:none;
	
	
 
}

.vparent-home .home-ads {
	background-color: #cfcfcd;
	color: #ddd;
	float: none;
	margin: 0 auto;
	margin-top: 2px;
	padding: 2px 0;
	width: 100%
}
.ads {
	margin: 0 auto;
	float: none;
	text-align:center;
	min-height: 95px;
}

.vparent-home .home-ads p {
	color: #ddd;
}
.vparent-home .home-ads h4 {
	background-color: #66883f;
	padding-top: 12px;
}


.vparent-home .home-ads .widget-title {
	background: none;
}


/* Magazine
--------------------------------------------- */

/* .vparent-magazine .magazine {
	float: left;
	padding: 0 30px 30px;
	width: 33.33333333%;
}    */

.vparent-magazine .magazine:nth-of-type(3n+1) {
	clear: left;
}

.single-magazine .content {
	text-align: center;
}
.vparent-magazine .entry-meta,
.vparent-magazine .entry-content-wrap .entry-content {
	display:none;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.vparent-magazine .entry,
.single-magazine .entry {
	margin-bottom: 20px;
}
.entry-content {
max-width: 1200px;	
margin: 0 auto;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	padding-left: 12px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -40px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #f7bd00;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f7bd00;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 18px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 17px;
	padding-bottom: 30px;
	padding-top: 12px;
	background-color:#eeedeb;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333c1a;
	color: #c8c8c8;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 30px 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
}

.footer-widgets .search-form {
	width: 100%;
}
.footer-widgets h4 {
font-family: 'Open sans', sans-serif;
font-size: 20px;
background: none;
text-align: left;
text-transform: uppercase;
color: #b8c5aa;	
padding-bottom: 0;

}
.footer-widgets .widget-title {
	color: #b8c5aa;
}
.footer-widgets a {
	color: #fff;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2affe1;
	color: #fff;
	font-size: 15px;
	padding: 26px 0 0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
}

.site-footer a {
	color: #dcfdd6;
}
.site-footer a:hover {
	color: #5e6060;
	text-decoration:none;
}

.site-footer p {
	margin: 0;
	margin-bottom: 40px;
}



.ninja-forms-cont {
    margin-left: 20px;
    margin-right: 20px;
	width: 420px;
}

/* Magazine Archive with Featured Images in a Grid revealing Title and Excerpt on Hover
---------------------------------------------------------------------------------------- */

.magazine-entries {
	overflow: hidden;
	margin-bottom: 80px;
}

.magazine-entries .entry {
	position: relative;
	background: #c4e7e4;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 2.564102564102564%;
}

.magazine-entries .entry-content-wrap {
	padding: 30px 30px 0;
}

.content .magazine-entries .entry:last-of-type {
	margin: 0 0 2.564102564102564% 2.564102564102564%;
}
.content .magazine-entries .entry.first:last-of-type {
	margin: 0 0 2.564102564102564% 0;
}

.magazine-entries .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.magazine-entries .entry a {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	text-transform:uppercase;
}

.magazine-entries .entry a:hover {
	color: #333;
}

.magazine-entries .entry-content p {
	margin-bottom: 0;
	color: #fff;
	font-size: 15px;
}

.magazine-entries .entry img {
	display: block;
	left: 0;
	position: absolute;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}

.magazine-entries .entry img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}


#text-2 {
    clear: both;
    width: 100% !important;
}

.linkbox{
	margin-top:0px !important;
}

.su-spoiler-title {
	font-size:24px !important;
	font-family: "Droid Serif",serif;
}

.su-spoiler-content a{
	font-size:13pt !important;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
	
}
.su-spoiler-content a:hover{
	color: #333333;
	
}

.su-column{
	text-align:center;
}

.magazine-page .sidebar{
	display:none;
}

.magazine-page .archive-pagination{
	clear:both;
}


#topHeaderImage{
	max-width:1200px;
	margin:0px auto;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}
	
	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}
	
	.sidebar li {
		background-image: url(images/icon-li@2x.png);
	}
	
	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}
	
	.genesis-nav-menu > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}
	
	.genesis-nav-menu > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner {
		
	}
.wrap {
	max-width: 1100px;
}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.genesis-nav-menu {
	font-size: 14px;
	}
	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.title-area {
		width: 380px;
		margin-top: -1px;
	}
	
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.content {
		padding: 0;
	}
	
	.site-header .genesis-nav-menu a {
		
	}
	.site-header {
		height:180px;
	}
	.header-image .site-title > a {
		background-size: contain;
	
	}



	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

}
@media only screen and (max-width: 1024px) {

	.magazine-entries .entry img {
		position: static;
	}

	.magazine-entries .entry-content-wrap {
		padding: 30px;
	}

	.magazine-entries .entry img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.magazine-entries .entry-title {
		margin-bottom: 20px;
	}

.magazine-entries .entry {
    position: relative;
    background: none;
}
}
@media only screen and (max-width: 1023px) {

.home-ads-img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.home-ads-img img {
	width: 60%;
	float: none;
	text-align: center;
}


.home-ads-text .widget-title {
	font-size: 46px;
	text-transform: none;
	text-align:center;
	margin-bottom: 20px;
	font-family: 'Open-Sans', sans-serif;
	color: #e1dbcd;
	font-weight: 400;
	text-decoration: none; 
	
	position: relative;
	padding-bottom: 22px;
	white-space: nowrap;
}
.home-ads .widget-title {
    padding-top: 2px;
	color: #aa6301;
}
.home-ads .widget {
	padding-left: 2%;
	padding-right: 2%;

}
.widget-title,
.home-news .entry-title a {
  font-size: 40px;
}
section#text-2  .widget-wrap {
	padding: 25px 0 0;
	
}

.home-ads-text {
float: none;
width:100%;
text-align:center;	
}
.site-header .widget {
    padding: 10px 0px 0;
}
.vparent-magazine .content .entry-header {
    margin-bottom: 0;
}
.magazine-entries .entry-title {
    margin-bottom: 0;
}
.magazine-entries .entry-content-wrap {
    padding: 10px 0 0;
}
.vparent-magazine .entry-title {
    padding-bottom: 12px;
}
}

@media only screen and (max-width: 960px) {
	.home-news .widget {
		margin: 0;
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.site-inner,
	.wrap {
		width: 100%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.sidebar-primary {
		width: 100%;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 20px auto 0;
		padding-left:12px;
		padding-right: 12px;
	}
	
	.sidebar-primary .widget-wrap {
		background-color: #eeedeb;
		padding: 20px 10px;
	}
	
	.sidebar {
	background-color:transparent;
}

	.site-header {
		height: auto;
	}

	.site-header .wrap {
		padding: 0 0 30px;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.title-area {
		float: none;
		position: relative;
		margin: 0 auto;
		max-width: 488px;
	}
	.header-image .site-title a {
  background: url(images/vparent-logo.jpg) no-repeat center;
  background-size: contain;
	
}
	   

	.nav-secondary {
		padding: 10px 0 0;
	}

	.footer-upper {
		margin-bottom: 30px;
	}

	.map {
		margin-bottom: 30px;
	}

	.site-footer p.contact-details {
		text-align: center;
		margin-left: auto;
	}

	.footer-upper .footer-upper-right {
		text-align: center;
	}

	.genesis-nav-menu li.menu-item.fa,
	.nav-secondary .genesis-nav-menu a {
		margin-bottom: 10px;
	}

	.featured-news {
		max-width: 505px;
	}

.home-news .widget-title {
    margin-top: 40px;
}


.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: uppercase;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
		font-size: 18px;
	
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #697777;
	}
	
	                                                                                      
	
	.nav-secondary .genesis-nav-menu > .first > a,
	.nav-secondary .genesis-nav-menu > .last > a,
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}


/* Sub menu indicators
	--------------------------------------------- */
	 
	.genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
	ul.sub-menu li.menu-item-has-children > a:after {
		display: none;
	}
	.site-header .simple-social-icons {
display: none;	
}
.mobile-social {
	display: inline-block;
	background-color: #f0f0f0;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		
	}

	
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.home-ads .widget,
	.home-ads .widget {
		margin: 0;
		width: 100%;
	}
	
	.magazine-entries {
  overflow: hidden;
  margin-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
}

	.home-news .widget-wrap {
	margin: 0 auto;	
	padding-left:5px;
	padding-right: 5px;
}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}


	.featured-news {
		margin-bottom: 40px;
		max-width: none;
	}

	
	.home-ads,
	.home-news,
	.vparent-magazine .magazine {
		text-align: center;
	}
	
	.vparent-magazine .magazine {
		padding: 0 0 14px;
	}
	
	.home-ads .button.alignright {
		float: none;
		margin: 16px 0 0;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	.home-slider #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	.vparent-home .home-ads .widget-title {
    font-size: 32px;
    margin-bottom: 6px;
    text-transform: none;
}

.home-news .widget-title {
    margin-top: 50px;
	margin-bottom: 3px;
	font-size:20px;
	text-align:center;
}
.home-news {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.vparent-home .featured-content .entry {
    margin-bottom: 0;
}
 .home-news img.centered, .home-news .aligncenter {
    margin: 0;
}
.genesis-nav-menu .menu-item {
	text-align: center;
}
.home-slider .widget  li {
	text-align: center;
}
.home-ads {
	display:none;
}

.site-footer {
	font-size:11px;
}

}
@media only screen and (max-width: 768px) {

	.magazine-entries .entry {
		margin-bottom: 5%;
	}

}

@media only screen and (max-width: 550px) {

	.featured-news {
		width: 100%;
	}

	.featured-news .featured-content .entry {
		float: none;
		max-width: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
.home-news .entry-header {
    width: 100%;
	}
	.my-featured-image {
    margin-bottom: -60px;
}

}
@media only screen and (max-width: 420px) {
	.home-news .featured-content img {
	width: 100%;
	text-align: center;
	float: none;
	padding: 0 30px;
}
.alignleft {
	float: none;
}

.home-ads-img img{
	width:100%;
}
.home-ads-text .widget-title {
    font-size: 36px;
}

.entry-title {
		font-size: 20px;
	}
	.ninja-forms-cont {
    margin-left: 20px;
    margin-right: 20px;
	width: 280px;
}
}

@media only screen and (max-width: 390px) {
	.header-image .site-title a {
	 min-height: 160px;
	 margin-top: 10px;
}
}
@media only screen and (max-width: 355px) {
.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
   
    font-size: 26px  !important;
}
h1.site-title {
    margin: 0;
    padding: 0;
}
.site-header .wrap {
    padding: 0;
}
.home-news .widget-title,
.home-news .entry-title {
margin-top: 40px;	
}
}
@media only screen and (max-width: 270px) {

    .site-title {
        font-size: 26px;
    }

}

 .envira-gallery-item-inner span.caption {
   padding: 20px 5px 30px;
   text-align: center;
   display: block;
}

.ginput_container {
	margin-left:10px;
}

