/*
	Theme Name: The WiC Project Theme
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework. Derivative of http://my.studiopress.com/themes/news/
	Author: Creative Patience
	Author URI: http://www.creativepatience.com/
	Version: 2.0
 
	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Genesis Tabs
		- Gravity Forms
		- Jetpack
		- RSS
		- Simple Social Icons
		- Simply Instagram
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Pink
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* Font Import
---------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Bevan);

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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

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


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

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

body {
	background-color: #ffffff;
	color: #474747;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.625;
}

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

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

::selection {
	background-color: #92278F;
	color: #fff;
}

a {
	color: #5195BA;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}
p.has-medium-font-size {margin-bottom: 10px;}
strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	font-family: 'Bevan', cursive;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 12px;
	padding: 7px 10px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	width: auto;
}

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


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

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

.site-container {
	/* background-color: #fff; */
	/* border: 1px solid #e3e3e3; */
	margin: 0px auto;
	/* max-width: 1140px; */
}

.news-pro-landing .site-container {
	max-width: 1020px;
}

.site-inner {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

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

.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: 860px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

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

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	width: 177px;
}

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

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

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

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

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

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

.search-form {
	overflow: hidden;
}

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

img.centered,
.aligncenter,
.wp-block-image figure.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}
.entry-content figure.wp-block-image {
    margin-bottom: 15px;
}
.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	background-color: #fff;
    font-size: 0.75rem;
    margin: 0;
    padding: 5px 10px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.breadcrumb-link-wrap {
    font-size: 0.75rem;
    margin: 0;
    padding: 5px 10px;
}

.woocommerce .breadcrumb a {
    color: #000;
}
.woocommerce .breadcrumb a:hover {
    text-decoration: underline;
    color: #000;
}

.woocommerce .breadcrumb {
    clear: both;
}

.archive-description,
.author-box {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	overflow: hidden;
	padding: 20px;
clear:both;
}

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

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

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

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

.entry-title {
	font-size: 28px;
	line-height: 1;
}

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

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

.widget-title {
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.archive-title {
	font-size: 18px;
	margin-bottom: 0px;
}


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

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

.ad {
	margin: 0 4px;
}
.widget h4.widgettitle a.rsswidget img {
    display: none;
}

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

.featured-content .entry {
	padding: 0;
}

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

.featured-content p {
	margin-bottom: 10px!important;
}

.home-bottom .featured-content p {
	margin-bottom: 5px!important;
}
.home-top #featured-post-2.featured-content article, .home-top #featured-post-4.featured-content article,.home-bottom .featured-content article {
	max-width:31%;
	display:inline-block;
	margin-right: 2%;
	vertical-align: top
}

.home-top #featured-post-2.featured-content h2.entry-title,.home-top #featured-post-4.featured-content h2.entry-title, .home-middle-left .featured-content h2.entry-title, .home-bottom .featured-content h2.entry-title {
	font-size: 14px;
	margin-bottom: 5px;
}

.home-top .featured-content .aligncenter, .home-middle-left .featured-content .aligncenter {
	margin-bottom: 5px
}
.home-bottom .featured-content article {
	line-height: 1.4em;
}

/* Product Feature Blocks - .product-feature */
.product-feature {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}
.single-post .content .product-feature a:hover {
    text-decoration: none;
    color: #0066c0;
}
.product-feature .wp-block-buttons a {
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}
.product-feature .wp-block-button a {
    border-radius: 5px;
    background-color: #a1108d;
    color: #ffffff;
}

.product-feature .wp-block-buttons a, .single-post .content .product-feature .wp-block-buttons a:hover {
    text-decoration: none;
    font-weight: 700;
    transition: .25s ease;
    opacity: 1!important;
    color: #fff;
}
.product-feature .wp-block-buttons a:hover {
    box-shadow: none!important;
    transform: translateY(3px);
}
.product-feature.wp-block-media-text .wp-block-media-text__content {
    padding: 0 5%;
}
.product-feature.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 30%;
    grid-template-columns: 1fr 30%;
}

