/*
	Theme Name: Prima Donna
	Theme URI: https://wpdemos.info/prima-donna
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Georgia Lou studios.
	Author: Georgia Lou studios
	Author URI: http://georgialoustudios.com/
	Copyright: Copyright (c) 2016, Georgia Lou Studios, 
	Version: 1.1.3

	Template: genesis
	Template Version: 2.4.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: primadonna
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#302b2b}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #302b2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.7;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #302b2b;
	color: #fff;
}

::selection {
	background-color: #302b2b;
	color: #fff;
}

a {
	color: #8495a6;
	text-decoration: none;
}

a:hover {
	color: #302b2b;
}

a > img {
	-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;
}

a > img:hover {
	opacity: 0.7;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.screen-reader-text {
	display: none;
}
.read-more {
	display: block;
	margin: 40px 0;
	text-align: center;
}
a.more-link,
.more-from-category a {
	display: block;
	margin: 0 auto;
    background: transparent;
	background: url(images/button.png) no-repeat 0 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 47px;
	width: 170px;
	text-align: center;
	line-height:47px;
}

.more-from-category a {
	display: table;
}

a.more-link:hover,
.more-from-category a:hover {
	opacity: 0.7;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #302b2b;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}


/* ## General Typography
--------------------------------------------- */

.genesis-nav-menu,
.user-profile a.pagelink {
	font-family: "Montserrat", sans-serif;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	margin-top:4px;
	font-style:italic;
}  

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	color: #302b2b;
	font-size: 11px;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #302b2b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #302b2b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	color:#fff;
	background-color: transparent;
	background: url(images/button.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: auto;
	text-align: center;
	height: 47px;
	width: 170px;
	padding: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background: url(images/button.png) no-repeat 0 0;
	opacity: 0.7;
	padding: 0;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input:not([type=checkbox]):not([type=radio]) {
	-webkit-appearance: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #FAF9F7;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #FAF9F7;
	padding: 10px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin: 0 auto 30px;
	padding: 30px 0;
}

.front-page .site-inner,
.archive .site-inner {
	margin-top: 0;
}

.single .site-inner {
	margin-top: 20px;
}

.primadonna-home .content-sidebar-wrap {
	margin-top: 30px;
}

.content {
}

.content-sidebar-wrap .content {
}

.primadonna-landing .site-inner {
	width: 800px;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 820px;
}

.woocommerce .content .entry {
	border: none;
}

.masonry-posts .content-sidebar-wrap .content,
.masonry-posts-archive .content-sidebar-wrap .content {
	position: relative;
	padding-bottom: 80px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	padding-left: 30px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## 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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.sidebar-primary .avatar {
	margin: 0 auto;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 0 0;
	float: left;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background: #F9F9F9;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
}
.author-box:before {
	display: none;
}
.author-box {
	display: block;
	padding: 25px 0 50px;
	margin-bottom: 30px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.author-box h4 {
	margin-bottom: 15px;
}

.author-box .avatar {
	float: left;
}

.author-box .about-author {
	display: inline-block;
	float: left;
	width: 75%;
}
.author-box .about-author p {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 15px;
}
.author-box .about-author .all-posts {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 15px;
}
.author-box .about-author .all-posts a {
	color: #8495a6;
	text-decoration: underline;
}
.archive-description {
	background-color: #fff;
	margin-bottom: 30px;
}

.archive-description h1 {
	margin: 0;
}

.post-type-archive-portfolio .content {
	padding: 0;
}


/* ## Search Form
--------------------------------------------- */

.entry-content .search-form {
	width: 50%;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.search {
	display: inline-block;
	float: right;
	width: auto;
	line-height: 52px;
	padding-bottom: 2px;
}

.search a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
	font-size: 12px;
}

.search a.icon-search {
	cursor: pointer;
	margin: 0 0 0 12px;
	color: #302b2b;
}

/*li a.icon-search:hover {
	border-bottom: none;
}*/

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 55px;
	width: 100%;
	padding: 10px 100px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0;
	background: #f3f3f3;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 10px;
	font-size: 11px;
	background-color: #fff;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: -1px;
	bottom: 7px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 11px;
	color: #fff;
	background-image: none !important;
	background: #8495a6;
	height: 37.5px;
	line-height: 37.5px;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE ;) */


/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;

}

.entry-title,
.page-title {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.entry-title a {
	color: #302b2b;
}

.entry-title a,
.sidebar .widget-title a {
}

.entry-title a:hover {
	color: #8495a6;
}

.widget-title {
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 25px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #302b2b;
	border-bottom: 1px solid #eee;
	font-weight: 400;
}

.widget-title:after {
	content: "";
	border-top: 7px solid transparent;
	border-right:7px solid transparent;
	border-left: 7px solid transparent;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin-left: -7px;
}

.footer-widgets .widget-title {
	border: none;
	padding: 0;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 11px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	padding: ;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Top Menu Widget Area 
------------------------------------------------------ */
.nav-primary .widget-area {
	line-height: 55px;
}


/* Widget Above Content
------------------------------------------------------ */

.widget-above-content {
	margin: 0 auto 0;
	padding: 0;
	width: 1200px;
}

.front-page .widget-above-content {
	margin-bottom: 40px;
}

.front-page .widget .page h2.entry-title:after {
	display: none;
}

.widget-above-content .enews-widget {
	color: #302b2b;
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-top: 30px;
}

.widget-above-content .enews-widget p {
	float: left;
	font-size: 14px;
	letter-spacing: 2px;
	width: 40%;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.widget-above-content #subscribe {
	float: right;
	width: 60%;
}

.widget-above-content .enews-widget input {
	float: left;
	width: 15%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 12px;
}

.widget-above-content .enews-widget input[type="submit"] {
	width: auto;
	padding: 12px 24px;
	margin-right: 0;
}

.widget-above-content .nsu_widget {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.widget-above-content .nsu_widget .widget-title {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget-above-content .nsu_widget .nsu-form {
	padding: 0 2%;
}

.widget-above-content .nsu_widget label {
	display: none;
}

.widget-above-content .nsu_widget input {
	width: 32%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}

.widget-above-content .nsu_widget .nsu-field {
	margin-right: 2%;
}

.widget-above-content .nsu_widget input.nsu-submit {
	padding: 16px 28px;
	background: #302b2b;
	color: #fff;
	border-width: 0;
}

.widget-above-content .nsu_widget input.nsu-submit:hover {
	background: #8495a6;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## User Profile 
---------------------------------------------- */
.user-profile p {
	text-align: center;
}
.user-profile a.pagelink {
	display: block;
	text-align: center;
	color: #302b2b;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 18px 0 0;
}
.user-profile a.pagelink:hover {
	color: #8495a6;
}

/* Categories 
--------------------------------------------- */
.widget_categories ul {
	font-size: 14px;
	color: #999;
	font-style: italic;
	text-align: center;
}
.widget_categories .widget-wrap > ul > li {
	border-bottom: 1px solid #fafafa;
	padding-bottom: 10px;
}

/* Archives
--------------------------------------------- */
.widget_archive ul {
	font-size: 14px;
	color: #999;
	font-style: italic;
	text-align: center;
}

/* Tag Cloud 
--------------------------------------------- */
.tagcloud {
}
.tagcloud a {
	color: #302b2b;
	background: #fafafa;
	padding: 6px 10px;
	letter-spacing: 1px;
	margin: 0 5px 10px 0;
	word-wrap: normal;
	display: inline-block;
}
.tagcloud a:hover {
	background: #8495a6;
	color: #fff;
}




/* Post Carousel Widget
----------------------------------------------- */
.primadonna-postcarousel {
	position: relative;
}
.primadonna-postcarousel a {
	line-height: 1px !important;
}
.primadonna-postcarousel img {
	margin-bottom: 0 !important;
}
.primadonna-postcarousel .owl-item .item {
	position: relative;
}
.primadonna-postcarousel .owl-controls {
	position: relative;
	top: 140px;
}
.primadonna-postcarousel .owl-controls .owl-buttons {
	width: 330px;
	position: relative;
}
.primadonna-postcarousel .owl-controls .owl-buttons .owl-next,
.primadonna-postcarousel .owl-controls .owl-buttons .owl-prev  {
	background: transparent;
	color: #302b2b;
	font-size: 36px;
	height: 50px;
	line-height: 36px;
	border-radius: 50%;
	padding: 10px;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	position: absolute;
}
.primadonna-postcarousel .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.primadonna-postcarousel .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.primadonna-postcarousel:hover .owl-controls .owl-buttons .owl-prev,
.primadonna-postcarousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.8;
  top: -350px;
}
.primadonna-postcarousel .entry-header-postcarousel {
	box-sizing: border-box;
	position: absolute;
	bottom: 8px;
	text-align: center;
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	left: 0;
	padding: 10px;
	background: rgba(0,0,0,0.08); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.18)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.18)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.18)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.18)); /* Standard syntax */
}
.primadonna-postcarousel .entry-header-postcarousel h3 {
	text-align: center;
	margin: 0 0 5px;
	line-height: 20px;
}
.primadonna-postcarousel .entry-header-postcarousel h3 a {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	line-height: 20px;
}
.primadonna-postcarousel .entry-header-postcarousel .side-meta {
	padding: 0;
	color: #fff !important;
	font-size: 10px;
}
.primadonna-postcarousel .entry-header-postcarousel .side-meta a {
	color: #fff !important;
	font-size: 10px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

/* Recent Posts With Thumbs Widget
--------------------------------------------- */
.widget-postlist-primadonna:before,
.widget-postlist-primadonna:after,
.widget-postlist-primadonna ul:before,
.widget-postlist-primadonna ul:after,
.widget-postlist-primadonna ul li:before,
.widget-postlist-primadonna ul li:after {
	content: '';
	display: table;
}
.widget-postlist-primadonna:after,
.widget-postlist-primadonna ul:after,
.widget-postlist-primadonna ul li:after {
	clear: both;
}
.widget-postlist-primadonna ul li {
	margin-bottom: 10px;
}
.widget-postlist-primadonna .postlist-thumbnail {
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.widget-postlist-primadonna .postlist-thumbnail img {
	margin-bottom: 0;
}
.widget-postlist-primadonna .postlist-title {
	clear: none;
	line-height: 1.1;
	margin: 0 0 7px;
	padding: 0;
	text-align: center;
}

.widget-postlist-primadonna .postlist-title a {
	color: #302b2b;
}
.widget-postlist-primadonna .postlist-title a:hover {
	color: #8495a6;
}
.widget-postlist-primadonna .postlist-date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

/* Recent Posts Widget 
------------------------------------------------- */
.widget ul.lastest_news li {
	list-style-type:none;
	margin-bottom:10px;
	margin-left:0;
}

.widget ul.lastest_news li img {
	margin-bottom: 0;
}
.widget ul.lastest_news li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.side-item {
	overflow:hidden;
}
.side-image {
	float:left;
	margin-right:14px;
}
.side-image img {
	width:100px;
	height:auto;
}
.side-text {
	overflow:hidden;
	line-height: 1;
}
.widget ul.lastest_news li a {
}
.side-text h5 {
	margin-bottom: 6px;
}
.side-text h5 a {
	display:block;
	line-height:17px;	
	color: #302b2b;
}
.side-text h5 a:hover {
	color: #8495a6;
}
.side-meta {
	color:#302b2b;
	line-height: 13px;
}
.side-meta a{
	font-size:10px;	
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #302b2b;
}
.side-meta a:first-child {
	margin-left:0;
}

/* Ad Widget 
-----------------------------------------*/
.center-widget {
	text-align:center;
}

/* Promo widget 
-----------------------------------------*/
.sidebar .primadonna_promo_widget.widget {
	margin-bottom: 0;
}
.sidebar .promo-item {
	display: table;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.sidebar .promo-overlay { 
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	font-size: 93%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}  
.sidebar .promo-overlay  h4 {
	line-height:1.6em;
	padding:10px 13px;
	font-size:11px;
	background:rgba(255,255,255,1);
	display:inline-block;
	margin-bottom: 0;
	 position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}
.sidebar .promo-item a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 5;
}




/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* Newsletter Signup 
--------------------------------------------- */
.sidebar .widget.nsu_widget {
	background: #fafafa;
	padding: 30px;
}
.sidebar .widget.nsu_widget .widget-title {
	border-bottom-width: 0;
	background: transparent !important;
}
.sidebar .widget.nsu_widget .widget-title:after {
	border-width: 0 !important;
}
.sidebar .widget.nsu_widget label {
	display: none;
}
.sidebar .widget.nsu_widget .nsu-form p {
	margin-bottom: 15px;
}
.sidebar .widget.nsu_widget .nsu-text-before-form {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-bottom: 15px;
	text-align: center;
}
.sidebar .widget.nsu_widget .nsu-text-after-form {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-top: 15px;
	text-align: center;
}
.sidebar .widget.nsu_widget input[type="submit"] {
	width: 100% !important;
	color: #fff;
	background: transparent;
	background: url(images/custom-button.png) no-repeat 0 0;
	border-width: 0 !important;
	height: 67px;
	width: 240px;
	padding: 0;
}
.sidebar .widget.nsu_widget input[type="submit"]:hover {
	background: transparent;
	background: url(images/custom-button.png) no-repeat 0 0;
	opacity: 0.7;
}



/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widget-title {
	background: transparent !important;
}

.enews-widget .widget-title:after {
	border-width: 0 !important;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p,
.enews p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #999;
	font-style: italic;
	text-align: center;
}
.enews #subbutton {
	background: transparent;
	background: url(images/custom-button.png) no-repeat 0 0;
	border-width: 0 !important;
	color: #fff;
	height: 67px;
	width: 240px;
	padding: 0;
}
.enews #subbutton:hover {
	background: transparent;
	background: url(images/custom-button.png) no-repeat 0 0;
	opacity: 0.7;
}

