/*
	Theme Name: Metro Pro
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: Presenting Metro, a modern magazine-style layout built on an optimized mobile responsive platform.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.1.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{color:#333;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:0;margin:0 2px;padding:0;}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
--------------------------------------------- */

.author-box:before,
.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;
}

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


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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

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

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

a {
	color: #de3480;
}

a:hover {
	color: #222;
}

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

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

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

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

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

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

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 5px solid #f5f5f5;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 13px;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
/*	background-color: #f5f5f5; */
	border: 1px solid #ddd;
/*	box-shadow: 0 0 5px #ddd inset; */
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 14px;
	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: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

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

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

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

.button {
	display: inline-block;
}

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

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* 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;
	margin: 0px auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
    max-width: 1180px;
    margin: 0 auto;
}

.wrap {
	margin: 0 auto;
	max-width: 1180px;
position:relative;
}

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

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

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

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

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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


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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

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

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}

.author-box p {
	margin: 0;
}

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

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

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

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

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

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

.content .home-top .entry-title {
	font-size: 24px;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 10px;
	text-transform: uppercase;
color:#fff;
font-weight:500;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


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

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

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

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

.featured-content .entry-title {
	margin-bottom: 8px;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


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

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

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
}

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

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

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

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

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

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

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	padding: 0;
	/* overflow: hidden; */
}

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

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

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

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	line-height: 1;
	    margin-top: 5px;
    margin-bottom: 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
/*	background-color: #de3480; */
	color: #fff;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
color:transparent;
    background-color: transparent;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.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,
.header-image .title-area {
	min-height: 70px;
	padding: 0;
}

.header-image .site-title a {
	background-color: transparent;
	max-width: 140px;
	min-height: 60px;
	padding: 0;
}

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

.site-header .widget-area {
	float: right;
	width: 930px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	width: 50%;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #818181;
	display: block;
	padding: 16px 20px 14px;
	position: relative;
	text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight:500;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 12px;
	padding: 12px 16px;
	position: relative;
	width: 175px;
	border: 1px solid #eee;
}

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

.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: 16px 20px 14px;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .right > a:hover {
	color: #de3480;
}

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

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

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	padding: 14px 14px 14px 44px;
}

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

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

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

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

.nav-primary {
	background-color: #333;
	color: #fff;
}

.nav-primary a {
	text-transform: uppercase;
}

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

.nav-primary .sub-menu a {
	padding: 16px 20px;
}

.nav-primary .sub-menu a:hover {
	background-color: #de3480;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

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

.nav-secondary {
	background-color: #333;
	color: #fff;
	text-align: right;
}

.nav-secondary a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
}

.nav-secondary .sub-menu a:hover {
	background-color: #de3480;
	color: #fff;
}

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

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

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


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

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

.home-middle {
	overflow: hidden;
}

.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

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

.entry,
.page.page-template-page_blog-php .entry {
	background-size: 8px 8px;
	margin-bottom: 48px;
	padding-bottom: 32px;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a {
	color: #de3480;
}

.entry-content a:hover {
	color: #818181;
}

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

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

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

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

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

.entry-meta {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

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

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #de3480;
	color: #fff;
	padding: 8px 16px;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

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

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(images/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	padding: 16px;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
}

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

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

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

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

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

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

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

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.ping-list .reply {
	display: none;
}

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

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment-content {
	clear: both;
}

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

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

p.subscribe-to-comments {
	padding: 24px 0 16px;
}


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

.widget {	
	margin-bottom: 32px;
	word-wrap: break-word;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

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

.widget ul > li {
	list-style-type: none;
	text-indent: 0;
}

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

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


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

.sidebar {
	display: inline;
	font-size: 15px;
}

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

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #de3480;
}


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

.footer-widgets {
    background-color: #de3480;
    clear: both;
    font-size: 16px;
    margin: 0px auto;
    width: 100%;
    padding: 43px 36px 36px;
color:#fff;
font-weight: 300;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 555px;
}

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

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

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

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

.footer-widgets .search-form {
	width: 100%;
}


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

.site-footer {
    background-color: #de3480;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 16px;
    padding-top: 0;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
font-size:12px;
font-weight:300;	
}

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

.site-footer p {
	margin: 0;
}

.site-footer .wrap {
/* border-top:1px solid #5dbee9; */
    padding-top: 20px;
}

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

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #222;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .button,
.metro-pro-blue .button:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .button:hover,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .button,
.metro-pro-green .button:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .button:hover,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .button,
.metro-pro-pink .button:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .button:hover,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #ef4f4f;
}

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .entry-meta a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .button,
.metro-pro-red .button:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .button:hover,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	background-color: #ef4f4f;
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}

