/* # Sunshine Pro Theme
Theme Name: Sunshine Pro Theme
Theme URI: http://demo.simpleprothemes.com/sunshine/
Description: This is a creative theme created for the Genesis Framework.
Author: Simpleprothemes
Author URI: http://www.simpleprothemes.com/
Template: genesis
Template Version: 2.5.1
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

/* ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: "nunito-sans-regular";
  -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: 0.67em 0;
}
mark {
  background: #fff;
  color: #666;
}
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: 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: 0.35em 0.625em 0.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
--------------------------------------------- */

html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* ## Float Clearing
--------------------------------------------- */

.simplepro-featured-page:before,
.simplepro-featured-post:before,
.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;
}
.simplepro-featured-page:after,
.simplepro-featured-post:after,
.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
--------------------------------------------- */

html {
  font-size: 62.5%;
  /* 10px browser default */
}
/* Chrome fix */

body > div {
  font-size: 1.5rem;
}
body {
  color: #666;
  font-family: "nunito-sans-regular";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a,
.sidebar a:hover {
  color: #293856;
  text-decoration: none;
}
a:hover,
a:focus,
.sidebar a {
  color: #444;
  text-decoration: none;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #293856;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img,
.gallery img {
  width: 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,
.gallery img:focus {
  border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #444;
  font-weight: 400;
  padding: 10px 12px;
  width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
input:not([type="checkbox"]),
input:not([type="image"]),
input:not([type="radio"]) {
  /* -webkit-appearance: none; /* Remove iOS styles */
}
::-moz-placeholder {
  color: #999;
  font-weight: 400;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 1px solid #444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  font-family: "nunito-sans-regular";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  position: relative;
  text-transform: uppercase;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.full .enews-widget input:hover[type="submit"],
.enews-widget input:hover[type="submit"],
.site-container .widget.sliding-panel-right .widget-wrap > .widgettitle:hover,
.simple-pro-banner .button:hover,
.simple-pro-banner .button.btn1:hover {
  background-color: #666;
  color: #fff;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
.view-all.btn {
  float: right;
  font-family: "nunito-sans-regular";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #666;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.more-link {
  position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.home-top,
.home-middle,
.home-bottom,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}
.sunshine-pro-landing .wrap {
  max-width: 900px;
}
.full-width-blog .site-inner,
.full-width-blog .site-inner .wrap {
  max-width: 100%;
}
.site-inner {
  clear: both;
  padding-top: 50px;
}
.home .site-inner {
  padding-top: 0;
}
.widgetized-home .site-inner > .wrap {
  max-width: 100%;
}
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
  float: right;
  width: 795px;
}
.content-sidebar .content {
  float: left;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 340px;
}
.sidebar-content .sidebar-primary {
  float: left;
  /*width: 300px;*/
}
.sidebar-content #primary {
  float: right;
  width: 795px;
}
/* ## 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 {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: -24px 16px 4px 0;
}
/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
}
.archive-description,
.author-box {
  border: 1px solid #f5f5f5;
  display: table;
  margin-bottom: 40px;
  width: 100%;
}
.archive-description {
  margin-bottom: 20px !important;
}
.author-box {
  margin-top: 60px;
}
.gravatar {
  display: inline-block;
  float: left;
  margin-top: -40px;
  padding: 20px 0 20px 25px;
  width: 180px;
}
.author-details {
  overflow: auto;
  padding: 15px 25px 20px;
}
.author-box-title {
  color: #666;
  font-family: "nunito-sans-regular";
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
.author-box .social-links {
  border-top: 1px solid #f5f5f5;
  clear: both;
  display: inline-block;
  padding: 10px 20px 12px;
  width: 100%;
}
.social-btn {
  background: #f5f5f5;
  color: #8e8e8e;
  font-size: 1.2rem;
  margin-right: 20px;
  padding: 6px 18px 5px;
  text-align: center;
  text-transform: uppercase;
}
.social-btn:last-child {
  margin-right: 0;
}
a.social-btn:hover {
  color: #444;
}
/* ## Search Form
--------------------------------------------- */

.search-form {
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 22px;
  width: 200px;
}
.entry-content .search-form {
  width: 50%;
}
.search-form input[type="search"],
.search-form input[type="search"]:focus {
  border: none;
  border-right: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: calc(100% - 35px);
  background-color: transparent;
  color: #fff;
}
.search-form input[type="search"]::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.search-form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.search-form input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.search-form .search-button {
  background: transparent;
  border: none;
  padding: 0px 0;
  width: 35px;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  outline: none !important;
  text-align: left;
  position: relative;
  top: 10px;
}
.search-form .search-button:hover {
  background: transparent;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ## Titles
--------------------------------------------- */

.archive-title,
.entry-title {
  font-size: 22px;
  font-size: 2.2rem;
}
.single .content .entry-title,
.page-template-default .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: uppercase;
}
.single .content .entry-title,
.page-id-3827 .content .entry-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  color: #293856;
}
.single .content .entry-title::after {
  border: 1px solid #bed4d1;
  content: "";
  display: block;
  margin: 10px auto 15px;
  width: 200px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #444;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #d4af37;
}
.sidebar .widget-title:after,
.sidr .widget-title:after,
.author-box-title:after,
.entry-comments h3:after {
  border-bottom: 4px solid #d4af37;
  content: "";
  display: block;
  margin-top: 7px;
  width: 40px;
}
.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home-top .widget-title,
.home-middle .widget-title,
.home-bottom .widget-title {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 32px;
  padding: 0 15px 19px 0;
  text-transform: uppercase;
}
.full .widget .widget-title,
.full .view-all.btn {
  padding: 0 3%;
}
.site-container .widget.sliding-panel-right .widget-wrap > .widgettitle {
  background-color: #d4af37;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 8px 20px;
}
/* ## WordPress
--------------------------------------------- */

a.alignnone {
  display: inline-block;
}
.alignleft,
.text-align-left {
  float: left;
  text-align: left;
}
.alignright,
.text-align-right {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
.widgetized-home a.alignnone,
.widgetized-home a.alignnone img,
.widgetized-home a.aligncenter img {
  display: block;
  margin: 0 auto;
}
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;
}
.sidebar .featured-content a.alignleft,
.sidebar .featured-content img.alignleft,
.sidebar .featured-content .wp-caption.alignleft,
.sidebar .featured-content a.alignright,
.sidebar .featured-content img.alignright,
.sidebar .featured-content .wp-caption.alignright {
  margin-bottom: 10px;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.sticky {
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}
.hide {
  display: none;
}
/* # 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: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* ## Simple Pro Banner Widget
--------------------------------------------- */

.simple-pro-banner {
  color: #fff;
  display: table;
  padding: 20px !important;
  vertical-align: middle;
  width: 100%;
}
.simple-pro-banner .widget-wrap {
  display: table-cell;
  overflow: hidden;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
}
.simple-pro-banner .sb-content-wrap h1,
.simple-pro-banner .sb-content-wrap h2,
.simple-pro-banner .sb-content-wrap h3,
.simple-pro-banner .sb-content-wrap h4,
.simple-pro-banner .sb-content-wrap h5,
.simple-pro-banner .sb-content-wrap h6,
.simple-pro-banner .sb-content-wrap p,
.simple-pro-banner .sb-content-wrap {
  color: #444;
}
.simple-pro-banner .sb-content-wrap h1,
.simple-pro-banner .sb-content-wrap h2 {
  font-size: 40px;
  font-size: 4rem;
}
.home-middle-right .simple-pro-banner .sb-content-wrap h1,
.home-middle-right .simple-pro-banner .sb-content-wrap h2,
.sidebar .simple-pro-banner .sb-content-wrap h1,
.sidebar .simple-pro-banner .sb-content-wrap h2 {
  font-size: 30px;
  font-size: 3rem;
}
.simple-pro-banner .sb-content-wrap {
  background: #fff;
  border-top: 5px solid #d4af37;
  margin: 0 auto;
  max-width: 35%;
  padding: 2% 3% 2.5%;
  text-align: center;
}
.simple-pro-banner .sb-content-wrap.nobg {
  background: transparent;
  border-top: none;
  color: #fff;
  padding: 0;
  max-width: 100%;
}
.simple-pro-banner .sb-content-wrap.nobg h1,
.simple-pro-banner .sb-content-wrap.nobg h2,
.simple-pro-banner .sb-content-wrap.nobg h3,
.simple-pro-banner .sb-content-wrap.nobg h4,
.simple-pro-banner .sb-content-wrap.nobg h5,
.simple-pro-banner .sb-content-wrap.nobg h6,
.simple-pro-banner .sb-content-wrap.nobg p {
  color: #fff;
}
.simple-pro-banner .button {
  background-color: #f8f8f8;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  padding: 5px 20px;
}
.simple-pro-banner .button.btn1 {
  color: #fff;
  background-color: #d4af37;
}
/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 40px;
}
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
}
.sidebar .featured-content .entry-title,
.home-middle-right .featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}
.sidebar .featured-content a.alignleft img,
.sidebar .featured-content a.alignright img,
.home-middle-right .featured-content a.alignleft img,
.home-middle-right .featured-content a.alignright img {
  width: 75px;
  height: 75px;
}
.featuredpage .entry-title {
  margin-top: 15px;
  text-align: center;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */

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

#genesis-responsive-slider {
  border: none !important;
  display: inline-block;
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
}
.genesis_responsive_slider .flexslider,
.genesis_responsive_slider .flex-direction-nav a {
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 auto;
}
.genesis_responsive_slider .flex-control-nav {
  margin: 0 !important;
  position: absolute !important;
}
#genesis-responsive-slider:hover .prev {
  left: 20px !important;
}
#genesis-responsive-slider:hover .next {
  right: 0 !important;
}
.flex-direction-nav li a {
  background: none !important;
  text-indent: inherit !important;
  font-size: 0;
  top: 40% !important;
}
.flex-direction-nav li a.prev:after,
.flex-direction-nav li a.next:before {
  color: #fff;
  display: block;
  font-family: "Ionicons";
  font-size: 64px;
}
.flex-direction-nav li a.prev:after {
  content: "\f3d2";
}
.flex-direction-nav li a.next:before {
  content: "\f3d3";
}
#genesis-responsive-slider .slide-excerpt {
  opacity: 1 !important;
  text-align: center;
  border-top: solid 5px #d4af37 !important;
  left: 10% !important;
  right: 10% !important;
  bottom: 1% !important;
}
#genesis-responsive-slider .slide-excerpt-border {
  border: 0px !important;
}
.slide-excerpt-border p {
  margin-bottom: 5px;
}
#genesis-responsive-slider h2 a {
  color: #444;
}
#genesis-responsive-slider h2 a:hover {
  color: #d4af37;
}
.slide-image img {
  width: 100%;
  height: 100%;
}
/* ## Woocommerce
---------------------------------------------------------------------------------------------------- */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  /* background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 0px !important;
    color: #444 !important;
    cursor: pointer !important;       
    display: block !important;
    font-family: 'nunito-sans-regular'!important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    padding: 10px 18px !important;
    text-align: center !important;*/
}
.woocommerce #respond input#submit:hover {
  background: #7095b7 !important;
  color: #fff !important;
}
.woocommerce a.button {
  bottom: 0px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: 1.325 !important;
  margin: 0 5px 6px 0 !important;
  padding: 9px !important;
  width: auto;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  display: inline-block !important;
  width: auto !important;
}
.coupon .button {
  display: inline-block;
  float: left;
  width: auto;
}
.woocommerce #reviews #comments ol.commentlist li {
  list-style: none;
}
.woocommerce ul.products li.product .price del {
  display: inline-block !important;
  margin-right: 10px;
}
.single.woocommerce .content .entry-title::after {
  margin: 10px 0 15px;
  width: 40px;
}
.woocommerce .products .star-rating {
  position: absolute;
  right: 0;
}
.add_to_cart_button::after {
  content: "\f370";
  font-family: Ionicons;
  margin-left: 10px;
}
/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
  color: #444;
  position: relative;
}
.home-middle .widget.enews-widget,
.sidebar .widget.enews-widget,
.after-entry .enews-widget,
.footer-widgets .enews-widget {
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 20px;
}
.after-entry .enews-widget {
  text-align: center;
}
.home-middle .widget.enews-widget .widget-wrap:before,
.sidebar .widget.enews-widget .widget-wrap:before,
.footer-widgets .widget.enews-widget .widget-wrap:before,
.after-entry .enews-widget .widget-wrap:before {
  color: #eee;
  content: "\f423";
  font-family: "Ionicons";
  font-size: 125px;
  position: absolute;
  right: 13px;
  top: -52px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.home-top .enews-widget:before,
.home-bottom .enews-widget:before {
  display: none;
}
.home-middle .widget.enews-widget .enews,
.sidebar .widget.enews-widget .enews,
.footer-widgets .widget.enews-widget .enews {
  position: relative;
  z-index: 1;
}
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #eee;
}
.enews-widget input {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.enews-widget input[type="submit"] {
  background-color: #d4af37;
  color: #fff;
  border: none;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
  background-color: #666;
}
.enews form + p {
  margin-top: 24px;
}
.home-top .enews-widget,
.home-bottom .enews-widget {
  background: #f5f5f5;
  margin: 0;
  padding: 0 10px;
}
.home-top .enews-widget .widget-wrap,
.home-bottom .enews-widget .widget-wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 8px 0;
}
.full .enews-widget .enews p,
.before-header .enews-widget .enews p,
.home-top .enews-widget .enews p,
.home-bottom .enews-widget .enews p {
  margin-bottom: 0;
  text-align: left;
}
.full .enews,
.before-header .enews,
.home-top .enews-widget .enews,
.home-bottom .enews-widget .enews {
  display: table;
  width: 100%;
}
.full .enews-widget .enews p,
.before-header .enews-widget .enews p,
.home-top .enews-widget .enews p,
.home-bottom .enews-widget .enews p {
  color: #8e8e8e;
  display: table-cell;
  vertical-align: middle;
}
.full .enews-widget .enews p {
  padding-left: 20px;
}
.full .enews-widget .widgettitle,
.before-header .enews-widget .widgettitle,
.home-top .enews-widget .widgettitle,
.home-bottom .enews-widget .widgettitle {
  display: table;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 5px;
  padding: 0;
}
.full .enews-widget form,
.before-header .enews-widget form,
.home-top .enews-widget form,
.home-bottom .enews-widget form {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 50%;
}
.full .enews-widget .enews input,
.before-header .enews-widget .enews input,
.home-top .enews-widget .enews input,
.home-bottom .enews-widget .enews input {
  font-size: 12px;
  font-size: 1.2rem;
}
.full .enews-widget .enews input[type="email"],
.full .enews-widget .enews input[type="text"],
.before-header .enews-widget .enews input[type="email"],
.before-header .enews-widget .enews input[type="text"],
.after-entry .enews-widget .enews input[type="email"],
.after-entry .enews-widget .enews input[type="text"],
.home-top .enews-widget .enews input[type="email"],
.home-top .enews-widget .enews input[type="text"],
.home-bottom .enews-widget .enews input[type="email"],
.home-bottom .enews-widget .enews input[type="text"] {
  margin-bottom: 0;
  margin-right: 0.35%;
  padding: 7px 10px;
  width: 36.5%;
}
.full .enews-widget .enews input[type="submit"],
.before-header .enews-widget .enews input[type="submit"],
.after-entry .enews-widget .enews input[type="submit"],
.home-top .enews-widget .enews input[type="submit"],
.home-bottom .enews-widget .enews input[type="submit"] {
  line-height: 1.439;
  padding: 7px 15px;
  width: auto;
}
.after-entry .enews-widget .widgettitle {
  border-bottom: 4px solid #d4af37;
  color: #444;
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0;
  padding: 0 0 4px;
}
.after-entry .enews-widget .enews p {
  color: #444;
  display: block;
  margin: 5px 0 15px;
  position: relative;
  z-index: 1;
}
/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
  display: none;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}