.enews-widget input[type="submit"],
.sidebar .widget.nsu_widget input[type="submit"] {
	margin: 0 auto;
	display: block;
}

/* Blog Page Layout */
.blog-page-2 .enews-widget,
.blog-page-3 .enews-widget {
	color: #444;
	margin: 0 auto 0;
	padding: 40px 30px !important;
	width: 1200px;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
	overflow: hidden;
}

.blog-page-2 .enews-widget h4.widget-title,
.blog-page-3 .enews-widget h4.widget-title {
	font-size: 24px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-top: 0;
	border-bottom-width: 0;
}

.blog-page-2 .enews-widget p,
.blog-page-3 .enews-widget p {
	float: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	width: 40%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	text-transform: uppercase;
}

.blog-page-2 #subscribe,
.blog-page-3 #subscribe {
	float: right;
	width: 60%;
}

.blog-page-2 .enews-widget input,
.blog-page-3 .enews-widget input {
	float: left;
	width: 16%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 12px;
}

.blog-page-2 .enews-widget input[type="submit"],
.blog-page-2 .enews #subbutton,
.blog-page-3 .enews-widget input[type="submit"],
.blog-page-3 .enews #subbutton {
	width: 25%;
	max-width: 105px;
	padding: 0;
	margin-right: 0;
	background-image: none;
	background: #8495a6;
	line-height: 40px !important;
	height: 40px !important;
}

.blog-page-2 .enews-widget input[type="submit"]:hover,
.blog-page-2 .enews #subbutton:hover,
.blog-page-3 .enews-widget input[type="submit"]:hover,
.blog-page-3 .enews #subbutton:hover {
	background: #302b2b;
	opacity: 1.0;
	background-image: none !important;
}

.blog-page-right {
	margin-bottom: 30px;
}

.blog-page-right .enews-widget {
	border: 1px solid #eee;
	padding: 50px 20px 0;
	background: #fafafa;
	min-height: 461px;
}

.blog-page-right h4.widget-title {
	border-bottom-width: 0;
	font-size: 24px;
}

.blog-page-right .enews-widget input[type="submit"],
.blog-page-right .enews #subbutton {
	width: 100% !important;
	max-width: 100%;
	padding: 0;
	margin-right: 0;
	background-image: none;
	background: #8495a6;
	line-height: 40px !important;
	height: 40px !important;
}

.blog-page-right .enews-widget input[type="submit"]:hover,
.blog-page-right .enews #subbutton:hover {
	background: #302b2b;
	opacity: 1.0;
	background-image: none !important;
	width: 100% !important;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-style: italic;
	padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 300;
	text-transform: uppercase;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 10px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.above-blog-slider {
	margin-bottom: 50px;
}

.home-slider li {
	margin: 0;
	padding: 0;
}
#genesis-responsive-slider img {
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}

#genesis-responsive-slider img:hover {
	opacity: 0.7;
}

#genesis-responsive-slider {
	border-width: 0 !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.site-inner #genesis-responsive-slider {
	border-width: 0 !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

#genesis-responsive-slider p {
}

#genesis-responsive-slider li {
}

#genesis-responsive-slider .slide-excerpt {
	background: #fff;
    opacity: 1;
    overflow: hidden;
    padding:  30px 40px;
    margin: 0;
    text-align: center; 
  	position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}

#genesis-responsive-slider .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#genesis-responsive-slider.slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

#genesis-responsive-slider h2 a {
	font-size: 25px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}

#genesis-responsive-slider h2 a:hover {
	color: #8495a6;
}

#genesis-responsive-slider .slide-excerpt p {
	margin-bottom: 0;
}

.genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -44px 0;
	background-size: 88px 96px;
	height: 48px;
	right: 10px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	width: 44px;
}

.genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -44px -48px;
}

.genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 10px;
}

.genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.genesis_responsive_slider .flex-control-nav {
	margin: 14px 0 0;
	text-align: center;
	width: 100%;
	height: 5px;
}

.genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

#genesis-responsive-slider .read-more {
	margin-top: 10px;
}

#genesis-responsive-slider a.more-link {
	display: block;
    background: transparent;
	background: url(images/button.png) no-repeat 0 0;
    clear: both;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 30px auto 0;
    height: 47px;
    width: 170px;
    text-transform: uppercase;
    max-width: 170px;
}

#genesis-responsive-slider a.more-link:hover {
	background: transparent;
	background: url(images/button.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

/* Instagram
--------------------------------------------- */

.null-instagram-feed li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	display: inline-block;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.null-instagram-feed p {
	padding-top: 15px;
	text-align: center;
}
.null-instagram-feed p a {
	color: #302b2b;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.null-instagram-feed p a:hover {
	color: #8495a6;
}

/* Footer */
.widget-below-footer {
	overflow: hidden;
}
.widget-below-footer .null-instagram-feed {
}
.widget-below-footer .widget-title {
	border-bottom-width: 0;
}
.widget-below-footer .null-instagram-feed .widget-wrap {
	position: relative;
	overflow: hidden;
}
.widget-below-footer .null-instagram-feed li {
	display: inline-block;
	width: 12.5%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	float: left;
}
.widget-below-footer .null-instagram-feed li a {
}

.widget-below-footer .null-instagram-feed p {
	max-width: 300px;
	background: #ffffff;
	padding: 12px 25px;
	position: absolute;
	top: 50%; 
	left: 50%;
 	transform: translate(-50%,-50%);
}

.widget-below-footer .widget_lsi_widget {
	margin-top: 20px;
}


/* Lightweight Social Icons
--------------------------------------------- */

.lsi-social-icons:last-child li {
	margin-right: 0 !important;
}

.lsicon-pinterest:before {
	font-family: 'FontAwesome' !important;
	content: "\f231" !important;
}

.nav-primary .widget-wrap {
	padding: 0;
}

/* AccessPress Custom Social Icons 
---------------------------------------------- */
.sidebar-primary .aps-social-icon-wrapper .aps-group-horizontal,
.footer-widgets .aps-social-icon-wrapper .aps-group-horizontal {
	text-align: center;
}

.menu-primary.genesis-nav-menu .widget-area .aps-social-icon-wrapper {
	text-align: right;
}
.menu-primary.genesis-nav-menu .widget-area .aps-social-icon-wrapper a {
	padding: 3px 0 0 !important;
}

/* Contact Form 7 
--------------------------------------------- */
.wpcf7-form input[type="submit"] {
	background: transparent;
	background: url(images/button.png) no-repeat 0 0;
	color: #fff;
	border-width: 0;
	height: 47px;
	width: 170px;
}

.wpcf7-form input[type="submit"]:hover {
	background: transparent;
	background: url(images/button.png) no-repeat 0 0;
	opacity: 0.7;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce ul.products li.product h3 {
	font-size: 1.25em !important;
	text-transform: uppercase;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: transparent !important;
    color: #302b2b !important;
    border: 1px solid #8495a6 !important;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    line-height: 12px !important;
    height: 49.5px !important;
    padding: 18px 34px !important;
    text-transform: uppercase !important;
    width: auto !important;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 8px !important;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #8495a6 !important;
	border-color: #8495a6 !important;
	color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
	font-weight: 400 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #8495a6 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top-color: #8495a6 !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
}

.woocommerce span.onsale {
	background-color: #8495a6 !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 33.3333%;
}

.sidebar .woocommerce ul.cart_list li, 
.sidebar .woocommerce ul.product_list_widget li, 
.sidebar .woocommerce-page ul.cart_list li, 
.sidebar .woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 50%;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.6% !important;
}

.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul.products li.product {
	width: 22.15% !important;
}

.woocommerce .related ul.products li.product .star-rating, 
.woocommerce-page .related ul.products li.product .star-rating {
	display: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"], 
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce .quantity .qty {
	padding: 16px 0px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 17px 5px !important;
}

.woocommerce-checkout #payment {
	background-color: #FAF9F7 !important;
}

.woocommerce .product-title {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #302b2b;
}
.woocommerce .product-title:hover {
	color: #8495a6;
}

.woocommerce form .form-row textarea {
	height: 50px !important;
}

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
	padding: 12px !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border-bottom-width: 0 !important;
	border-top-width: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-bottom: 1px solid #d3ced2 !important;
	border-top: 1px solid #d3ced2 !important;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding-top: 50px;
}