.product-feature .wp-block-media-text__content p.has-large-font-size {
    display: block;
    font-size: 24px!important;
    line-height: 1.25;
    margin: 0 0 10px;
    font-weight:700;
}


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

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

.enews-widget {
	color: #999;
}

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

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

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

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider li {
	border: none;
}

.news-pro-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.news-pro-home .content .genesis_responsive_slider .slide-excerpt,
.news-pro-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.news-pro-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0px;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider .slides li,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.news-pro-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
}

.news-pro-home .content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.news-pro-home .content .genesis_responsive_slider h2 a {
	background: #fff;
	color: #5296BB;
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 16px;
	position: relative;
	z-index: 9;
}

.news-pro-home .content .genesis_responsive_slider a:hover {
	color: #fff;
}

.news-pro-home .content .genesis_responsive_slider p {
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 12px 24px;
	position: relative;
	z-index: 9;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}

.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}

.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}
.slide-excerpt {
	opacity: 1!important;
}
.slide-excerpt-border h2 {
    margin-bottom: 0;
}
html > body .slide-excerpt-border {
	padding: 0!important;
}

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

.home-top .widget.ui-tabs .entry {
	background: none;
	border: none;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	min-height: 400px;
}

.home-top .widget.ui-tabs .entry h2 a {
	background: rgba( 0, 0, 0, 0.8 );
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 16px;
	position: relative;
	z-index: 9;
}

.home-top .widget.ui-tabs .entry p {
	background: rgba( 0, 0, 0, 0.8 );
	font-size: 14px;
	margin: 0 24px;
	padding: 12px 24px;
	position: relative;
	z-index: 9;
}

.home-top .widget.ui-tabs .entry h2 {
	margin: 0;
	padding: 24px 24px 8px;
}

.home-top .widget.ui-tabs {
	position: relative;
}

.home-top .ui-tabs ul.ui-tabs-nav {
	bottom: 40px;
	margin: 0 0 0 40px;
	position: absolute;
	right: 40px;
	z-index: 9;
}

.home-top .ui-tabs ul.ui-tabs-nav li {
	border: none;
	margin: 0;
}

.home-top .ui-tabs ul.ui-tabs-nav li::before {
	display: none;
}

.home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	background-color: #ff0000;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

.home-top .widget.ui-tabs img {
	position: absolute;
}

.home-top .widget.ui-tabs a {
	color: #fff;
}
.home section.widget_block {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.home section.widget_block p {
    margin-bottom: 10px;
    line-height: 1.3em;
}

.home section.widget_block h4 {
    margin: 0;
}

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

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

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

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

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

img#wpstats {
	display: none;
}
.genericon { font-size: 16px; }
.genericon-facebook:before { content: "\f203"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-youtube:before { content: "\f213"; }

/* RSS
--------------------------------------------- */
.feedzy-rss li.rss_item {
    float: left;
    max-width: 150px;
    padding: 0!important;
    margin-right: 5px;
    border-bottom: none;
}

.feedzy-rss li.rss_item::before, .news-pro-home .feedzy-rss li.rss_item::before {
    content: none;
}

.feedzy-rss li.rss_item span.title {
    display: block;
    text-align: center;
    line-height: 1.3em;}

.feedzy-rss li.rss_item .rss_image {
    margin-bottom: 3px;
}

.news-pro-home li.rss_item {
    border-bottom: none;
    margin-right: 15px;
}

/* Mailchimp
--------------------------------------------- */
.footer-widgets input#mce-EMAIL {
    width: 70%;
}
.after-entry input#mce-EMAIL {
    width: 83%;
}
#mc_embed_signup {
    margin-top:5px;
}
#mc_embed_signup input {
    display: inline-block;
}