/* Display outline on focus */

/*:focus {
    color: #444;
    outline: #ccc solid 1px;
}*/

/* # Before Header Widget Area
---------------------------------------------------------------------------------------------------- */

.before-header {
  background: #f5f5f5;
  padding: 8px 0;
}
.home .before-header .widget,
.before-header .widget {
  margin-bottom: 0;
  text-align: center;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
  padding: 40px 0;
}
/* ## Before Header Custom Menu
--------------------------------------------- */

.before-header .widget_nav_menu ul li {
  margin: 0;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding: 10px 0;
  width: 300px;
}
.header-full-width .title-area {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.site-title {
  font-family: "nunito-sans-regular";
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #fff !important;
}
.site-description {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.site-description,
.site-title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
  display: none;
}
/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 30%;
}
.home .site-header .widget {
  margin-bottom: 0;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  color: #444;
  display: block;
  font-family: "nunito-sans-regular";
  letter-spacing: 0.5px;
  padding: 20px 15px 19px;
  text-transform: uppercase;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #d4af37;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  line-height: 1.7;
  padding: 10px 15px 8px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.sticky .genesis-nav-menu .sub-menu a {
  background-color: #f5f5f5;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -49px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a,
.site-navigation .genesis-nav-menu > li:first-child > 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: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}
/* ## 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;
}
/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */

.site-navigation {
  /*border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	display: inline-block;*/
  margin-bottom: 30px;
  width: 100%;
}
/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
  width: 100%;
}
.nav-secondary .genesis-nav-menu {
  text-align: center;
}
/* ## Mobile Menu
--------------------------------------------- */

