@import url(https://d7c648.claudeassets.com/20190112052731cs_/http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(https://ad6e92.claudeassets.com/20190112052731cs_/http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://be3979.claudeassets.com/20190112052731cs_/http://fonts.googleapis.com/css?family='Roboto Condensed':300,400);
@import url(https://9f05ec.claudeassets.com/20190112052731cs_/http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);


/* # Minima theme 
 Theme Name: 	Xoxo
 Author: 	LucaLogos
 Author URI:	http://lucalogos.com
 Template:	genesis
 Version:	2.1.3
 License:	GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 		light, clean, feminine, chic, black, white, right sidebar, premade, responsive, mobile friendly
*/


/* # 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%, overflow: hidden;}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:#333}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
---------------------------------------------------------------------------------------------------- */

html,
body {
	height: 100%;
}

.site-container {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

body {
	color: #333;
	font-family: Muli, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.625;
}


/* ## SexyFlex
--------------------------------------------- */

.display-flex {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-top-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.flex-top-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.flex-top-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.flex-center-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.flex-center-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-center-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-bottom-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.flex-bottom-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.flex-bottom-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-ms-flex-flow: column;
	flex-flow: column;
}

.flex-row {
	-ms-flex-flow: row;
	flex-flow: row;
}


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

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

::-moz-selection {
	background-color: #eee;
	color: #fff;
}

::selection {
	background-color: #eee;
	color: #fff;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #eee;
}

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: 2% 6%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

blockquote > p {
	padding-left: 20px;
	border-left: 3px solid #ccc;
	font-size: 120%;
}

blockquote::before {

}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 17px;
}


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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	
}


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


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	color: #333;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	width: 100%;
	padding: 8px;
}

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

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

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 1px;
	padding: 8px 13px;
	text-transform: uppercase;
	font-style: normal;
	width: auto;
	margin: 5px auto 0;
	display: block;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #000;
	color: #fff;
}

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

.entry-content .button:hover {
	color: #333;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.site-inner {
	margin: 0 auto 45px;
	max-width: 1200px;
	clear: both;
}

.site-inner .wrap {
	margin: 0 auto 45px;
}


/* ## 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: 780px;
	padding: 0;
}

.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%;
	margin: 0;
}


/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 390px;
	padding: 0 15px;
	background-color: transparent;
}

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


/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 390px;
	padding: 0 15px;
	background-color: transparent;
}

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}


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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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


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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 0px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

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


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

.entry-title {
	font-family: Montserrat, sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
}

h1.entry-title,
h2.entry-title {
	padding: 0 30px;
	margin: 0 0 15px;
}

h1.entry-title a,
h2.entry-title a {
	padding: 0;
	margin-top: 30px;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

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

.widget-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	padding: 5px;
	display: inline-block;
}

.widget-title:before,
.widget-title:after {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #ccc;
	width: 591px;
	margin: 0 14px;
}

.widget-title:before {
	right: 100%;
}

.widget-title:after {
	left: 100%;
}

.popular-container .widget-title,
.newsletter-container .widget-title,
.insta-container .widget-title {
	display: inline-block;
}

.archive-title {
	font-size: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 15px;
}


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

.entry-header img,
.entry-header img.alignleft,
.entry-header img.alignright {
	margin: 0 auto 45px;
}

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

img.alignnone,
.alignnone {
	margin: 0 0 15px;
}

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

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

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

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

.entry-content p:last-child {
	margin-bottom: 0;
}


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

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

.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 10px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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


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

.featured-content .entry {
	margin-bottom: 10px;
	padding: 0 0 10px;
	align-items: center;
}

.featured-content .entry:last-child {
	margin: 0;
	padding: 0;
}

.featured-content .entry a,
.featured-content .entry .entry-header {
	font-size: 12px;
}

.footer-widgets .entry {
}

.featured-content .entry-header,
.featured-content .entry-meta {
	margin: 0;
	letter-spacing: 0;
}

.featured-content .entry-title {
	text-align: left;
	line-height: 0;
	margin-bottom: 5px;
}

.featured-content .entry-header .entry-meta {
	display: flex;		
	display: -webkit-flex;
	align-items: flex-start !important;
	-webkit-align-items: flex-start !important;
	-webkit-box-align-items: flex-start !important;
	justify-content: flex-start;		
	-webkit-justify-content: flex-start;		
	flex-flow: row wrap;		
	-webkit-flex-flow: row wrap;
	text-align: left !important;
	color: #333;
	letter-spacing: 0;
	margin-top: 0;
}

.footer-widgets .featured-content .entry-meta {		
	color: #fff;		
}
		
.featured-content h1.entry-title a, 		
.featured-content h2.entry-title a {		
	font-size: 12px;		
}		

.featured-content .entry-meta .entry-time,		
.featured-content .entry-meta .entry-comments-link {		
	width: 100%;		
}		
.featured-content .entry-author-name {		
	padding-left: 5px		
}		

.featured-content a {
	margin: 0;
}

.featured-content a.alignleft,
.featured-content a.aligncenter,
.featured-content a.alignright {
	border: 1px solid #ccc;
	line-height: 0;
	margin-right: 10px;
}

.featured-content a.alignleft:hover,
.featured-content a.aligncenter:hover,
.featured-content a.alignright:hover  {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.featured-content a > img {
	padding: 0.25em;
}

.featured-content .entry .read-more {		
	margin: 15px auto 0;		
	font-size: 10px;		
}


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

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

.enews {
	text-align: center;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input {
	border: 1px solid #eee;
	display: inline;	
	height: 30px;		
}		

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

.enews-widget input:focus {
	border: 1px solid #fafafa;
}

.enews-widget input[type="submit"] {
	background-color: transparent;
	border: 1px solid #fff;	
	color: #fff;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews p {
	margin-bottom: 15px;
	font-size: 100%;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}


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

#wpstats {
	display: none;
}


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

.site-header {
	width: 100%;
	display: none;
	visibility: hidden;
}

.site-header .wrap {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	flex-direction: row;
	-webkit-flex-direction: row;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}


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

.title-area {
	float: left;
	width: 100%;
	padding: 90px 15px;
	margin: 0 auto;
	text-align: center;
}

.header-image .header-full-width .title-area {
	text-align: center;
	padding: 84px 15px;
}

.site-title {
	font: 700 36px Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 1;
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	min-height: 150px;
	padding-top: 0;
}

.site-description {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 8px;
	line-height: 1.5;
	margin-top: 45px;
	text-transform: uppercase;
	color: #000;
	position: relative;
}

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

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


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

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

.popular-container .widget,
.newsletter-container .widget,
.insta-container .widget {
	text-align: center;
	overflow: hidden;
}

.newsletter-container .widget {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.popular-container .widget-wrap,
.insta-container .widget-wrap {
	text-align: initial;
}


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 0;
	width: 100%;
	position: relative;
	/* display: -moz-box; */
	/* display: -ms-flexbox; */
	/* display: -webkit-flex; */
	/* display: flex; */
	/* -webkit-flex-direction: row; */
	/* -webkit-align-items: center; */
	/* align-items: center; */
	/* -webkit-justify-content: flex-start; */
	/* justify-content: flex-start; */
	/* flex-direction: row; */
}

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

