/*	Theme Name: Refined Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Restored 316 Designs // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2015, Restored 316 LLC, Released 04/12/2017
	Version: 1.0.1

	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
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Convert Kit
	- Genesis eNews Extended
	- Gravity Forms
	- Social Warfare
	- Soliloquy
	- Simply Instagram
	- Testimonial Rotator
	- WooCommerce
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- After Entry Widget Area
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

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

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

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

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

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

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

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


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

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

body {
	color: #333;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: .5px;
	line-height: 2;
	margin: 0;
}

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

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

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

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

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

.screen-reader-text {
	display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.2;
	margin: 0 0 25px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

.single-post .entry-content h1,
.page .entry-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #ae9d78;
}

.single-post article h2,
.page article h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

.single-post article h3,
.page article h3 {
	color: #ae9d78;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.single-post article h4,
.page article h4 {
	color: #ae9d78;
	font-size: 22px;
	font-style: italic;
}

.single-post article h5,
.page article h5 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

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

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #FAF7F2;
	color: #333;
	font-size: 11px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: transparent;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 14px 44px;
	text-transform: uppercase;
	width: auto;
}

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

.button {
	display: inline-block;
}

a.more-link,
.more-from-category a {
	background: transparent;
	border: 1px solid #333;
	color: #333;
	display: table;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 20px auto;
	padding: 14px 44px;
	text-align: center;
	text-transform: uppercase;
}

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

a.more-link:hover,
.more-from-category a:hover {
	background-color: #ae9d78;
	border-color: #ae9d78;
	color: #FFF;
}

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 #FAF9F7;
}

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

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

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

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

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

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

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

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

/* ### Content */

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	background: #F9F9F9;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
}

.author-box {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.archive-description {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 40px;
}

.archive-description h1 {
	margin: 0;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 15px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.entry-title,
.page-title {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}

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

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

.widget-title {
	font-family: "Cormorant Garamond",serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
}

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* Home Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
	padding: 2% 1%;
}

.site-inner .flexible-widgets .widget:first-child {
	color: #ae9d78;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.above-blog-content .flexible-widgets.widget-area .widget:nth-of-type(1) {
	padding: 0 1%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	padding-right: 1%;
	clear: left;
}


/* Announcement Widget
------------------------------------------------------ */

.announcement-widget {
	background: #FAF7F2;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.announcement-widget .button {
	padding: 5px 20px;
}

.woocommerce .announcement-widget .button {
	padding: 10px 20px !important;
}

.admin-bar .announcement-widget.fixed {
	top: 32px;
}

.announcement-widget.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.announcement-widget.fixed .wrap {
	margin: 0 auto;
}

.announcement-widget.fixed + div {
	border-top: 74px solid transparent;	
}

.announcement-widget .widget-title {
	display: none;
}

.announcement-widget .enews-widget p {
	background: transparent;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	width: 30%;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.announcement-widget form {
	float: right;
	margin: 0 auto;
	padding: 0 30px;
	width: 70%;
}

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

.announcement-widget .enews-widget input[type="submit"] {
	background: #ae9d78;
	border-color: #ae9d78;
	color: #fff;
	width: auto;
	padding: 12px 34px;
	margin-right: 0;
}

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


/* Widget Above Custom Blog
------------------------------------------------------ */

.above-blog-content {
	background: #fff;
	padding-bottom: 30px;
}

.above-blog-content .featured-content .entry {
	margin: 0;
}

.above-blog-content .wrap {
	background: #fff url("images/sec-nav.png") no-repeat scroll center bottom / 1200px 10px;
}

/* Site Wide CTA
------------------------------------------------------ */

.site-wide-cta {
	background: #fff url(images/border.png) top center repeat-x;
	background-size: 1200px 1px;
	border: none;
	margin: 0 auto;
	padding: 30px;
}

.site-wide-cta .enews-widget {
	color: #333;
}

.site-wide-cta .enews-widget p {
	background: transparent;
	border-right: 1px solid #ae9d78;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	width: 30%;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-wide-cta form {
	float: right;
	margin: 0 auto;
	padding: 20px 30px;
	width: 70%;
}

.site-wide-cta .enews-widget input {
	float: left;
	width: 27%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 12px;
}

.site-wide-cta .enews-widget input[type="submit"] {
	background: #ae9d78;
	border-color: #ae9d78;
	color: #fff;
	width: auto;
	padding: 12px 34px;
	margin-right: 0;
}

.site-wide-cta .enews-widget input[type="submit"]:hover {
	background: transparent;
	border-color: #333;
	color: #333;
}

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

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

.page .featured-content article .entry-title {
	font-family: "Cormorant Garamond",serif;
	font-size: 20px;
	font-style: italic;
	text-transform: none;
}

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


/* ## Convert Kit
--------------------------------------------- */

div.ck_form {
	background: #faf7f2;
	border: none;
	box-shadow: none;
	color: #333;
}

div.ck_form_content h3 {
	color: #ae9d78;
	font-family: "Montserrat",sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

div.ck_form_content p {
	font-family: "Lora",serif;
	font-size: 14px;
}

div.ck_label {
	font-family: "Montserrat",sans-serif;
}

div.ck_form .ck_subscribe_button {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	cursor: pointer;
	font-family: "Montserrat",sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 14px 44px;
	text-transform: uppercase;
}

div.ck_form .ck_subscribe_button:hover {
	background-color: #ae9d78;
	border-color: #ae9d78;
	color: #fff;
}

div.ck_form input[type="text"], 
div.ck_form input[type="email"] {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 15px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.front-photo {
	box-shadow: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px !important;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 10px 25px;
	text-transform: uppercase;
	width: auto;
}

/* Social Warfare
--------------------------------------------- */

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover {
	border: none !important;
}

.nc_socialPanel.swp_d_fullColor .googlePlus,
body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,
html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover,
.nc_socialPanel.swp_d_fullColor .twitter, body .nc_socialPanel.swp_o_fullColor:hover .twitter, html body .nc_socialPanel.swp_i_fullColor .twitter:hover,
.nc_socialPanel.swp_d_fullColor .swp_fb, body .nc_socialPanel.swp_o_fullColor:hover .swp_fb, html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover,
.nc_socialPanel.swp_d_fullColor .linkedIn, body .nc_socialPanel.swp_o_fullColor:hover .linkedIn, html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover,
.nc_socialPanel.swp_d_fullColor .nc_pinterest, body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest, html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover {
	background-color: #ae9d78 !important;
}

div.nc_socialPanel {
	margin-bottom: 40px !important;
}

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

.genesis-nav-menu .simple-social-icons ul li a,
.genesis-nav-menu .simple-social-icons ul li a:hover,
.announcement-widget .simple-social-icons ul li a,
.announcement-widget .simple-social-icons ul li a:hover {
	background: transparent !important;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin: 0 6px 0px !important;
}

/* Testimonial Rotator
--------------------------------------------- */

.TestimonialRotatorWidget {
	text-align: left;
}

.testimonial_rotator.template-default .has-image .img img, 
.testimonial_rotator_single.has-image.template-default .img img {
	border-radius: 200px;
	max-width: 300px !important;
}

.testimonial_rotator h1, .testimonial_rotator h2 {
	margin-bottom: 10px;
	font-size: 28px;
	font-style: italic;
}

.testimonial_rotator.template-default .testimonial_rotator_author_info {
	border-left: none !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
}

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

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

.woocommerce .content {
	background: #fff;
	padding: 50px;
}

.single.woocommerce .content {
	padding: 0;
}

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

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: transparent !important;
	border: 1px solid #333 !important;
	border-radius: 0px !important;
	color: #333 !important;
	cursor: pointer;
	font-size: 10px !important;
	font-weight: 400 !important;
	padding: 15px 25px !important;
	text-transform: uppercase !important;
	width: auto !important;
}

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #faf7f2 !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 {
	background-color: #faf7f2  !important;
	border-radius: 0  !important;
	padding: 0  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #fff  !important;
	border-radius: 0  !important;
	padding: 0  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #333  !important;
	padding: .5em 1em  !important;
	font-weight: 300 !important;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #ae9d78  !important;
}

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

.woocommerce div.product .woocommerce-tabs h2 {
	font-style: italic;
}

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

.woocommerce .product-title {
	font-family: "Cormorant Garamond",serif;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
}

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

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

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

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

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

/* WooCommerce Cart
-------------------------- */
/*Umar's Changing*/
.woocommerce-cart table.cart img {
	width: 250px !important;
}


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

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

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

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

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

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

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

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

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

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	text-align: center;
}

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

.woocommerce .up-sells {
	clear: both;
}

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

figure.woocommerce-product-gallery__wrapper {
	margin: 0px;
}

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

.site-header {
	background: #fff;
	min-height: 150px;
}

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

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

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

.header-full-width .title-area {
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 30%;
}

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

.site-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 10px;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	display: block;
	height: 125px;
	margin: 0 auto;
}