.mobile-menu {
  display: none;
  border: none;
  border-top: 1px solid #e9e9e9;
  width: 100%;
}
/* ## Sticky Menu
--------------------------------------------- */

.site-navigation.sticky {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
/* ## Nav Extras
--------------------------------------------- */

.with-nav-extras .genesis-nav-menu {
  text-align: left;
}
nav,
.with-nav-extras .nav-extras {
  display: inline-block;
  vertical-align: middle;
}
.with-nav-extras .nav-primary {
  width: 70%;
}
.site-navigation .nav-extras.widget-area {
  text-align: right;
  width: 30%;
}
.site-navigation .nav-extras .widget,
.nav-extras .simple-social-icons ul li {
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.nav-extras a.button {
  margin: 0 5px;
  padding: 4px 18px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Home Widget Areas
--------------------------------------------- */

.home .home-top,
.home .home-middle,
.home .home-bottom {
  display: block;
}
.home .widget {
  margin-bottom: 30px;
}
.full .one-half,
.full .one-third,
.full .one-fourth,
.no-margin-left article.one-half,
.no-margin-left article.one-third {
  margin-left: 0;
}
.full .one-half img.entry-image,
.full .one-third img.entry-image,
.full .one-fourth img.entry-image {
  width: 100%;
}
.full .one-half,
.no-margin-left article.one-half {
  width: 50%;
}
.full .one-third,
.no-margin-left article.one-third {
  width: 33.33%;
}
.full .one-fourth {
  width: 25%;
}
.full .entry-content {
  padding: 0 20px;
}
.single .content .entry-header,
.full .entry-header .entry-meta,
.home-top .entry-header .entry-meta,
.sunshine-grid-view .entry-header {
  text-align: center;
}
.full .type-post .entry-header,
.home-top .featuredpost .entry-header,
.home-middle-left .featuredpost .one-half .entry-header,
.home-middle-left .featuredpost .one-third .entry-header,
.home-middle-left .featuredpost .one-fourth .entry-header,
.home-bottom .featuredpost .entry-header,
.sunshine-grid-view .content .post .entry-header {
  background: #fff;
  border-top: 5px solid #d4af37;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: -60px;
  padding: 10px 10px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.sunshine-grid-view .content .post .entry-title {
  clear: both;
}
.home .featured-content .one-half .entry-title,
.full .featured-content .one-half .entry-title {
  font-size: 28px;
  font-size: 2.8rem;
}
a.more-link {
  border-bottom: 4px solid #d4af37;
  color: #8e8e8e;
  display: table;
  font-family: "nunito-sans-regular";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 20px auto 0;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}
a.more-link:hover {
  padding: 5px 15px;
}
.full .enews-widget {
  background: #f5f5f5;
  clear: both;
  padding: 20px;
}
.full .enews-widget .widget-wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
  position: relative;
}
/* ### Home Midle Left & Right Widget Area
--------------------------------------------- */

.home-middle-left {
  float: left;
  width: 770px;
}
.home-middle-right {
  float: right;
  width: 340px;
}
/* ### Home Middle Full Width Widget Area
--------------------------------------------- */

.home .home-middle-left .one-half .entry-title,
.home .home-middle-left .one-third .entry-title,
.home .home-middle-left .one-fourth .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
}
/* ## Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.post-template-default .entry-content ul > li {
  list-style-type: disc;
}
.post-template-default .entry-footer {
  margin: 30px 0;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #444;
  color: #ddd;
}
/* ## Entry Header
--------------------------------------------- */

.single .entry-header {
  margin-bottom: 25px;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta,
.comment-meta {
  color: #8e8e8e;
  font-family: "nunito-sans-regular";
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}
.entry-header .entry-meta {
  margin-bottom: 12px;
}
.entry-header .entry-meta a,
.entry-footer .entry-meta a,
.comment-meta a {
  color: #8e8e8e;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-header .entry-meta a:hover,
.entry-footer .entry-meta a:hover,
.comment-meta a:hover {
  color: #444;
}
.entry-footer .entry-meta a {
  margin-bottom: 4px;
}
.entry-categories,
.entry-tags {
  display: inline-block;
  position: relative;
  width: 49.5%;
  vertical-align: top;
}
.entry-tags {
  text-align: right;
}
.meta-title {
  background: #f5f5f5;
  margin-right: 5px;
  padding: 2px 7px;
}
.entry-time::after,
.entry-comments-link::before {
  content: "\7C";
  margin: 0 6px;
  position: relative;
  top: -1px;
}
/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}
.full-width-blog .pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1140px;
}
.adjacent-entry-pagination {
  border: 1px solid #f5f5f5;
  clear: both;
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 30px;
  width: 100%;
}
.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
  display: table-cell;
  padding: 20px;
  width: 49.99%;
}
.adjacent-entry-pagination .pagination-next {
  border-left: 1px solid #f5f5f5;
}
.prev-text,
.next-text {
  color: #d4af37;
  display: inline-block;
  font-family: "nunito-sans-regular";
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
}
.adjacent-entry-pagination .pagination-previous a,
.adjacent-entry-pagination .pagination-next a {
  color: #666;
}
.adjacent-entry-pagination .pagination-previous a:hover,
.adjacent-entry-pagination .pagination-next a:hover {
  color: #444;
}
.archive-pagination.pagination ul {
  border: 1px solid #d3ced2;
  border-right: none;
  display: table;
  margin: 0 auto;
  width: auto;
}
.archive-pagination li {
  display: inline;
  float: left;
}
.pagination-omission {
  background: #fff;
  border-right: 1px solid #d3ced2;
  border-top: 1px solid #fff;
  line-height: 29px;
  margin: -2px auto;
  padding: 0 8px 7px;
}
.archive-pagination li a {
  border-right: 1px solid #d3ced2;
  color: #d4af37;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
}
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #ebe9eb;
  color: #666;
}
.loading {
  background: #f1f1f1;
  color: #000;
  position: absolute;
  left: 0;
  padding: 5px 15px 5px 8px;
  vertical-align: middle;
  letter-spacing: 3px;
  z-index: 9999;
}
/* ## After Entry Widget Areas
--------------------------------------------- */