.genesis-nav-menu a {
	color: #000;
	display: block;
}

.genesis-nav-menu > .menu-item-has-children > a {		
	display: flex;		
	display: -webkit-flex;		
	align-items: center;		
	-webkit-align-items: center;		
}		

.genesis-nav-menu > .menu-item-has-children > a:after {		
	content: "\f078";		
	font-family: FontAwesome;		
	font-size: 8px;		
	padding: 0 0 4px 3px;		
}

.genesis-nav-menu > a:first-child {
	padding: 25px 20px 15px;
}

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

ul.genesis-nav-menu > li:first-child {
	padding-left: 0;
}

ul.genesis-nav-menu > li {
	padding: 15px 15px;
}

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

.genesis-nav-menu .sub-menu {
	border: 1px solid #eee;
	border-top: none;	
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
	-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;
}

.genesis-nav-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	padding: 15px 20px;
	position: relative;
	width: 198px;
	font-size: 80%;		
}	
	
.genesis-nav-menu .sub-menu li:last-child a {		
	border-bottom: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 198px !important;
}

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

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

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

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

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

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

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


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

.site-header .sub-menu {
	border-top: 0px solid #000;
}

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

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


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

.nav-primary {
	margin: 0;
	background-color: #fff;
	width: 100%;
    margin-bottom:60px;
}

.nav-primary .wrap {
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.nav-primary .genesis-nav-menu a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #999;
}

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

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	padding: 10px 10px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {		
	padding-left: 13px;		
}		



/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


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

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

.content .entry {
	margin-bottom: 45px;
}

.entry-content {
	overflow: hidden;
	margin: 0 30px;
}

.entry-content div,
.entry-content ul,
.entry-content p {
	max-width: 640px;
/* 	width: 100%; */
	margin-left: auto;
	margin-right: auto;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 30px;
	margin-right: auto;
}

.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: #333;
	color: #ddd;
}


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