.site-description {
	display: block;
	font-family: 'Lora', serif;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 0;
}

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

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

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

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

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


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

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

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

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

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

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

.genesis-nav-menu .sub-menu {
	background: #FAF9F7;
	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::after, 
.genesis-nav-menu .sub-menu::before {
	border: medium solid transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	width: 0;
}

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

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

.genesis-nav-menu .sub-menu a {
	font-size: 9px;
	position: relative;
	width: 200px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-primary {
	background: #fff url(images/border.png) bottom repeat-x;
	background-size: 1200px 1px;
}

.nav-primary a {
	font-family: 'Cormorant Garamond', serif;
	font-size: 12px;
	padding: 15px;
	text-transform: none;
}

.admin-bar .nav-primary.fixed {
	top: 32px;
}

.nav-primary.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.nav-primary.fixed .wrap {
	margin: 0 auto;
}

.nav-primary.fixed + div {
	border-top: 74px solid transparent;	
}

/* ## Secondary & Footer Navigation
--------------------------------------------- */

.nav-secondary,
.nav-footer  {
	background: #fff;
	text-align: center;
}

.nav-secondary {
	padding-bottom: 30px;
}

.nav-secondary .wrap {
	background: url(images/sec-nav.png) bottom center no-repeat;
	background-size: 1200px 10px;
	padding-bottom: 10px;
}

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

.nav-footer a:after {
	content: "|";
	margin-left: 40px;
}

.nav-footer .genesis-nav-menu > .last > a:after {
	content: "";;
	margin: 0;
}

/* ## Header Left & Right Navigation
--------------------------------------------- */

.nav-header-left,
.nav-header-right {
	margin-top: 25px;
}

.nav-header-left a,
.nav-header-right a {
	padding: 20px 18px;
}

.nav-header-left {
	float: left;
	text-align: center;
	width: 35%;
}

.nav-header-right {
	float: right;
	text-align: center;
	width: 35%;
}

/* ## Accessible Menu
--------------------------------------------- */

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

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

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

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

/* Category Index
--------------------------------------------- */

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

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

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	background: #fff url("images/border.png") repeat-x scroll center bottom / 1200px 1px;
}

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

.category-index ul li {	
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Blog Page
--------------------------------------------- */

.refined-blog .content .entry {
	float: left;
	padding: 30px;
	width: 48.7179%;
}

.refined-blog .entry:nth-child(1) .custom-date {
	visibility: visible;
}

.refined-blog .entry:nth-of-type(2n+3) {
	margin-left: 2.5641%;
}

.refined-blog .entry:nth-child(1) {
	width: 100%;
}

.refined-blog .custom-date {
	visibility: hidden;
}

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

.entry {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
}

.single-post .entry {
	padding-top: 85px;
}

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

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

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

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

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

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

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	color: #ae9d78;
	font-family: 'Cormorant Garamond', serif;
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.entry-header .entry-meta a {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	padding: 0 8px 0 4px;
	text-transform: uppercase;
}

.entry-footer {
	background: rgba(0, 0, 0, 0) url("images/border.png") no-repeat scroll center bottom / 1200px 1px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.content article {
	position: relative;
}

.content article .custom-date {
	background: #FAF7F2;
	border: 10px solid #fff;
	color: #333;
	font-family: "Cormorant Garamond",serif;
	font-style: italic;
	left: -2%;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 100px;
}

.single-post .content article .custom-date {
	background: #FAF7F2;
	border: 10px solid #fff;
	color: #333;
	font-family: "Cormorant Garamond",serif;
	font-style: italic;
	left: 373.5px;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -20px;
}

.my-date-day {
	font-size: 32px;
	display: block;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

.my-date-month {
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	
}

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

.pagination {	
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}

.adjacent-entry-pagination {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.single-post .pagination-previous {
	float: left;
	width: 45%;
}

.single-post .pagination-next {
	float: right;
	width: 45%;
}

.adjacent-entry-pagination a {
	font-family: "Cormorant Garamond",serif;
	font-size: 16px;
	font-style: italic;
}

.archive-pagination li {
	display: inline;
}

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

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

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

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

.after-entry {
	background: #fff;
	margin: 30px 0;
	padding: 30px;
	text-align: center;
}

.after-entry .enews-widget {
	background: #faf7f2;
	text-align: center;
	padding: 30px;
}

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

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

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

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

.comment-header,
.comment-meta {
	font-family: 'Gentium Basic', serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: lowercase;
}

.comment-header a,
.comment-meta a {
	font-style: normal;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
}

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

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

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

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.bypostauthor {
}

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


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

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

.sidebar li a {
	color: #333;
}

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

.sidebar .widget {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 30px;
}

.sidebar .enews-widget {
	background: #FAF7F2;
	border: 30px solid #fff;
	text-align: center;
}

.sidebar .widget li:nth-of-type(2n+1) {
	background:  #FAF9F7;
}

.sidebar .widget li:nth-of-type(2n) {
	background:  #f0ede5;
}


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

#flex-footer {
	background: #ae9d78;
	background-size: 1200px 1px;
	color: #fff;
	clear: both;
}

#flex-footer .widget-title,
#flex-footer a {
	color: #fff;
}

#flex-footer li {
	margin-bottom: 10px;
	text-align: center;
}

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

.site-footer {
	background-color: #ae9d78;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
}

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

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


/* --------------------------------------------------------------------------------------------------------- */

/* added css */

.rsContent p {
	margin-left: 5px;
}

/* Royal Slider */

.rsSlide, 
.rsThumbsVer {
	background: #FFF !important;
}

.rsContent p {
	color: #333;
}

#new-royalslider-10 .rsOverflow {
	max-width: 510px;
}



/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.color-chart .color-list {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.color-chart .color-list > li {
	list-style: none;
	text-align: center;
	display: block;
	width: 75px;
	height: 80px;
}
.color-list .colorBlock {
	display: block;
	width: 60px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 4px;
	margin: 0 auto 4px;
	cursor: pointer;
}
.color-chart {
	display:block;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.colorName {
	line-height: 1.4;
	font-size: 12px;
	cursor: pointer;
	margin-bottom: 10px;
	font-family: Arial;
}

#resources li ul {
	padding-left: 20px;
}

/* --------------------------------------------------------------------------------------------------------- */

/* added css */

.rsContent p {
	margin-left: 5px;
}

.mar-btm {
	margin-bottom: 10px;
}

/* vertical-slider */

.vertical-slider-4 {
	background: #FAF9F7;
    	padding: 50px 0;
}

.vertical-slider-4 .v-wrap-vertical {
	border: none !important; 
	border-radius: 0 !important;
	box-shadow: none !important; 
}

.vertical-slider-4 .v-box-vertical {
	border: none !important;
}

.vertical-slider-4 .bx-wrapper- {
	border: 1px solid #ccc;
}

.v-slider-title {
	background: #f0ede5;
    	font-weight: bold;
    	margin-bottom: 15px;
    	padding: 10px;
}

/* ---------------------------------------------- */

.sally-border {
    	padding: 15px;
    	border: #ddd solid 1px;
    	border-radius: 10px;
	box-shadow: 0px 0px 18px -5px #ccc;
	margin-bottom: 20px;
}

.sally-cat {
	list-style: none;
}

.sally-cat li {
	list-style-type: none !important;
}

/* font-images */
.f-img {
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* how-to-gift-your-reward-points */
ol.instructions li { 
	padding: 10px; 
	border-bottom: 1px solid #ccc; 
}

li.instruction-number {  
	color: #9EB02B; 
	font-weight: bold; 
}

li.instruction-number div.instructions {
	color: #000;
	font-weight: normal;
}

li.instruction-number div.illustration {
        text-align: center;
        font-style: italic;
        color: #999;
}

/* Blog Posts */

.blog-img {
    	padding: 6px;
    	box-shadow: inset 0 0 5px #ddd;
    	border: 1px solid #ddd;
}

.img-left-bg {
	float: left;
    	margin-right: 20px;
   	width: 186px;
    	padding: 8px;
    	box-shadow: inset 0 0 5px #ddd;
    	border: 1px solid #ddd;
}

/* blog-hr-line */

#free_download {
    	width: 100%;
    	margin: 0 auto;
	display: inline-block;
	clear: both;
}

.om-clearfix {
    margin-top: -11px;
}

.om-bar {
    display: block;
    float: left;
    height: 11px;
    width: 25%;
}

.om-red-bar {
    background-color: #ef3e36;
}

.om-green-bar {
    background-color: #abb92e;
}

.om-orange-bar {
    background-color: #f57826;
}

.om-blue-bar {
    background-color: #17b4e9;
}

#free_download ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    margin: 0 auto;
}

#free_download ul li {
    list-style: none;
    float: left;
    margin-top: 20px;
}

