/*
	Theme Name: Olivia
	Theme URI: http://creativeher.co/olivia
	Description: This is the sample theme created for the Genesis Framework.
	Author: CreativeHer
	Author URI: http://creativeher.co

	Version: 1.0.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* Baseline Normalize
--------------------------------------------- */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family: 'Open Sans', sans-serif;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

pre {
white-space: normal !important;
}

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 13px;
	font-size: 1.3rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

	.single-post .entry-content a {color: #e890ac;}

a {
	color: #333;
text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}



a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-family: "Playfair Display", serif;
	font-size: 22px; 
	font-style: italic;
}

mark {
	background: #fff;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 400;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

.entry-image-link img {width: 100%;}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
line-height: 1.4;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 7px;
	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: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #e7e7e7;
	border: 0;
	color: #656565 !important;
	cursor: pointer;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 600;
	padding: 14px 25px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 1s;
	margin-top: 5px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #efefef;
	color: #656565;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #656565;
}

.button {
	display: table;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

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

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;

}


@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 20px 40px;
	background: #fff;
}

.entry-content {text-align: justify;}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	border-radius: 50%;
	float: right;
}

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

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

.comment .avatar {
	margin: 0 15px 10px 0;
}

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


.archive-description h1 {
    font-size: 17px;
    border: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #3c3c3c;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 0;
    margin-bottom: 0;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.search-form input {text-transform: uppercase;}

.sidebar .search-form input {letter-spacing: 1px; font-size: 10px;}

.sidebar .search-form {margin-bottom: 10px; padding: 20px; background: #f3f3f3;}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.author-box-title {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #3c3c3c;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 0;
    margin-bottom: 0;
}

.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: .25px;
	color: #3c3c3c;
	text-align: center;
	line-height: 1.4;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #333;
}

.sidebar .widget-title {font-size: 12px;}

.sidebar  .widget-title span {top: -10px;}

.widget-title {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #3c3c3c;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 0;
    margin-bottom: 10px;
}

h3#reply-title {
    font-size: 21px;
    font-style: normal;
    letter-spacing: 0;
    color: #3c3c3c;
    font-family: 'Playfair Display', serif;
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: none;
}

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

.aligncenter {
	text-align: center;
}

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 10px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

a.readmore {
        transition: 1s;
    background: #efefef;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 9px;
    color: #333;
    padding: 10px 20px;
}


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

.widget {
	margin-bottom: 10px;
	display: block;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 5px;
}

.widget ul > li {
	margin-bottom: 2px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	margin-bottom: 0;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: auto;
	width: 100%;
}

.featured-content .entry-content {display: none;}
.featured-content .entry {
		position: relative;
}

.featured-content .entry-header {
position: absolute;
    top: 50%;
    width: 70%;
    left: 50%;
    padding: 15px 24px;
    background: #fffffff0;
    transform: translate(-50%, -50%);
    box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.04), 1px 6px 20px 0 rgba(0, 0, 0, 0.04);
}

.featured-content .entry-title {
	font-size: 15px !important;
	font-size: 1.3rem !important;
	margin-bottom: 0;
	line-height: 1.5;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center !important;
}

.page-template-front-page .entry-meta {display: none;}