.site-header .wrap {
	padding: 15px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin: 20px 0 0;
	text-align: center;
	width: 400px;
	padding: 30px 0 30px;
}

.header-image .title-area {
	background: none;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 70px;
	letter-spacing: 2px;
	line-height: 1.0;
	color: #302b2b;
	font-family: "Montserrat";
	font-weight: 700;
	text-transform: none;
}

.site-title a {
	color: #302b2b;
	
}

.site-title a img {
	height:auto;
	vertical-align:middle;
	max-height: 175px;
	width: auto;
	max-width: auto;
}

.site-title a:hover {
	color: #8495a6;
}

.site-description {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	color: #888;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title {
	text-indent: 0;
}

.header-image .site-description.screen-reader-text {
	display: none;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding: 70px 0 0;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 65px 0 0;
}

.blog-page-2,
.blog-page-3 {
	padding-bottom: 30px;
	width: 1200px;
	margin: 0 auto;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .fa {
	padding-left: 7px;
	font-size: 13px;
	font-weight: 700;
	padding-top: 2px;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
	margin-right: 44px;
}

.genesis-nav-menu li:last-child {
	margin-right: 0;
}

.genesis-nav-menu li.search {
	margin-right: 0;
	padding-right: 0;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	color: #302b2b;
	display: block;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #8495a6;
}

.genesis-nav-menu .sub-menu {
	background: #ffffff;
	left: -9999px;
	opacity: 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: 225px;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px 0px;
}

.genesis-nav-menu .sub-menu::after, 
.genesis-nav-menu .sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.genesis-nav-menu .sub-menu::after {
    border-bottom-color: #FAF9F7;
}

.genesis-nav-menu .sub-menu::after {
    border-width: 0;
    margin-left: -10px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 10px;
	position: relative;
	width: 225px;
	text-align: left;
	padding: 15px 20px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 224px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 0;
	margin-left: 0;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 224px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 20px 0;
}

.genesis-nav-menu > .shop.right,
.genesis-nav-menu > .blog.right,
.genesis-nav-menu > .popular.right,
.genesis-nav-menu > .cart.right,
.genesis-nav-menu > .connect.right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 0;
}



.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	float: right;
	padding: 10px 0 0;
	width: 10%;
}

.genesis-nav-menu > .search input {
	background: transparent;
	border: none;
	padding: 9px 10px;
}

.genesis-nav-menu .widget-area {
    float: right;
    padding: 10px 0 0;
    width: 20%;
}


/* ## Site Header Navigation
--------------------------------------------- */

.nav-header {
	background-color: transparent;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -51px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.nav-primary .genesis-nav-menu {
	max-width: 75%;
	display: inline-block;
	float: left;
}

.menuOpacity2 {
	opacity: 0.9 !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important; 
	-moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2) !important; 
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.menuOpacity2:hover {
	opacity: 1 !important;
	transition: all 0.4s ease 0s;
}
.nav-primary .menu-primary > li:first-child > a {
	padding-left: 0;
}

/* ## Secondary & Footer Navigation
--------------------------------------------- */
.nav-secondary {
}
.nav-secondary {
	text-align: center;
	margin-bottom: 20px;
}

.nav-footer  {
	text-align: center;
	margin-bottom: 0;
}

.menu-secondary {
	border-bottom: 1px solid #eee;
}

/*footer Menu */
#menu-footer.genesis-nav-menu li:last-child {
	margin-right: 0;
}
	
/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-top: 10px;
}

.responsive-menu-icon::before {
	color: #302b2b;
	content: "\f0c9";
	font: normal 24px/1 "FontAwesome";
	margin: 0 auto;
}

.nav-primary .responsive-menu-icon {
	text-align: center;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/****************************************/
/* Featured Slider
/****************************************/

.featured-area {
	margin-bottom: 22px;
}
.featured-area-carousel,
.featured-area-full {
	margin-bottom: 30px;
}

.featured-area > .promo-area,
.featured-area-carousel > .promo-area,
.featured-area-full > .promo-area {
	margin-top: 20px;
}

.featured-area.nopromo {
	margin-bottom:60px;
}
.featured-area .feat-item:hover {
	cursor: pointer;
}

#owl-demo {
	margin-bottom: 0px;
}
#owl-demo .item {
	position: relative;
	line-height:1;
	overflow: hidden;
}
#owl-demo .item img{
	max-width:100%;
	height:auto;
	-webkit-transition: transform .5s; 
	transition: transform .5s;
}
.featured-area-full #owl-demo .item {
	width: 100%;
	overflow-y: hidden;
	max-height: 565px;
}
.featured-area-full #owl-demo .item img {
		width: 100%;
		height: auto;
}
#owl-demo .item img.wp-post-image {
	margin-bottom: 0;
}
#owl-demo .item img:hover {
}

#owl-demo .item .feat-overlay {
	cursor: pointer;
	position:absolute;
	width:100%;
	height: 100%;
	margin: 0 auto;
	top:0;
	left: 0;
	-webkit-transition: transform .5s; 
	transition: transform .5s;
	z-index: 10;
	text-align: center;
}

#owl-demo .item .feat-overlay .feat-text {
	background: #fff;
	padding: 30px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	width: 50%;
	position: absolute;
	 left: 50%;
	 	top: 50%;
	-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%); 
   -ms-transform: translate(-50%, -50%); 
   -o-transform: translate(-50%, -50%); 
   transform: translate(-50%, -50%);
}
.featured-area-full #owl-demo .item .feat-overlay .feat-text {
	width: 50%;
}

#owl-demo .item .feat-overlay h3 {
	margin-bottom: 25px;
}
#owl-demo .item .feat-overlay h3 a {
	font-size:24px;
	line-height: 26px;
	color: #302b2b;
}

#owl-demo .item .feat-overlay h3 a:hover {
	color: #8495a6;
}
#owl-demo .item .feat-overlay .cat {
	color: #302b2b;
	display: block;
	padding: 5px 0;
	margin-bottom: 4px;
}
#owl-demo .item .feat-overlay .cat a {
	font-size:12px;
	display:inline-block;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 14.5px;
    color: #302b2b;
}
#owl-demo .item .feat-overlay .cat a:hover {
	color: #8495a6;
}
.feat-more {
	color:#fff;
	background: transparent;
	background: url(images/button.png) no-repeat 0 0;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	line-height: 47px;
	height: 47px;
	width: 170px;
}
.feat-more:hover {
	opacity: 0.8;
	color: rgba(255,255,255,1.0);
}

.owl-theme .owl-controls {
	margin-top: 0 !important;
}
#owl-demo .owl-controls .owl-buttons {
	position: relative;
}
#owl-demo .owl-controls .owl-buttons div {
  color: #302b2b;
  border-radius: 0;
  background: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 5px 15px;
  font-size: 32px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;

}
#owl-demo:hover .owl-controls .owl-buttons div {
	opacity: 1.0;
}
.owl-next {
	position: absolute;
	right: 12px;
	top: -315px;
}
.owl-prev {
	position: absolute;
	left: 12px;
	top: -315px;
}

.owl-next:hover,
.owl-prev:hover {
	opacity:1.0;
}

.owl-theme .owl-controls .owl-page span {
	background-color: #999 !important;
}

/* Carousel style slider */
.featured-area-carousel #owl-demo .owl-item {
} 
.featured-area-carousel #owl-demo .item .feat-overlay .feat-text {
	padding: 25px 30px;
}

.featured-area-carousel #owl-demo .item .feat-overlay .feat-text h3 {
	margin: 0 0 15px;
}

.featured-area-carousel #owl-demo .item .feat-overlay .feat-text h3 a {
	font-size: 18px;
	letter-spacing: 2px;
}
.featured-area-carousel .feat-more {
	line-height: 1.2;
	padding: 8px 25px;
}

.featured-area-carousel .owl-buttons {
}

.featured-area-carousel .owl-next,
.featured-area-carousel .owl-prev {
	top: -267.1px;
}

.featured-area-carousel .feat-more {
	line-height: 31px;
}

/* 2/3 + 1/3 Layout */
.featured-area-two-thirds,
.blog-page-left {
	max-width: 790px;
	width: 790px;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.featured-area-two-thirds #owl-demo .item .feat-overlay h3 a {
	font-size: 22px;
}

.featured-area-two-thirds .owl-next, 
.featured-area-two-thirds .owl-prev {
	top: -267px;
}

.blog-page-right {
	display: inline-block;
	float: left;
	width: 380px;
}

.blog-page-right .primadonna_latest_news_widget.widget {
	padding: 20px 20px 0;
	background: #fafafa;
	min-height: 462px;
}