#free_download ul li {
    width: 45%;
    margin-right: 10px;
}

#free_download_btn {
    	font-size: 1.7em;
    	margin: 0 auto;
    	width: 56%;
   	text-align: center;
	background-color: #8cc01a;
    	border: 1px solid #649800;
   	color: #ffffff;
    	border-radius: 2px;
}

#free_download_btn p {
	margin: 0;	
}

#free_download_btn div.ui-icon-download {
    background: url(//woocommerce-130273-645405.cloudwaysapps.com/images/icon_sprite.png) no-repeat -20px -185px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -2px;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding: 12px;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    font-weight: normal;
}

.postid-38722 #attachment_116 {
	clear: left;
}

/* blog pop-up */
/*.t_Content {
    position: absolute;
    top: 0;
    left: 0;
}

.t_Tooltip .t_ContentContainer {
    float: left;
    clear: both;
    position: relative;
}

.t_Content_black, .t_Content_dark, .t_Content_gray {
    color: #efefef;
}

.t_ContentContainer {
    color: #333;
    font-size: 11px;
    line-height: 17px;
    padding: 10px;
}

#free_design_popup {
    display: none;
    position: relative;
}

#free_design_popup ul li img {
    width: 250px;
    height: 184px;
}

#free_design_popup ul, #free_download ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    margin: 0 auto;
}

#free_design_popup ul li, #free_download ul li {
    list-style: none;
    float: left;
    margin-top: 20px;
}
*/


/* Royal Slider */

.rsSlide, 
.rsThumbsVer {
	background: #FFF !important;
}