input#mc-embedded-subscribe {
    background-color: #a51d57;
    color: #fff;
    border-radius: 0;
    padding: 5px 10px;
    line-height: 1.625;
    margin-left: -4px;
}

input#mc-embedded-subscribe:hover {
    background-color: #92278F;
}


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

.simple-social-icons ul li:before {
	display: none!important;
}

.ssbp--theme-8 .ssbp-btn, .ssbp--theme-8 .ssbp-btn:visited {
    border: 1px solid #eee!important;
}

.ssbp--theme-8 .ssbp-btn:hover {
	border: 0;
}

.ssbp-wrap li::before {
    content: none!important;
}

.ssbp-wrap li {
    border-bottom: none!important;
    padding-bottom: 0!important;
}

.ssbp--theme-8 .ssbp-btn:hover, .ssbp--theme-8 .ssbp-btn:focus, .ssbp--theme-8 .ssbp-btn:active {
    border-bottom: 0!important;
}

/* Simply Instagram
--------------------------------------------- */
ul.si-widget li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .si-widget li::before {
    content: none;
}


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

.site-header {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.site-header .wrap {
	padding: 0;
}
.site-header-banner {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1em;
}

/* Header Search */

.nav-search-submit {
    display: inline-block;
}

.nav-search-fill {
    float: left;
    width: 55%;
}

 .nav-select select#department {
		width: auto; 
 }
 #department {
  background-color: transparent;
  background-image: none;
  border:none;
  height: 40px;
  width: auto;
  font-family: Georfgia,serif;
  font-size:14px;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
 color: #333;
  visibility: visible;
}

.nav-search-facade {
    position: relative;
    float: left;
    height: 42px;
    cursor: default;
    overflow: hidden;
    top: -1px;
    background-color: #f3f3f3;
    border-radius: 4px 0 0 4px;
    padding-left: 5px;
    }

.top-nav-menu.genesis-nav-menu {
    margin-top: 10px;
}
.top-nav-menu .woocommerce-product-search input {
	margin-bottom: 10px;
    height:41px;
    border: 1px solid #493756;
    font-size: 14px;
	padding-left: 10px;
}
.top-nav-menu .widget_product_search input[type="search"] {
    width: 100%;
}
.top-nav-menu input[type="search"]:focus{
    border-width: 2px;
}
.top-nav-menu button.searchsubmit {
    background-color: #493756;
    padding: 14px 12px 13px;
    border-radius: 0px 3px 3px 0;
}
/*.top-nav-menu {
    background-image: url('https://www.wicproject.com/images/2022/09/miriams-boutique-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 250px;
}*/
.logo.menu-item a {
    padding: 0;
}

.logo.menu-item img {
    max-width: 125px;
}

.logo.menu-item {
    float: left;
}
.genesis-nav-menu .logo.menu-item {
    margin-right: 40px;
}
.top-search {
    padding-top: 5px;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-left: 0px;
	width: 100%;
}

.site-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
}

/* Full width header, no widgets */

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

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

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

/* Logo, hide text */

.header-image .site-title a {
	background-position: top !important;
	float: left;
	min-height: 200px;
	width: 100%;
}


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

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

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