.after-entry {
  margin-bottom: 70px;
}
/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings,
.entry-comments h3,
.comment-reply-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000000;
  display: block;
}
.comment-respond,
.entry-pings,
.entry-comments {
  padding: 10px 0 16px;
}
.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.comment-author > span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
li.comment {
  border: 1px solid #eee;
}
.comment-content {
  clear: both;
  word-wrap: break-word;
}
.comment-list li {
  display: inline-block;
  margin-top: 55px;
  padding: 8px 20px;
  width: 100%;
}
.comment-list > li:first-child {
  margin-top: 5px;
}
.comment-list li li {
  margin-bottom: 13px;
}
.comment-reply,
.comment-edit-link {
  display: block;
  font-family: "nunito-sans-regular";
  text-align: right;
  text-transform: uppercase;
}
.comment-reply a,
.comment-edit-link {
  color: #8e8e8e;
}
.comment-reply a:hover,
a.comment-edit-link:hover {
  color: #444;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: inline-block;
  float: left;
  margin-right: 1%;
  width: 32.65%;
}
.comment-form-url {
  margin-right: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
  border: 1px solid #b7d9db;
  width: 100%;
  border-radius: 5px;
  color: #7095b7;
  background-color: transparent;
}
.woocommerce #review_form #respond p.comment-form-author {
  width: 50%;
  padding-right: 10px;
}
.woocommerce #review_form #respond p.comment-form-email {
  width: 50%;
  padding-left: 10px;
}
.woocommerce #review_form .comment-form-cookies-consent {
  display: none;
}
.comment-respond input[type="submit"] {
  /* border: 1px solid #f5f5f5;
    background-color: #f5f5f5;*/
}
.comment-respond input[type="submit"]:hover {
  /*border: 1px solid #666;
    background-color: #666;*/
}
.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;
  font-size: 1.6rem;
  padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  display: inline-block;
}
.sidebar li {
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child,
.featured-content .entry-content p:last-child {
  margin-bottom: 0;
}
.sidebar .widget,
.sidr .widget {
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}
/* ## Sliding Panel - Sidr
--------------------------------------------- */

.sidr-overlay-bg {
  background: black;
  display: none;
  height: 100%;
  opacity: 0.85;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o--transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidr-overlay-bg.on {
  display: block;
}
.sidr {
  background: #fff;
  color: #666;
  display: block;
  padding: 20px 5%;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 460px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -460px;
}
.sidr.left {
  left: -460px;
  right: auto;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0 0 20px;
  position: relative;
}
.sidr ul li:last-child,
.sidr .widget-wrap ul:last-child,
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li a,
.sidr ul li span {
  display: block;
  padding: 0;
  text-decoration: none;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  padding-left: 15px;
}
.sidr li ul.sub-menu {
  display: none;
  margin-left: 7px;
}
.sidr .sub-menu-toggle,
.sidr .sub-menu-toggle:hover {
  top: -5px;
}
.sidr .enews-widget,
.sidr .enews-widget .widget-title,
.sidr .widget-title,
.sidr p {
  color: #666;
}
.close_side_menu {
  display: table;
  float: right;
  margin: 20px auto 30px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 1;
}
.close_side_menu > span::after,
.close_side_menu > span::before {
  background: #9f9f9f;
  bottom: -22px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  width: 45px;
}
.close_side_menu > span {
  background: transparent;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o--transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidr .widget_nav_menu ul.menu li {
  border-bottom: 1px solid #f5f5f5;
  margin: 0 0 5px;
  padding-bottom: 5px;
}
.sidr .widget_nav_menu ul.menu li a {
  color: #666;
}
.sidr .widget_nav_menu ul.menu li:hover a,
.sidr .widget_nav_menu ul.menu li a:hover {
  color: #444;
}
#sidr .featured-content a.alignleft,
#sidr .featured-content img.alignleft,
#sidr .featured-content .wp-caption.alignleft,
#sidr .featured-content a.alignnone,
#sidr .featured-content img.alignnone,
#sidr .featured-content .wp-caption.alignnone {
  margin-bottom: 2px;
}
/* # Archive Page
---------------------------------------------------------------------------------------------------- */

.page-template-page_archive .content .entry-header .entry-title {
  border: 1px solid #f5f5f5;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 25px;
  margin-bottom: 20px;
}
.archive-filter {
  margin-left: 20px;
}
.archive-filter ul {
  margin: 0;
}
.archive-filter ul,
.archive-filter ul li {
  display: inline-block;
}
.archive-filter ul li a {
  border-left: 1px solid #e8e8e8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  padding: 0 3px 0 5px;
}
.archive-filter ul li:first-child a {
  border-left: none;
}
.archive-wrapper {
  border: 1px solid #e8e8e8;
  margin-top: 50px;
}
.month-year,
.archive-filter span {
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 3px 20px;
  padding: 5px 15px;
  position: relative;
  text-transform: uppercase;
}
.archive-filter span {
  padding: 1px 8px 0;
  margin: 0;
}
.month-year {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  top: -17px;
}
.entry-content ul.archive-posts {
  margin-bottom: 22px;
  margin-left: 22px;
}
.entry-content .archive-wrapper ul > li,
.archive-filter ul > li {
  list-style-type: none;
  margin-bottom: 10px;
}
ul.archive-posts .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
}
.archive-posts li a,
.archive-filter ul li a,
.entry-date,
.archive-filter span {
  color: #8e8e8e;
  font-family: "nunito-sans-regular";
}
.archive-posts li a:hover,
.archive-filter ul li a:hover {
  color: #666;
}
.entry-date {
  background: #f5f5f5;
  border-bottom: 3px solid #e8e8e8;
  color: #444;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 10px;
  padding: 2px 6px 0;
  text-align: center;
  vertical-align: top;
  width: 35px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  border-top: 1px solid #f5f5f5;
  clear: both;
  padding-top: 30px;
}
.footer-widgets li {
  /*border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;*/
  padding-bottom: 3px;
}
.footer-widgets .widget {
  margin-bottom: 20px;
}
.footer-widgets p:last-child,
.footer-widgets li:last-child {
  margin-bottom: 0;
}
.footer-widgets a,
.footer-widgets a:visited {
  font-size: 1em !important;
}
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #d4af37;
}
/* ## 1 Column Footer Widget 
---------------------------------------------------------------------------*/