.entry-meta {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
 	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.entry-meta .entry-time {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

.entry-meta .entry-time:before {
    content: "\f073";
    font-family: FontAwesome;
    color: #ccc;
    padding-right: 5px;
}

.custom-post-meta {
	margin-bottom: 10px;
}

.custom-post-meta .entry-time {
	padding-right: 15px;		
}		

.custom-post-meta,		
.entry-footer {		
	color: #333;		
	font-size: 12px;		
}

.post-edit-link {
	margin-top: 10px;
}

p.entry-meta {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
	line-height: 1.625;
	letter-spacing: initial;
}

.entry-header {
	margin-bottom: 45px;
}

.page .entry-header {
	margin-top: 30px;
}

.entry-header .entry-meta {
	margin-top: 15px;
	padding: 0 15px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.entry-footer .pf-wrap,
.pf-wrap {
	text-align: center;
	padding: 40px 70px 30px;
	margin: 0;
}

.entry-footer p:last-child {
	display: none;
}

.entry-footer .entry-meta {
	padding-bottom: 0;
	text-align: center;
}

.entry-categories,
.entry-tags {
	display: inline;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.entry-categories {
	margin-top: 0;
}

.entry-categories a {
	color: #999; 
	display: inline-block;
	padding: 0 0 1px;
	line-height: 1.2;
	margin: 0 5px;
}
.entry-categories a:hover {
	color: #000;
}

.entry-comments-link:before {
	font-family: FontAwesome;
	content: "\f0e5";
	padding-right: 5px;
	color: #ccc;
}
.entry-comments-link a {
	color: #000;
}

.entry-comments-link a:hover {
	color: #ccc;
}

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

.custom-post-icons {		
	font-size: 11px;		
}		
.entry-author {		
	padding: 0;		
}


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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pagination-previous a,
.pagination-next a {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px 8px;
	border: 1px solid #000;
}

.archive-pagination li a:hover,
.archive-pagination .active a,
.pagination-previous a:hover,
.pagination-next a:hover {
	background-color: #000;
	color: #fff;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 0px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {	
	text-align: left;
	padding: 30px;
}

.entry-comments h3 {
	text-transform: uppercase;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #fafafa;
}

.comment-content {
	clear: both;
}
			
.comment-list article {		
	padding: 15px;		
	margin-bottom: 15px;		
}		

.comment-list li {
	padding: 0px;
}

.comment-list li li {
	padding-left: 30px;
	padding-right: 0;
}

.comment-respond h3 {
	text-transform: uppercase;
}

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

.comment-respond label {
	display: inline;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 0;	
}

.entry-pings .reply {
	display: none;
}

li.bypostauthor article {
	background: #fafafa;
}

.form-allowed-tags {
	background-color: #fafafa;
	font-size: 11px;
	padding: 15px;
}


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

.sidebar {
}

.sidebar li {
	text-align: left;
	padding: 0 0 10px;
}

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

.sidebar .widget {
	text-align: center;
	margin-bottom: 30px;
	background-color: transparent;
	overflow: hidden;
}

.sidebar .widget .widget-wrap {
	padding: 15px 0 0;
	text-align: initial;
}


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

.footer-widgets {
	clear: both;
	background: #000;
	margin: 0 auto;
}

.footer-widgets .wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px;
	color: #ccc;
}

.footer-widgets {
	color: #fff;
}

.footer-widgets a {
	color: #ccc;
}

.footer-widgets input,
.footer-widgets input[type="submit"] {
	border: 1px solid #333;
	margin-left: auto;		
	margin-right: auto;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.footer-widgets .widget .widget-wrap {
	text-align: initial;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.33333%;
	padding: 0 15px;
}

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

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


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

.site-footer {
	line-height: 1;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

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

.site-footer .wrap {
	padding: 15px 0;
	margin: 0 10px;
	border-top: 1px solid #ccc;
}


/* # LucaLogos Customs
---------------------------------------------------------------------------------------------------- */


.landing-page .entry-title {
	display: none;
}

hr { 
	margin: 25px 0;
	height: 1px;
	border: 0;
	background: #ccc;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #ccc));
}

.dsn {
	display: none;
	visibility: hidden;
}

.custom-separator {		
	padding: 0 5px;		
	color: #ccc;		
}

.custom-icons {
	display: block;
	text-align: center;
}

.custom-icons span,
.custom-icons span:hover {
	width: 30px;
	height: 30px;
	margin: 3px;
	background-size: cover;
	background-position: center;
	display: inline-block;
}

.custom-icons a {
	display: block;
}

.custom-twitter {
	background: url('https://83de10.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/twitter.jpg');
}

.custom-twitter:hover {
	background: url('https://28c8f5.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/twitter2.jpg');
}

.custom-pinterest {
	background: url('https://1aa45b.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/pinterest.jpg');
}

.custom-pinterest:hover {
	background: url('https://4b0732.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/pinterest2.jpg');
}

.custom-instagram {
	background: url('https://344d91.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/instagram.jpg');
}

.custom-instagram:hover {
	background: url('https://02ead8.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/instagram2.jpg');
}

.custom-facebook {
	background: url('https://2c15fe.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/facebook.jpg');
}

.custom-facebook:hover {
	background: url('https://de9722.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/facebook2.jpg');
}

.custom-bloglovin {
	background: url('https://bc5505.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/bloglovin1.jpg');
}

.custom-bloglovin:hover {
	background: url('https://07792c.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/bloglovin2.jpg');
}

.custom-email {
	background: url('https://e539bf.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/Email.jpg');
}

.custom-email:hover {
	background: url('https://2bcec2.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/Email2.jpg');
}

.custom-shop {
	background: url('https://b4902c.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/shopping.jpg');
}

.custom-shop:hover {
	background: url('https://7694af.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/shopping2.jpg');
}

.custom-questionmark {
	background: url('https://36e72d.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/FAQs.jpg');
}

.custom-questionmark:hover {
	background: url('https://cfccf9.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/08/FAQs2.jpg');
}
____________________________________________

.custom-icons2 {
	display: block;
	text-align: center;
}

.custom-icons2 span,
.custom-icons2 span:hover {
	width: 50px;
	height: 50px;
	margin: 3px;
	background-size: cover;
	background-position: center;
	display: inline-block;
}

.custom-icons2 a {
	display: block;
}

.custom-twitter2 {
	background: url('https://c5d146.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/twitterfooter2.jpg');
}

.custom-twitter2:hover {
	background: url('https://b9018f.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/twitterfooter1.jpg');
}

.custom-pinterest2 {
	background: url('https://cf3e4d.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/pinterestfooter2.jpg');
}

.custom-pinterest2:hover {
	background: url('https://da93a0.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/pinterestfooter1.jpg');
}

.custom-instagram2 {
	background: url('https://b93238.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/instafooter2.jpg');
}

.custom-instagram2:hover {
	background: url('https://aa885a.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/Instafooter1.jpg');
}

.custom-facebook2 {
	background: url('https://2ed79e.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/facebookfooter2.jpg');
}

.custom-facebook2:hover {
	background: url('https://107a3d.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/facebookfooter1.jpg');
}

.custom-bloglovin2 {
	background: url('https://1ed7a0.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/bloglovinfooter2.jpg');
}

.custom-bloglovin2:hover {
	background: url('https://d616d3.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/bloglovinfooter1.jpg');
}

.custom-email2 {
	background: url('https://bf5342.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/emailfooter2.jpg');
}

.custom-email2:hover {
	background: url('https://665338.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/emailfooter1.jpg');
}

.custom-shop2 {
	background: url('https://825134.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/shopfooter2.jpg');
}

.custom-shop2:hover {
	background: url('https://c1a9c6.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/shopfooter1.jpg');
}

.custom-questionmark2 {
	background: url('https://a6a9fc.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/FAQfooter2.jpg');
}

.custom-questionmark2:hover {
	background: url('https://1754d7.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/09/FAQfooter1.jpg');
}

____________________________________________

/* body video { margin-bottom: 60px; } */


/* Just some ad :)		
--------------------------------------------- */		
.justsomead {		
	width: 100%;		
	padding: 15px;		
	background: url('http://lucalogos.com/elizabeth/wp-content/uploads/2016/03/Casual-Business-Woman-Typing-On-Laptop-Whilst-In-Bed.jpg');		
	background-size: cover;		
	background-repeat: no-repeat;		
}		

.justsomead .wrap {		
	text-align: center;		
	padding: 60px 30px;	
	margin: 0;	
	border: 1px solid #fff;		
	background: rgba(255,255,255,0.6);		
	display: -webkit-box;		
	display: -moz-box;		
	display: -ms-flexbox;		
	display: -webkit-flex;		
	display: flex;		
	flex-direction: column;		
	-webkit-flex-direction: column;		
	align-items: center;		
	-webkit-align-items: center;		
	justify-content: center;		
	-webkit-justify-content: center;		
	-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;		
}		

.justsomead .wrap:hover {		
	background: rgba(255,255,255, 0.9);		
}

.justsomead .title {	
	font-family: Merriweather, serif;		
	font-weight: 400;		
	font-size: 24px;		
	line-height: 1.3;		
}		

.justsomead .description {		
	font-family: 'Roboto Condensed', sans-serif;		
	font-size: 14px;	
	font-weight: 400;
	letter-spacing: 0;	
	margin-top: 15px;		
}		

.justsomead .adbutt-n {		
	background: none;		
	padding: 0;		
	margin: 0;		
}		

.justsomead .adbutt-n a {		
	font-family: 'Roboto Condensed', sans-serif;		
	font-size: 11px;		
	letter-spacing: 1px;
	font-weight: 400;
	color: #000;		
	line-height: 1;		
	margin-top: 15px;		
	padding: 5px 8px;		
	border: 1px solid #000;		
	display: inline-block;		
}		

.justsomead .adbutt-n a:hover {		
	background: #000;		
	color: #fff;		
}		


/* Custom Social Icons

.custom-social-icons {
	font-family: FontAwesome;
}

i.custom-social-icon {
	font-style: normal;
}


/* Custom Search		
--------------------------------------------- */	
	
.custom-search-wrapper {		
	margin-left: auto;		
	position: relative;		
}		

.custom-search-wrapper .search {		
	padding: 8px 15px;		
	border-left: 1px solid #eee;		
	border-right: 1px solid #eee;		
}	
	
.nav-primary aside.widget-area {		
	margin-left: auto;
}
		
.nav-primary .genesis-nav-menu > .search,		
.nav-primary .search {		
	display: inline-block;		
	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 {		
	display: none;		
	position: absolute;		
	z-index: 10;		
	right: 0;		
	top: 42px;		
	width: 300px;		
}	
	
.search-div .search-form {		
	position: relative;		
}	
	
.search-div .search-form input[type="search"] {		
	width: 100%;		
	padding: 13px;		
	font-size: 14px;		
}	
	
.search-div .search-form input[type="submit"] {		
	display: none;		
	position: absolute;		
	right: -1px;		
	bottom: 1px;		
	padding: 10px 14px;		
	-webkit-border-radius: 0;		
	border-radius: 0;		
}	
	
input:focus::-webkit-input-placeholder {		
	color: transparent;		
}		

input:focus:-moz-placeholder {		
	color: transparent;		
} 	
	
input:focus::-moz-placeholder {		
	color: transparent;		
} 	
	
input:focus:-ms-input-placeholder {		
	color: transparent;		
} 		



/* Slider Settigns
--------------------------------------------- */

.slider-content {
	display: -webkit-flex;
	display: flex;
	/* -webkit-box-orient: horizontal; */
	z-index: 0;
	position: relative;
}

.owl-item,
.sldr-cntnt {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}

.owl-height,
.sldr-img {
	width: 100%;
	height: 600px !important;
	background-size: cover;
	background-position: center;
}


/* Slider Post Content
----------------------- */

.sldr-post-cntnt-algnr {
	z-index: 10;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-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;
}

.sldr-post-cntnt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, .00);
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sldr-post-cntnt:hover {
	background: rgba(0, 0, 0, .66);
}

.sldr-post-cntnt-brdr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 0px solid #eee;
	background: rgba(0, 0, 0, .00);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .00);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .00);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .00);
	-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;
}

.sldr-post-cntnt-brdr:hover {
	background: rgba(0, 0, 0, .66);
	opacity: 1;
	filter: alpha(opacity=100);
}

.sldr-ttl .excrpt-date {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.sldr-ttl .excrpt-date:before {
    content: "\f073";
    font-family: FontAwesome;
    color: #ccc;
    padding-right: 10px;
}

.sldr-ttl .excrpt-cats {
	margin-bottom: 10px;
	display: block;
}

h1.sldr-ttl-h {
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	font-weight: 400;
	color: #fff; 
	text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

h1.sldr-ttl-h:after {
   	content: "";
    	display: block;
	display: none;
   	position: absolute;
    	border-top: 1px solid #666;
    	left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
    	bottom: 0px;
    	width: 30px;
    	height: 0;
}

.sldr-excrpt {
	margin-bottom: 26px;
}


/* Slider Read More Button
----------------------- */

.sldr-rdmr a {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 20px 8px;
	border: 1px solid #fff;
}

.sldr-rdmr a:hover {
	color: #000;
	background: #fff;
}


/* Slider Nav
----------------------- */

.owl-prev,
.owl-next {
	display: inline-block;
	position: absolute;
	top: 45%;
	padding: 10px;
	text-align: center;
	width: 36px;
	background: rgba(255,255,255,.00);
	border: 1px solid #fff;
	color: #fff;
	-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;
}

.owl-prev:hover,
.owl-next:hover {
	color: #000;
	background: rgba(255,255,255,.99);
}

.owl-prev {
	left: 30px;
}

.owl-next {
	right: 30px;
}

.icon-chevron-left:before, 
.icon-chevron-right:before {
	font-family: "fontawesome";
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    display: block;
}

.icon-chevron-left:before {
	content: '\f104';
}

.icon-chevron-right:before {
	content: '\f105';
}

.owl-dots {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: -50px;
	position: absolute;
	width: 100%;
}	

.owl-dot {
	width: 13px;
	height: 13px;
	margin: 0 6px;
	background-color: #fff;
	display: inline-block;
	border-radius: 100px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.owl-dot.active {
	filter: alpha(opacity=99);
	opacity: 0.999;
}


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

.related-container {
	margin: 30px 0;
}

.rltd-main-ttl {
	text-align: center;
}

.rltd-ttl-algnr {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-flow: column;
	-webkit-flex-flow: column;
}

.rltd-ttl-cntnr {
	opacity: .00;
	position: absolute;
	top: 0;
   	right: 0;
	bottom: 0;
	left: 0;
}

.rltd-ttl-cntnr:hover {
	visibility: visible;
	opacity: .99;
	background: rgba(255,255,255,0.80);
	-webkit-transition: opacity .3s ease-out, visibility 0s ease-out;
	transition: opacity .3s ease-out, visibility 0s ease-out;
}

.content .rltd-ttl,
.content .excrpt-date,
.content .plus-sign {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;		
	text-align: center;
}

.content .excrpt-date {
	font-size: 10px;
}

.content .owl-prev,
.content .owl-next {
	top: 40%;
	padding: 10px;
	text-align: center;
	width: 36px;
	color: #000;
	background: transparent;
	border: none;
}

.content .owl-prev {
	left: -30px;
}

.content .owl-next {
	right: -30px;
}

.content .owl-prev:hover,
.content .owl-next:hover {
	color: #000;
}


/* Popular Posts		
----------------------- */	
	
.popular-container {	
		
}	
	
.popular-container .widget {		
	margin: 0 auto;		
	max-width: 1200px;		
	padding: 30px 0 45px;
	overflow: hidden;
}	
	
.popular-container .widget-title {		
	text-align: center;		
	color: #000;		
	margin-bottom: 30px;	
}	
	
.rltd-main-ttl {		
	text-align: center;		
}	
	
.pplr-ttl-algnr {		
	z-index: 10;		
	position: absolute;		
	left: 0;		
	top: 0;		
	right: 0;		
	bottom: 0;		
	display: flex;		
	display: -webkit-flex;		
	align-items: center;		
	-webkit-align-items: center;		
	justify-content: center;		
	-webkit-justify-content: center;		
	flex-flow: column;		
	-webkit-flex-flow: column;	
	padding: 10px;	
}	
	
.pplr-ttl-cntnr {		
	opacity: .00;		
	position: absolute;		
	top: 0;		
   	right: 0;		
	bottom: 0;		
	left: 0;		
}		

.pplr-ttl-cntnr:hover {		
	visibility: visible;		
	opacity: .99;		
	background: rgba(0, 0, 0, 0.80);		
	-webkit-transition: opacity .3s ease-out, visibility 0s ease-out;		
	transition: opacity .3s ease-out, visibility 0s ease-out;		
}	
	
.popular-container .pplr-ttl,		
.popular-container .excrpt-date,		
.popular-container .plus-sign {		
	color: #fff;		
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-size: 13px;	
	letter-spacing: 0px;	
	line-height: 1.625;		
	margin-bottom: 5px;		
	text-align: center;		
}
		
.popular-container .excrpt-date {		
	font-size: 10px;		
}	
	
.popular-container .owl-prev,		
.popular-container .owl-next {		
	top: 40%;		
	padding: 10px;		
	text-align: center;		
	width: 36px;		
	color: #000;		
	background: transparent;		
	border: none;		
}	
	
.popular-container .owl-prev {		
	left: 0;		
}	
	
.popular-container .owl-next {		
	right: 0;		
}	
	
.popular-container .owl-prev:hover,		
.popular-container .owl-next:hover {		
	color: #000;		
}		


/* eNews		
--------------------------------------------- */	

.newsletter-container {
	padding: 30px 0 45px;
}
	
.newsletter-container .enews-widget .widget-title {			
	margin-bottom: 30px;		
}	
	
.newsletter-container .enews-widget,		
.newsletter-container .enews-widget .widget-title {		
	color: #000;		
	text-align: center;		
}	
	
.newsletter-container .enews-widget input,		
.newsletter-container .enews-widget input[type="submit"] {		
	max-width: 200px;		
	width: 100%;		
}		


/* Instagram Slider Widget		
--------------------------------------------- */
		
.jr-insta-thumb ul.thumbnails li img:hover {		
	opacity: 0.7;		
	filter: alpha(opacity=75);		
	-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;		
}


/* Other
--------------------------------------------- */

.header-img {
	padding: 30px 0;
}

.jr-insta-thumb li {
	padding: 0px !important;
}

ul.lsi-social-icons > li {
	margin-bottom: 0 !important;
	margin: 0 6px 0 0 !important;
}

.footer-container ul.lsi-social-icons a,		
.footer-container ul.lsi-social-icons a:hover {		
	background-color: transparent !important;		
}


/* Widgetized Homepage
--------------------------------------------- */

.home-slider {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto 45px;
}

.home-slider .wrap {
	background: #f0f0f0;
	padding: 0;
}

.home-slider .widget_text {
	overflow: hidden;
}

.insta-container {
	background-color: transparent;
}

.insta-container .widget-title {
	display: none;
	border: none;
	color: #000;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 15px;		
	background-color: transparent;		
	background: none;		
	width: 100%;		
	max-width: 100%;
}

.footer-container {
	border-top: 1px solid #333;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	width: 100%;
}

.footer-container .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.custom-footer {
	float: left;
}

.custom-footer-1 {
	text-align: left;
	width: 65%
}

.custom-footer-1 > * {
	display: inline-block;
}

.custom-footer-2 {
	text-align: right;
	width: 35%;
}


/* Sidebar Categories & Tags
--------------------------------------------- */

.tagcloud {
	line-height: 2;
}

.widget_tag_cloud a {
	padding: 0 5px;
	margin-bottom: 5px;
	display: inline-block;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px !important;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	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;
}

.widget_tag_cloud a:hover {
	color: #ccc;
}

.footer-widgets .widget_tag_cloud a {		
	color: #fff;		
}		

.footer-widgets .widget_tag_cloud a:hover {
	color: #ccc;
}

.cat-item a, .widget_archive a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}

.cat-item a:hover,
.widget_archive a:hover {
	color: #ccc;
}

.widget_categories ul {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.widget_categories li {
	width: 50%;
}

.widget_categories li:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 7px;
	color: #999;    	
	font-size: 8px;
}


/* Profile Photo
--------------------------------------------- */

.profile-box {
	position: relative;
	width: 100%;		
	text-align: center; 
	line-height: 0.8; 
	border: 0px solid #f6e9ee; 
	border-radius: 500px;
}

.profile-box:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.profile-box-photo {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


/* Read More Link
--------------------------------------------- */

.read-more,
.more-link {
	padding: 5px 8px;
	margin: 30px auto 0;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font: 11px 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	border: 1px solid #ccc;
	display: table;
	position: relative;
}

.read-more:hover,
.more-link:hover {
	background-color: #000;
	color: #fff;
}

.read-more:before,
.read-more:after,
.more-link:before,
.more-link:after {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #eee;
	width: 591px;
	margin: 0 14px;
}

.read-more:before,
.more-link:before {
	right: 100%;
}

.read-more:after,
.more-link:after {
	left: 100%;
}


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

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

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

.post-footer-container {		
	display: flex;		
	display: -webkit-flex;		
	align-items: center;		
	-webkit-align-items: center;		
}

.post-footer-line {
	width: 100%;
	font-size: 11px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.post-footer-line-1 {
	float: left;
	width: 33.3333%;
	text-align: left;
}

.post-footer-line-2 {
	float: left;
	width: 33.3333%;
	text-align: center;
}

.post-footer-line-3 {
	float: left;
	width: 33.3333%;
	text-align: right;
}

.fa-post-footer {
	font-size: 13px;
	padding: 5px;
	width: 22px;
	height: 22px;
	line-height: 1;
	margin: 0 auto;
	-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: #fff;
	background-color: #000;
	border-color: #fff;
}


/* Footer Social Icons
--------------------------------------------- */

.fa-footer {
	font-size: 25px;
	color: #fff;
	padding: 0 8px;
}

.fa-footer:hover {
	color: #ccc;
}

.zilla-likes,
.zilla-likes:hover,
.zilla-likes.active {
	margin-bottom: 0 !important;
	background: none;		
	padding-left: 0 !important;		
	-webkit-transition: all 0.3s ease-in-out;		
	-moz-transition: all 0.3s ease-in-out;		
	-ms-transition: all 0.3s ease-in-out;		
	-o-transition: all 0.3s ease-in-out;		
	transition: all 0.3s ease-in-out;		
}		

.zilla-likes:before {		
	content: "\f004" !important;		
	font-family: FontAwesome;		
	font-style: normal;		
	color: #000;		
	padding-right: 5px;		
}		

.zilla-likes:hover:before {		
	background: none;		
	content: "\f08a" !important;
}


/* Jetpack Subscribe Widget
--------------------------------------------- */

#subscribe-email input {
	width: 100% !important;
	padding: 8px !important;
}

p#subscribe-email {
	margin: 0 0 5px;
}

#subscribe-submit input {
	display: block;
	width: 100%;
}

.comment-form-comment textarea {
	text-align: left;
}







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

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

	.nav-primary .wrap,
	.footer-widgets {
		width: 100%;
	}

	.site-header .wrap {
		width: 100%;
	}

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

	.content,
	.site-header .widget-area {
		width: 68%;
	}

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

	.sidebar-primary {
		width: 30%;
	}

	.site-inner {
		margin: 0 0;
	}

	.site-inner .wrap {
		margin: 0;
	}

	.site-footer {
		max-width: 1050px;
	}

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

	.footer-widgets .wrap {
		padding: 15px;
	}
	
	.footer-container .wrap {
		margin: 0 30px;
	}
}


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

	.nav-primary .wrap,
	.footer-widgets {
		width: 100%;
	}

	.title-area {
		padding: 60px 15px;
	}

}


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

	.content-sidebar .content,		
	.sidebar-content .content,		
	.site-inner .wrap {		
		border: none;		
	}

	.content,
	.sidebar-primary {
		margin: 0;
		padding: 0;
	}

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

	.sidebar-primary,
	.sidebar-secondary {
		width: 50%;
		float: none;
		display: table;
		margin: 45px auto 0;
	}

	.sidebar-content .sidebar-primary, 
	.sidebar-sidebar-content .sidebar-primary {
		padding: 30px 0 0 0;
		border: none;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.site-inner {
		max-width: 100%;
		margin: 0 15px;
	}

	.site-inner .wrap {
		margin: 0 auto 0;
	}

	.title-area {
		max-width: 450px;
	}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0;
	}
	
	.footer-widgets {
		width: 100%;
		padding: 30px 15px;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2  {
		margin: 0;
	}

	.site-footer {
		max-width: 100%;
		padding: 10px 0;
	}

	.site-footer .wrap {
		margin: 0;	
	}

}

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

	.content,
	.sidebar-primary {
		padding: 0;
	}

	.site-header .wrap {
		margin: 0 auto;
	}

	.nav-primary aside.widget-area {
		display: none;
	}	
	
	.site-title {		
		font-size: 36px;		
	}

	.site-inner {
		margin: 0 15px;
	}

	.site-title {
		font-size: 22px;
	}

	.title-area {
		padding: 15px;
	}

	.site-description {
		font-size: 10px;
	}
	
	.home-slider {
		margin: 30px auto 30px;
	}
	
	.content .entry {
		margin-bottom: 30px;
	}

	.entry-header {
		margin-bottom: 15px;
	}

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

	h1.entry-title, h2.entry-title {
		padding: 0 15px;
	}

	.entry-content {
		margin: 0 15px;
	}
	
	.entry-categories, .entry-tags {
		font-size: 10px;
	}

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

	.popular-container .widget-title, 
	.newsletter-container .widget-title, 
	.insta-container .widget-title {
		max-width: 90%;
	}

	.site-inner {
		clear: both;
	}

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.site-footer .wrap {
		padding: 10px 0;
	}

	.footer-widgets {
		width: 100%;
	}

	.footer-widgets .wrap {
		margin: 0;
	}

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

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

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.enews-widget input, .enews-widget input[type="submit"] {
		margin: 10px 5px;
	}
	
	/* Responsive nav
	--------------------------------------------- */
	
	nav {
		display: none;
		position: relative;
	}

	nav .wrap {
		padding: 0;
	}

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

	.nav-container > .wrap {
		padding: 0;
	}

	nav.pagination {
		display: block;
	}

	.nav-primary .genesis-nav-menu {		
		display: initial;		
	}	
	
	.nav-primary .genesis-nav-menu > .search,		
	.search {		
		display: block;		
		text-align: left;		
	}		

	.search-div {		
		right: 0;		
		top: 53px;		
	}	
	
	.custom-search-wrapper .search {		
		padding: 13px 15px;		
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
		overflow: hidden;
		margin: 0 auto;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		background-color: transparent;
	}

	.menu-toggle {
		background-color: #fff;
		position: relative;
		right: 0;
		z-index: 1000;
		color: #000;
		border: none;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		display: inline-block;
		font: normal normal normal 20px FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		content: "\f0c9";
		padding-right: 12px;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		padding: 18px;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		font: normal normal normal 16px FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		content: "\f107";
	}

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

	ul.genesis-nav-menu > li {
		padding: 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: left;
	}

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

	.genesis-nav-menu .menu-item a {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		width: 100%;
		padding: 20px;
	}

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

	.genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-nav-menu .sub-menu {
		display: none;
		clear: both;
		margin: 0;
		position: static;
		width: 100%;
		opacity: 1;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

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

	.nav-primary .genesis-nav-menu .sub-menu a {		
		padding: 15px 25px;		
	}		

	.nav-primary .genesis-nav-menu .sub-menu a:hover {		
		padding: 15px 30px;		
	}

	.genesis-nav-menu .sub-menu a {
		border-left: none;
		border-right: none;
		padding-left: 40px;
		color: #eee;
	}

	.genesis-nav-menu .sub-menu a:last-child {
		border-bottom: none;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: transparent;
		color: #000;
	}

	.nav-primary button, .nav-primary button:hover,
	.nav-secondary button, .nav-seconday button:hover {
		border: none;
		color: #000;
		background: transparent;
	}

	.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut, .search-form label, .genesis-sidebar-title {
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		position: absolute !important;
		width: 1px;
		height: 1px;
		border: 0;
	}

	.search-div .search-form input[type="search"] {		
		padding: 15px;		
	}
	
	
	/* Main Slider Settings
	--------------------------------------------- */

	.home-slider .wrap {		
		padding: 0;		
	}
	
	#main-carousel-container .owl-height,
	#main-carousel-container .owl-item,
	#main-carousel-container .sldr-img {
		height: 300px !important;
	}

	.sldr-post-cntnt {
		width: 80%;
		height: 60%;
	}

	.sldr-ttl-h {
		font-size: 18px;
	}

	.sldr-excrpt {
		display: none;
	}

	.sldr-cntnt a.read-more {
		font-size: 10px;
	}

	.owl-controls {
		display: none;
	}

	
	/* Post Footer
	--------------------------------------------- */
	

	.post .entry-footer {
		height: auto;
		padding: 15px;
	}

	.entry-footer .pf-wrap {
		padding: 0 30px;
	}

	.pf-wrap {
		padding: 30px;
	}

	.post-footer-line {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.post-footer-line-3 {
		margin-top: 5px;
		margin-bottom: 0;
	}

	ul.lsi-social-icons {
		text-align: center !important;
	}

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


	/* Read More Button
	--------------------------------------------- */

	.read-more, .more-link {
		margin: 15px auto;
	}


	/* Back To Top
	--------------------------------------------- */

	.backtotop-container .wrap  {
		margin: 0 auto;
	}

	.backtotop-container .widget-title {
		display: none;
	}

	.fa-backtotop {
		padding: 0 10px;
	}

	
	/* Site Footer
	--------------------------------------------- */
	
	.footer-container {
		padding: 10px 0;
		font-size: 90%;
	}

	.footer-container .wrap {
		margin: 0 15px;	
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	.custom-footer-1 {
		width: 100%;
		text-align: center;
		display: inline;
	}

	.custom-footer-2 {
		width: 100%;
		text-align: center;
	}

}


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

	.sidebar-primary,
	.sidebar-secondary {
		width: 100%;
		display: inline-block;
	}

}


@media only screen and (max-width: 340px) {		
	.search-div {		
		width: auto;		
	}		
}

@media screen and (max-width:768px) {
    video {
        display:none;
    }
    .site-header {
        display:block;
	height:100px;
    }
    .site-header {
        display:block;
	height:225px;
	background:url(https://7318a1.claudeassets.com/20190112052731im_/http://nowthatspretty.com/wp-content/uploads/2016/11/Mobile-header-alternative.jpg) center bottom no-repeat;
	visibility:visible;
	background-size:cover;
    }
    .site-header .title-area {
	display:none;
     }
}

/*
     FILE ARCHIVED ON 18:54:07 Dec 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:46:09 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.454
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.044
  esindex: 0.007
  cdx.remote: 10.547
  LoadShardBlock: 123.084 (3)
  PetaboxLoader3.datanode: 91.434 (5)
  PetaboxLoader3.resolve: 329.631 (4)
  load_resource: 425.577 (2)
*/