.site-header .widget-area li {
	list-style-type: none;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	/* border-right: 1px solid #e3e3e3; */
	color: #000;
	display: block;
	padding: 7px 12px;
	position: relative;
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu.menu-secondary > .menu-item > a {
	text-transform: none;
}

.menu-item-home:before {
    color: #A51D57;
    float: left;
}

.menu-item-home span {
    display: none;
}

.menu-item-home a:hover {
    background-color: transparent;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;	
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	position: relative;
	width: 200px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;

	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 10px;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	padding: 10px 16px;
}

li.shop-mt {
    background: url('http://www.wicproject.com/images/2015/10/mmp-icon.png') no-repeat right 7px;
    padding-right: 15px;
    font-weight: bold;
}
.news-pro-pink .genesis-nav-menu li.shop-mt a {
   color: #00AAEF;
}
.news-pro-pink .genesis-nav-menu li.shop-mt a:hover {
    color: #245FAA;
}

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

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

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

.nav-primary, div.genesis-nav-menu {
	max-width: 1200px;
    background-color: #fff;
	margin: 0 auto;
}

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

.nav-secondary {
	text-align: right;
	max-width: 1200px;
	margin: 0 auto;
}

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

.responsive-menu-icon {
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.site-header .responsive-menu-icon {
	border-bottom: none;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}


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


/*
Archive & Search Area
---------------------------------------------------------------------------------------------------- */


.archive h2.entry-title, .search h2.entry-title {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    line-height: 1.2em;
    margin-top: 5px;
    text-align: center;
}

.archive .entry, .search .entry {
    margin-top: 20px;
    padding: 0;
    border: 1px solid #F1F1F1;
}

.archive .first.entry, .search .first.entry {
    margin-left: 20px;
}

.archive .entry-meta, .search .entry-meta {
    color: #474747;
text-align:center;
}

.archive header.entry-header, .search header.entry-header {
    padding: 0 20px;
}

.search .entry-content {
    padding: 0 20px;
    line-height: 1.3em;
    font-size: 12px;
}

/* Home Page
--------------------------------------------- */

.home-top {
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 10px 0px 0px;
}
.home-top #featured-post-6.featured-content h2.entry-title {
	margin-top: -75px;
}
.home-top #featured-post-6.featured-content h2.entry-title a {
	font-size: 30px;
	background: #fff;
	color: #5296BB;
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 16px;
	position: relative;
	z-index: 9;
}
.home-top .featured-content {
padding: 0 0 0 20px;
}
.home-top #featured-post-6.featured-content {
    padding: 0 20px;
}
.home-top .featured-content img {
    width: 100%;
}
.content .home-middle .widget {
    padding-bottom: 0px;
}
.home-middle-left {
	border-right: 1px solid #e3e3e3;
	float: left;
	padding: 10px 20px 0;
	width: 50%;
	text-align:center;
}
.home-middle-left .entry-header {
    text-align: left;
}

.home-middle-right {
	float: right;
	padding: 20px 0px 0;
	width: 50%;
	text-align:center;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 0px 0;
}

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

.entry {
	padding: 40px 40px 20px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    margin-top: 10px;
}
.featured-content .entry {
	border-bottom: 0px;
	padding-bottom:10px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

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

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

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

.entry-meta {
	color: #000;
	font-size: 12px;
}


.entry-header .entry-meta {
	margin-bottom: 12px;
	font-size: 11px;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	padding: 5px 40px;
}

.entry-comments-link::before {
	    font-family: fontawesome;
    content: "\f086";
    margin: 0 4px 0 12px;
    color: #5093BD;
}
.home .entry-comments-link::before {
    margin-left: 0;
}
.entry-categories,
.entry-tags {
	display: block;
	color: #474747;
	font-size: 12px;
font-style:italic;
}

.after-entry {
	padding: 20px 40px;
}

.after-entry .widget {
max-width:350px;
float: left;
clear: left;}

.after-entry #block-58.widget, .after-entry #block-59.widget {
    clear:none;
    float:left;
    width: 100%;
	background-color: #5296BB;
    padding: 15px 20px 0;
    color: #fff;
}
.after-entry #block-59.widget {
	width: 100%;
	background-color: #5296BB;
    padding: 10px 20px 15px;
    color: #fff;
}
.after-entry h2, .after-entry h3 {
    border: 0;
    color: #fff;
    padding: 0;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 16px;
}
.after-entry .widget-title {
    border: 0;
    color: #fff;
    text-transform: none;
    padding: 0;
    font-size: 16px;
}

.post-share, .post-ad {
    display: inline-block;
    max-width: 350px;
    vertical-align: text-top;
}

.after-post {
    text-align: center;
}