.page-template-front-page .featured-content .entry-content p a {transition: 1s;background: #efefef;text-transform: uppercase;letter-spacing: 1.25px;font-size: 9px;color: #333;padding: 10px 20px;}

.page-template-front-page .featured-content article.type-post .entry-content {margin-bottom: 30px; display: block;}
.page-template-front-page .featured-content .entry-content p a:hover {color: #000; background: #dcdbdb;}

@media only screen and (max-width: 960px) {
    .page-template-front-page .featured-content article.type-post .entry-content {display: none;}
}

@media only screen and (min-width: 960px) {
    .page-template-front-page .featured-content article.type-post .entry-content p {line-height: 2;}
    
.page-template-front-page .featured-content article.type-post {display: block;width: 100%;}
.page-template-front-page .featured-content article.type-post:nth-child(even) a.alignnone {width: 50%;float: right;padding: 12px;}
.page-template-front-page .featured-content article.type-post:nth-child(odd) a.alignnone {width: 50%;float: left;padding: 12px;}
.page-template-front-page .featured-content article.type-post {position: relative;}

.page-template-front-page .featured-content article.type-post a.alignnone {position: relative; z-index: -1;}

.page-template-front-page .featured-content article.type-post .entry-header {
        margin-top: 50px;
    position: inherit;
    background: none;
    top: 0;
    width: auto;
    box-shadow: none;
    padding: 0;
    transform: none;
    left: 0;
    
}

.page-template-front-page .featured-content article.type-post .entry-header .entry-title a {font-size: 13px;text-transform: uppercase;letter-spacing: 1.5px;}

.page-template-front-page .featured-content article.type-post:nth-child(odd) .entry-title a {display: block;margin-left: -37px !important;float: left;padding: 20px;width: 45%;background: #f7f7f7;text-align: left !important;}

.page-template-front-page .featured-content article.type-post:nth-child(even) .entry-title a {display: block;margin-left: 87px;padding: 20px;width: 45%;background: #f7f7f7;text-align: right !important;}

.page-template-front-page .featured-content article.type-post:nth-child(even) .entry-content {
    text-align: right;
    padding: 10px;
    width: 45%;
    float: right;
    font-size: 13px;
}

.page-template-front-page .featured-content article.type-post:nth-child(odd) .entry-content {
    text-align: left;
    padding: 10px;
    width: 45%;
    float: left;
    font-size: 13px;
}
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* CTA Full Width 
--------------------------------------------- */
.creativeher-cta {position: relative;width: 100vw;left: calc(-50vw + 50%);background-size: cover;padding: 80px 0;background-attachment: fixed;background-repeat: no-repeat;background-position: top;margin: 30px 0;}

.creativeher-cta-title {text-align: center;font-size: 27px;font-family: 'Playfair Display', serif;font-weight: 400;padding: 10px 0;letter-spacing: 0;}

.creativeher-cta-text {line-height: 1.8;font-size: 18px;text-align: center;max-width: 900px;margin: 0 auto;padding: 0 20px 30px 20px;font-weight: 400;}

.creativeher-cta .button {background: #808080;padding: 15px 20px;color: #fff !important;text-transform: uppercase;font-size: 11px;letter-spacing: 1px;font-family: 'Source Sans Pro', sans-serif;}

.creativeher-cta .button:hover {background: #333;}

@media only screen and (max-width: 960px) {
.creativeher-cta {
padding: 30px 0;
background-attachment: inherit;
}
}

.page-template-category-index .site-inner .widget {margin: 10px 0;}

.testimonial_rotator_prev, .testimonial_rotator_next {display: none;}

.testimonial_rotator {margin: 0 auto !important;max-width: 950px !important;margin-bottom: 30px !important;}

.testimonial_rotator_wrap.with-prevnext {
    padding: 0 !important;
}
@media only screen and (max-width: 960px) {
    .testimonial_rotator.template-default .has-image .text, .testimonial_rotator_single.has-image.template-default .text {
    width: 100% !important;
    }
    
    .testimonial_rotator.template-default .has-image .img, .testimonial_rotator_single.has-image.template-default .img {
    width: 100% !important;
    margin-right: 0% !important;
    }
}

@media only screen and (min-width: 960px) {
.testimonial_rotator.template-default .has-image .img::before {content: " "; display: block; position: absolute; z-index: 999; width: 335px; height: 335px; border: 1px solid #ccc; margin: -15px 10px 10px -15px;}

.testimonial_rotator.template-default .has-image .text, .testimonial_rotator_single.has-image.template-default .text {
    width: 63% !important;
    padding-top: 50px !important;
}

.testimonial_rotator.template-default .has-image .img, .testimonial_rotator_single.has-image.template-default .img {
    width: 35% !important;
    margin-right: 2% !important;
    }
    
}

.testimonial_rotator.template-default .has-image .img img, .testimonial_rotator_single.has-image.template-default .img img {
    max-width: 100% !important;

}


.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: rgba(142, 142, 142, 0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 1;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (max-width: 768px) {
	.to-top {
display: none;
}
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

.creativeherco-contact-form {  background-size: 120%; background-repeat: no-repeat; background-image: url(images/creativeherco-bcg-3.jpg);}

.page-template-category-index .widget {margin-bottom: 20px;}

#eu-cookie-law input, #eu-cookie-law input:focus, #eu-cookie-law input:hover {
font-size: 11px !important; 
text-transform: uppercase !important;
}

.services {display: flex; margin-top: 40px;}

.services .one-third:nth-child(odd) {border: 5px solid #fff; outline: 5px solid; outline-color: #f8f8f8; background: #f8f8f8;}

.services .one-third:nth-child(even) {border: 5px solid #fff; outline: 5px solid; outline-color: #fefaf9; background: #fefaf9;}

.service-button {padding: 60px 20px;}

.service-button p {font-size: 13px; text-align: center;}

.service-button .button {display: table;margin: 0 auto;font-size: 9px;padding: 8px 15px;background-color: #808080;}

.service-button a {color: #fff !important;}

.service-button .button:hover {    background-color: #565656; color: #fff !important;}

.service-button .title {font-family: 'an-creative-her'; text-align: center; font-size: 30px; letter-spacing: -1px;   transform: rotate(-7deg); margin-bottom: 7px;}

@media only screen and (max-width: 960px) {
	.services {display: block;}

	.services .one-third {margin: 20px 0;}
}

/* Related Posts
--------------------------------------------- */

.related-posts h3 {
    font-size: 24px;
    font-style: normal;
    letter-spacing: .5px;
    color: #3c3c3c;
    font-family: 'Playfair Display', serif;
    padding: 10px 0;
    margin-bottom: 0;
}

.related-list li {	position: relative;	float: left; width: 31.623931623931625%;
		margin-left: 2.564102564102564%; text-align: center;     font-family: 'Playfair Display', serif; font-size: 19px; letter-spacing: .25px; margin-bottom: 10px;}

.related-list li p {
    position: absolute;
    width: 80% !important;
    background-color: rgba(255, 255, 255, 0.93);
    padding: 20px 10px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11.5px;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

.related-list li:first-child {
		clear: both;
		margin-left: 0;}

.related-list li img {margin-bottom: 5px;}

@media only screen and (max-width: 960px) {
.related-list li {margin: 10px 0; padding: 5px; width: 100%;}
}

/* Recipe
--------------------------------------------- */
.easyrecipe .ERSName {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: normal !important;
    }

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
font-family: 'Playfair Display', serif !important; font-weight: 400 !important;
}

.easyrecipe .ERSTopRight img {border: 0 !important;}

div.easyrecipe {
    background: #fbfbfb !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    font: 14px Source Sans Pro, sans-serif !important;
    font-size: 14px !important;
color: #333 !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
text-transform: uppercase !important;
font-weight: 400 !important;
    font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
letter-spacing: .5px;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
    border: none;
    color: #656565 !important;
    background-color: #f3dfe2!important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 2px !important;
margin: 5px 0 10px 0 !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text, .easyrecipe .ui-button-text-icons .ui-button-text {
    padding: .45em 1em .4em 2.1em !important;
}

@media only screen and (max-width: 960px) {
.easyrecipe .ERSTopRight {width: 100% !important; max-width: 100% !important; float: none !important;}

.easyrecipe .ERSTopRight img {width: 100% !important;}

.easyrecipe .ERSTimes {width: 100% !important;}
}

/* Search results
--------------------------------------------- */
.search-results .entry img,
.search-results .entry-meta {display: none;}

/* Call to action
--------------------------------------------- */


.call-to-action {float: left;margin-bottom: 20px;background: #f8f8f8 !important;padding: 20px;width: 100%;}

.call-to-action a.button {margin: 0;display: inline-block;font-size: 10px;}

@media only screen and (min-width: 960px) {
.call-to-action .three-fourths {width: 74.35897435897436%;float: left;}

.call-to-action .one-fourth {width: 23.076923076923077%;float: right;}
}
@media only screen and (max-width: 960px) {
.call-to-action .three-fourths {width: 100%; margin: 0; } 

.call-to-action .one-fourth {width: 100%; margin-top: 20px; } 

.call-to-action a.button {float: left;}
}


/* Pricing Table
--------------------------------------------- */
.pricing-table {display: flex; margin: 60px 0 60px 0;}

.pricing-table .button {display: table;margin: 0 auto;margin-top: 25px;background-color: #656565;padding: 12px 25px;font-size: 9px;}
.pricing-table a.button {color: #fff !important;}
.pricing-table a.button:hover {background: #333; color: #fff;}
.pricing-table-title {margin-top: 40px; text-align: center;}

.pricing-table li {list-style-type: none !important;}

.pricing-table div:nth-child(even) {background: #f7f7f77a;}

.pricing-table div:nth-child(odd) {background: #fff;}

.pricing-table .one-third {margin: 0;border: 1px solid #e6e6e6;padding: 0 0 20px 0;text-align: center;}

.pricing-table h4 {background: #f9eeed87;padding: 40px 0;margin: 0 0 40px 0;}

@media only screen and (min-width: 960px) {
.pricing-table .one-third {width: 33.33%; }


.pricing-table .one-third:nth-child(even) {margin: -30px -1px;}
}

@media only screen and (max-width: 960px) {
.pricing-table {display: block;}
.pricing-table .one-third {width: 80%; margin: 0 auto !important; margin-top: 15px !important;}
}

/* Animated Search
--------------------------------------------- */
@media only screen and (max-width: 960px) {
.nav-secondary .genesis-nav-menu>.search {display: none !important;}
}

.nav-secondary .genesis-nav-menu>.search {
    float: left;
    display: table;
    position: relative;
    width: auto;
    padding: 0;
}

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

li a.icon-search {
    cursor: pointer;
}


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

.search-div {border-top: 0;display: none;position: absolute;z-index: 10;right: -1px;width: 250px;padding: 9px 16px 15px;-webkit-border-radius: 0;border-radius: 0;background: #f7edec;top: 100%;line-height: 1.3;left: 0px;}

.search-div .search-form {
    position: relative;
    padding: 8px;
    background: #fff;
}

.search-div .search-form input[type="search"] {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9c9c9c;
    background: none;
    border: 0;
}

.search-div .search-form input[type="submit"] {
display: none;
}


/* 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;
}

@media only screen and (max-width: 960px) {
    .search.moved-item-nav-secondary {
        display: none !important;
    }
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {font-weight: 600 !important;}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {font-size: 10px !important; text-transform: uppercase; transition: 1s; letter-spacing: 1px;}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {background: #e8e8e8 !important; color: #333 !important;}

.woocommerce a.added_to_cart {
        display: inline !important;
        padding-top: 8.5px !important;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #656565;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 8.5px 15px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    transition: 1s !important;
    
}



.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 11px !important;     padding: 0.7em 2em !important;}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px !important;
    padding: 0;
    line-height: 1.5 !important;
}

.woocommerce ul.products li.product .price {font-size: 12px !important;}

.woocommerce-cart table.cart td.actions .coupon .input-text {
 height: 31px !important;   
}

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled] {
        padding: 10px 15px !important;
}


.search-results .entry-header .entry-title {text-align: left;}

/* Instagram Landing
--------------------------------------------- */
.page-template-instagram-landing .widget {margin-bottom: 20px;}

.page-template-instagram-landing {padding: 40px 10px;}

.page-template-instagram-landing .title-area {text-align: center; float: none;}

.page-template-instagram-landing .menu li {text-align: center; text-transform: uppercase; letter-spacing: 1px; color: #333; font-size: 12px;}

.page-template-instagram-landing .menu li a {width: 100%;color: #333;background-color: #f1f1f1;padding: 10px;display: block; transition: 1s;}

.page-template-instagram-landing .menu li a:hover {    background-color: #d0d0d0;}

/* Crunchify
--------------------------------------------- */

.crunchify-social h5 {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #3c3c3c;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 5px 0;
    margin-bottom: 0;
}

.crunchify-social a {color: #333 !important;}

.crunchify-social {padding: 15px; text-align: center;}

.crunchify-social .fa {padding: 0 5px;font-size: 14px;}

/* Blog Page
--------------------------------------------- */
.before-loop {margin: 0;}

.before-loop .entry {padding: 0 !important;}

.before-loop .widget:last-child {margin-bottom: 40px;}

.before-loop .widget {margin: 30px 0;}


.blog .entry-header .entry-meta, .archive .entry-header .entry-meta {display: none;}

.blog .archive-description {display: none;}

.blog .entry-footer,
.archive .entry-footer {display: none;}

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

.blog .entry:nth-child(odd) .entry-content a.entry-image-link,
.archive .entry:nth-child(odd) .entry-content a.entry-image-link {padding: 0 10px; width: 50%; float: right;}

.blog .entry:nth-child(even) .entry-content a.entry-image-link,
.archive .entry:nth-child(even) .entry-content a.entry-image-link {padding: 0 10px; width: 50%; float: left;}

.blog .entry:nth-child(even) .entry-header,
.blog .entry:nth-child(even) .entry-content p,
.blog .entry:nth-child(even) .entry-footer,
.archive .entry:nth-child(even) .entry-header,
.archive .entry:nth-child(even) .entry-content p,
.archive .entry:nth-child(even) .entry-footer {width: 50%; float: right;}

.blog .entry:nth-child(odd) .entry-header,
.blog .entry:nth-child(odd) .entry-content p,
.blog .entry:nth-child(odd) .entry-footer,
.archive .entry:nth-child(odd) .entry-header,
.archive .entry:nth-child(odd) .entry-content p,
.archive .entry:nth-child(odd) .entry-footer {width: 50%; float: left;}

.blog .entry .entry-header, 
.archive .entry .entry-header {padding: 100px 20px 20px 20px;}

.blog .entry:nth-child(odd) .entry-header .entry-title,
.archive .entry:nth-child(odd) .entry-header .entry-title {text-align: right; font-size: 24px;}

.blog .entry:nth-child(even) .entry-header .entry-title,
.archive .entry:nth-child(even) .entry-header .entry-title {text-align: left; font-size: 24px;}

.blog .entry:nth-child(odd) .entry-content p,
.archive .entry:nth-child(odd) .entry-content p {text-align: right; padding: 5px 20px;}

.blog .entry:nth-child(odd) .entry-content .more-link,
.archive .entry:nth-child(odd) .entry-content .more-link {float: right; margin-right: 20px;}

.blog .entry:nth-child(even) .entry-content .more-link,
.archive .entry:nth-child(even) .entry-content .more-link {float: left; margin-left: 20px;}

.blog .entry:nth-child(even) .entry-content p, 
.archive .entry:nth-child(even) .entry-content p {text-align: left; padding: 5px 20px;}

}

/* Front Page Widgets General
--------------------------------------------- */

.page-template-front-page .site-inner {display: none;}

.widget-title {
    text-align: center;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    border-top: 1px solid #e0e0e0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.widget-title span {
    position: relative;
    top: -9px;
    padding: 0 10px;
    background: #fff;
    }

.front-page-2 .wrap {max-width: 1100px; margin: 0 auto;}

.page-template-front-page .featured-content .entry {margin-bottom: 20px;}

.page-template-front-page .featured-content .entry:last-of-type {margin-bottom: 0;}

.front-page-3 .wrap,
.front-page-5 .wrap, 
.front-page-7 .wrap {max-width: 1100px;margin: 0 auto;padding: 0 20px;}

.front-page-4 .wrap,
.front-page-6 .wrap,
.front-page-8 .wrap {max-width: 1100px;margin: 0 auto;padding: 0 20px;}

.front-page-7 {padding: 0 20px;margin-bottom: 0px;}


/* Front Page - Top Image Widget
--------------------------------------------- */
.front-page-1 .widget {margin: 0 !important;}

.front-page-2 .widget,
.front-page-3 .widget,
.front-page-4 .widget,
.front-page-5 .widget,
.front-page-6 .widget,
.front-page-7 .widget
 {margin: 20px 0;}

.front-page-1 .wrap {
    max-width: 100%;
}

.front-page-1 .widget-title {display: none;}

.top-info-h1 {
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px;
    color: #444;
    letter-spacing: .5px;
}

.top-info-h2 {
    text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    padding: 5px 20px;
    background: #f3f3f3;
}

.top-info-h3 {
    text-align: center;
    line-height: 1.6;
    font-weight: 100;
    margin: 20px;
}

@media only screen and (min-width: 1050px) {
.top {
    position: relative;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.top-info {
    position: absolute;
    top: 50%;
    width: 38%;
    left: 50%;
    padding: 30px 30px;
    background: #fffffff0;
    transform: translate(-50%, -50%);
    box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.08), 1px 6px 20px 0 rgba(0, 0, 0, 0.08);
}
}

@media only screen and (max-width: 1050px) {
.top {
background-attachment: inherit;
    position: relative;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
background-size: cover;
    background-position: top;
}

.top-info {
width: 90%;
top: 50%;
position: absolute;
    left: 50%;
    padding: 50px 40px;
    background: #fffffff0;
    transform: translate(-50%, -50%);
    box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.08), 1px 6px 20px 0 rgba(0, 0, 0, 0.08);
}
}

/* About You Widget
--------------------------------------------- */
.front-page-about {display: table;}

.front-page-about .one-half {padding: 15px; display: inline-block !important; float: none; vertical-align: middle;}

.front-page-about .about-title {
    font-size: 90px;
    color: #e8e8e8;
    font-family: 'an-creative-her';
    text-transform: lowercase;
    letter-spacing: -3px;
    transform: rotate(-3deg);
    line-height: 0.8;
    z-index: -1;
    position: absolute;
}

.front-page-about .about-subtitle {
	color: #fff;
	text-transform: uppercase;
	background: #575757c2;
	display: table;
	padding: 7px 25px;
	font-size: 11px;
	letter-spacing: 1px;
	z-index: 9999;
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* eNews on Front Page
--------------------------------------------- */

.enews-widget .widget-title {border: 0;padding-top: 10px;transform: rotate(-3deg);margin-bottom: 0;}

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

.enews-widget .widget-title {padding-top: 60px;}

.enews-widget:before {
	content: " ";
	min-height: 430px;
	background-image: url("http://creativeher.co/olivia/wp-content/uploads/sites/12/2019/07/olivia-feminine-wordpress-theme-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 45%; 
	float: left;
	display: inline;
}

.enews-widget {height: 430px;float: right;display: inline;background: #faf7f6;width: 100%;margin: 40px 0px !important;}

.enews input#subbox1, .enews input#subbox, .enews input#subbox2 {width: 100% !important;}

}
.enews-widget .widget-title span {background: none;font-family: 'an-creative-her';text-transform: none;font-size: 46px;letter-spacing: -3px;}

@media only screen and (max-width: 960px) {
    .enews-widget {padding: 30px; background: #faf7f6;}
    
    .enews-widget .widget-title span {line-height: 1;}
    
    .enews-widget input[type="submit"] {background: none; font-size: 11px;}
    
    .enews input#subbox1, .enews input#subbox, .enews input#subbox2 {font-size: 11px;}
}

/* Shop - Products Widget
--------------------------------------------- */

.woocommerce ul.product_list_widget li {width: 100%;display: inline-block;margin: 0;vertical-align: top;}

.woocommerce ul.product_list_widget li img {margin-bottom: 10px;display: block;width: 100% !important;}

.woocommerce ul.product_list_widget li a {font-family: 'Playfair Display', serif;font-size: 15px;color: #333;text-decoration: none;font-weight: 400 !important;line-height: 1.3;}

.woocommerce ul.product_list_widget .star-rating {
display: none !important
}

.page-template-front-page .woocommerce-Price-amount {font-family: 'Source Sans Pro', sans-serif;font-size: 13px;}

@media only screen and (min-width: 960px) {
.woocommerce ul.product_list_widget li:first-child {clear: both;margin-left: 0 !important;}
.woocommerce ul.product_list_widget li {float: left;margin-left: 2.564102564102564% !important;width: 23.076923076923077%;}
}

/* WooCommerce
--------------------------------------------- */
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {clear: right !important;}
@media only screen and (max-width: 960px) {
.wpmenucart-display-right {display: none !important;}
}

.nav-secondary .wpmenucart-display-right {display: inline;}

.wpmenucart-display-right {display: none;}

/* Featured Image - Single Post Page
--------------------------------------------- */

.features {
    background-size: cover !important;
    clear: both;
    min-height: 450px;
    padding-top: 0;
    position: relative;
    margin-bottom: 30px;
}

.featuredpostinformation {
    padding: 30px 30px !important;
    background: #fffffff0;
    z-index: 9;
    position: absolute;
    width: 30%;
    left: 50%;
    text-align: center;
    top: 50%;
    padding: 25px;
    transform: translate(-50%, -50%);
    box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.08), 1px 6px 20px 0 rgba(0, 0, 0, 0.08);
}

.featuredpostinformationdate {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 11px;
    font-weight: 400;
}

.featuredpostinformationtitle {
    letter-spacing: .5px;
    font-family: 'Playfair Display', serif;
    color: #333;
    font-size: 25px;
    line-height: 1.4;
}

.home .featuredpostinformation {
    display: none;
}



@media only screen and (max-width: 1050px) {
.featuredpostinformation {width: 90%;}

.features {background-attachment: inherit !important;}
}

/* Simple Social Icons
--------------------------------------------- */

.footer-widgets .simple-social-icons ul li {
    background: none !important;
    border: none !important;
    float: none;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 3px !important;
}

.footer-widgets .simple-social-icons .alignleft {float: none; text-align: center;}

.genesis-nav-menu .widget-area {display: none;}

.simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {color: #333 !important;}

.simple-social-icons svg[class^="social-"], .simple-social-icons svg[class*=" social-"] {background: none;}

.footer-widget-area .simple-social-icons ul li a, 
.footer-widget-area .simple-social-icons ul li a:hover, 
.footer-widget-area .simple-social-icons ul li a:focus {
	background: none !important;
	border-radius: 0;
	padding: 1px;
	font-size: 14px !important;
margin: 0 !important; 
}

.simple-social-icons ul li {
	margin: 0 !important;
}

.widget.simple-social-icons {
	margin-bottom: 0; 
}

.nav-secondary .widget-title {
	display: none;
}

.nav-secondary .widget {margin-bottom: 0 !important;}

.nav-secondary .simple-social-icons ul li a, 
.nav-secondary .simple-social-icons ul li a:hover, 
.nav-secondary .simple-social-icons ul li a:focus {font-size: 13px !important;background: none !important;padding: 5px;margin: 0 !important;}

.nav-secondary .simple-social-icons ul li {margin: 0 !important;}

/* ## Testimonial 
--------------------------------------------- */

.testimonial_rotator.template-longform .testimonial_rotator_img img, 
.testimonial_rotator.template-longform .testimonial_rotator_img {
width: 100px !important;
height: 100px !important;
}

.testimonial_rotator_star {color: #f3dfe2 !important;}

.testimonial_rotator .testimonial_rotator_star {
    font-size: 1em !important;
width: 11px; height: 11px; margin-bottom: 10px;
}

.testimonial_rotator_widget_wrap .testimonial_rotator_stars {padding: 5px 0 !important;}

h2.testimonial_rotator_slide_title {margin: 30px 0 0 0 !important;font-size: 26px !important;text-transform: none;letter-spacing: 1px;color: #333;}

/* ## Filterable Portfolio
--------------------------------------------- */

.post-type-archive-portfolio .archive-description {
    overflow: hidden;
    text-align: center;
}

ul.filter {
    text-align: center;
    color: #999;
    list-style: none;
    margin-top: 10px;
    float: none;
}

ul.filter li {
    float: none;
    display: inline-block;
    margin: 15px 0;
}

ul.filter li:first-child {
    margin-left: 0;
}

ul.filter a {
    margin: 5px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border: 1px solid;
    border-color: #333;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

ul.filter a:hover,
ul.filter a.active {
    margin: 5px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border: 1px solid;
    border-color: #656565;
    background: #656565;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

.portfolio-content {
    margin-left: -2rem;
    margin-left: -20px;
}

.portfolio-item {
    float: left;
    margin-bottom: 2rem;
    margin-bottom: 20px;
    margin-left: 2rem;
    margin-left: 20px;
    position: relative;
    width: 31%;
    line-height: 1;
}

.portfolio-item a img {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.portfolio-overlay {
    color: #333;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 10px;
    opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-item img:hover+.portfolio-overlay,
.portfolio-overlay:hover {
    opacity: 1;
}

.portfolio-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    color: #333;
}

.clearfix {
    clear: both;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.filterable-portfolio-page .content .entry-header {
    margin-bottom: 1rem;
    margin-bottom: 10px;
}

.filterable-portfolio-page .content .entry-title {
    margin-bottom: 3rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1179px) {
    .portfolio-item {
        width: 31%;
    }
}

@media only screen and (max-width: 1023px) {
    .portfolio-item {
        width: 31%;
    }
}

@media only screen and (max-width: 890px) {
    .portfolio-item {
        width: 47.5%;
    }
}

@media only screen and (max-width: 860px) {
    .portfolio-item {
        width: 100%;
    }
}


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

/* Front Page and After Entry
--------------------------------------------- */

@media only screen and (min-width: 960px) {
.enews p {display: inline-block;width: 40%;margin: 0 auto;float: none;padding-left: 5px;text-align: center;text-align: center;margin-left: 7%;margin-bottom: 20px;margin-top: -20px;}

.enews form {margin: 0;float: right;width: 55%;}

.enews input#subbox1, .enews input#subbox, .enews input#subbox2 {float: left;width: 70% !important;margin: 5px 15% auto;padding: 15px;font-size: 12px;}

.enews input[type="submit"] {
	font-weight: 400;
	font-size: 10px;
	width: 30% !important;
	background: none;
	padding: 0;
	margin-left: 35%;
	margin-top: 20px !important;
	color: #333 !important;
	font-weight: 600;
}

.enews input[type="submit"]:hover {
	background: none;
	color: #333;
	border: 0;
}
}

.after-entry .enews {
	text-align: left;
}

.after-entry .widget-title {
border-bottom: 0;
}

.after-entry .enews-widget {padding: 0; border: 0;}

@media only screen and (max-width: 960px) {
.author-box {
padding: 10px;
margin-bottom: 20px;
}

.after-entry .widget {
padding: 10px;
}

.after-entry .enews-widget .widget-title {padding-left: 0 !important;}
}

@media only screen and (min-width: 960px) {
.after-entry .enews {
padding: 10px;
}

.after-entry .enews form {
margin-top: 0 !important;
}

}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: left;
}

.after-entry .enews-widget input[type="submit"] {text-align: center;}

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

.enews form + p {
display: none !important;
}

/* Jetpack on Front Page & Sidebar
--------------------------------------------- */
@media only screen and (min-width: 960px) {
.jetpack_subscription_widget:before {
    content: " ";
    min-height: 430px;
    background-image: url(http://creativeher.co/olivia/wp-content/uploads/sites/12/2019/07/olivia-feminine-wordpress-theme-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 45%;
    float: left;
    display: inline;
}

.jetpack_subscription_widget {text-align: center; height: 430px;     background: #faf7f6; margin: 30px 0;}

.jetpack_subscription_widget .widget-title {border: 0;padding-top: 75px;}

.jetpack_subscription_widget .widget-title span {
        background: none;
        font-family: 'an-creative-her';
        text-transform: none;
        font-size: 46px;
        letter-spacing: -3px;
}

.jetpack_subscription_widget form {float: right; width: 40%; margin-right: 7%;}

.jetpack_subscription_widget #subscribe-submit button {background: none;}
}

@media only screen and (max-width: 960px) {
    .jetpack_subscription_widget {background: #faf7f6; padding: 20px;}
    
    .jetpack_subscription_widget .widget-title span {  font-family: 'an-creative-her'; background: none; text-transform: none; font-size: 30px; letter-spacing: -3px;}
    
    .jetpack_subscription_widget .widget-title {border: 0;}
    
    .jetpack_subscription_widget #subscribe-email input,
    .jetpack_subscription_widget #subscribe-submit button {width: 100%;}
}

@media only screen and (min-width: 960px) {
    
    .sidebar .jetpack_subscription_widget {height: auto; padding: 20px 30px; background: #faf7f6;}
    .sidebar .jetpack_subscription_widget .widget-title {padding-top: 25px;}
     .sidebar .jetpack_subscription_widget .widget-title span {font-size: 34px;
    }
    
.sidebar .jetpack_subscription_widget:before {display: none;}

.sidebar .jetpack_subscription_widget form {width: 100%; margin: 0;}
}

/* eNews and Jetpack Subscription Widget in the sidebar
--------------------------------------------- */
.sidebar .enews-widget:before {display: none;}

.sidebar .enews-widget {padding: 35px !important;height: auto;margin: 0 !important;float: none;display: block;}

.sidebar .enews-widget .widget-title {
    transform: none;
    padding-top: 25px;
}

.sidebar .enews-widget .widget-title span {
        font-size: 34px;
        background: none;
}
.sidebar .enews {float: none; display: block;}

.sidebar .enews p {display: block; width: 100%; margin: 0 auto; margin-bottom: 10px;}

.sidebar .enews form {width: 100%;}

.sidebar .enews input#subbox1, .sidebar .enews input#subbox, .sidebar .enews input#subbox2 {width: 100% !important;margin: 2px 0;}

.widget_categories .widget-title {border: 0;}

.widget_categories .widget-title span {font-weight: 600; background: none;}

.widget_categories {padding: 45px 25px;background: #f3f3f3;text-align: center;text-transform: uppercase;letter-spacing: 1px;font-size: 11px;margin-bottom: 35px !important;}

.widget_categories ul li {margin-bottom: 5px;}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #333;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
}

.page-template-front-page .site-header {border-bottom: 1px solid #efefef;}



.site-header .wrap {
	max-width: 1140px;
margin: 0 auto;
}

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */

@font-face {
    font-family: 'an-creative-her';
    src: url('fonts/argentinian_nights.woff2') format('woff2'), url('fonts/argentinian_nights.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title-area {
	width: 100%;
	padding: 60px 20px 10px 20px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
margin: 0 auto;
}

.site-title {
	font-family: 'an-creative-her';
	text-align: center;
	font-size: 85px;
	font-size: 6.5rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	transform: scale(1.2,1.4);
	}

@media only screen and (max-width: 960px) {
.site-title {font-size: 40px;margin-top: 40px;}
}

.site-description {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 10px;
}


.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #525252;
	text-decoration: none;
}

.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
.nav-primary .menu-item-has-children > a:after {
	content: "\f347";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 11px/1 'dashicons';
	padding-left: 3px;
	vertical-align: top;
}
}

@media only screen and (max-width: 960px) {
.nav-secondary .menu-item-has-children > a:after {display: none !important;}
}

.nav-secondary .menu-item-has-children > a:after {
	content: "\f347";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 10px/1 'dashicons';
	padding-left: 3px;
	vertical-align: top;
	padding-top: 4px;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 1.5px;
	font-weight: 400;
	outline-offset: -1px;
	padding: 12px 5px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fef4f0;
	font-size: 10px;
	font-size: 1.0rem;
	position: relative;
	word-wrap: break-word;
}

@media only screen and (min-width: 960px) {
.genesis-nav-menu .sub-menu a {background: #fff;}
}

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

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

.genesis-nav-menu .fa {color: #a5a5a5; font-size: 12px; padding: 2px;}

.wpmenucart-contents {padding: 5px 15px !important;}

.wpmenucart-icon-shopping-cart-0:before {font-size: 14px;}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #fef4f0;
	border-width: 0;
	color: #333;
}

.menu-toggle {
	width: 100%;
	line-height: 20px;
	margin-bottom: 0;
	padding: 15px 0;
	position: fixed;
	z-index: 1000;
	background: #f7edec;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.dashicons, .dashicons-before:before {font-size: 12px !important;padding: 4px;}

.sub-menu-toggle {
	float: right;
	padding: 15px 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	font-size: 11px;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	padding-top: 0 !important;
	padding-bottom: 0;
	background: #f7edec;
	position: fixed;
	z-index: 99;
	width: 100%;
}

.nav-secondary .wrap {max-width: 1300px;margin: 0 auto;}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: block;
}

.nav-secondary a {
	padding: 20px;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
}

.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: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.entry-header .entry-title {font-size: 30px;text-align: left;}

.entry-header .entry-meta {
	margin-bottom: 20px;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 5px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.tagcloud {       font-family: 'Source Sans Pro', sans-serif;}

.tagcloud a {display: inline-block; transition: 1s; padding: 5px; margin: 3px 2px;text-transform: uppercase;letter-spacing: .5px;background: #fff;line-height: 1.5;border: 1px solid #dedede;}

.tagcloud a:hover {background: #f3f3f3;}
/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.single-post .pagination-previous, .single-post .pagination-next {width: 49.5%; margin: 25px 0 !important;}

.pagination-previous a, .pagination-next a {width: 100%;}
@media only screen and (max-width: 960px) {
.single-post .pagination-previous, .single-post .pagination-next, .pagination-previous, .pagination-next {width: 100%; margin: 10px 0 !important;}
}

.pagination-previous a, .pagination-next a,
.archive-pagination li a, 
.pagination a {
	background-color: #f9f9f9;
	color: #3c3c3c !important;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 1s;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

.pagination-previous a:hover, .pagination-next a:hover,
.pagination a:hover,
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f3f3f3;
	color: #333;
}

/* Entry Comments
--------------------------------------------- */
.comment-edit-link {display: none;}

.comment-respond {margin-top: 0;}

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 40px;
}
.entry-comments {margin-top: 30px;}

.entry-comments h3 {
    font-size: 24px;
    font-style: normal;
    letter-spacing: .5px;
    color: #3c3c3c;
    margin-bottom: 0;
}

.comment-list li {
	padding: 10px 0;
}
.comment-list li article {padding: 10px 0; border-bottom: 1px solid #e6e6e6;}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #3c3c3c;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 0;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-meta {font-size: 11px;font-family: 'Open Sans', sans-serif; font-style: normal; text-transform: uppercase;}
.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}
.comment-reply {margin-bottom: 10px;}

.comment-reply a {
    background-color: #f5f5f5;
    border: 0;
    color: #656565;
    cursor: pointer;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 8px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 1s;
    font-family: 'Source Sans Pro', sans-serif;
}

.comment-reply a:hover {
    background-color: #e7e7e7;
    color: #656565;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {margin-top: 14px;
	font-size: 12.5px;
	font-size: 1.25rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 0;
	margin-bottom: 30px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
#sb_instagram #sbi_images {padding: 5px !important;}
.footer-widgets {
	text-align: center;
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 10px;
	background: #f9f9f9;
	position: relative;
}

.footer-widgets .sub-menu {display: none;}

.footer-widgets .widget {margin: 5px 0;}

.footer-widgets .widget .menu {margin-top: 20px;}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
display: none;
}

.footer-widgets .widget ul > li {display: inline-block;padding: 10px 15px;font-size: 10.5px;text-transform: uppercase;letter-spacing: 1px;font-family: 'Source Sans Pro', sans-serif;}

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

.site-footer {
	    font-family: 'Source Sans Pro', sans-serif;
	    color: #333;
		background: #f9f9f9;
	    font-size: 10.5px;
	    font-size: 1.05rem;
	    line-height: 1.5;
	    padding: 10px;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 1.5px;
}

.site-footer a {color: #333; text-decoration: none;}
.site-footer p {
	margin-bottom: 0;
	padding-top: 0;
}


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

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

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

	.site-header {
		width: 100%;
		z-index: 9999;
		padding-top: 120px;
	}

	/* Genesis Menu
	--------------------------------------------- */

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #333;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
		font-size: 10px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

.genesis-nav-menu .widget-area {
    float: right;
    margin: 17px 0;
    display: block;
}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		width: auto;
		text-align: center;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}


	/* Site-Inner
	--------------------------------------------- */

.page-template-page_landing .site-inner {max-width: 960px; margin-top: 150px !important;}

	.site-inner {
		margin-top: 0px !important;
		margin-bottom: 40px;
		max-width: 1140px;
	}

	.single-post .site-inner, .single-portfolio .site-inner {border: 0;}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		padding: 20px 50px;
		background: #f5f5f5;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry .widget {
		background: #fdfaf9;
		padding: 20px 10px 30px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.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%;
margin-bottom: 25px;
	}

	.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;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 10px;
	}

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

	.footer-widgets .wrap {
		max-width: 1100px;
		padding: 0 20px;
		width: 100%;
		margin: 0 auto;
	}

	.footer-widget-area {
		margin-bottom: 0;
		
	}

}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