/****************************************/
/* Promo Area
/****************************************/

.promo-area {
	overflow:hidden;
	padding-bottom:30px;
	display: block;
	float: none;
}

/* 2 Boxes */
.promo-area.promo2 .promo-item {
	width: calc(50% - 11px);
	float: left;
	display: inline-block;
}
.promo-area.promo2 .promo-item-1 {
	margin-right: 22px;
}

/* 3 Boxes */
.promo-area.promo3 .promo-item {
	width: calc(33% - 11px);
	float: left;
	display: inline-block;
}
.promo-area.promo3 .promo-item-1,
.promo-area.promo3 .promo-item-2 {
	margin-right: 22px;
}

/* 4 Boxes */
.promo-area.promo4 .promo-item {
	width: calc(25% - 15px);
	float: left;
	display: inline-block;
}
.promo-area.promo4 .promo-item-1,
.promo-area.promo4 .promo-item-2,
.promo-area.promo4 .promo-item-3
 {
	margin-right: 20px;
}

.promo-item {
	height:250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.promo-item:hover {
	opacity: 0.7;
}
.promo-item:last-child {
	margin-right:0;
}

.promo-overlay {  
	text-align:center;
	position: relative;
	top: 40%;
}
.promo-overlay h4 {
	color: #302b2b;
	line-height:1.5em;
	padding:8px 12px 8px 13px;
	background: #fff;
	display:inline-block;
	width: 50%;
	max-width:50%;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999999;
	display: block
}

/* Category Index
--------------------------------------------- */
.page-template-page_index .site-inner,
.page-template-page_index_fullwidth .site-inner {
	margin-top: 10px;
}
.category-index-top {
	background: #fafafa;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 15px;
}

.category-index-top .widget {
	display: inline-block;
	width: 33%;
	float: left;
	padding-right: 8px;
	box-sizing: border-box;
}

.category-index-top .widget:last-child {
	padding-right: 0;
}

.category-index-top h4.widget-title {
	border-bottom-width: 0;
	margin-bottom: 5px;
	font-size: 12px;
}

.category-index {
	background: #fff;
	padding: 0 0 30px;
}

.category-index .featured-content .entry {
	border: none;
	float: left;
	min-height: 310px;
	padding: 0px 7px;
	width: 33.2%;
}

.category-index .widget {
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	overflow: hidden;
}

.category-index h4.widget-title {
	border-bottom-width: 0;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.category-index .alignnone {
	margin-bottom: 0;
}

.category-index .entry-title {
	margin: 0 0 10px;
	text-align: center;
}
.category-index .entry-title:after {
	display: none !important;
}

.category-index img:hover {
	opacity: 0.7;
}

.category-index .entry-title a {
	font-size: 14px;
}

.category-index ul li {	
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}
.category-index .more-from-category {
	display: block;
	width: 100%;
	float: none;
	clear: both;
}
.category-index .more-from-category a {
	margin: 0 auto;
}

.category-index .more-from-category a:hover {
	color: #fff;
}

/* Category Index Full Width */
.category-index-4col .featured-content .entry {
	border: none;
	float: left;
	min-height: 310px;
	padding: 0px 7px;
	width: 25%;
}


/* Custom Archives 
------------------------------------------------------------ */	

/* Portfolio
-----------------------------------------------------------*/ 
.genesis-pro-portfolio .site-inner {
	padding-top: 20px;
}

.genesis-pro-portfolio .pro-portfolio {
	padding: 0 !important;
	margin-bottom: 24px !important;
}

.genesis-pro-portfolio .entry-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}

.genesis-pro-portfolio .pro-portfolio:hover .entry-header {
	opacity: 1.0;
}

.genesis-pro-portfolio .entry-header h2 {
	position: relative;
	margin: 0 !important;
	padding: 10px !important;
	top: 40%;
}

.portfolio .post-footer-line-2 {
	display: none;
}


/* Lookbook 
-----------------------------------------------------------*/
.page-template-page_blog .site-inner {
	padding-top: 20px;
}
.page-template-page_blog .content {
	padding: 0;
}
.page-template-page_blog .entry.post {
	margin-bottom: 20px !important;
}
.page-template-page_blog .post .home-featured-image a {
}
.page-template-page_blog .post img {
	margin: 0;
	padding: 0;
}
.page-template-page_blog .post img:hover {
	opacity: 1.0;
}
.page-template-page_blog .post .entry-header {
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 98.5%;
	margin: 0;
	padding: 35% 20px 0 !important;
	box-sizing: border-box;
	opacity: 0;
	 -webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
	z-index: 5;
}

.page-template-page_blog .post a:hover {
}

.page-template-page_blog .post .entry-header:hover {
	opacity: 1.0;
	cursor:pointer;
}

.page-template-page_blog .post .entry-header h2 a {
	font-size: 22px;
}
.page-template-page_blog .post .entry-header h2 a:hover {
}
.page-template-page_blog.grid .post .entry-header .entry-categories {
	display: block;
	margin-bottom: 10px;
	color: #302b2b;
	font-size: 10px;
}

.page-template-page_blog.grid .post .entry-header .entry-categories a,
.page-template-page_blog.grid .post .entry-meta {
	color: #302b2b;
	font-size: 10px;
}

.page-template-page_blog.grid .post .entry-header .entry-categories a:hover {
}

.page-template-page_blog .post .entry-content,
.page-template-page_blog .post .entry-footer,
.page-template-page_blog .post .post-footer-container,
.page-template-page_blog .post .shop-the-post {
	display:none;
	line-height: 0;
}

.page-template-page_blog .share-after_entry_content {
	display: none;
}



/* Blog Page Layout Styles 
--------------------------------------------- */

/* Standard */


/* Grid Layout */
.grid .post {
	margin-bottom: 30px;
}
.grid .post img {
	margin-bottom: 0;
}
.grid .post .entry-header {
	margin-bottom: 15px;
}
.grid .post .entry-header .entry-meta {
	margin-bottom: 25px;
}

.grid .post .entry-header .entry-title {
	font-size: 20px;
	margin: 10px 0;
}
.grid .post .entry-header .entry-title:after {
	margin: 15px auto;
}
.grid a.more-link {
	display: inline;
	background: transparent;
	color: #302b2b;
	padding: 0;
	margin: 0;
	font-size: 15px;
	text-transform: none;
	font-style: italic;
	height: 1em;
	line-height: 1;
}
.grid a.more-link:hover {
	color: #8495a6;
}
.grid .entry-content {

}
.grid .post-footer-container {
	position: relative;
	bottom: 0;
}
.grid .post-footer-line {
	margin-top: 0 !important;
}
.grid .post-footer-line-1,
.grid .post-footer-line-2 {
	display: none;
}
.grid .post-footer-line-3 {
	border: none;
	position: relative;
}
.grid .post-footer-line-3:after {
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
}
.grid .post-sharing-icons {
	background: #fff;
	z-index: 10;
}

.grid .fa.fa-post-footer {
	font-size: 16px;
}

.grid .shop-the-post {
	display: none;
}

/* Full Grid Layout */
.full-grid .one-half.post.first-post,
.full-grid .one-third.post.first-post {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	float: none;
}
.full-grid .one-half.post.first-post .entry-header .entry-categories,
.full-grid .one-third.post.first-post .entry-header .entry-categories {
	display: block;
}
.full-grid .one-half.post.first-post .entry-header .entry-title,
.full-grid .one-third.post.first-post .entry-header .entry-title {
	margin-top: 18px;
	font-size: 26px;
}
.full-grid .one-half.post.first-post .share-after_entry_content,
.full-grid .one-third.post.first-post .share-after_entry_content {
	display: block;
}
.full-grid .home-featured-image {
	margin-bottom: 18px;
}

.full-grid .post {
	margin-bottom: 30px;
}
.full-grid .post img {
	margin-bottom: 0;
}
.full-grid .post .entry-header {
	margin-bottom: 15px;
}
.full-grid .post .entry-header .entry-meta {
	margin-bottom: 25px;
}

.full-grid .post .entry-header .entry-title {
	font-size: 20px;
	margin: 10px 0;
}
.full-grid .post .entry-header .entry-title:after {
	margin: 15px auto;
}
.full-grid a.more-link {
	display: inline;
	background: transparent;
	color: #302b2b;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-style: italic;
	height: 1em;
	line-height: 1;
}
.full-grid a.more-link:hover {
	color: #8495a6;
}
.full-grid .entry-content {

}
.full-grid .post-footer-container {
	position: relative;
	bottom: 0;
}
.full-grid .post-footer-line {
	margin-top: 0 !important;
}
.full-grid .post-footer-line-1,
.full-grid .post-footer-line-2 {
	display: none;
}
.full-grid .post-footer-line-3 {
	border: none;
	position: relative;
}
.full-grid .post-footer-line-3:after {
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
}
.full-grid .post-sharing-icons {
	background: #fff;
	z-index: 10;
}

.full-grid .fa.fa-post-footer {
	font-size: 16px;
}

.full-grid .shop-the-post {
	display: none;
}

/* List Layout */
.list .post {
	margin-bottom: 30px;
}
.list a.more-link {
	display: inline;
	background: transparent;
	color: #302b2b;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-style: italic;
	height: 1em;
	line-height: 1;
}
.list a.more-link:hover {
	color: #8495a6;
}
.list .post .entry-header {
	text-align: left;
}
.list .post .entry-header .entry-categories {
	text-align: left;
	margin-bottom: 5px;
}
.list .post .entry-header .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.list .post .entry-header .entry-title:after {
	margin-left: 299px;
}
.list .post .entry-header .entry-meta {
	margin-bottom: 15px;
}
.list .post .entry-header .entry-time {
	padding: 0;
}

.list .post img {
	height: auto;
	width: 275px;
}

.list .post-footer-container {
	position: relative;
	bottom: 0;
}
.list .post-footer-line {
	margin-top: 0 !important;
}
.list .post-footer-line-1,
.list .post-footer-line-2 {
	display: none;
}
.list .post-footer-line-3 {
	border: none;
	position: relative;
}
.list .post-footer-line-3:after {
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
}
.list .post-sharing-icons {
	background: #fff;
	z-index: 10;
}

.list .fa.fa-post-footer {
	font-size: 16px;
}

.list .shop-the-post {
	display: none;
}

/* First Full then List Layout */
.list-full .post:first-child .entry-header .entry-title:after {
	margin: 20px auto;
}

.list-full .post:first-child .entry-header .entry-title {
	font-size: 26px;
}

.list-full .post:not(:first-child) .entry-header .entry-title {
	font-size: 20px;
}

.list-full .post:first-child img {
	width: 100%;
}
.list-full a.more-link {
	display: inline;
	background: transparent;
	color: #302b2b;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-style: italic;
	height: 1em;
	line-height: 1;
}
.list-full a.more-link:hover {
	color: #8495a6;
}
.list-full .post +.post .entry-header {
	text-align: left;
}
.list-full .post +.post .entry-header .entry-categories {
	text-align: left;
	margin-bottom: 5px;
}
.list-full .post .entry-header .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.list-full .post .entry-header .entry-title:after {
	margin-left: 299px;
}
.list-full .post .entry-header .entry-meta {
	margin-bottom: 15px;
}
.list-full .post .entry-header .entry-time {
	padding: 0;
}

.list-full .post img {
	height: auto;
	width: 275px;
}

.list-full .post-footer-container {
	position: relative;
	bottom: 0;
}
.list-full .post-footer-line {
	margin-top: 0 !important;
}
.list-full .post-footer-line-1,
.list-full .post-footer-line-2 {
	display: none;
}
.list-full .post-footer-line-3 {
	border: none;
	position: relative;
}
.list-full .post-footer-line-3:after {
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
}
.list-full .post-sharing-icons {
	background: #fff;
	z-index: 10;
}

.list-full .fa.fa-post-footer {
	font-size: 16px;
}

.list-full .shop-the-post {
	display: none;
}

/** Masonry Layout **/
/* Makes two columns */

.masonry-posts .content,
.masonry-posts-archive .content {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.masonry-posts .post,
.masonry-posts-archive .content .post {
	display: inline-block;
	margin: 0 0 30px;
	width: 100%;
}

.masonry-posts .post .entry-header,
.masonry-posts-archive .content .post .entry-header {
	margin-bottom: 15px;
}
.masonry-posts .post .entry-header .entry-meta,
.masonry-posts-archive .content .post .entry-header .entry-meta  {
	margin-bottom: 25px;
}

.masonry-posts .post .entry-header .entry-title,
.masonry-posts-archive .content .post .entry-header .entry-title {
	font-size: 20px;
	margin: 10px 0;
}
.masonry-posts .post .entry-header .entry-title:after,
.masonry-posts-archive .content .post .entry-header .entry-title:after {
	margin: 15px auto;
}
.masonry-posts a.more-link,
.masonry-posts-archive .content a.more-link {
	display: inline;
	background: transparent;
	color: #302b2b;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-style: italic;
	height: 1em;
	line-height: 1;
}
.masonry-posts a.more-link:hover,
.masonry-posts-archive .content a.more-link:hover {
	color: #8495a6;
}
.masonry-posts .entry-content,
.masonry-posts-archive .content .entry-content {

}
.masonry-posts .post-footer-container, 
.masonry-posts-archive .content .post-footer-container{
	position: relative;
	bottom: 0;
}
.masonry-posts .post-footer-line,
.masonry-posts-archive .content .post-footer-line {
	margin-top: 0 !important;
}
.masonry-posts .post-footer-line-1,
.masonry-posts .post-footer-line-2,
.masonry-posts-archive .content .post-footer-line-1,
.masonry-posts-archive .content .post-footer-line-2 {
	display: none;
}
.masonry-posts .post-footer-line-3,
.masonry-posts-archive .content .post-footer-line-3 {
	border: none;
	position: relative;
}
.masonry-posts .post-footer-line-3:after,
.masonry-posts-archive .content .post-footer-line-3:after {
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
}
.masonry-posts .post-sharing-icons,
.masonry-posts-archive .content .post-sharing-icons {
	background: #fff;
	z-index: 10;
}

.masonry-posts .fa.fa-post-footer,
.masonry-posts-archive .content .fa.fa-post-footer {
	font-size: 16px;
}

.masonry-posts .shop-the-post,
.masonry-posts-archive .content .shop-the-post {
	display: none;
}


/** First Full then Masonry Layout **/
.masonry-posts-full .posts-wrap > .post,
.masonry-posts-full-archive .content > .post {
	diplay: block;
	width: 100%;
	border-bottom-width: 0;
}
.masonry-posts-full .masonry-wrap,
.masonry-posts-full-archive .masonry-wrap {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.masonry-posts-full .post,
.masonry-posts-fullarchive .post {
	margin-bottom: 30px;
}
.masonry-posts-full .masonry-wrap .post,
.masonry-posts-full-archive .masonry-wrap .post {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.masonry-posts-full .post .entry-header,
.masonry-posts-full-archive .masonry-wrap .post .entry-header {
	margin-bottom: 15px;
}
.masonry-posts-full .post .entry-header .entry-meta,
.masonry-posts-full-archive .masonry-wrap .post .entry-header .entry-meta {
	margin-bottom: 25px;
}

.masonry-posts-full .post:first-child .entry-header .entry-title,
.masonry-posts-full-archive .post:first-child .entry-header .entry-title {
	font-size: 26px;
}

.masonry-posts-full .masonry-wrap .post .entry-header .entry-title,
.masonry-posts-full-archive .masonry-wrap .post .entry-header .entry-title {
	font-size: 20px;
	margin: 10px 0;
}
.masonry-posts-full .post .entry-header .entry-title:after,
.masonry-posts-full-archive .masonry-wrap .post .entry-header .entry-title:after {
	margin: 15px auto;
}
.masonry-posts-full a.more-link,
.masonry-posts-full-archive a.more-link,
.masonry-posts-full-archive .masonry-wrap a.more-link {
	display: inline;
	background: transparent;
	color: #302b2b;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-style: italic;
	height: 1em;
	line-height: 1;
}
.masonry-posts-full a.more-link:hover,
.masonry-posts-full-archive .masonry-wrap a.more-link:hover {
	color: #8495a6;
}
.masonry-posts-full .entry-content,
.masonry-posts-full-archive .masonry-wrap .entry-content {

}
.masonry-posts-full .post-footer-container,
.masonry-posts-full-archive .masonry-wrap .post-footer-container {
	position: relative;
	bottom: 0;
}
.masonry-posts-full .post-footer-line,
.masonry-posts-full-archive .masonry-wrap .post-footer-line {
	margin-top: 0 !important;
}
.masonry-posts-full .post-footer-line-1,
.masonry-posts-full .post-footer-line-2,
.masonry-posts-full-archive .masonry-wrap .post-footer-line-1,
.masonry-posts-full-archive .masonry-wrap .post-footer-line-2 {
	display: none;
}
.masonry-posts-full .post-footer-line-3,
.masonry-posts-full-archive .masonry-wrap .post-footer-line-3 {
	border: none;
	position: relative;
}
.masonry-posts-full .post-footer-line-3:after,
.masonry-posts-full-archive .masonry-wrap .post-footer-line-3:after {
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
}
.masonry-posts-full .post-sharing-icons,
.masonry-posts-full-archive .masonry-wrap .post-sharing-icons {
	background: #fff;
	z-index: 10;
}

.masonry-posts-full .fa.fa-post-footer,
.masonry-posts-full-archive .masonry-wrap .fa.fa-post-footer {
	font-size: 16px;
}

.masonry-posts-full .shop-the-post,
.masonry-posts-full-archive .masonry-wrap .shop-the-post {
	display: none;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 50px;
	position: relative;
}
.entry-content {

}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #302b2b;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-header {
	text-align: center;
	margin-bottom: 18px;
}
.wp-post-image {
	margin-bottom: 18px;
}
.entry-header .entry-categories {
	margin-bottom: 15px;
	color: #302b2b;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.entry-header .entry-categories a {
	color: #302b2b;
	font-size: 11px;
}
.entry-header .entry-categories a:last-child {
	margin-right: 0;
}
.entry-header .entry-categories a:hover {
	text-decoration: underline;
}
.entry-header .entry-title:after {
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 1px;
	background: #8495a6;
	content: " ";
}
.entry-meta {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.entry-header .entry-meta,
.entry-header .entry-meta a  {
	color: #302b2b;
	font-size: 10px;
}
.entry-header .entry-meta a:hover {
	color: #8495a6;
}

.entry-header .entry-meta .entry-time {
	padding: 0 10px;

}

.entry-title {
	margin: 15px 0;
}

.post-image {
	margin-bottom: 10px;
}
.post-image:hover {
	opacity: 0.8;
}

/* Entry Footer */

.post-footer-container {		
	display: flex;		
	display: -webkit-flex;		
	align-items: center;		
	-webkit-align-items: center;		
}
.single .post-footer-container {
	margin-bottom: 20px;
}

.post-footer-line {
	width: 100%;
	margin: 20px 0 0 !important;
	text-align: center;
	padding: 15px 0;
}
.entry-footer {
	font-size: 10px;
	overflow: hidden;
	padding: 20px 0 0;
	text-transform: uppercase;
}
.post-footer-line-1 {
	border: 1px solid #eee;
}
.post-footer-line-2 {
	border-width: 1px 1px 1px 0;
	border-color: #eee;
	border-style: solid;
}
.post-footer-line-3 {
	border-width: 1px 1px 1px 0;
	border-color: #eee;
	border-style: solid;
}

.entry-footer .entry-meta {
	float: left;
}

.entry-footer .share-entry-meta {
	float: right;
}
.entry-author-name:hover,
.entry-comments-link a:hover,
.entry-categories a:hover,
.entry-tags a:hover {
	text-decoration: underline;
}

.entry-comments-link {
	display: inline-block;
}
.entry-author-name,
.entry-comments-link a {
	color: #302b2b;
	font-size: 14px;
	font-weight: 500;
}

/* Post sharing icons
--------------------------------------------- */

.post-sharing-icons {
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

.post-sharing-icons a {
	text-align: center;
}

.post-sharing-icons {
	padding: 0 10px;
}

.fa-post-footer {
	font-size: 14px !important;
	padding: 4.75px 10px;
	color: #302b2b;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fa-post-footer:hover {
	color: #8495a6;
}


/* Post Tags */
.entry-tags {
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 15px 0 35px;
	text-transform: uppercase;
}

.entry-tags::before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	color: #302b2b;
	margin-right: 10px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
}

.entry-tags::before {
	content: "\f02c";
}

.entry-tags a {
	background: #fafafa;
	color: #302b2b;
	padding: 4px 6px;
	margin-right: 5px;
}
.entry-tags a:hover {
	text-decoration: none;
	background: #8495a6;
	color: #fff;
}


/* Post Author Box Share Links */
.social-links {
    overflow:auto;
    margin-top:10px;
}
 
.social-links li {
    list-style-type: none;
    float: left;
}
 
.social-links a {
    border-bottom: none;
}
 
.social-links i {
    color: #302b2b;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    padding-top: 15%;
    transition-property: opacity;
    transition-delay: 0.3s;
    transition-duration: .5s;
}
 
.social-links i:hover {
    color: #8495a6;   
}

/* Pagination
--------------------------------------------- */

.pagination {	
	clear: both;
	text-align: center;
}

.adjacent-entry-pagination {
	padding-top: 0;
	padding-bottom: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	color: #302b2b;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;

}

.adjacent-entry-pagination a {
	color: #302b2b;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
.adjacent-entry-pagination a:hover {
	color: #8495a6;
}


.masonry-posts .archive-pagination,
.masonry-posts-archive .archive-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%); 
   -ms-transform: translate(-50%, -50%); 
   -o-transform: translate(-50%, -50%); 
   transform: translate(-50%, -50%); 

	margin: 30px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #302b2b;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover {
	text-decoration: underline;
}

.archive-pagination .active a {
	text-decoration: underline;
}

/************ Related Posts *************/
.related-posts {
    overflow: hidden;
    margin: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.related-title {
	text-align: center;
}
.related-list li {
  display: inline-block;
  list-style-type: none;
  margin: 0 1.333% 0 0;
  text-align: center;
  width: 24%;
  box-sizing: border-box;
  vertical-align: top;
}
.related-list li:last-child {
	margin-right: 0;
}

.related-list img {
 display: block;
  margin: 0 auto 10px;
  padding: 0;
}
.related-list li a {
	color: #302b2b;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.related-list li a:hover {
	color: #8495a6;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
	background: #FAF9F7;
	border: 1px solid #fff;
	outline: 10px solid #FAF9F7;
	margin: 30px 10px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments h3,
.entry-pings h3 {
	font-size: 20px;
	text-align: center;
}
.comment-respond h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.comment-respond,
.entry-pings {
	margin-top: 30px;
}

.comment-header {
	width: 100%;
}
.comment-header,
.comment-content {
	display: inline-block;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-header a,
.comment-meta a {
	font-style: normal;
	text-transform: uppercase;
}
.comment-author {
	display: block;
}
.comment-author a {
	color: #302b2b;
	font-weight: 600;
	font-size: 15px;
}
.says {
	display: none;
}
a.comment-time-link {
	font-size: 12px;
	color: #999;
	text-transform: none;
}
a.comment-edit-link {
	background: #999;
	color: #fff;
	padding: 4px 8px;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
a.comment-edit-link:hover {
	background: #8495a6;
	color: #fff;
}
.reply {
	width: 100%;
	display: block;
	text-align: right;
	border-bottom: 1px solid #eee;
}
a.comment-reply-link {
	background: #999;
	color: #fff;
	padding: 4px 8px;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
a.comment-reply-link:hover {
	background: #8495a6;
	color: #fff;
}
#cancel-comment-reply-link {
	background: #8495a6;
	color: #fff;
	padding: 4px;
}
#cancel-comment-reply-link:hover {
	background: #999;
}
.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 14px;
}

.comment-list li {
	margin-top: 24px;
}

.comment-list li li {
	padding-left: 32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}
.comment-respond {
	border: 1px solid #eee;
	margin-top: 60px;
}
.comment-reply-title {
	margin-top: -12px;
}
.comment-reply-title span {
	background: #fff;
	padding: 0 20px;
}
.comment-form {
	padding: 30px;
}
.comment-notes,
.logged-in-as {
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.logged-in-as a {
	color: #999;
}
.logged-in-as a:hover {
	color: #302b2b;
}
.comment-form-comment {
	margin-bottom: 40px;
}
.comment-form label {
	font-size: 12px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: inline-block;
	width: 31.95%;
}
.comment-form-author,
.comment-form-email {
	margin-right: 1.5%;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.form-submit {
	text-align: center;
	margin-bottom: 10px;
}
.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
	margin-bottom: 5px;
	padding: 5px;
}

.sidebar li a {
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0;
}

.sidebar .enews-widget {
	background: #fafafa;
	padding: 30px;
}
.sidebar .enews-widget .widget-title {
	border-width: 0;
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fafafa;
	clear: both;
	padding-top: 40px;
}

.footer-widgets li {
	margin-bottom: 10px;
	text-align: left;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 1%;
	width: 33.3333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .enews-widget input[type="submit"],
.footer-widgets .enews #subbutton {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	margin-right: 0;
	background-image: none;
	background: #8495a6;
	line-height: 40px !important;
	height: 40px !important;
}
.footer-widgets .enews-widget input[type="submit"]:hover,
.footer-widgets .enews #subbutton:hover {
	background: #302b2b;
	opacity: 1.0;
	background-image: none !important;
	width: 100% !important;
	max-width: 100% !important;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #302b2b;
}
.site-footer .creds {

}

/* Scroll to Top */
.backtotop {
position: fixed;
bottom: 20px; /* increase value to move position up */
right: 10px; /* increase value to move position left */
color: #302b2b; /* color of text */
border: 1px solid #302b2b;
background-color: transparent; /* background color of button */ 
font-size: 24px; /* changes size of text */ 
padding: 5px 15px; /* add space around the text */
text-transform: uppercase; /* change text to all caps */ 
letter-spacing: 1.0px; /* space between letters */
z-index: 1000;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.backtotop:hover {
background-color: #8495a6; /* color of background on hover over */
border-color: #8495a6;
color: #ffffff !important; /* color of text on hover over */
text-decoration: none; /* no underline */
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.featured-area-carousel #owl-demo .item .feat-overlay .feat-text {
		width: 70%;
	}

	.site-inner,
	.wrap,
	.widget-above-content,
	.blog-page-2 {
		max-width: 1000px;
	}

	.content,
	.site-header .widget-area {
		width: 675px;
	}

	.sidebar-primary,
	.title-area {
		width: 320px;
	}

	.content-sidebar-wrap .content {
	}

	.sidebar .widget {
	}

	.sidebar .enews-widget,
	.sidebar .widget.nsu_widget {
		padding: 20px;
	}

	.blog-page-2 .enews-widget,
	.blog-page-3 .enews-widget {
		width: 1000px;
	}

	blog-page-2 .enews-widget p,
	blog-page-3 .enews-widget p {
		width: 37.6%;
	}
	
	.grid-sizer,
	.masonry-page .content .entry {
		width: 48%;
	}
	
	.home-slider-overlay .wrap {
		border: none;
		position: static;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		max-width: 100%;
	}
	
	.widget-above-content .enews-widget p {
		float: none;
		width: 100%;
	}
	
	.widget-above-content .enews-widget input {
		width: 27%;
	}
	
	.genesis-nav-menu li {
		margin-right: 24px;
	}
	.featured-area {
		margin-bottom: 20px;
	}

	.owl-next,
	.owl-prev {
		top: -268.5px;
	}

	.featured-area-carousel .owl-next,
	.featured-area-carousel .owl-prev {
		top: -203.1px;
	}

	.content #genesis-responsive-slider .slide-excerpt p a {
		display: none;
	}

	.featured-area-two-thirds,
	.blog-page-left {
		width: 660px;
		max-width: 660px;
		margin-right: 20px;
		max-height: 387px;
	}

	.featured-area-two-thirds .owl-next, 
	.featured-area-two-thirds .owl-prev {
		top: -227px;
	}

	.blog-page-right {
		width: 320px;
		max-height: 385px;
	}
	.blog-page-right .widget-wrap {
		line-height: 1;
	}
	.blog-page-right .enews-widget {
		padding: 20px 15px 0;
		min-height: 385px;
	}

	.blog-page-right .primadonna_latest_news_widget.widget {
		min-height: 385px;
	}

	.blog-page-right .enews-widget h4.widget-title {
		margin-bottom: 12px;
		padding-top: 0;
	}

	.page-template-page_blog .post .entry-header {
		padding-top: 30% !important;
	}

	.portfolio-overlay h3 {
		margin-top: 25px;
	}

	.enews #subbutton,
	.sidebar .widget.nsu_widget input[type="submit"] {
		width: 200px !important;
	}

	.blog-page-2 .enews-widget p,
	.blog-page-3 .enews-widget p {
		width: 37.6%;
	}

	/* 3 Boxes */
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2 {
		margin-right: 21px;
	}

	/* List */
	.list .post img {
		margin: 0 15px 15px 0;
	}
	.list .entry-header {
		margin-bottom: 5px;
	}
	.list .entry-header .entry-categories {

	}
	.list .entry-header h2.entry-title {
		margin: 8px 0 8px;
	}
	.list .entry-header h2.entry-title:after {
		margin: 12px 0 12px 294px !important;
	}
	.list .post p,
	.list a.more-link {
		font-size: 90%;
	}

	/* List Full */
	.list-full .post img {
		margin: 0 15px 15px 0;
	}
	.list-full .entry-header {
		margin-bottom: 5px;
	}
	.list-full .entry-header .entry-categories {

	}
	.list-full .entry-header h2.entry-title {
		margin: 8px 0 8px;
	}
	.list-full .post:not(:first-child) .entry-header h2.entry-title:after {
		margin: 12px 0 12px 294px !important;
	}

	.list-full .post:not(:first-child) p,
	.list-full .post:not(:first-child) a.more-link {
		font-size: 90%;
	}

	.masonry-posts .content,
	.masonry-posts-full .masonry-wrap,
	.masonry-posts-archive .content,
	.masonry-posts-full-archive .masonry-wrap {
		-moz-column-gap: 20px !important;
		-webkit-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.author-box .about-author {
		width: 70%;
	}
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		width: 31.8%;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap,
	.widget-above-content,
	.blog-page-2 {
		max-width: 940px;
	}

	.content,
	.site-header .widget-area {
		width: 630px;
	}

	.content-sidebar-wrap .content {
		padding-left: 0;
	}

	.featured-area-carousel .feat-more {
		display: none;
	}

	.featured-area-carousel #owl-demo .item .feat-overlay .feat-text h3 {
		margin-bottom: 0;
	}

	.content #genesis-responsive-slider .slide-excerpt {
		padding: 25px;
	}

	.content #genesis-responsive-slider .slide-excerpt h2 {
		margin-bottom: 0;
	}

	.content #genesis-responsive-slider .slide-excerpt p {
		display: none;
	}

	.featured-area-two-thirds,
	.blog-page-left {
		width: 620px;
		max-width: 620px;
		max-height: 364px;
	}

	.blog-page-left #genesis-responsive-slider .slide-excerpt h2 {
		margin-bottom: 0;
	}

	.blog-page-left #genesis-responsive-slider .slide-excerpt p {
		display: none;
	}

	.featured-area-two-thirds .owl-next, 
	.featured-area-two-thirds .owl-prev {
		top: -207px;
	}

	.blog-page-right {
		width: 300px;
		max-height: 364px;
	}
	.blog-page-right .widget-wrap {
		line-height: 1;
	}

	.blog-page-right .enews-widget {
		padding: 30px 10px 0;
		min-height: 363px;
	}

	.blog-page-right .enews-widget input {
		margin-bottom: 12px;
	}

	.blog-page-right h4.widget-title {
		font-size: 15px;
	}

	.blog-page-right .primadonna_latest_news_widget.widget {
		min-height: 363px;
	}

	.blog-page-2 .enews-widget,
	.blog-page-3 .enews-widget {
		width: 940px;
	}

	.blog-page-2 .enews #subbutton,
	.blog-page-2 .enews #subbutton:hover,
	.blog-page-3 .enews #subbutton,
	.blog-page-3 .enews #subbutton:hover {
		height: 41.5px !important;
		background-image: none;
	}

	.blog-page-2 .enews-widget p,
	.blog-page-3 .enews-widget p {
		padding-right:10px;
		width: 36%;
		margin-top: 0;
	}

	.sidebar-primary {
		margin-top: 30px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.sidebar .widget {

	}

	.sidebar .enews-widget,
	.sidebar .widget.nsu_widget {
		padding: 20px;
	}

	.enews-widget input[type="submit"],
	.sidebar .widget.nsu_widget input[type="submit"] {
		margin: 0 auto;
		display: block;
	}

	.blog-page-2 .enews-widget p,
	.blog-page-3 .enews-widget p {
		padding-right:10px;
		width: 36%;
		margin-top: 0;
	}

	.blog-page-2 .enews #subbutton,
	.blog-page-2 .enews #subbutton:hover,
	.blog-page-3 .enews #subbutton,
	.blog-page-3 .enews #subbutton:hover  {
		height: 41.5px !important;
		background-image: none;
	}

	.sidebar .owl-carousel {
		max-width: 400px;
		margin: 0 auto;
	}

	.widget-postlist-primadonna li {
		display: inline-block;
		width: 49.5%;
		padding: 1%;
		vertical-align: top;
	}

	a.category-block .overlay {
		position: static;
		opacity: 1;
		color: #302b2b;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}

	.overlay .entry-title {
		color: #302b2b;
	}

	a.category-block:after {
		display: none;
	}

	.portfolio-overlay h3 {
		margin-top: 10px;
	}

	.owl-next,
	.owl-prev {
		top: -254.4px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap,
	.blog-page-2 {
		max-width: 800px;
	}
	
	.site-inner {
		padding: 20px 0;
	}
	.sidebar-primary {
		padding-left: 0;
	}
	.footer-widgets {
		padding: 20px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.content {
		padding: 0 10px !important;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.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;
	}
	
	.widget-above-content {
		width: 100%;
	}

	.sidebar .widget.primadonna-promo-widget {
		padding-bottom: 0;
	}

	.sidebar-primary .avatar  {
		float: left;
		margin-right: 24px;
	}

	.page-template-page_blog .post .entry-header {
		padding-top: 20% !important;
	}

	.blog-page-2 .enews-widget p,
	.blog-page-3 .enews-widget p {
		width: 33.5%;
	}

	.blog-page-2 .enews-widget,
	.blog-page-3 .enews-widget {
		width: 100%;
	}

	.featured-area-two-thirds,
	.blog-page-left {
		width: 526px;
		max-width: 526px;
		max-height: 310.5px;
	}

	.featured-area-two-thirds .owl-next, 
	.featured-area-two-thirds .owl-prev {
			top: -187px;
		}

	.blog-page-right {
		width: 254px;
		max-height: 307px;
	}

	.blog-page-right .enews-widget {
		padding: 20px 10px 0;
		min-height: 307px;
	}

	.blog-page-right .enews-widget h4.widget-title {
		margin-bottom: 0;
	}

	.blog-page-right .enews-widget p {
		margin: 8px 0;
	}

	.blog-page-right .enews-widget input {
		margin-bottom: 5px;
	}

	.blog-page-right .enews #subbutton {
	}

	.blog-page-right .primadonna_latest_news_widget.widget {
		min-height: 307px;
	}
	.portfolio-overlay h3 {
		margin-top: 50px;
	}

	.portfolio-overlay p {
		display: none;
	}

	.owl-next,
	.owl-prev {
	top: -221.4px;
	}

	/* 3 Boxes */
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2 {
		margin-right: 20px;
	}

	/* 4 Boxes */
	.promo-area.promo4 .promo-item {
		width: calc(50% - 15px);
	}
	.promo-area.promo4 .promo-item-1,
	.promo-area.promo4 .promo-item-2
	 {
		margin-bottom: 20px;
	}
	.promo-area.promo4 .promo-item-1,
	.promo-area.promo4 .promo-item-3
	 {
		margin-right: 20px;
	}
	.promo-area.promo4 .promo-item-2 {
		margin-right: 0;
	}


	#genesis-responsive-slider .slide-excerpt {
	}

	.masonry-posts .content-sidebar-wrap .content,
	.masonry-posts-full .content-sidebar-wrap .content,
	.masonry-posts-archive .content-sidebar-wrap .content,
	.masonry-posts-full-archive .content-sidebar-wrap .content {
		padding-bottom: 80px !important;
	}

	.author-box .about-author {
		width: 75%;
	}
}