.woocommerce ul.products {
    padding-top: 140px !important;
}


/*
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) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		/* background-image: url(images/lines@2x.png); */
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

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

.left-side, .right-side {
    width: 100% !important;
margin-left:0;
}

	#menu-item-53,#menu-item-422 {
	float:none !important;
	}

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 660px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}

}

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

.orderby-main {
position:relative !important;
}

#nav_menu-2 {
width:100% !important;
}

.site-inner {
padding:20px;
}

	.footer-img {
	background:transparent !important;
    padding: 0 !important
	}

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

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

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

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

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

	.site-footer {
		padding: 24px;
	}

}

@media only screen and (max-width: 767px) {
.order-border,.order-border-1 {
border:0 !important;
}

#nav_menu-2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fa:before {
	display:none;
}

#menu-item-12 a {
    margin-left:0 !important;
}

#menu-item-53 a {
padding: 16px 20px !important;
}

#menu-item-53 a:hover {
float:none !important;
border-radius:0 !important;
}

.responsive-menu-icon {
background-color: #de3480;
color: #fff;
}
.site-header ul.genesis-nav-menu {
background-color: #28aae1 !important;
}

.genesis-nav-menu a {
color:#fff;
}

#menu-item-53,#menu-item-422 {
float:none !important;
border-radius:0 !important;
background:none !important;
margin-right: 0 !important;
}

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

	body {
		font-size: 14px;
	}

	.footer-widgets,
	.site-container {
		width: 100%;
	}

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

	.five-sixths,
	.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 li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}

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

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

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

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: 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 {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.entry-title {
		font-size: 30px;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-widgets {
		padding: 20px 5% 0;
	}

.footer-img img {
width: 100% !important;
}

.footer-img .featured-content .entry {
background:transparent !important;
margin-right: 0 !important;
margin-bottom:40px !important;
}

.footer-img .alignleft {
float:none;
}

.footer-img .featured-content .entry-title {
margin-top:10px !important;
min-height:inherit !important;
}

.footer-img .featured-content .entry-title a {
font-size: 16px;
}

.featuredpost {
width: 100% !important;
margin-bottom: 40px;
}

.footer-img .entry-header {
margin-bottom:20px;
}

}

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

	.content .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin: 10px 0;
	}
.nw-drop-cart a.button {
    padding: 10px 50px !important;
}

.nw-cart-product-title {
    float: right;
    min-width: 145px !important;
    max-width: 145px !important;
}
.woocommerce .quantity .qty {
width: 100% !important;
}
.woocommerce div.product form.cart div.quantity {
width:100%;
}
.woocommerce div.product form.cart .button {
width:100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		width: 100% !important;
	}
.woocommerce ul.products {
padding-top: 40px !important;
}
}

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

	.header-image .site-title a {
		background-size: contain !important;
	}

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

/* CUSTOM */
small {
font-size:100%;
}

.rrp-price .woocommerce-Price-currencySymbol {
display:none;
}

.home h1 {
display:none;
}

.woocommerce ul.products li.product a img {
    border-bottom: 1px solid #eee;
}