/* resources page */
#resources {
	background: #FFF;
	margin-bottom: 30px;
	padding: 30px;
}
.footer-widgets .widget-area:nth-child(1),
.footer-widgets .widget-area:nth-child(2),
.footer-widgets .widget-area:nth-child(3),
.footer-widgets .widget-area:nth-child(4) {
	float: left;
	width: 25%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	clear: none;
}
.footer-widgets .widget-area .widget-title {
	text-align: left
}
.footer-widgets .widget-area,
.footer-widgets .widget-area .widget-title,
.footer-widgets .widget-area a {
	color: #000;
}
.footer-widgets {
	background-color: #f0ede5;
}
.footer-widgets .widget-area {
	float: left;
	margin-bottom: 0;
	padding: 2% 1%;
}
.archive.tax-product_cat ul.products.wisedecor-standard-products {
	max-width: 30%;
	width: 100%;
	float: left;
	display: inline;
	clear: none;
}
.archive.tax-product_cat.woocommerce.woocommerce-page ul.products.wisedecor-standard-products li.product {
	width: 100% !important;
	margin-right: 0;
	background-color: #FAF9F7;
	padding: 8px;
	border: 1px solid #f0ede5;
	box-shadow: 3px 3px 3px #dddddd;
	margin-bottom: 20px;
}
.archive.tax-product_cat ul.products.wisedecor-standard-products li.product a.button {
	display: block;
	text-align: center;
}
.archive.tax-product_cat ul.products.wisedecor-demo-products {
	width: 100%;
	display: inline;
	clear: none;
}
.archive.tax-product_cat ul.products.wisedecor-standard-products+ ul.products.wisedecor-demo-products {
	float: right;
	max-width: 68%;
}
.tax-product_cat .site-inner .content {
	padding: 30px;
}
.term-description {
	display: block;
	clear: both;
	overflow: hidden;
}
.archive.tax-product_cat ul.products.wisedecor-demo-products li.wisedecor_quote_row button {
	padding: 14px 20px;
}
.archive.tax-product_cat ul.products.wisedecor-demo-products li.wisedecor_quote_row button:hover {
	background-color: #B88826;
}
.sidebar .product-categories li a {
	display: block;
	padding: 1px;
}
.woocommerce.widget_product_categories .product-categories li .cat-menu-close {
	margin-top: -5px;
}
.woocommerce.widget_product_categories .product-categories li .cat-menu-close,
.woocommerce.widget_product_categories .product-categories li > .cat-menu-close:after {
	height: 38px;
	width: 38px;
}
#quoteid form {
	background-color: #f0ede5;
	padding: 10px;
	border: 1px solid rgba(184, 136, 38, 0.35);
}
#quoteid form .preview-form-btn {
	background: #4a8a24;
	color: #fff;
}
.form-letter-counting {
	float: right
}
/*.sidebar .widget li:nth-of-type(2n) {
	background: #f8edd3;
}
.sidebar .widget li:nth-of-type(2n+1) {
	background: #faf2e0;
}*/

.uni_cpo_main_image_layered_image div.uni_cpo_main_image_overlay {
	min-height: 87px !important;
	position: relative !important;
	top: unset !important;
	height: 110px !important;
	bottom: -70%;
}

span.wp-picker-input-wrap {
	margin-top: -114px;
}

.wp-color-result {
	float: left;
	display: inline-block;
	margin: 0 !important;
}

.uni_cpo_main_image_layered_image div.uni_cpo_main_image_overlay p {
	width: calc(100% - 20px) !important;
	max-width: 100% !important;   
}

.uni_cpo_main_image_layered_image div.uni_cpo_main_image_overlay .wp-picker-container {
	width: calc(100% - 20px) !important;
}

.wp-picker-input-wrap .button.button-small.wp-picker-clear, .wp-picker-container .button.button-small.hidden.wp-picker-clear {
	padding: 6px 25px !important;
	float: left;
	margin-left: 20px;
	display: inline-block;
}

.uni_cpo_main_image_overlay{
	display:none;
}


.wisedecor_quote_row {
	margin: 0;
	padding: 10px;
	cursor: pointer;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.wisedecor_quote_row:hover {
	background-color: #f9efef;
}

.wisedecor_product_cell {
	width: 100%;
	clear: both;
}

.wisedecor_product_quote_cell {
	width: 60%;
	float: left;
}

.wisedecor_product_button_cell {
	width: 40%;
	float: left;
	text-align: right;
}
.gf_login_form.gform_wrapper ul.gform_fields li {
    background: none;
    margin: 0;
    text-align: left;
}
.gf_login_form.gform_wrapper ul.gform_fields li.gfield input {
    border-color: #f0ede5
}
.gf_login_form.gform_wrapper ul.gform_fields li .ginput_container {
    margin-top: 0;
    margin-bottom: 5px;
}

.gform_login_widget .gf_login_links {
    text-align: center;
}
.gform_login_widget .gf_login_links > a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #4a8a24;
    color: #fff;
    margin-right: 5px;

}

.gform_login_widget .gf_login_links > br {
    display: none;
}
.gform_login_widget .avatar {
    display: none;
}
.widget_wysija form input {
    border-color: #f0ede5;
}
.widget_wysija .wysija-paragraph {
    position: relative;
}
.widget_wysija .wysija-paragraph .formError {
    top: 100% !important;
    left: auto !important;
    right: 0;
}
.sidebar .widget-title {
	margin-bottom: 10px;
	padding: 5px 30px;
	background-color: #fafafa;
	margin-left: -30px;
	margin-right: -30px;
	font-weight: 900;
}
.sidebar .widget {
	padding: 0 30px 10px;
}
.gform_login_widget .avatar + br {
    display: none;
}
.gform_login_widget p {
    margin-bottom: 10px;
}
.tax-product_cat .site-inner .content {
	padding-top: 0;
}
.woocommerce-products-header__title {
	text-align: left;
}
.tax-product_cat .breadcrumb {
	background: none;
	padding: 0;
	margin: -24px 0 0;
	text-align: left;
}