.post-share {
    text-align: left;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
    clear: left;
    font-size: 14px;
    padding: 20px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

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

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

.entry-comments,
.comment-respond {
	padding: 40px;
clear:both;
}

.entry-comments {

	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-right: none;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

li.depth-2 {
	background-color: #fff;
}


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

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	border-bottom: 1px dotted #e3e3e3;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
	content: "\203a";
	font-size: 12px;
	margin: 0 10px;
}

.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	padding-top: 12px;
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
}

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
}

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

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .featured-content h2.entry-title {
    font-size: 14px;
    font-family: 'Roboto Slab',serif;
    letter-spacing: .1px;
    font-weight: 700;
}

.sidebar .featured-content a.aligncenter {
    margin: 0 auto 5px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #5696BC;
	color: #fff;
	clear: both;
	padding: 20px 40px 0px;
}

.footer-widgets .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.footer-widgets-1 {
	width: 340px;
}
.footer-widgets-2 {
	width: 728px;
}

.footer-widgets-1 {
	margin-right: 20px;
}

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

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

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

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

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

.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 400;
	padding: 0;
	margin-bottom: 7px;
	text-align: left;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #5596BC;
	/* border-top: 1px solid #333; */
	color: #FFF;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #ff0000;
}

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

ul#menu-footer-links {
    float: left;
}

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

nav.footer-menu-container {
    float: left;
}

.footer-menu-container .genesis-nav-menu a, .news-pro-pink .footer-menu-container .genesis-nav-menu a {
    padding: 0 12px;
    color:#000;
}

.footer-menu-container .genesis-nav-menu a:hover, .footer-menu-container .genesis-nav-menu .current-menu-item > a, .news-pro-pink .footer-menu-container .genesis-nav-menu a:hover {
    background-color:transparent;
    color: #fff;
}

.copyright {
    float: right;
    color:#fff;
    line-height:2em;
}
.site-footer .copyright a {
    color: #fff;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* News Pro Pink
--------------------------------------------- */

.news-pro-pink a {
	color: #5296BB;
}
.news-pro-pink .entry-title a:hover,
.news-pro-pink .footer-widgets a:hover,
.news-pro-pink .site-footer a:hover {
	color: #000;
}
.news-pro-pink .entry-title a,
.news-pro-pink .genesis-nav-menu a,
.news-pro-pink .sidebar .widget-title a,
.news-pro-pink .site-title a {
	color: #493756;
}
.news-pro-pink .site-title a:hover,
.news-pro-pink a:hover {
	color: #92278F;
}
.news-pro-pink .button,
.news-pro-pink .button:hover,
.news-pro-pink .genesis-nav-menu a:hover {
	color: #A51D57;
}
.news-pro-pink .footer-widgets a {
	color: #fff;
}
.news-pro-pink .genesis-nav-menu .current-menu-item > a {
	color: #92278F;
}
.news-pro-pink .site-footer a {
	color: #fff;
}

.news-pro-pink .archive-pagination li a:hover,
.news-pro-pink .archive-pagination li.active a,
.news-pro-pink .button:hover,
.news-pro-pink .enews-widget input[type="submit"],
.news-pro-pink .entry-content .button:hover,
.news-pro-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-pink button:hover,
.news-pro-pink input:hover[type="button"],
.news-pro-pink input:hover[type="reset"],
.news-pro-pink input:hover[type="submit"] {
	background-color: #e81857;
}

.news-pro-pink .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}


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


/* WooCommerce Home Page Widgets */
.wp-container-1,.wp-container-5,.wp-container-7,.wp-container-11 {
    display: flex;
    align-items: center;
}
.wp-block-columns.wp-container-3,.wp-block-columns.wp-container-6,.wp-block-columns.wp-container-9,.wp-block-columns.wp-container-12{flex-wrap:nowrap;align-items: center!important;}

.woocommerce-shop .content .widget p {
    margin-bottom: 10px;
    font-size: 85%;
}
.woocommerce-shop .wp-block-column {
    align-self: center;
}

