/*
Theme Name: ArtDeShine
Theme URI: https://artdeshine.com
Description: Custom theme for Artdeshine, built on the Genesis framework
Author: ClowCreative
Author URI: https://www.clowcreative.com

Version: 1.0.0

Template: genesis

Text Domain: artdeshine

*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

@font-face {
  font-family: "ads_display";
  src: url("/wp-content/themes/artdeshine/fonts/adsdisplay-display-webfont.woff2")
      format("woff2"),
    url("/wp-content/themes/artdeshine/fonts//fonts/adsdisplay-display-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

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

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}
.wrap,
.top-bar .flex-box {
  max-width: 1500px;
  margin: 0 auto;
}

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

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #59c7d5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

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

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

li {
  list-style-type: none;
}

.content li {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px !important;
}

.content li:last-child {
  margin-bottom: 30px !important;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ads_display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1,
.fake-h1 {
  font-size: 53px;
  line-height: 52px;
}

h2,
.fake-h2 {
  font-size: 55px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

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

input,
select,
textarea {
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
}

label {
  font-weight: 600;
  padding-left: 5px;
}
form p {
  margin-bottom: 10px;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

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

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #59c7d5;
  border-radius: 30px;
  border: 0;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

a.text-link {
  color: #000;
  display: inline-block;
  margin-left: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
  float: right;
  padding: 15px 60px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #f9ef32;
  border-radius: 30px;
  color: #000;
}

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

.button {
  display: inline-block;
}

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

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

/* Tables
--------------------------------------------- */

th {
  text-align: left;
  width: 20%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: middle !important;
  line-height: 6px !important;
}

.reset_variations {
  display: none !important;
}
.woocommerce-variation-price .price {
  color: #fff !important;
}
.single_variation_wrap {
  display: flex;
  align-items: center;
}
.single_variation {
  margin-right: 10px;
}

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

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.text-center {
  text-align: center;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 60px 30px 0;
}
.woocommerce .site-inner {
  padding: 0;
}

/* Flexbox
--------------------------------------------- */