/*Layout sidebar-sidebar-content style changed*/
.sidebar-sidebar-content .content-sidebar-wrap {
	float: left;
}
.sidebar-sidebar-content .content {
	width: 620px;
}
.sidebar-sidebar-content .sidebar-secondary {
	float: right;
	width: 220px;
}
.sidebar-sidebar-content .sidebar-secondary .widget {
	padding-left: 10px;
	padding-right: 10px;
}
.style_set {
	margin: 0;
	padding: 5px 10px 5px 0;
	border: 1px solid #d9bb73;
	background-color: #fff;
	display: inline-block;
}
ul.styleList {
	margin: 5px 0 0 5px;
	padding: 0;
	float: left;
	list-style-type: none;
}
.styleList .style_item {
	margin: 0 0 5px 1px;
	padding: 2px 0 0 2px;
	cursor: pointer;
	width: 115px;
	height: 29px;
	border: 1px solid #fff;
	list-style: none;
}
.styleList .style_item:hover,
.styleList .selected_style {
	border: 1px solid #d9bb73;
	background: #f5f5b5 url(images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) center top repeat-x;
	color: #060200;
}
.styleList li div {
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.style_thumb {
	border: 0;
	padding: 0;
	width: 115px;
	height: 28px;
	background-image: url(images/style_sprite.gif);
}
/* first column */
.chancery { background-position: 0 0; }
.imagine { background-position: 0 -28px; }
.albemarle { background-position: 0 -56px; }
.garamond { background-position: 0 -84px; }
.dauphin { background-position: 0 -112px; }
.times { background-position: 0 -140px; }
.persuasion { background-position: 0 -168px; }
.freehand { background-position: 0 -196px; }
.curlz { background-position: 0 -224px; }
.emma { background-position: 0 -252px; }
.papyrus { background-position: 0 -280px; }
.sweetberry { background-position: 0 -308px; }
.imperial-script { background-position: 0 -336px; }
.quill { background-position: 0 -364px; }
.vivaldi { background-position: 0 -392px; }
.handwriting { background-position: 0 -420px; }
.nelly { background-position: 0 -448px; }
.chikita { background-position: 0 -476px; }
.dolce-vita { background-position: 0 -504px; }
.bliss { background-position: 0 -532px; }
/* second column */
.inspire { background-position: -115px 0; }
.serendipity { background-position: -115px -28px; }
.rustica { background-position: -115px -56px; }
.trajan-pro { background-position: -115px -84px; }
.capistrano { background-position: -115px -112px; }
.aphrodite { background-position: -115px -140px; }
.goldenbook { background-position: -115px -168px; }
.penabico { background-position: -115px -196px; }
.cyan { background-position: -115px -224px; }
.paris { background-position: -115px -252px; }
.rossetti { background-position: -115px -280px; }
.guilford { background-position: -115px -308px; }
.waterbrush { background-position: -115px -336px; }
.carmilla { background-position: -115px -364px; }
.arial { background-position: -115px -392px; }
.university { background-position: -115px -420px; }
.cooper-black { background-position: -115px -448px; }
.gill-sans { background-position: -115px -476px; }
.gill-sans-italic { background-position: -115px -504px; }
.allegheny { background-position: -115px -532px; }
/* third column */
.interstate { background-position: -230px 0; }
.news-gothic { background-position: -230px -28px; }
.impact { background-position: -230px -56px; }
.roman { background-position: -230px -84px; }
.president { background-position: -230px -112px; }
.ambient { background-position: -230px -140px; }
.americana { background-position: -230px -168px; }
.antique-olive { background-position: -230px -196px; }
.avenir { background-position: -230px -224px; }
.benguiat-gothic { background-position: -230px -252px; }
.flowershop { background-position: -230px -280px; }
.optima { background-position: -230px -308px; }
.optima-italic { background-position: -230px -336px; }
.ruzicka-freehand { background-position: -230px -364px; }
.univers { background-position: -230px -392px; }
.titles { background-position: -230px -420px; }
.mickey-magic { background-position: -230px -448px; }
.kids { background-position: -230px -476px; }
.victorian { background-position: -230px -504px; }
.peanut { background-position: -230px -532px; }
/* fourth column */
.amore { background-position: -345px 0; }
.alie { background-position: -345px -28px; }
.gigi { background-position: -345px -56px; }
.kidwriting { background-position: -345px -84px; }
.kycka { background-position: -345px -112px; }
.discovery { background-position: -345px -140px; }
.boy-world { background-position: -345px -168px; }
.house-of-bounce { background-position: -345px -196px; }
.playroom { background-position: -345px -224px; }
.delicata { background-position: -345px -252px; }
.esprit { background-position: -345px -280px; }
.joie-de-vivre { background-position: -345px -308px; }
.londonberry { background-position: -345px -336px; }
.mussica { background-position: -345px -364px; }
.natura { background-position: -345px -392px; }
.oasis { background-position: -345px -420px; }
.silken-thread { background-position: -345px -448px; }
.tai-chi { background-position: -345px -476px; }
.full-bow { background-position: -345px -504px; }
.lightheart { background-position: -345px -532px; }
/* fifth column */
.helvetica-neue { background-position: -460px 0; }
.helvetica-neue-italic { background-position: -460px -28px; }
.john-handy { background-position: -460px -56px; }
.smart-frocks { background-position: -460px -84px; }
.adana { background-position: -460px -112px; }
.buccaneer { background-position: -460px -140px; }
.captain-kidd { background-position: -460px -168px; }
.doorn { background-position: -460px -196px; }
.wyoming { background-position: -460px -224px; }
.celtic-knots { background-position: -460px -252px; }
.spanish-courthand { background-position: -460px -280px; }
.rudolfo { background-position: -460px -308px; }
.arts-and-crafts { background-position: -460px -336px; }
.victorian-swirl { background-position: -460px -364px; }
.old-english { background-position: -460px -392px; }
.folkard { background-position: -460px -420px; }
.blackstone { background-position: -460px -448px; }
.goodfellow { background-position: -460px -476px; }
.shakespeare { background-position: -460px -504px; }
.wellsley { background-position: -460px -532px; }
/* sixth column */
.jane-austen { background-position: -575px 0; }
.american-scribe { background-position: -575px -28px; }
.yankee { background-position: -575px -56px; }
.boswell { background-position: -575px -84px; }
.fiorenza { background-position: -575px -112px; }
.tuscany { background-position: -575px -140px; }
.benevento { background-position: -575px -168px; }
.le-beauvoir { background-position: -575px -196px; }
.chambord { background-position: -575px -224px; }
.tallyrand { background-position: -575px -252px; }
.cymbeline { background-position: -575px -280px; }
.french-script { background-position: -575px -308px; }
.pergamena { background-position: -575px -336px; }

.wisedecor-cart-selected-colors-thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
}
.wisedecor-cart-selected-colors-thumbnail {
	width: 150px;
	height: 150px;
	position: relative;
}
.home #new-royalslider-1, .home #new-royalslider-10 {
	background: transparent;
}
.woocommerce .images a.green-button,
.woocommerce-page .images a.green-button {
	background-color: #4a8a24 !important;
	color: #fff !important;
}
.designer-photo {
	display: block;
	margin-bottom: 15px;
}
.designer-photo > img {
	margin: 0px;
	display: block;
	border: 1px solid #ad2a56;
}
.designer-photo > .wisedecor-caption {
	display: block;
	line-height: normal;
	text-align: center;
	font-size: 14px;
	color: #fff;
	max-width: 100px;
	background-color: #ad2a56;
	padding: 5px 2px;
}
#tab_container_37438 .tab-content {
	padding: 10px;
}
.wotd-image {
	position: relative;
}
.wotdm-details {
	position: absolute;
	width: 180px;
	left: -10px;
	bottom: 10px;
	text-decoration: wavy;
	line-height: normal;
	font-size: 14px;
}
p.note {
    background-color: #FAF9F7;
    padding: 5px 12px;
    border: 1px solid #d6cebb;
    line-height: 1.6;
}
.resource-page-breadcrumb {
	margin-bottom: 5px;
	padding-left: 35px;
}
.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs li {
	background-color: rgba(240, 237, 229, 0.75)  !important;
	border-color: rgba(184, 136, 38, 0.35) !important;
	border-bottom: none;
	margin-right: 6px;
	margin-left: 0;
}
.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #f0ede5  !important;
	border-bottom-color: #f0ede5 !important;
}
.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs li a {
	font-size: 13px;
}
.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs li.active a {
	font-weight: bold !important;
	color: #000 !important;
}
.woocommerce .site-inner .woocommerce-product-gallery {
	position: relative;
}
.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid rgba(184, 136, 38, 0.35) !important
}
.page-id-5882370 .nc_socialPanel {
	display: none;
}
.hwd-iframe {
	width: 100%;
	height: 1000px;
	border: none;
}
.hwd-tab-page .site-inner {
	margin: 0 auto;
	max-width: 800px;
	padding: 0;
}
.hwd-tab-page .site-inner .entry {
	margin-bottom: 0;
	border: none;
	padding: 0;
}
.wisedecor_quote_row .wisedecor_product_quote_cell em {
	font-size: 12px;
}
.wisedecor_quote_row .wisedecor_product_quote_cell em,
.wisedecor_quote_row .wisedecor_product_quote_cell em > span {
	display: block;
	line-height: normal;
}
ul.wd-customer-photos,
ul.wd-customer-photos > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.wd-customer-photos > li {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	float: left;
	padding: 20px 2%;
	margin-bottom: 20px;
}
.wd-all-styles-photos ul.wd-font-styles,
.wd-all-styles-photos ul.wd-font-styles > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wd-all-styles-photos ul.wd-font-styles > li {
    display: block;
    float: left;
    text-align: center;
}
/*.wd-all-styles-photos ul.wd-font-styles > li > img {
    max-width: 108px;
    width: 100%;
}*/
.wd-responsive-embed { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.wd-responsive-embed iframe,
.wd-responsive-embed object,
.wd-responsive-embed embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.woocommerce .quantity .qty {
	border: 1px solid #ddd;
}
/*Tabs Style*/
.wd-all-styles-photos.ui-tabs-vertical { width: 100%; }
.wd-all-styles-photos.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 18%; }
.wd-all-styles-photos.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.wd-all-styles-photos.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.wd-all-styles-photos.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.wd-all-styles-photos.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 82%;}
.wd-all-styles-photos.ui-tabs .ui-tabs-nav li > .ui-tabs-anchor {
    display: block;
    width: 100%;
    cursor: pointer;
}
.wd-all-styles-photos.ui-tabs {
    background-color: rgba(240, 237, 229, 1);
    border-radius: 0;
}
.wd-all-styles-photos.ui-tabs .ui-tabs-nav li > .ui-tabs-anchor {
    display: block;
    width: 100%;
    cursor: pointer;
}
.wd-all-styles-photos.ui-tabs .ui-tabs-nav {
    padding-right: 0;
    border-radius: 0;
    padding-top: 0;
    z-index: 99;
    background-color: transparent;
}
.wd-all-styles-photos.ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    border-color: rgba(184, 136, 38, 0.35);
    margin-right: 0;
    margin-bottom: 5px;
}
.wd-all-styles-photos.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}
.wd-all-styles-photos.ui-tabs .wd-all-styles-tabs-content {
    background-color: #fff;;
    border-radius: 0;
    border: 1px solid rgba(184, 136, 38, 0.35);
    margin-left: -1px;
    padding: 1em 0;
}
#wisedecor-livechat #wp-live-chat-header {
    display: inline-block;
    max-width: 290px;
    width: 100%;
    position: static;
    height: auto;
    padding: 10px 20px 10px 50px;
    background-size: 50px !important;
    background-position: 0px center;
    font-size: 20px;
    transform: none;
}
#wisedecor-livechat #wp-live-chat-header.active {
	background-image: url('/wp-content/plugins/wp-live-chat-support-pro/images/chaticon.png');
}
.page-template-page-color-swatches .ui-dialog .ui-dialog-titlebar-close,
.page-template-page-color-swatches .ui-dialog .ui-dialog-buttonpane button {
	padding: 3px 8px;
	height: auto;
	min-height: unset;
	line-height: normal;
	color: #fff;
	background-color: #666;
	border-color: #666;
	text-transform: capitalize;
	font-size: 13px;
}
.page-template-page-color-swatches .ui-dialog .ui-dialog-titlebar-close {
	padding: 0px;
	text-align: center;
}
.page-template-page-color-swatches .ui-dialog .ui-dialog-titlebar-close:before {
	content: "x";
	padding-left: 3px;
}
.gform_wrapper input {
	border-color: #888;
}


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