.sunshine-footer-widgets-1 .footer-widgets-1 {
  clear: both;
  display: table;
  float: none;
  width: 100%;
}
/* ## 2 Columns Footer Widget 
---------------------------------------------------------------------------*/

.sunshine-footer-widgets-2 .footer-widgets-1,
.sunshine-footer-widgets-2 .footer-widgets-2 {
  width: 47.717948717948715%;
}
/* ## 3 Columns Footer Widget 
---------------------------------------------------------------------------*/

.sunshine-footer-widgets-3 .footer-widgets-1,
.sunshine-footer-widgets-3 .footer-widgets-2,
.sunshine-footer-widgets-3 .footer-widgets-3 {
  width: 30.623931623931625%;
}
/* ## 4 Columns Footer Widget 
---------------------------------------------------------------------------*/

.sunshine-footer-widgets-4 .footer-widgets-1,
.sunshine-footer-widgets-4 .footer-widgets-2,
.sunshine-footer-widgets-4 .footer-widgets-3,
.sunshine-footer-widgets-4 .footer-widgets-4 {
  width: 22.076923076923077%;
}
.sunshine-footer-widgets-2 .footer-widgets-1,
.sunshine-footer-widgets-3 .footer-widgets-1,
.sunshine-footer-widgets-3 .footer-widgets-2,
.sunshine-footer-widgets-4 .footer-widgets-1,
.sunshine-footer-widgets-4 .footer-widgets-2,
.sunshine-footer-widgets-4 .footer-widgets-3 {
  float: left;
  margin-right: 3.5%;
}
.sunshine-footer-widgets-2 .footer-widgets-2,
.sunshine-footer-widgets-3 .footer-widgets-3,
.sunshine-footer-widgets-4 .footer-widgets-4 {
  float: right;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  border-top: 1px solid #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 20px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.footer-left,
.footer-right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.footer-left {
  text-align: left;
  line-height: 30px;
}
.footer-right {
  text-align: right;
}
/* # Go to top 
---------------------------------------------------------------------------------------------------- */

.go_top {
  background: #232323;
  background: rgba(0, 0, 0, 0.35);
  bottom: 55px;
  color: #fff;
  cursor: pointer;
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 2px 10px;
  position: fixed;
  right: 12px;
  z-index: 999;
}
.go_top:hover {
  background: #666;
  opacity: 1;
}
/* # Animation Effect for Sliding Panel
---------------------------------------------------------------------------------------------------- */

.close_side_menu > span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 45px;
}
.close_side_menu > span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close_side_menu > span {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.close_side_menu:hover > span {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* Custom css by Bharat */

/* Also please note there are some media queries css also added by Bharat */

.header-left {
  float: left;
  width: 30%;
  color: #fff;
  line-height: 80px;
}
.site-header .title-area {
  float: left;
  width: 40%;
  text-align: center;
  max-width: none;
}
.header-widget-area .widget {
  float: right;
}
.woocommerce-header-my-account {
  float: right;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  margin-top: 25px;
  margin-left: 10px;
  position: relative;
}
.woocommerce-header-cart {
  float: right;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  margin-top: 25px;
  margin-left: 10px;
  position: relative;
}
.woocommerce-header-my-account:hover,
.woocommerce-header-my-account:focus,
.woocommerce-header-my-account:active,
.woocommerce-header-cart:hover,
.woocommerce-header-cart:focus,
.woocommerce-header-cart:active {
  color: #fff !important;
}
.woocommerce-header-cart span {
  background-color: #fff;
  color: #000;
  position: absolute;
  height: 18px;
  width: 18px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  line-height: 19px;
  right: -11px;
  top: 3px;
}
.category-info .wpmm-mega-menu-href-title {
  display: none !important;
}
.urnen-wp-mega-menu .wp-mega-sub-menu .wpmm-mega-menu-icon,
.urnen-wp-mega-menu
  .wp-mega-sub-menu
  .wpmm-target-description.wpmm-target-text {
  display: none !important;
}
.urnen-wp-mega-menu .wp-mega-sub-menu .category-info .wpmm-mega-menu-icon,
.urnen-wp-mega-menu
  .wp-mega-sub-menu
  .category-info
  .wpmm-target-description.wpmm-target-text {
  display: block !important;
}
.urnen-wp-mega-menu
  .wp-mega-sub-menu
  .category-info
  .wpmm-target-description.wpmm-target-text
  .wpmm-target-description.wpmm-target-text {
  display: block !important;
  text-align: left !important;
}
.urnen-wp-mega-menu
  > .wpmm-sub-menu-wrap
  > .wpmm-sub-menu-wrapper
  > .wp-mega-sub-menu
  > .menu-item {
  border-right: 1px solid #e7f1f3;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
.urnen-wp-mega-menu
  > .wpmm-sub-menu-wrap
  > .wpmm-sub-menu-wrapper
  > .wp-mega-sub-menu
  > .menu-item:last-child {
  border-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme
  .wpmm-sub-menu-wrap
  ul
  li.wp-mega-menu-header
  > a.wp-mega-menu-link::before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
  li
  .wpmm-sub-menu-wrap {
  background-color: #faffff !important;
  border-color: #e7f1f3 !important;
}
#responsive-menu-additional-content .category_img {
  display: none;
  background: white;
}
#responsive-menu-additional-content .category_img img {
  display: block;
  margin: 0 auto;
}
.sidebar .knowledge-center-sidebar .widget-title {
  text-align: center;
}
.sidebar .knowledge-center-sidebar li {
  float: left;
  width: 100%;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
}
.sidebar .knowledge-center-sidebar .widget-title:after {
  display: none;
}
.sidebar .knowledge-center-sidebar li a {
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  display: block;
  border: 0 !important;
  border-bottom: 1px solid #e9f2fa !important;
  text-decoration: none;
}
.sidebar .knowledge-center-sidebar li a[aria-current="page"],
.sidebar .knowledge-center-sidebar li a:hover,
.sidebar .knowledge-center-sidebar li a:focus {
  background-color: #e9f2fb;
  text-decoration: none;
  color: #293756;
}
.article-slider {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.article-slider h3,
.article-slider p.modtitle {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #293856;
  font-size: 2.4rem;
}
.article-slider .owl-carousel .item {
  padding: 0;
  float: left;
}
.article-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.article-slider .article-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 65%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.article-slider .article-content {
  float: right;
  width: 35%;
  padding-left: 20px;
}
.article-slider .owl-carousel .owl-item img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.article-slider .article-content-wrap .article-excerpt p {
  color: #000;
}
.article-slider .article-content-wrap {
  border: 2px solid #b7d9db;
  padding: 30px;
  border-radius: 5px;
}
.article-slider .article-content h4 {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #293856;
}
.article-slider .article-content h4::after {
  border: 1px solid #bed4d1;
  content: "";
  display: block;
  margin: 10px auto 15px;
  width: 100px;
}
.article-slider .article-content .read-more {
  text-align: right;
  margin: 0;
}
.article-slider .article-content a {
  color: #2e3442 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #2e3442;
}
.center-nav .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -33px;
}
.center-nav .owl-theme .owl-nav .owl-prev {
  float: left;
  background-color: transparent !important;
  font-size: 50px;
  color: #b9d9d8 !important;
}
.center-nav .owl-theme .owl-nav .owl-next {
  float: right;
  background-color: transparent !important;
  font-size: 50px;
  color: #b9d9d8 !important;
}
.testimonial-slider {
  float: left;
  width: 100%;
}
.testimonial-slider .owl-carousel .item {
  float: left;
  width: 100%;
  position: relative;
}
.testimonial-image {
  position: absolute;
  width: 78px;
  padding-left: 1px;
}
.testimonial-content {
  width: 100%;
  float: left;
  padding-left: 100px;
}
.layout-1 .testimonial-content {
  padding: 0;
  text-align: center;
}
.testimonial-image i {
  font-size: 80px;
  color: #7195b7;
}
.testimonial-content-wrap {
  background-color: #f8fcfd;
  padding: 30px;
  border-radius: 3px;
}
.testimonial-content-wrap .testimonial-excerpt p {
  color: #000;
}
.layout-1 .testimonial-content-wrap {
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}
.testimonial-quote i {
  font-size: 32px;
  color: #bbe4e8;
}
.testimonial-quote {
  margin-bottom: 15px;
  width: 37px;
}
.testimonial-content h6 {
  text-align: right;
  margin-top: 15px;
  color: #7498ba;
}
.layout-1 .testimonial-content h6 {
  text-align: center;
}
.ywcps-wrapper {
  overflow: hidden;
}
.title-area img {
  width: 75px;
}
.footer-widgets .widget.footer-logo {
  margin: 0;
}
.footer-logo img {
  width: 110px;
}
#footerwidtitle .widget-title {
  font-size: 24px;
  font-family: Roboto;
  color: #7095b7;
  font-weight: normal;
  text-transform: none;
}
.footer-widgets .widget-title {
  color: #293756;
}
.footer-widgets .textwidget p {
  margin-bottom: 8px;
}
.footer-right .simple-social-icons {
  margin-bottom: 0;
}
.footer-right .simple-social-icons ul li {
  margin-bottom: 0 !important;
}
.home-product-filter {
  float: left;
  width: 100%;
  padding: 18px;
  border: 2px solid #b7d9db;
  border-radius: 4px;
}
.product-filter-header {
  background-color: #fbfcfe;
  padding: 28px 18px;
  text-align: center;
}
.product-filter-header h3,
.product-filter-header p.modtitle {
  color: #293856;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.4rem;
}
.product-filter-header h3:after,
.product-filter-header p.modtitle:after,
.product-filter-header p.Rtitle:after {
  border: 1px solid #b6d9db;
  content: "";
  display: block;
  margin: 25px auto 35px;
  width: 150px;
}
.product-filter-header p {
  text-align: center;
}
.product-filter-header h4,
.product-filter-header p.Rtitle {
  color: #293856;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.product-filter-header select {
  width: 48%;
  border-color: #bbe5e9;
  border-radius: 8px;
}
#product_cat_filter {
  margin-right: 4%;
}
.got-to-store {
  margin-top: 30px;
  float: left;
  width: 100%;
  text-align: center;
}
input[type="submit"].wp-theme-buttom,
input[type="button"].wp-theme-buttom {
  background-color: #293856;
  border-color: #293856;
  color: #fff;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 1.2em;
  display: inline-block;
  width: auto;
}
.product-filter-list {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.product-filter-list .woocommerce ul.products li.product {
  margin-bottom: 0;
}
.product-filter-list
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  color: #293856;
  text-decoration: underline;
  font-size: 18px;
}
.product-filter-list
  .woocommerce
  ul.products
  li.product-category
  .woocommerce-loop-category__title {
  min-height: 65px !important;
  max-height: 65px !important;
}
.product-filter-list
  .woocommerce
  ul.products
  li.product:hover
  .woocommerce-loop-product__title {
  color: #293856;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
  /*display: none;*/
}
.sidebar .prdctfltr_product_cat .widget-title {
  /*text-align: center !important;*/
  color: #293856;
}
.sidebar .widget-title {
  text-transform: uppercase;
  color: #000;
}
.sidebar .widget-title:after {
  display: none;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before {
  display: none !important;
}
.prdctfltr_filter label {
  color: #2a3857;
  padding: 5px 10px;
  font-size: 16px !important;
}
/*.prdctfltr_filter .prdctfltr_count {
}*/

.prdctfltr_count {
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  min-width: 14px;
}
.prdctfltr_filter label:hover,
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active {
  background-color: #f1fafb;
  color: #5a7b9b;
}
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active > span {
  font-weight: normal !important;
}
.prdctfltr_checkboxes .prdctfltr_sub {
  margin-left: 0;
}
.prdctfltr_checkboxes .prdctfltr_sub label {
  padding-left: 30px;
}
.prdctfltr-widget
  .prdctfltr_wc
  .prdctfltr_woocommerce_ordering
  .prdctfltr_filter {
  border-bottom: 1px solid #b6d8db;
  padding-bottom: 20px !important;
}
/*
.woocommerce.woocommerce-page #genesis-content ul.products li.product,.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border:2px solid #bbe5e9 !important;
    padding: 10px;
}*/

.woocommerce.woocommerce-page #genesis-content ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .products ul,
.woocommerce ul.products {
  /* border:2px solid #bbe5e9 !important;*/
  padding: 10px !important;
}
.woocommerce.woocommerce-page
  #genesis-content
  ul.products
  li.product
  .wgm-info {
  display: none;
}
.woocommerce.woocommerce-page #genesis-content ul.products li.product .count {
  display: none;
}
/*.woocommerce.woocommerce-page #genesis-content ul.products li.product:hover,.woocommerce ul.products li.product,*/