@media only screen and (max-width: 800px) {
	.sidebar-primary {
		padding: 0 10px;
	}

	.genesis-nav-menu li:last-child {
		margin-right: 24px;
	}

	#genesis-responsive-slider .slide-excerpt {
		padding: 25px 30px;
	}

	#genesis-responsive-slider .slide-excerpt h2 {
		margin-bottom: 0;
	}

	#genesis-responsive-slider .slide-excerpt h2 a {
		font-size: 92%;
	}

	#genesis-responsive-slider .slide-excerpt p {
		display: none;
	}

	.featured-area-two-thirds,
	.blog-page-left,
	.blog-page-right,
	.promo-area {
		padding: 0 10px;
	}

	.featured-area-two-thirds,
	.blog-page-left,
	.blog-page-right,
	.blog-page-right .primadonna_latest_news_widget.widget {
		width: 100%;
		max-width: 100%;
		margin: 0;
		float: none;
		max-height: 100%;
	}

	.blog-page-right {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.blog-page-2,
	.blog-page-3 {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}

	.blog-page-2 .enews-widget p,
	.blog-page-3 .enews-widget p {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}

	.blog-page-2 .enews-widget input,
	.blog-page-3 .enews-widget input {
		width: 25%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.grid .one-half,
	.grid .one-third,
	.full-grid .one-half,
	.full-grid .one-third {
		width: 48.7179%;
		margin: 0.641%;
	}

	.nav-primary {
		position: relative;
		top: 0;
		left: 0;
	}

	.nav-primary .genesis-nav-menu {
		max-width: 100%;
	}

	.nav-primary .responsive-menu-icon {
		text-align: left;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-top: 15px;
		max-width: 70%;
		display: inline-block;
	}

	.nav-primary .menu-primary > li:first-child > a,
	.nav-primary .menu-primary > li:first-child > a:hover {
		padding: 16px 20px;
		margin-right: 60px;
	}

	.responsive-menu.genesis-nav-menu li {
		margin-right: 0;
	}

	.genesis-nav-menu .fa {
	display: none;
	}

	.genesis-nav-menu .sub-menu {
		box-shadow: none;
	}

	.nav-primary .search {
		margin-right: 20px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.nav-primary .widget-area {
		display: inline-block;
		float: right;
		position: absolute;
		top: 0;
		right: 45px;
	}

	.search-wrap {
		position: relative;
		width: 100%;
		margin-top: -55px;
	}

	.search-wrap .search-div {
		min-width: 320px;
		padding: 10px;
	}

	.search-wrap .search-div input[type="submit"] {
		width: 50px;
	}

	.site-header {
		padding-top: 0;
	}

	.title-area {
		margin-top: 0;
	}
	
	.grid-sizer,
	.masonry-page .content .entry {
		width: 46%;
	}

	.gutter-sizer {
		width: 4%;
	}


	.flex-direction-nav {
	}
	
	.entry-categories, 
	.entry-tags,
	.entry-comments-link {
		border: none;
		display: block;
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.entry-footer .entry-meta {
		padding: 20px;
	}
	
	.widget-above-content .enews-widget input,
	.widget-above-content .enews-widget input[type="submit"] {
		float: none;
		margin: 5px 0;
		width: 100%;
	}
	
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget,
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 1%;
		width: 48%;
	}
	
	.home-flexible .widget-area .widget,
	.home-flexible .featured-content .entry {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	
	.home-flexible {
		margin-bottom: 20px;
	}
	
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		display: block;
		text-align: left;
	}
	
	.responsive-menu-icon {
		display: block;
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu:after,
	.genesis-nav-menu.responsive-menu .sub-menu:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu,
	.nav-primary.fixed .small-site-title {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: left;
	}
	
	.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 {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}

	.nav-primary .menu-primary > li:first-child > a {
		padding: 16px 20px;
	}
	
	.simple-social-icons ul li a, 
	.simple-social-icons ul li a:hover {
		padding: 7px !important;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a:hover {
		color: #777;
	}
	
	.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: "\f107";
		float: right;
		font: normal 14px/1 'FontAwesome';
		height: 16px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.nav-secondary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #555;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f106";
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.genesis-nav-menu .widget-area {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.nav-secondary {
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}

	.menu-secondary {
		border-bottom-width: 0;
	}

	.site-header .widget-area {
		padding-top: 20px;
	}

	.featured-area,
	.promo-area {
		padding: 0 10px;
	}

	#owl-demo .item .feat-overlay h3 {
		margin-bottom: 0;
	}

	#owl-demo .item .feat-overlay h3 a {
		font-size: 92%;
	}

	.owl-buttons {
		display: none;
	}
	.feat-more {
		display: none;
	}

	.promo-area {
		margin-bottom: 20px;
	}


	.page-template-page_blog .one-third {
		width: 31%;
		margin: 1%;
	}

	.page-template-page_blog .entry.post {
		margin-bottom: 1% !important;
	}

	.page-template-page_blog .grid .post .entry-header {
		margin-bottom: 0 !important;
	}

	.page-template-page_blog .post .entry-header {
		display: none !important;
	}

	.portfolio-overlay {
		display: none;
	}

	.sidebar-primary .enews-widget,
	.sidebar-primary .nsu_widget {
	}

	.masonry-posts .content,
	.masonry-posts-full .masonry-wrap,
	.masonry-posts-archive .content,
	.masonry-posts-full-archive .masonry-wrap {
		-moz-column-count: 2 !important;
		-webkit-column-count: 2 !important;;
		column-count: 2 !important;;
		-moz-column-gap: 20px !important;;
		-webkit-column-gap: 20px !important;;
		column-gap: 20px !important;;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 48.6% !important;
	}

	.widget-below-footer .null-instagram-feed li {
		width: 25%;
		margin-top: -7px;
	}
}

@media only screen and (max-width: 768px) {

.woocommerce .related ul.products li.product {
	width: 48.6% !important;
}
}

@media only screen and (max-width: 767px) {
/* 3 Boxes */
.promo-area.promo3 .promo-item-1,
.promo-area.promo3 .promo-item-2 {
	width: calc(50% - 11px);
	margin-bottom: 20px;
}
.promo-area.promo3 .promo-item-3 {
	width: 100%;
}
.promo-area.promo3 .promo-item-1 {
	margin-right: 20px;
}
.promo-area.promo3 .promo-item-2 {
	margin-right: 0;
}
}

@media only screen and (max-width: 640px) {
	.blog-page-2 .enews-widget input,
	.blog-page-3 .enews-widget input  {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.blog-page-2 .enews #subbutton,
	.blog-page-2 .enews #subbutton:hover,
	.blog-page-3 .enews #subbutton,
	.blog-page-3 .enews #subbutton:hover {
		float: none;
		width: 100% !important;
		max-width: 100%;
	}

	.author-box .about-author {
		width: 70%;
	}
}

@media only screen and (max-width: 630px) {
	.post-footer-container {		
		display: block;				
		align-items: stretch;		
		-webkit-align-items: stretch;		
	}

	.post-footer-line {
		margin: 0 !important;
	}

	.post-footer-line-1,
	.post-footer-line-2 {
		border-bottom-width: 0;
	}

	.post-footer-line-2,
	.post-footer-line-3 {
		border-left-width: 1px;
	} 

	.related-list li {
		width: 48%;
		margin-bottom: 10px;
	}
	.grid .one-half,
	.grid .one-third,
	.full-grid .one-half,
	.full-grid .one-third {
		width: 100%;
		margin: 0;
	}

	.list .post,
	.list-full .post +.post {
		margin-bottom: 10px;
	}

	.list .post img,
	.list-full .post +.post img {
		width: 175px;
	}

	.list .post .entry-header,
	.list-full .post +.post .entry-header {
		height: 185px;
	}

	.list .post .entry-header .entry-title:after,
	.list-full .post:not(:first-child) .entry-header h2.entry-title::after {
	margin-left: 190px !important;
	} 

	.list .post .entry-content,
	.list-full .post +.post .entry-content {
		display: none;
	}

	.list .post .post-footer-line,
	.list-full .post +.post .post-footer-line {
	}

	.author-box .about-author {
		width: 62%;
	}
}

@media only screen and (max-width: 500px) {

	.title-area {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.entry {
		margin-bottom: 30px;
	}

	.owl-buttons {
		display: none;
	}

	.featured-area-full #owl-demo .item .feat-overlay .feat-text {
		display: none;
	}
	#genesis-responsive-slider .slide-excerpt,
	#owl-demo .item .feat-overlay .feat-text {
		padding: 15px;
	}

	#genesis-responsive-slider .slide-excerpt h2 a {
		font-size: 80% !important;
		line-height: 1.0;
	}


	#owl-demo .item .feat-overlay h3 a {
		font-size: 80% !important;
		line-height: 1.0;
	}

	/* 2 Boxes */
	.promo-area.promo2 .promo-item-1,
	.promo-area.promo2 .promo-item-2 {
		width: 100%;
		margin-right: 0;
	}

	.promo-area.promo2 .promo-item-1 {
		margin-bottom: 15px;
	}

	promo-area.promo2 .promo-item-2 {
		margin-bottom: 0;
	}

	/* 3 Boxes */
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2,
	.promo-area.promo3 .promo-item-3 {
		width: 100%;
		margin-right: 0;
	}

	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2 {
		margin-bottom: 15px;
	}

	promo-area.promo3 .promo-item-3 {
		margin-bottom: 0;
	}

	/* 4 Boxes */
	.promo-area.promo4 .promo-item-1,
	.promo-area.promo4 .promo-item-2,
	.promo-area.promo4 .promo-item-3,
	.promo-area.promo4 .promo-item-4 {
		width: 100%;
		margin-right: 0;
	}

	.promo-area.promo4 .promo-item-1,
	.promo-area.promo4 .promo-item-2,
	.promo-area.promo4 .promo-item-3 {
		margin-bottom: 15px;
	}

	promo-area.promo4 .promo-item-4 {
		margin-bottom: 0;
	}

	.page-template-page_blog .one-third {
		width: 100% !important;
		margin: 0%;
	}

	.page-template-page_blog .entry-header {
		display: none;
	}

	.portfolio-item {
		width: 100%;
		margin: 1%;
	}

	.portfolio-item img {
		display: block;
		margin: 0 auto;
	}

	.related-list li {
		width: 48%;
		margin-bottom: 15px;
	}

	.pagination-previous {
		padding-bottom: 15px;
	}

	.pagination-previous,
	.pagination-next {
		width: 100%;
		float: none;
		text-align: center;
	}

	.widget-postlist-primadonna li {
		width: 100%;
	}
	.sidebar-primary .avatar  {
		float: none;
		margin: 0 auto;
		display: block;
	}

	.woocommerce .related ul.products li.product {
		width: 100% !important;
	}

	.grid-sizer,
	.masonry-page .content .entry {
		width: 100%;
	}

	.gutter-sizer {
		width: 0;
	}
	
	.category-index .featured-content .entry {
		float: none;
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.title-area {
		width: 100%;
	}
	
	.header-image .site-header a {
		background-size: 100% !important;
		width: 100%;
	}
	
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget,
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 0 auto 3%;
		width: 100%;
	}

	#owl-demo .item .feat-overlay .feat-text {
		width: 70%;
	}

	#owl-demo .item .feat-overlay .cat {
		display: none;
	}

	#owl-demo .item .feat-overlay .cat h3 {
		margin-top: 0;
	}

	.page-template-page_blog .site-inner {
		margin-top: 0;
		padding-top: 0;
	}

	.page-template-page_blog .entry.post {
		margin-bottom: 15px !important;
	}

	.page-template-page_blog .post a img {
		display: block;
		margin: 0 auto;
	}

	.category-index-top .widget {
		display: block;
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.cart_list li,
	.woocommerce-page ul.product_list_widget li {
		width: 100%;
	}
	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100% !important;
	}
	
	.woocommerce table.shop_table {
		font-size: 10px;
	}

	.list .post img,
	.list-full .post +.post img {
		width: 125px;
	}

	.list .post .entry-header,
	.list-full .post +.post .entry-header {
		height: 145px;
	}

	.list .post .entry-header .entry-title:after,
	.list-full .post:not(:first-child) .entry-header h2.entry-title::after {
		margin-left: 140px !important;
	}

	.list .post .post-sharing-icons,
	.list-full .post +.post .post-sharing-icons {
		display: none;
	}

	.masonry-posts .content,
	.masonry-posts-full .masonry-wrap,
	.masonry-posts-archive .content,
	.masonry-posts-full-archive .masonry-wrap {
		-moz-column-count: 1 !important;
		-webkit-column-count: 1 !important;;
		column-count: 1 !important;;
		-moz-column-gap: 0 !important;;
		-webkit-column-gap: 0 !important;;
		column-gap: 0 !important;;
	}

	.masonry-posts .content-sidebar-wrap .content,
	.masonry-posts-full .content-sidebar-wrap .content,
	.masonry-posts-archive .content-sidebar-wrap .content,
	.masonry-posts-full-archive .content-sidebar-wrap .content {
		padding-bottom: 100px !important;
	}

	.masonry-posts .archive-pagination,
	.masonry-posts-full .archive-pagination,
	.masonry-posts-archive .archive-pagination,
	.masonry-posts-full-archive .archive-pagination {
		margin: 0;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.author-box .avatar {
		float: none;
		margin-right: 0;
		margin: 0 auto 15px;
		display: block;
	}

	.author-box .about-author {
		width: 100%;
		display: block;
		float: none;
	}

}

@media only screen and (max-width: 400px) {

	#genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.search-div {
		right: -10px;
	}
	.list-full .post + .post .entry-header,
	.list .post .entry-header {
		padding-top: 0;
	}

	.list-full .post + .post .entry-header .entry-categories,
	.list .post .entry-header .entry-categories {
		display: none;
	}

	.list-full .post + .post .entry-header .entry-title,
	.list .post .entry-header .entry-title {
		margin-top: 0;
		font-size: 110% !important;
	}
}