.woocommerce ul.products li.product .price {
    padding-bottom: 20px !important;
font-size: 16px !important;
    color: #de3480 !important;
margin-bottom:0 !important;
}

.woocommerce ul.products li.product .button {
display:none;
}

.woocommerce .woocommerce-result-count {
display:none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float:none !important;
}

#nav_menu-2 {
    margin-top: 20px;
margin-bottom: 20px;
}

.site-header ul.genesis-nav-menu {
    background-color: transparent;
}

.category-container {
background:#de3480;
height:75px;
}

.page-title-box {
    max-width: 1170px;
    margin: 0 auto !important;
    padding: 22px 20px !important;
color:#fff;
    font-size: 21px;
}


.woocommerce .woocommerce-category-box {
    max-width: 1170px;
    margin: 0 auto !important;
    padding: 13px 15px !important;
}

.woocommerce .woocommerce-category-box a {
color:#fff !important;
text-decoration: none;
font-size: 21px;
}

.woocommerce .woocommerce-category-box a:hover {
color:#fff !important;
}

.category-title {
display:block;
color:#fff;
font-size:12px;
text-transform:uppercase;
}

.sort-title {
font-size:12px;
text-transform:uppercase;
color:#999;
    margin-left: 17px;
}

.woocommerce-ordering {
overflow: hidden;
}

.woocommerce-ordering select{
border:none;
padding-left: 0;
color:#000;
padding:5px;
width: 90%;
    margin-left: 11px;
}

.woocommerce-ordering .one-fourth {
    width: 24.4%;
}

.order-border-1 {
border-left: 1px solid #eee;
border-right: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 9px;
}

.order-border {
    border-right: 1px solid #eee;
    margin-left: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #de3480 !important;
}

.woocommerce button.button {
border-radius: 25px !important;
padding: 15px 50px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-bottom: 1px solid #eee !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
background:transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
border-top: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: 1px solid #eee !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background:transparent;
}

#tab-description h2 {
display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
padding:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 1.4em 0 !important;
color:#444444;
text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color:#de3480 !important;
}

/* .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width:61% !important;
} */

/* .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 35% !important;
} */

.widget_nw_ajax_drop_cart {
    position: absolute;
    right: 0;
top: 24px;
}

.nw-cart-drop-content {
background: #fff;
max-width:400px;
border: 1px solid #eee;
    border-radius: 0 !important;
}

.nw-cart-drop-content-in li {
overflow: inherit !important;
}

.nw-visible-desktop {
display:none !important;
}

.nw-cart-drop-toggle {
padding:0 !important;
background:transparent !important;
border:0 !important;
}

.nw-cart-icns {
float: right !important;
}

/* .nw-hidden {
display:block !important;
opacity: 1 !important;
} */

.nw-drop-cart a.button {
font-size:12px !important;
border-radius: 20px !important;
/* padding: 10px 68px !important; */
color: #fff !important;
    background-color: #de3480 !important;
}

.nw-buttons li {
border:0;
margin: 0px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
color: #fff !important;
    background-color: #de3480 !important;
border-radius: 30px !important;
font-weight:500 !important;
}

.total {
text-align:center !important;
    margin-top:0 !important;
}

.nw-cart-container {
    top: -4px;
    right: 7px !important;
}

.nw-cart-drop-toggle {
padding:0 !important;
}

.nw-cart-icns {
background: #de3480;
    padding: 13px;
    border-radius: 30px;
    width: 45px !important;
    height: 45px !important;
}

.nw-cart-icns-shape.icns-adcartfont {
    color: #fff !important;
}

.nw-drop-cart ul li img {
box-shadow: none !important;
}

.nw-drop-cart ul li {
padding-bottom:0 !important;
}

#menu-item-53 {
background: #de3480;
    border-radius: 30px;
font-weight:700;
    margin-right: 60px;
float: right;
}

#menu-item-53 a{
	border-radius: 30px;
color:#fff;
}

#menu-item-53 a:hover{
color:#fff;
background: #de3480;

}