.woocommerce-page ul.products li.product:hover {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 20%,
    rgba(112, 149, 183, 1) 100%
  );
}
.woocommerce ul.products li.product:hover {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 20%,
    rgba(112, 149, 183, 1) 100%
  );
}
.woocommerce.woocommerce-page #genesis-content ul.products li.product h2,
.woocommerce.woocommerce-page #genesis-content ul.products li.product p,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product h2,
.woocommerce-page ul.products li.product p {
  margin-top: 10px !important;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 15px;
  color: #293856;
  line-height: 1.5em;
}
.woocommerce.woocommerce-page #genesis-content ul.products li.product h2:after {
  /* border: 1px solid #bbe5e9;
    content: "";
    display: block;
    margin: 15px auto 20px;
    width: 150px;*/
}
.woocommerce.woocommerce-page #genesis-content ul.products li.product a img {
  margin-bottom: 0 !important;
}
.product-main-section {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 252, 253, 1) 100%
  );
}
.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase !important;
  color: #000;
  font-size: 14px !important;
  margin: 0 0 50px 0 !important;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #7095b7 !important;
}
.mst_cplfvc-class-woo-page p:empty {
  display: none;
}
.product-page-title {
  text-transform: uppercase;
}
.woocommerce .star-rating span::before {
  color: #293756;
}
.woocommerce .star-rating::before {
  color: #293756 !important;
}
.woocommerce-review-link {
  color: #000000;
  text-transform: capitalize;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  margin-right: 20px;
}
.woocommerce-review-link.add-review {
  padding-left: 20px;
  margin-right: 0;
  border-left: 2px solid;
  border-bottom: 0;
}
.woocommerce-review-link.add-review span {
  border-bottom: 1px solid;
}
.woocommerce-review-link:hover,
.woocommerce-review-link:focus {
  color: #000000 !important;
  text-decoration: none !important;
}
.single.woocommerce .woocommerce-product-rating .star-rating {
  margin: 8px 25px 0 0;
  float: left;
}
.woocommerce table.shop_attributes td {
  font-style: normal !important;
}
.single.woocommerce .product_meta .sku_wrapper,
.single.woocommerce .product_meta .posted_in {
  display: inherit;
}
.single.woocommerce .product_meta .posted_in a {
  text-decoration: none !important;
}
.woocommerce div.product p.stock {
  font-size: 14px !important;
  color: #000 !important;
  text-transform: uppercase;
}
/*.woocommerce div.product form.cart{margin-top: 35px;margin-bottom: 0 !important}
.single.woocommerce div.product form.cart .button {
    background-color: #293856 !important;
    color: #fff !important;
    width: 100% !important;
    max-width: 400px;
    padding: 15px 0 !important;
    border-radius: 5px !important;
}*/