@media only screen and (min-width: 1024px) {
	.woocommerce-products-header__title {
		margin-top: 10px;
	}
	.sidebar-content.tax-product_cat.woocommerce .woocommerce-products-header__title + .woocommerce-ordering {
		margin-top: -60px;
	}
	.home #new-royalslider-1, .home #new-royalslider-10 {
		background: transparent;
		max-width: 945px;
		float: left;
	}

	#new-royalslider-1.rs-gallery-thumbs-grid .rsThumbs, 
	#new-royalslider-10.rs-gallery-thumbs-grid .rsThumbs {
		width: 434px !important;
		position: static;
	}
}
@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 250px;
	}
	
	.nav-secondary .wrap {
		width: 100%;
	}
	
	.site-wide-cta .enews-widget p,
	.announcement-widget .enews-widget p {
		border-right: none;
		float: none;
		width: 100%;
	}
	
	.site-wide-cta .enews-widget input,
	.announcement-widget .enews-widget input {
		width: 27%;
	}
	
	.genesis-nav-menu li.shop a {
		display: none;
	}
	
	.site-wide-cta form,
	.announcement-widget form {
		float: none;
		width: 100%;
	}
	
	.nav-header-left a, .nav-header-right a {
		padding: 20px 8px;
	}
	
	.single-post .content article .custom-date {
		left: 46%;
	}
	
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.sidebar-sidebar-content .sidebar .widget {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sidebar-sidebar-content .sidebar {
		width: 220px;
	}

	.sidebar-sidebar-content .sidebar-secondary {
		width: 180px;
	}

	.sidebar-sidebar-content .site-inner .content {
		width: 560px;
		padding: 10px;
		padding-top: 0;
	}
}

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

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

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

	.overlay .entry-title {
		color: #333;
	}

	a.category-block:after {
		display: none;
	}
	
	.nav-header-left,
	.nav-header-right {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

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

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

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

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

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

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

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

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 10px;
		font-weight: 300;
		letter-spacing: 2px;
		line-height: 1;
		margin-bottom: 1px;
		padding: 15px 20px;
		text-transform: uppercase;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0px;
	}

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

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.header-full-width .site-header .title-area {
		float: none;
	}

	.home .home-textarea {
		width: 100%;
		margin: 0;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}
	
	.site-inner,
	.footer-widgets {
		padding: 20px;
	}

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

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

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

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

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

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.site-wide-cta {
		width: 100%;
	}
	
	.header-full-width .title-area {
		width: 100%;
	}

	.sidebar-sidebar-content .site-inner .content {
		padding: 0;
	}

	.home #new-royalslider-1 .rsOverflow,
	.home #new-royalslider-1.rs-gallery-thumbs-grid .rsThumbs,
	.home #new-royalslider-10 .rsOverflow,
	.home #new-royalslider-10.rs-gallery-thumbs-grid .rsThumbs {
	    width: 100% !important;
	    float: none;
	    position: static;
	    margin-bottom: 5px
	}
}

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

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-footer .entry-meta {
		padding: 20px;
	}
	
	.site-wide-cta .enews-widget input,
	.site-wide-cta .enews-widget input[type="submit"],
	.announcement-widget .enews-widget input,
	.announcement-widget .enews-widget input[type="submit"] {
		float: left;
		margin: 5px 0;
		padding: 5px;
		width: 50%;
	}
	
	.announcement-widget {
		padding: 0;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 50%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 100%;
	}
	
	.simple-social-icons ul li a, 
	.simple-social-icons ul li a:hover {
		padding: 7px !important;
	}
		
	.genesis-nav-menu .widget-area {
		display: none;
	}
	
	.single-post .content article .custom-date {
		left: 42%;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47% !important;
	}
	.archive.tax-product_cat ul.products.wisedecor-standard-products {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		flex-wrap: wrap;
		display: flex;
	}
	.
	.archive.tax-product_cat.woocommerce.woocommerce-page .site-inner ul.products.wisedecor-standard-products > li {
		max-width: 31%;
		float: left;
		clear: none;
		margin-right: 2%;
	}
	.archive.tax-product_cat ul.products.wisedecor-standard-products+ ul.products.wisedecor-demo-products {
		max-width: 100%;
		float: none;
		display: block;
	}

	#new-royalslider-1.rs-gallery-thumbs-grid .rsThumbs
	#new-royalslider-10.rs-gallery-thumbs-grid .rsThumbs {
    		width: 230px !important;		
	}

	/*#summary {
    		width: 65% !important;	
	}*/
}
@media (max-width: 680px) {
	.archive.tax-product_cat.woocommerce.woocommerce-page .site-inner ul.products.wisedecor-standard-products > li {
		max-width: 48%;
		margin-right: 2%;
	}

	#new-royalslider-1.rs-gallery-thumbs-grid .rsThumbs
	#new-royalslider-10.rs-gallery-thumbs-grid .rsThumbs {
    		width: 230px !important;		
	}
}
@media only screen and (max-width: 500px) {
	
	.category-index .featured-content .entry,
	.refined-blog .content .entry {
		float: none;
		width: 100%;
	}
	
	.refined-blog .entry:nth-of-type(2n+3) {
		margin-left: 0;
	}
	
	.refined-blog .custom-date {
		visibility: visible;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.cart_list li,
	.woocommerce-page ul.product_list_widget li {
		width: 100%;
	}
	
	.title-area {
		width: 100%;
	}
	
	.single-post .content article .custom-date {
		left: 38%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-thirds .widget {
		width: 100%;
	}
	
	.flexible-widgets .widget,
	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		padding: 3%;
	}
	
	.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.wisedecor-products li.product,
	.woocommerce-page ul.products.wisedecor-products li.product {
		width: 48% !important;
	}

	.archive.tax-product_cat.woocommerce.woocommerce-page .site-inner ul.products.wisedecor-standard-products > li {
		max-width: 250px;
		margin-right: auto;
		margin-left: auto;
	}

	.wisedecor_product_quote_cell,
	.wisedecor_product_button_cell {
		width: 100%;
	}

	.wisedecor_product_button_cell {
		text-align: center;
	}
	
	.sidebar-sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-secondary {
		float: none;
		margin: 0 auto;
	}

	.sidebar-sidebar-content .sidebar-primary {
		max-width: 300px;
		width: 100%;
	}

	.sidebar-sidebar-content .content-sidebar-wrap {
		margin-bottom: 30px;
	}

	.tax-product_cat .site-inner .content {
		padding: 0;
	}
	.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs li {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
		display: block;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-left: 0;
	}
	.woocommerce .site-inner div.product .woocommerce-tabs ul.tabs li a {
		display: block;
	}
}





/*
Added by jasbir for previewer.html page tabs column content
 */


@media(min-width:769px) {
    ul.wd-customer-photos > li {
        width: 32.65%;
        margin-right: 1%;
    }
    ul.wd-customer-photos > li:nth-child(3n) {
        margin-right: 0;
        clear: right;
    }
    ul.wd-customer-photos > li:nth-child(3n+1) {
        clear: left;
    }

}
@media(min-width:460px) and (max-width:768px) {
    ul.wd-customer-photos > li {
        width: 49%;
        margin-right: 2%;
    }
    ul.wd-customer-photos > li:nth-child(2n) {
        margin-right: 0;
        clear: right;
    }
    ul.wd-customer-photos > li:nth-child(2n+1) {
        clear: left;
    }
}
@media(min-width: 1200px) {
    .wd-all-styles-photos .wd-font-styles > li {
        width: 14.28571428571429%;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .wd-all-styles-photos .wd-font-styles > li {
        width: 16.66666666666667%;
    }
}
@media(min-width: 580px) and (max-width: 767px) {
    .wd-all-styles-photos .wd-font-styles > li {
        width: 20%;
    }
}
@media(min-width: 460px) and (max-width: 579px) {
    .wd-all-styles-photos .wd-font-styles > li {
        width: 25%;
    }
	.single-product .entry {
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media(min-width: 280px) and (max-width: 460px) {
    .wd-all-styles-photos .wd-font-styles > li {
        width: 33.33333333333333%;
    }
    .single-product .entry {
	    padding-left: 0;
	    padding-right: 0;
	}

}
/*


 */
Added by jasbir for previewer.html page tabs column content
 */
 /* added by jinal 7-oct */
.page-id-35435 .woocommerce-cart-form img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image, .page-id-8 .woocommerce-cart-form img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image{
    width: 117px !important;
}
.page-id-8 img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    width: 117px !important;
}
/*Added by mandeep 6-12-2018*/
.cart_instruction{float: left; width: 48%; background: #FCF3CF; border-radius: 10px; padding: 10px;}

.cart_instruction p { margin-bottom: 0px;}

.cart_instruction h2{margin-bottom: 10px;}

.gurantee_image{position: absolute;right: 6px; top: 13px;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background: #4A8A24 !important;
	color:#fff !important;
}

#place_order{
background: #4A8A24 !important;	
color:#fff !important;
}

.archive-description{
	border-bottom:1px solid #ccc;
}
/*End mandeep*/
/* Added by mandeep */
.yith-wcwl-add-button a{ margin-left:10px }

.woocommerce-error.sumo_reward_points_notice {
    display: none;
}
.product-name .thumbnail-to-largeImage.image-cart  {
    margin-top: 20px;
    max-width:280px; 
    overflow: auto;
}
.woocommerce-cart .thumbnail-to-largeImage img ,.woocommerce-checkout  .thumbnail-to-largeImage img{
    width: 100% !important;
    width: auto !important;
    height: auto;
}
.woocommerce-cart table img.cart-previewer ,.woocommerce-checkout table img.cart-previewer{
    width: auto !important;
    max-width: 999px !important;
   /*min-width: 100px !important
    height: 25px !important;*/
}
body.page-id-35435 .woocommerce-cart-form img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image,
body.page-id-8 .woocommerce-cart-form img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    width: 250px !important;
}
body.page-id-8 img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image,
body.woocommerce-checkout .thumbnail-to-largeImage img
{
	    width: 250px !important;
}
 body.woocommerce-checkout table.shop_table .thumbnail-to-largeImage img {
      width: 250px !important;
}
.custom-checkout-tb .thumbnail-to-largeImage.image-cart {
    margin-top: 20px !important;
    width: 450px !important;
    overflow: auto; 
}
.custom-checkout-tb .thumbnail-to-largeImage.image-cart img.cart-previewer {
    width: auto !important;
    max-width: 999px !important;
  /*  min-width: 100px !important;
    height: 25px !important;*/
}
/*.woocommerce-info {
	display: none;
}*/
/* code for free image size added by mandeep on 30-10-2018 */
body.woocommerce-page .product-name .free-product img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    max-width: 100% !important;
    width: auto !important;
}
.wishlist_table .cart-previewer{
	width: auto !important;
max-width: 999px !important;
min-width: 100px;
}
.wishlist_table  .product-name.thumbnail-to-largeImage.image-cart{
	margin-top: 20px;
width: 230px;
overflow: auto;
}
.wishlist_table .variation {
margin: 0;
}
/* End code for free image size added by mandeep on 30-10-2018 */

/* wishlist style for the product type standard code added by mandeep on 05-11-2018 */
span.uni-color-label {
    width: 100%;
    float: left;
    font-weight: 600;
}
span.uni-color-name {
    float: left;
    width: 100%;
    text-transform: capitalize;
}
/* end wishlist style for the product type standard code added by mandeep on 05-11-2018 */
/* code for the model popup */
.common-form-custom{
    width: 49%;
    display: inline-flex;
    background: #fff;
}
.modalDialog h2 {
    text-align: center;
    font-size: 22px;
}
.err span{
   color: red;
}
.success span{
    color: green;
}
.logged-out-popup{
        padding: 20px 2px;
}
.common-form-custom label{
    font-size: 14px;
}
.common-form-custom input{
    height: 20px;
    padding: 5px;
    margin-bottom: 10px;
}
.common-form-custom button{
    background: #86B02B;
    color: #fff;
    border-color: #86B02B;
    border: 1px solid #86B02B;
    padding: 5px 15px;
    text-align: center;
    font-family: inherit;
   font-size: 14px;
}
    .modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}