#menu-item-422 {
float:right;
background: #de3480;
    border-radius: 30px;
font-weight:700;
margin-right:60px;
}

#menu-item-422 a{
	border-radius: 30px;
color:#fff;
}

#menu-item-422 a:hover{
color:#fff;
background: #de3480;
}

.price-notice {
    margin-top: 35px;
}

.price-notice h4 {
text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce .woocommerce-breadcrumb {
display:none;
}

h1.page-title {
display:none;
}

.woocommerce div.product p.price-imoney, .woocommerce div.product p.price {
color:#000 !important;
    width: 350px;
    border: 3px solid #eee;
        padding: 25px 40px 25px 40px;
    text-align: center;
    margin-bottom: 30px;
 /*   float:left; */
        font-size: 1.25em;
}

.woocommerce div.product p.price {
 margin-right:15px;   
}

.woocommerce .quantity .qty {
    width: 13em;
    border-radius: 30px;
margin-bottom:15px;
}

.woocommerce ul.products li.product h3 {
    font-size: 20px !important;
    text-transform: uppercase;
min-height:60px;
    padding: .5em 15px !important;
padding-top: 0 !important;
font-weight: 500;
}

.woocommerce ul.products li.product .price {
padding: .5em 15px;
}

.post-type-archive-product .product:hover {
border: 1px solid #eee;
transition: all .2s ease-in-out;
transform: scale(1.1);
-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
}

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

.woocommerce-ordering select, .woocommerce-category select {
    border: 1px solid #fff;
    color: #000;
    padding: 6px;
    width: 90%;
    margin-left: 11px;
	background-image: url(/wp-content/themes/metro-pro/images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 97%;
    -webkit-appearance: none;
-moz-appearance: none;
}

.product_meta {
display:none;
}

.footer-img {
background: #f5f5f5;
padding:20px;
}

.footer-img .featured-content .entry {
margin-bottom:0;
margin-right: 20px;
    background: #fff;
}

.footer-img .featured-content .entry-title {
margin-top:30px;
    min-height: 110px;
padding-right: 10px;
}

.footer-img .featured-content .entry-title a {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
}

.footer-img .featured-content .entry-content {
}

.footer-img .featured-content .entry-content a {
    padding: 8px;
    border: 2px solid #de3480;
    border-radius: 25px;
    color: #de3480;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
font-weight:500;
}

.footer-img .featured-content .entry-content a:hover {
	background-color:#de3480;
	color:#fff;
	border: 2px solid #de3480;
}

.woocommerce a.button {
	background-color: #de3480 !important;
}
.woocommerce a.button:hover {
	background-color: #de3480 !important;
	
}

.footer-img a.alignleft {
margin-bottom:0;
    height: 205px;
}

.featuredpost {
    float: left;
   width: 590px;
/* width: 563px; */
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
padding:20px;
border: 1px solid #ddd;
border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin-bottom:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
margin-left:0;
padding: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
text-decoration: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
border-top:0 !important;
background:transparent;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #f5f5f5 !important;
}

img.payment {
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 4px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 25px;
    background: #eee;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
  /*  background-image: url(http://14.102.150.59/~ivan/imallwp/wp-content/themes/metro-pro/images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 10%; */
}

.fa::before {
	float: left;
	color:#de3480;
	margin-top: 15px;
	position:absolute;
	padding-right:20px;
}

#menu-item-12 a {
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
}

.nw-message {
position:absolute !important;
display:block !important;
left:5em !important;
top:6.2em !important;
color:#de3480 !important;
border:1px solid #de3480 !important;
min-width: 150px !important;
padding:10px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
width:100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
}

#text-5 h4, #text-6 h4 {
color:#000 !important;
}

#text-5, #text-6 {
    padding: 0 20px 0 20px;
    color: #de3480;
}

.mycred-my-balance-wrapper {
margin-bottom:10px;
}

.product_meta {
display:none;
}