.single.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-bottom: 2px solid #b6d9db;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  width: 33.33%;
  padding: 0;
  float: left;
  margin: 0;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border-color: #000;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 5px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:hover > a {
  color: #7095b7;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover > a {
  color: #000;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none;
}
.single.woocommerce table.shop_attributes,
.single.woocommerce table.shop_attributes tbody {
  border: 0;
}
.single.woocommerce table.shop_attributes th,
.single.woocommerce table.shop_attributes td {
  border-bottom: 0;
  background-color: transparent !important;
}
.single.woocommerce table.shop_attributes th {
  color: #293856;
}
.single.woocommerce table.shop_attributes td {
  color: #000;
}
.single.woocommerce .product_meta .tagged_as {
  display: none;
}
.product-bottom-section {
  padding: 40px 0 40px;
  display: inline-block;
}
.related.products {
  padding: 40px 0 0;
  float: left;
  width: 100%;
}
.related .related-title {
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #293856;
}
.related .related-title:after {
  background: #bbe5e9 !important;
  color: #293856 !important;
  border-color: #bbe5e9 !important;
  font-size: 15px !important;
}
.related.products .wgm-info {
  display: none;
}
.related.products ul.products li.product {
  padding: 10px;
}
.related.products ul.products li.product:hover {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 10%,
    rgba(112, 149, 183, 1) 100%
  );
}
.woocommerce ul.products li.product .button {
  background: #bbe5e9 !important;
  margin: 0 auto;
  font-weight: 300 !important;
  color: #000 !important;
  border-radius: 5px !important;
  width: 100% !important;
  border-color: #bbe5e9 !important;
  font-size: 1em !important;
}
.woocommerce ul.products li.product .button:hover {
  background: #293856 !important;
  color: #fff !important;
}
.woocommerce ul.products li.product .price {
  color: #000 !important;
  font-size: 1.3em !important;
  text-align: center;
  margin: 10px 0 10px;
}
.related .add_to_cart_button::after {
  display: none;
}
.woocommerce
  .related
  ul.products
  li.product:hover
  .woocommerce-loop-product__title,
.woocommerce .related ul.products li.product:hover .price {
  color: #000;
}
.reviews-sections {
  float: left;
  width: 100%;
  background: #f8fcfd;
  padding: 20px;
}
.reviews-sections > h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #293856;
  margin-bottom: 35px;
  text-align: center;
}
.woocommerce-Reviews #comments {
  float: left;
  width: 50%;
  padding-right: 20px;
  border-right: 2px solid #b6d9db;
}
.woocommerce-Reviews #review_form_wrapper {
  float: left;
  width: 50%;
  padding-left: 20px;
}
.single.woocommerce #comments .woocommerce-product-rating .star-rating {
  float: right;
  margin: 8px 0 0 0;
}
.woocommerce-Reviews .woocommerce-review-link {
  border-bottom: 0;
  text-transform: uppercase;
}
.woocommerce-Reviews .woocommerce-product-rating {
  margin-bottom: 15px;
}
.user-profile {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #b6d9db;
  border-radius: 50%;
  left: 0;
}
.single.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 10px auto 0;
  padding: 0;
}
.single.woocommerce #reviews #comments ol.commentlist li {
  padding-left: 100px;
  margin: 10px 0 0 0;
}
.single.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 0;
  margin: 0;
  border: 0;
}
.single.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 12px;
  text-transform: capitalize;
  color: #7095b7;
}
.single.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta
  strong {
  font-weight: normal;
}
.single.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta
  .woocommerce-review__dash {
  font-size: 0;
  width: 15px;
  display: inline-block;
}
.comment-form-rating {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comment-form-rating label {
  text-transform: capitalize;
  margin-right: 20px;
  float: left;
}
.single.woocommerce #review_form #respond .stars {
  margin-bottom: 0;
  float: left;
  padding-top: 5px;
}
.woocommerce p.stars a::before {
  color: #293756;
}
#reviews:focus {
  outline: none;
}
/*
.single.woocommerce #respond input#submit{
    color: #fff !important;
    text-transform: uppercase;
    background: #293856 !important;
    font-size: 16px !important;
    width: 240px;
    margin: 0 auto !important;
    text-align: center;
    padding: 15px !important;
    border-radius: 5px !important;
}*/