/* End code for model popup*/

/* css Code added by Mandeep on 10/12/2018*/
.variation{
	word-break: break-all;
}
.variation div{
	width: 100% !important;
	    word-wrap: break-word;
}

.continue_shopping{
	position: relative;
	top:-1px;
  /*  right: 68px;*/
}

.yith-wcwl-wishlistexistsbrowse{
	clear:both;
}

.wishlist_table .product-thumbnail{
width: 250px;
}

.yith-wcwl-add-button div{
	clear: both;
}

@media(max-width:768px) {
.cart_instruction{width: 100% !important; margin-bottom:10px;}

.gurantee_image{width: 100%;position: unset !important;
    text-align: center;}
   .woocommerce-cart-form .cart_item .product-name{text-align: left !important;}
   .product-name .thumbnail-to-largeImage.image-cart  {
    margin-top: 20px;
   
    width:100% !important;  
    overflow: auto;
}
.woocommerce-page div.product div.images{
	float: left !important;
	width:100% !important;
}

.continue_shopping{
width:200px !important;
margin-bottom:5px !important;
text-align: center;
    max-width: 200px;
}
}



@media(max-width:480px) {
	.woocommerce .checkout table.shop_table td,.woocommerce .checkout table.shop_table th{
		display: block;
	}


.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: 100% !important;
	margin-bottom: 10px !important;

}
.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .button{
	width: 100% !important;
	}
	.product-name .thumbnail-to-largeImage.image-cart  {
    margin-top: 20px;
    max-width: 200px !important;
    width:100% !important;  
    overflow: auto;
}
.woocommerce-table--order-details th{
	display: block;
}

.woocommerce-table--order-details td{
	display: block;
}
.woocommerce-table--order-details .woocommerce-table__product-table{
	display: none;
}
.woocommerce-table__line-item ul{
	    margin-left: 10px;
}
.woocommerce-table--customer-details th,.woocommerce-table--customer-details td{display: block;}
.woocommerce ul.order_details li {
    border-right: 0px;
    width: 100%;
    margin-bottom: 13px;
}
.continue_shopping{
width:100% !important;
    max-width: unset;
}
}