.woocommerce .quantity .qty {
width: 13em;
    border-radius: 25px;
margin-bottom:15px;
}

.woocommerce div.product form.cart .variations td.label {
    display:none;
}

tbody {
    border-bottom:none;
}

.woocommerce-variation-price, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.additional_information_tab {
display:none !important;
}

dt.variation-Points {
display:none !important;
}

dd.variation-Points {
margin:0;
}

.site-title a {
    background: url(/wp-content/themes/metro-pro/images/logo.png) no-repeat;
	background-size: auto 50px !important;
	background-position: 15px 15px;
}

@media only screen and (max-width: 1023px) {
	.site-title a {
		background-position: center;
	}
}

/* ORDERBY */

.orderby-main {
width: 100%;
    position: absolute;
    left: 0;
border-bottom: 1px solid #eee;
}
.inner-orderby {
    max-width: 1180px;
    margin: 0 auto;
}

form#category-url {
margin-bottom: 1em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding:15px !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
/* line-height: 1.4;
    margin-bottom: 10px; */
font-weight:400 !important;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
margin-bottom:13px !important;
}

.nw-drop-cart ul li a {
line-height: 1.4;
    margin-bottom: 15px;
}

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

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
margin-bottom:0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size:16px !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #de3480 !important;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
top: 0.9em !important;
}

.credit-left {float:left;}.credit-right{}
.credit-right a:hover{color:#fff;}

.woocommerce a {text-decoration:none;}

.woocommerce-variation-add-to-cart-disabled {
display:none;
}

p.stock.out-of-stock {
    position: absolute;
    top: 0;
    padding: 0 10px 0 10px;
    background: #de3480;
    color: #fff;
    margin-bottom: 0;
}
.woocommerce div.product p.stock {
font-size:15px !important;
}

.woocommerce div.product .out-of-stock {
    position: relative !important;
    width: 106px !important;
    color: #fff !important;
}

.nw-drop-cart {
min-width:60px !important;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { #nav_menu-2 {width:100%;}.footer-widgets{max-width:100%;}.footer-img {background:transparent;padding:0 0 20px 0;}.featuredpost{width:100%;}.footer-img .featured-content .entry-title{ min-height: 70px;}}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { #nav_menu-2 {width:100%;}.footer-img {background:transparent; padding: 20px !important;}}

@media only screen and (min-width : 320px) and (max-width : 568px) {
	.nw-cart-drop-content {
    left: -255px !important;
    min-width: 310px !important;
	}
	.nw-cart-product-title {
	max-width: 240px !important;
	}
	.nw-drop-cart a.button {
    padding: 10px 30px !important;
	}
}

/* li#menu-item-462.language-select {
    margin-right: 28px;
    position: absolute;
    right: 2px;
}

li#menu-item-462.language-select:before {
	margin-top:5px !important;
	font-size: 38px !important;
}

#menu-item-53, #menu-item-422 {
    float: right;
    background: #de3480;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 116px;
    margin-top: 6px;
}

#menu-item-459 a {

}

li#menu-item-462.language-select ul.sub-menu a{
background-color:transparent;
}

li#menu-item-462.language-select ul.sub-menu {
width: 100px;
    top: 1.6em;
    right: 0em;
}

li#menu-item-462.language-select:hover > .sub-menu {
border:1px solid #eee;
background-color:#fff;
}

#menu-item-422 a {padding: 10px 24px;}

.nw-cart-icns {
    padding: 8px;
    width: 35px !important;
    height: 35px !important;
}

.nw-cart-container {
    top: 2px;
    right: 76px !important;
}

li#menu-item-462.language-select span {
display:none;
}
li#menu-item-462.language-select .sub-menu span {
display:initial;
    font-family: Roboto;
} */

ul.prd-attributesList.ui-listBulleted.js-short-description {
padding-left: 20px;
}

.fa-lg {
    vertical-align: -2% !important;
}