.woocommerce #review_form #respond p.form-submit {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.askaqbutton {
  min-height: auto !important;
}
.askaqbutton .wpb_content_element {
  margin-bottom: 0px !important;
}
.woocommerce .woocommerce-result-count {
  margin: 0.5em 0 0.5em !important;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1140px) {
  .wrap,
  .home-top .enews-widget .widget-wrap,
  .home-bottom .enews-widget .widget-wrap {
    max-width: 960px;
  }
  .widgetized-home .site-inner > .wrap {
    max-width: 100%;
  }
  .content,
  .home .home-middle-left {
    /*width: 620px;*/
  }
  .sidebar-primary,
  .home .home-middle-right,
  .title-area {
    width: 300px;
  }
  .article-slider .article-image {
    width: 55%;
  }
  .article-slider .article-content {
    width: 45%;
  }
  .single.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: grid;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .single.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100% !important;
    letter-spacing: 0.1em;
    padding: 10px 5px;
  }
  #btn_ni_enquiry {
    font-size: 12px !important;
  }
  .woocommerce #review_form #respond p.comment-form-email {
    padding-left: 0px !important;
  }
}
@media only screen and (min-device-width: 961px) and (max-device-width: 1024px) {
  button#responsive-menu-button {
    top: 0px !important;
  }
}
@media only screen and (min-width: 961px) {
  .header-image .site-title {
    position: relative;
    top: -12px;
  }
}
@media only screen and (max-width: 960px) {
  .wrap,
  .home-top .enews-widget .widget-wrap,
  .home-bottom .enews-widget .widget-wrap {
    max-width: 800px;
  }
  .title-area {
    width: 100% !important;
  }
  .popup-inner {
    top: 55% !important;
    padding: 10px !important;
    font-size: 0.8em !important;
  }
  .content,
  .sidebar-primary,
  .site-header .widget-area,
  .home .site-header .widget-area,
  .title-area,
  .home .home-middle-left,
  .home .home-middle-right,
  .with-nav-extras .nav-primary {
    float: none;
    max-width: none;
    width: 100%;
  }
  /* .site-header .wrap {
        padding: 20px 5%;
    }*/
  .header-image .site-title > a {
    background-position: center top;
  }
  .simple-pro-banner .sb-content-wrap {
    max-width: 40%;
  }
  .with-nav-extras .nav-primary {
    border-right: none;
  }
  .site-navigation .nav-extras.widget-area {
    border-top: 1px solid #f5f5f5;
    margin: 0 auto 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }
  .site-navigation.sticky {
    position: relative;
    top: auto;
  }
  .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,
  .site-header .widget-area {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .header-left {
    width: 100%;
    line-height: 50px;
    text-align: center;
    float: none;
  }
  .site-header .title-area {
    float: none;
    clear: both;
  }
  .site-header .widget-area {
    float: none;
    clear: both;
    width: 265px !important;
    margin: 15px auto 0;
  }
  .center-nav .owl-theme .owl-nav .owl-next {
    margin-right: 5px;
  }
  .article-slider .article-image,
  .article-slider .article-content-wrap {
    min-height: 500px !important;
    max-height: 500px !important;
  }
  .sidebar-content .sidebar-primary {
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  .wrap,
  .site-inner .widget-area .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .widgetized-home .site-inner > .wrap,
  .full-width-blog .site-inner > .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .full .enews .widget-title,
  .full .enews-widget .enews p,
  .before-header .enews-widget .enews p,
  .home-top .enews-widget .enews p,
  .home-bottom .enews-widget .enews p,
  .full .enews-widget form,
  .before-header .enews-widget form,
  .home-top .enews-widget form,
  .home-bottom .enews-widget form,
  .footer-left,
  .footer-right,
  .text-align-left,
  .text-align-right {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .full .enews-widget .enews p,
  .before-header .enews-widget .enews p,
  .home-top .enews-widget .enews p,
  .home-bottom .enews-widget .enews p {
    margin-bottom: 10px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 0 25px;
    width: 100%;
  }
  .with-nav-extras .nav-primary {
    margin: 0;
    width: 100%;
  }
  .mobile-menu {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  .mobile-menu span.icon {
    float: right;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    vertical-align: middle;
  }
  nav {
    display: none;
  }
  .genesis-nav-menu .menu-item {
    border-top: 1px solid #f5f5f5;
    display: block;
  }
  .genesis-nav-menu > li.menu-item:first-child,
  .site-navigation .nav-extras.widget-area {
    border-top: none;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .sub-menu li a,
  .genesis-nav-menu .sub-menu li a:hover {
    display: inline-block;
    line-height: 1.3;
    padding: 10px 0;
    position: relative;
  }
  .genesis-nav-menu .menu-item-has-children,
  .genesis-nav-menu .menu-item:hover {
    cursor: pointer;
    position: relative;
  }
  .genesis-nav-menu .sub-menu {
    background: #f8f8f8;
    display: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
    padding-left: 25px;
  }
  .genesis-nav-menu .sub-menu li a,
  .genesis-nav-menu .sub-menu li a:hover {
    background: transparent;
    border: none;
    padding: 10px 15px;
  }
  .genesis-nav-menu .menu-item-has-children:before,
  .genesis-nav-menu .menu-item-has-children:after {
    background: #666;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 15px;
    top: 22px;
    width: 8px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .genesis-nav-menu .menu-item-has-children:after {
    right: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .genesis-nav-menu .menu-open.menu-item-has-children:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .genesis-nav-menu .menu-open.menu-item-has-children:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .full .one-half,
  .full .one-third,
  .full .one-fourth,
  .footer-widgets .widget-area,
  .simple-pro-featured-posts.layout-col-two > a,
  .simple-pro-featured-posts.layout-col-three > a,
  .simple-pro-featured-posts.layout-col-four > a,
  .simple-pro-featured-posts.layout-col-two a > img,
  .simple-pro-featured-posts.layout-col-three a > img,
  .simple-pro-featured-posts.layout-col-four a > img {
    width: 100%;
  }
  .home-top .enews-widget .widget-wrap,
  .home-bottom .enews-widget .widget-wrap {
    padding: 5%;
  }
  .slide-excerpt {
    width: 50%;
  }
  .full-width-blog .entry img.post-image {
    width: 100%;
  }
  .article-slider .article-content-wrap {
    padding: 15px;
  }
  .article-slider .article-image,
  .article-slider .article-content-wrap {
    min-height: 460px !important;
    max-height: 460px !important;
  }
  #got-to-store {
    width: 100% !important;
  }
  #product_cat_filter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-page.columns-6 ul.products li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 48% !important;
  }
  .footer-widgets .widget {
    margin-bottom: 40px;
  }
  .article-slider .article-content {
    width: 50%;
  }
  .article-slider .article-image {
    width: 50%;
  }
  .layout-2 .testimonial-content {
    margin-top: 40px;
    padding-left: 0;
  }
  .layout-2 .testimonial-image {
    width: 100%;
    text-align: center;
  }
  .woocommerce-Reviews #comments,
  .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .woocommerce-Reviews #review_form_wrapper {
    margin-top: 20px;
  }
  .askaqbutton .text {
    text-align: center !important;
    margin-top: 10px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 535px) {
  .before-header .enews-widget .enews input[type="email"],
  .before-header .enews-widget .enews input[type="text"],
  .after-entry .enews-widget .enews input[type="email"],
  .after-entry .enews-widget .enews input[type="text"],
  .home-top .enews-widget .enews input[type="email"],
  .home-top .enews-widget .enews input[type="text"],
  .home-bottom .enews-widget .enews input[type="email"],
  .home-bottom .enews-widget .enews input[type="text"],
  .full .enews-widget .enews input[type="email"],
  .full .enews-widget .enews input[type="text"],
  .entry-categories,
  .entry-tags {
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  }
  .before-header .enews-widget .enews input[type="submit"],
  .after-entry .enews-widget .enews input[type="submit"],
  .home-top .enews-widget .enews input[type="submit"],
  .home-bottom .enews-widget .enews input[type="submit"],
  .full .enews-widget .enews input[type="submit"],
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .sidr {
    float: none;
    width: 100%;
  }
  .simple-pro-banner .sb-content-wrap {
    max-width: 100%;
  }
  #genesis-responsive-slider .slide-excerpt {
    display: none;
  }
  .article-slider .article-content {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .article-slider .article-image {
    height: 350px;
    width: 100%;
    position: static;
  }
  .article-slider .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .article-slider .article-image,
  .article-slider .article-content-wrap {
    min-height: auto !important;
    max-height: none !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 12px !important;
  }
  .woocommerce ul.products li.product .button {
    font-size: 12px !important;
  }
  .woocommerce ul.products li.product .price {
    font-size: 1em !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 960px) {
  .layout-2 .testimonial-content {
    margin-top: 40px;
    padding-left: 0;
  }
  .layout-2 .testimonial-image {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    min-height: 85px !important;
    max-height: 85px !important;
  }
}