.flex-box {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.switch-order:nth-child(even),
.reverse-order {
  flex-flow: row-reverse;
  justify-content: space-between;
}
.switch-order:nth-child(even) .last,
.reverse-order .last {
  margin-left: 0;
}
.switch-order:nth-child(even) .first,
.reverse-order .first {
  margin-right: 0;
}

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

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

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

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

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

.comment .avatar {
  margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

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

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

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.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-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 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,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

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

.widget {
  margin-bottom: 40px;
}

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

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

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

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

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

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

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

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

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

.after-entry .enews-widget input {
  text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
  display: none;
}

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

.site-header {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 30px;
}
.site-heading {
  margin-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.sub-heading {
  color: #f9ef32;
  font-weight: 600;
  font-size: 20px;
}

.site-heading .left-col {
  width: 50%;
  flex: 1 1 50%;
  padding-right: 20px;
}
.site-heading .right-col {
  width: 50%;
  flex: 0 0 50%;
}

.site-heading a.button {
  margin-right: 10px;
}

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

.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
  background-color: #59c7d5 !important;
  border: 0 !important;
}
.genesis-nav-menu .sub-menu {
  left: 15px !important;
}
.genesis-nav-menu .sub-menu a:hover {
  color: #000;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
  color: #000;
}

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

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

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

.js .nav-primary {
  display: none;
  position: relative;
}

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

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  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: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 0;
  overflow: visible;
  position: relative;
  z-index: 1000;
  border-radius: 0;
}

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

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
  height: 30px;
  width: 30px;
  font-size: 35px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 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;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-left: auto;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  color: 9D9D9D;
}

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

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul,
.white-backgroundol,
.white-background ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li,
.flex-box ol > li {
  list-style-type: decimal;
}
.entry-content ul > li,
.flex-box ul > li {
  position: relative;
  margin-bottom: 20px;
}
.entry-content ul > li:before,
.white-background ul > li:before {
  content: "";
  position: absolute;
  left: -40px;
  background-image: url("/wp-content/themes/artdeshine/images/bullet.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  width: 20px;
  height: 20px;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

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

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

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

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

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

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

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

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

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

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

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

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

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

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

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

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

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

.comment-header p {
  margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

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

.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

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

.site-footer {
  background-color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
  color: #9d9d9d;
}

.site-footer a {
  font-size: 14px;
  color: #9d9d9d;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .wrap {
  display: flex;
  align-items: center;
}

.sub-footer {
  padding: 40px 30px 0 30px;
  color: #fff;
  background-color: #000;
}
ul#menu-sub-footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
ul#menu-sub-footer-menu li a,
.sub-footer a {
  color: #fff;
  text-decoration: none;
}
.footer-socials .dashicons {
  margin-left: 10px;
  width: 25px;
  height: 25px;
  font-size: 25px;
}
.sub-footer .custom-logo-link {
  max-width: 300px;
}
.sub-footer .flex-box {
  max-width: 1500px;
  margin: 0 auto;
}

/* Top bar
--------------- */

.top-bar {
  background-color: #59c7d5;
  min-height: 40px;
  color: #000;
  padding: 0 40px 0 30px;
  font-size: 12px;
}

.top-bar > * {
  height: 40px;
}
.top-bar a {
  color: #000;
  text-decoration: none;
}
.top-bar-menus ul li {
  display: inline-block;
  margin: 0 0 0 60px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.about-nav:before {
  content: "";
  background-image: url("/wp-content/themes/artdeshine/images/about-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 4px;
}

.blog-nav:before {
  content: "";
  background-image: url("/wp-content/themes/artdeshine/images/blog-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 4px;
}
.account-nav:before {
  content: "";
  background-image: url("/wp-content/themes/artdeshine/images/account-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -15px;
  top: 4px;
}

.site-header {
  position: absolute;
  top: 60px;
  z-index: 9999999;
  width: 100%;
}

/* Main Header
----------------- */
.main-header {
  background-color: #000000;
  background-image: url("/wp-content/themes/artdeshine/images/header-bg 1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  color: #fff;
}
.homepage .main-header {
  background-image: none;
}
.main-header a,
.site-header {
  color: #fff;
}
body.homepage {
  background-color: #000;
  color: #fff;
}

/* Socials
---------------- */
.socials > a > span {
  margin-right: 15px;
  line-height: 22px;
  font-size: 16px;
}

/* Homepage Slider
---------------- */

#nav-dots {
  clear: both;
  display: flex;
  position: absolute;
  bottom: 40px;
  z-index: 200000;
}
#nav-dots li {
  display: inline-block;
}
#nav-dots a {
  text-decoration: none;
}
.rslides_here a {
  color: #59c7d5;
}

.rslides_nav.prev {
  order: 1;
}
.rslides_tabs {
  order: 2;
}
.rslides_nav.next {
  order: 3;
}
.rslides_tabs li {
  padding: 2px 3px 0;
}

#header-slider {
  position: relative;
}

/* Featured products
---------------- */

.featured-product-box {
  width: 80%;
  max-width: 1500px;
  display: block;
  z-index: 2000000;
  margin: -150px auto 0;
  background: #fff;
  padding: 25px;
  position: relative;
  clear: both;
  bottom: -150px;
  border-radius: 50px 0 50px 0;
  box-shadow: 0px 0px 15px #cdcdcd;
  color: #000;
}
.products-container .one-fourth img {
  padding: 0 40px;
}
.product-price {
  color: #59c7d5;
  font-weight: 600;
}

/* Homepage icons
-------------- */

.blue-background {
  background-color: #59c7d5;
  color: #fff;
  padding: 200px 0 40px;
}
.blue-background h4 {
  margin-bottom: 0;
  margin-top: 20px;
}
.blue-background .one-fourth {
  padding: 0 2%;
}
.blue-background img {
  max-height: 50px;
}

.stretch-width {
  width: 100%;
}

/* Black Content Homepage
--------------- */
.black-background {
  background-color: black;
  color: #fff;
}
.position-above {
  position: relative;
  z-index: 200000;
}

/* White Content Homepage
--------------- */

.white-background {
  background-color: #fff;
  color: #000;
}
.full-width .flex-box {
  max-width: 1500px;
  margin: 0 auto;
}
.white-background .sub-heading {
  color: #59c7d5;
}
.notch-above {
  margin-top: -80px !important;
}
.notch-padding {
  padding: 140px 0 250px;
}
.over-image {
  left: -3px;
  z-index: 1;
  position: absolute;
}

/* Blog posts homepage
-------------- */

.one-post {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  margin-bottom: 40px;
}
.one-post h4 {
  margin-bottom: 10px;
}
.one-post a {
  color: initial;
  text-decoration: none;
}
.post-container {
  padding: 30px;
}
.excerpt p {
  margin-bottom: 0;
}

.blog-container {
  margin-top: -230px;
  color: #000;
}
.the-pagination {
  text-align: center;
}
.the-pagination a {
  text-decoration: none;
  color: #000;
}
.page-numbers {
  padding: 0 10px;
}
.page-numbers.current {
  color: #59c7d5;
  font-weight: 600;
}

.grid-container > a,
.post-type-archive-product .grid-container .flex-box {
  position: relative;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  color: initial;
}
.grid-container {
  margin-bottom: 60px;
}
.main-left {
  grid-area: main-left;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 50px 0 50px 0 !important;
  padding: 20px;
}
.main-left .content {
  z-index: 2;
  position: relative;
  color: #fff;
}
.main-left:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 212, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50px 0 50px 0 !important;
}
.block-left {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.blog-featured-image {
  width: 30%;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 50px;
}
.small-top .content,
.small-bottom .content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.small-top {
  box-shadow: 0px 0px 14px #e0e0e0;
  border-radius: 0 50px 0 50px;
  grid-area: small-top;
}

.small-bottom {
  grid-area: small-bottom;
  box-shadow: 0px 0px 14px #e0e0e0;
  border-radius: 0 50px 0 50px;
}
.small-top .flex-box,
.small-bottom .flex-box {
  height: 100%;
}

/* Single blog posts
---------------- */

.related-articles {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
}
.entry-content {
  line-height: 35px;
}

.post-meta {
  color: #5c5c5c;
  margin-bottom: 10px;
}
.post-meta ul {
  padding-left: 0;
  margin-bottom: 0;
}
.post-meta li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.post-meta li:before {
  display: none;
}
.share-icons {
  font-weight: 600;
}
.share-icons a {
  color: #59c7d5;
  margin-left: 10px;
}
section {
  padding: 60px 0;
  clear: both;
  border-top: 1px solid #acacac;
}
.single-product section.blue-background {
  border-top: 0;
}
section.blue-background.notch-below.no-padding {
  padding: 30px 0 10px;
}

/* Contact Us Page */

.contact-info {
  margin: 30px 0;
}
.email {
  margin-top: auto;
}
.business-hours strong {
  color: #59c7d5;
}
.contact-us .site-inner {
  margin-bottom: 40px;
}

/* Become an installer */
.page-id-213 .blue-background {
  padding-top: 40px;
}
.large-number {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.logos-slider {
  padding: 100px 0 50px;
  position: relative;
}
.logos-slider h3 {
  text-align: center;
}
.logos-slider #nav-dots {
  position: relative;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 150px;
}
.navigation-for-slider {
  text-align: center;
  margin-top: 30px;
}
.swiper-pagination {
  display: inline-block !important;
  position: relative !important;
  width: auto !important;
  bottom: 0 !important;
  top: 1px !important;
  left: 1px !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  width: auto !important;
  margin-top: auto !important;
  display: inline-block !important;
  left: 0 !important;
  right: 0 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #59c7d5 !important;
}
form .flex-box {
  margin-bottom: 10px !important;
}

.wpsl-search {
  background: none !important;
}
.wpsl-input {
  width: 32%;
}
.wpsl-input div,
#wpsl-wrap label,
#wpsl-radius label,
#wpsl-wrap input,
.wpsl-dropdown {
  width: 100% !important;
}
#wpsl-wrap input {
  background-color: #f9f9f9;
  border: 1px solid #dedede !important;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  border-radius: 20px !important;
  width: 100%;
}
.wpsl-dropdown {
  background-color: #f9f9f9 !important;
  border: 1px solid #dedede !important;
  border-radius: 20px !important;
  padding: 2px;
}
.wpsl-select-wrap {
  width: 50%;
}
#wpsl-wrap input[type="submit"] {
  background-color: #59c7d5;
  border-radius: 30px !important;
  border: 0 !important;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 50px !important;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  background-image: none;
  margin-top: 31px;
  box-shadow: none !important;
}
#wpsl-radius,
#wpsl-results {
  width: 47%;
}
.wpsl-search-btn-wrap {
  width: 15%;
}
.page-id-238 .site-inner {
  padding-top: 20px;
}

/* Single Products */

.single-product .main-header .inner-wrap {
  margin-top: 100px;
  width: 100%;
}
.fourty {
  width: 40%;
}
.sixty {
  width: 60%;
}

.pricing-meta {
  margin-top: 20px;
}
.woocommerce-product-details__short-description > p:last-child {
  margin-bottom: 0;
}
.the-product-price {
  font-size: 22px !important;
  font-weight: 600;
  color: #fff !important;
}
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart div.quantity {
  float: none !important;
}

ins {
  text-decoration: none !important;
}
.quantity {
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 7px 0px !important;
}
.add-to-cart {
  text-align: right;
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.fourty {
  position: relative;
}
.tabs li.active {
  position: relative;
}

.trust-comments {
  font-family: "ads_display", sans-serif;
  color: #000;
  text-transform: uppercase;
}
.trust-comments img {
  max-width: 24px !important;
  max-height: 24px;
  margin-right: 5px;
}
.trust-comments .one-half {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.trust-comments .one-half.no-border-bottom {
  border-bottom: none;
}
.border-right {
  position: relative;
}
.border-right:after {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.products-container a,
li.entry.product a {
  text-decoration: none !important;
  color: inherit;
}
li.entry.product {
  text-align: center;
}
li.entry.product h2 {
  line-height: 20px;
}
.archive .woocommerce-Price-amount.amount {
  color: #59c7d5;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100% !important;
}
.woocommerce-tabs li a {
  font-family: "ads_display", sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.single-product .main-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 20px;
}
.woocommerce .entry-content {
  max-width: 100%;
}
ul.tabs.wc-tabs {
  margin-bottom: 20px;
}

.single-product aside.sidebar {
  display: none;
}
.woocommerce-Tabs-panel {
  min-height: 250px;
}
table.variations {
  width: 40% !important;
  margin-right: auto;
}

.cart-contents img {
  margin-top: -8px;
  margin-right: 3px;
}
.show-mobile {
  display: none;
}
.woocommerce-Tabs-panel ul > li {
  margin-bottom: 5px;
}
ul.tabs li {
  opacity: 0.5;
}
ul.tabs li.active {
  opacity: 1;
}

.product-single li.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 0;
  left: 0px;
  background-color: #59c7d5;
}
/* Product archives*/
.left-side {
  width: 22%;
  margin-right: 30px;
  padding-right: 40px;
  border-right: 1px solid #efefef;
}
.right-side {
  width: 78%;
}
.post-type-archive-product .sub-heading {
  text-transform: uppercase;
}
.blue-background-product {
  padding: 10px;
  box-shadow: none;
  background-color: #59c7d5;
}

.blue-background-product h2 {
  color: #fff;
}
.blue-background-product .sub-heading {
  color: #000;
}
.button-white {
  background-color: #fff !important;
}
.white-background-product {
  box-shadow: none;
  border: 2px solid #59c7d5;
  padding: 10px;
}
.white-background-product .sub-heading {
  color: #59c7d5;
}

.video-link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.main-left.video-link:before {
  display: none;
}

/* Custom Modal */
.video-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200000000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.close-button {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.close-button .dashicons {
  font-size: 50px;
  width: 50px;
  height: 50px;
}
.play-button {
  cursor: pointer;
}
.video-container {
  width: 100%;
  max-width: 700px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 1100px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    width: 60%;
    float: right;
  }
}

@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover {
    color: #59c7d5;
    text-decoration: none;
  }

  .admin-bar .site-header {
    top: 92px;
  }

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

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

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

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

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

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

  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

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

  /* Header Menu
	--------------------------------------------- */

  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
	--------------------------------------------- */

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

  .inner-wrap {
    padding: 0 30px;
    margin: 0 auto;
  }

  /* Sidebar
	--------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

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

  /* Author Box
	--------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

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

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

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

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

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

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

  /* Entry Misc.
	--------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

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

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

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
  .align-right {
    align-items: right;
    text-align: right;
  }
  .homepage .site-heading {
    margin-top: 0;
    min-height: 650px;
    padding-bottom: 0;
  }
  /* Content blocks */
  .reduced-width {
    width: 70%;
  }
  .entry-content {
    max-width: 60%;
    margin: 0 auto;
  }
  .blue-background .one-fourth {
    position: relative;
  }
  .blue-background .one-fourth:after {
    content: "";
    width: 1px;
    top: 0;
    height: 100%;
    position: absolute;
    right: -20px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .blue-background .one-fourth:last-child:after {
    display: none;
  }
  ul.tabs.wc-tabs {
    display: flex;
    margin-right: 30px;
  }
  .woocommerce-Tabs-panel ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .floating-image-block {
    position: absolute;
    top: 0;
    max-width: 90%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-decoration: underline;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    margin-left: 20px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 30px;
    grid-auto-flow: row;
    grid-template-areas:
      "main-left main-left main-left small-top small-top"
      "main-left main-left main-left small-bottom small-bottom";
    margin-bottom: 40px;
  }
  .post-type-archive-product .grid-container .small-top .left-image,
  .post-type-archive-product .grid-container .small-bottom .left-image {
    width: 40%;
  }
  .post-type-archive-product .grid-container .small-top .content,
  .post-type-archive-product .grid-container .small-bottom .content {
    width: 60% !important;
  }
  #header-slider li {
    height: 80vh;
    min-height: 600px;
    max-height: 650px;
    display: flex;
  }
  .left-side {
    display: block !important;
  }
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 1100px) {
  .trust-comments {
    display: none;
  }
}
@media (max-width: 959px) {
  .mobile-cart-contents {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-left: auto;
    padding-top: 2px;
  }
  .mobile-cart-contents img {
    height: 25px;
  }
  .site-header .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .wp-custom-logo .site-container .title-area {
    max-width: 190px !important;
  }
  #nav-dots {
    top: 30px;
    left: 30px;
  }
  #header-slider {
    padding-top: 40px;
  }
  .flex-box,
  .site-footer .wrap {
    flex-wrap: wrap;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .site-heading .left-col,
  .site-heading .right-col,
  .fourty,
  .sixty,
  .left-side,
  .right-side {
    width: 100%;
  }
  .left-col,
  .right-col {
    width: 100%;
    flex: 1 1 100% !important;
    padding-bottom: 20px;
    padding-right: 0 !important;
  }
  .site-heading a.button {
    width: 100%;
  }
  .main-header {
    min-height: 250px;
    padding: 0 10px;
  }
  .site-heading {
    padding-bottom: 0;
    margin-top: 80px;
  }
  .page-template-Home .site-heading {
    margin-top: 40px;
  }
  .main-header a {
    text-align: center;
    display: block;
    margin: 20px auto 10px;
  }
  .left-side {
    padding-right: 0;
    margin: 0 0 40px 0;
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }
  .top-bar,
  .add-to-cart,
  .pricing-meta {
    text-align: center;
  }
  .top-bar .socials {
    display: none;
  }
  ul#menu-top-bar li {
    margin: 0 0 0 12%;
  }
  .site-header {
    display: block;
  }
  .menu-toggle {
    color: #fff !important;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-primary {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-primary a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }
  ul#menu-main-menu {
    background-color: #59c7d5;
    padding: 10px 20px;
  }
  #menu-main-menu li {
    border-bottom: 1px solid #00000024;
  }
  #menu-main-menu li:last-child,
  ul#menu-sub-footer-menu li:last-child {
    border-bottom: 0;
  }
  .sub-footer .custom-logo-link {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .sub-footer {
    text-align: center;
  }
  ul#menu-sub-footer-menu {
    margin: 20px 0;
  }
  ul#menu-sub-footer-menu li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #585858;
  }
  .nav-secondary,
  .site-footer p {
    margin: auto;
  }
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .site-inner {
    word-break: break-word;
  }
  .products-container .one-fourth {
    width: 50%;
  }
  .blue-background .one-fourth {
    margin-top: 20px;
  }

  .inner-wrap,
  .full-width {
    padding: 0px 20px;
  }

  .switch-order:nth-child(even) {
    flex-wrap: wrap;
  }
  .blog-posts {
    text-align: center;
  }
  .blog-posts .one-post {
    margin-bottom: 40px;
  }
  .blue-background {
    padding: 170px 0 30px;
  }
  .homepage .white-background .one-half {
    min-height: 680px;
    padding: 40px 0;
  }
  .white-background .flex-box,
  .black-background .flex-box {
    flex-flow: column-reverse;
  }

  .blog-container,
  .blog-container a.text-link {
    margin-top: 0;
    color: #fff;
  }
  .white-background .one-half img {
    margin-bottom: 30px;
  }
  .white-background .one-half p:last-child {
    margin-bottom: 0;
  }
  .contact-info .one-half {
    margin-bottom: 30px;
  }
  .wpsl-input,
  .wpsl-select-wrap,
  .wpsl-search-btn-wrap {
    width: 100%;
  }
  #wpsl-radius,
  #wpsl-results {
    width: auto;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
  }
  ul.tabs li {
    margin-bottom: 10px !important;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0 20px;
  }
  .woocommerce div.product form.cart {
    justify-content: center;
    flex-wrap: wrap;
  }
  table.variations {
    width: 100% !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .grid-container > a {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-featured-image,
  .small-top .content,
  .small-bottom .content {
    width: 100%;
    min-height: 230px;
    text-align: center;
  }
  .blog-featured-image {
    border-radius: 0 50px 0 0;
  }
  .post-type-archive-product .grid-container {
    text-align: center;
  }
  .post-type-archive-product .left-image {
    width: 100%;
  }
  .post-type-archive-product .small-top .content,
  .post-type-archive-product .small-bottom .content {
    min-height: auto;
  }
  .small-top,
  .main-left,
  .small-bottom {
    margin-bottom: 20px;
  }
  .small-top .content,
  .small-bottom .content {
    padding: 0 20px 20px;
  }
  .genesis-nav-menu .sub-menu a {
    background-color: #59c7d5;
  }
  .over-image {
    display: none;
  }
  .grid-container {
    display: none;
  }
  .post-type-archive .left-side {
    display: none;
  }
  .filter-toggle {
    display: block;
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #6b6b6b;
    font-family: "ads_display", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
  }
  .dashicons-menu:before {
    font-size: 35px;
  }
  #partner-logos {
    display: none;
  }
  .notch-above {
    margin-top: -20px !important;
  }
}
@media (max-width: 600px) {
  .products-container .one-fourth {
    width: 100%;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .space-between {
    justify-content: space-around;
  }
  ul#menu-sub-footer-menu li {
    margin-left: 0;
  }
}

@media (max-width: 340px) {
  .wp-custom-logo .site-container .title-area {
    max-width: 160px !important;
  }
}