.woocommerce {
    font-family: Georgia, sans-serif;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
    font-family: Georgia,san-serif;
}

.woocommerce h2 {
    font-size: 22px;
}

.woocommerce .entry-title {
    font-size: 24px;
}

.woocommerce div.product p.price {
    margin-bottom: 10px;
}

.woocommerce.single-product .pwb-single-product-brands {
    padding-top: 0;
}
.woocommerce.archive .content-sidebar-wrap .content {
    padding: 10px 20px;
}

.woocommerce.archive ul li.product h2.woocommerce-loop-product__title,
.archive ul
 li.product span.price {
    padding-left: 10px;
    display: block;
}
.woocommerce.archive ul li.product h2.woocommerce-loop-product__title {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.woocommerce.archive ul.products li.product a.button {
    margin: 0 1em 0.5em 0.5em;
    text-align:center;
    display: block;
    width: 50%;
    float:right;
 }
.woocommerce.archive ul.products li.product a img {
    margin-bottom: 0.5em;
}

.woocommerce.archive ul li.product span.price {
    float: left;
}
.woocommerce .sidebar li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce .sidebar li ul {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-left: 10px;
}
.woocommerce .sidebar li a {
    color: #222;
}
.woocommerce .sidebar li a:hover, .woocommerce .sidebar li a:active {
    text-decoration: underline;
}
/* WooCommerce Brands */
.pwb-text-before-brands-links {
display: none;
}

/* WooCommerce Carousel Plugin */
.wpcp-product-carousel .wpcp-single-item .wpcp-product-title {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: normal;
}

/*WooCommerce Blocks Styling */
.widget .wc-block-grid__product-title {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto Slab';
}

a.wc-block-grid__product-link {
    color: #444;
}

/* WooCommerce Category Archives */
.woocommerce .archive-description {
    background-color: #fff;
    font-size: 85%;
    border: 0;
    padding: 10px 20px;
    line-height: 1.4em;
}

.woocommerce .archive-description p {
    margin-bottom: 10px;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}

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

	.site-container {
		max-width: 960px;
	}

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

	.content {
		width: 658px;
	}
	
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width: 130px;
	}
	
	.home-top .widget.ui-tabs img {
		max-width: 617px;
	}
	
	.home-top .widget.ui-tabs .entry {
		min-height: 334px;
	}
	
	.site-title {
		margin-top: 0;

	}
	.top-nav-menu {
	    padding-left: 220px;
	}
	.nav-search-fill {
		width: 55%;
	}
}

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

	.site-container {
		max-width:  780px;
		width: 96%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		margin: 0;
		width: 33.3333%;
	}
	
	.footer-widgets-4 {
		clear: both;
	}
	
	.site-header .title-area,
	.site-header .widget-area {
		padding: 0;
	}
	
	.site-header .title-area {
		padding-bottom: 16px;
	}
	
	.site-header .wrap {
		padding: 0;
	}

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

	.genesis-nav-menu,
	.home-top .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
	}
	
	.site-container,
	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
	}
	
	.home-top .widget.ui-tabs .entry {
		background-color: #000;
		padding-bottom: 20px;
	}
	
	.home-top .widget.ui-tabs img {
		display: block;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}
	
	.home-top .ui-tabs ul.ui-tabs-nav {
		background-color: #000;
		bottom: auto;
		margin: 0;
		position: relative;
		right: auto;
	}
	
	.home-top .ui-tabs ul.ui-tabs-nav li,
	.home-top .widget.ui-tabs .entry p {
		margin: 0;
	}
	
	.home-top .widget.ui-tabs .entry h2 {
		padding: 0;
	}
	
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

	.nav-search-fill {
		width: 65%;
	}
}

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

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		color: #000;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f132";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 18px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f460";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.home-middle-left {
		border: none;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	.entry-title {
		font-size: 26px;
	}

}
.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(232,98,86,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;
}

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