/*
  Theme Name: Custom
  Author: Thrive Digital
  Author URI: http://thriveweb.com.au/
  */

/*---------------------------- normalize ----------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}
body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #f9ff51;
    color: black;
    text-shadow: none;
}
::selection {
    background: #f9ff51;
    color: black;
    text-shadow: none;
}

a {
    color: #00e;
}
a:visited {
}
a:hover {
    color: #06e;
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 600;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: "courier new", monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}

form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
    *overflow: visible;
}
table button,
table input {
    *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
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-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: middle;
}

/* ---------- basic ----------*/

body {
    margin: 4rem 0 0;
    background: #fff;
    font-family: "Lato", sans-serif;
}

.content_style table,
.content_style table tr,
.content_style table tr td {
    border: 1px solid #c5c5c5;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    padding: 0.5rem;
}

/* ---------- typography ----------*/

h1,
h2,
h3 {
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
}

h1,
h2 {
    margin-top: 0;
    font-size: 2.5rem;
}

h2 {
    color: #333;
}

h1,
h3 {
    color: #969696;
}

h3 {
    font-size: 1.5rem;
}

h4,
h4 a {
    font-size: 1rem;
    color: #c5c5c5;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 2rem;
}

h4,
p,
a {
    font-family: "Lato", sans-serif;
}

p {
    color: #333;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 2rem;
}

a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #969696;
}

/* ---------- layout ----------*/

section {
    width: 100%;
    padding: 3rem 0;
}

.large {
    max-width: 70rem;
    margin: auto;
    position: relative;
}

.medium {
    max-width: 60rem;
    margin: auto;
    position: relative;
}

.small {
    max-width: 50rem;
    margin: auto;
}

.column {
    width: 45%;
}

.third {
    width: 33.33%;
    display: inline-block;
    padding: 2rem 0;
}

.fixed {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 28rem;
    padding: 3rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed h2 {
    z-index: 9;
}

.fixed:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* ---------- colours ----------*/

.white {
    background: #fff;
}

.light {
    background: #e4e1e1;
}

.dark {
    background: #d7d3d3;
}

/* ---------- align ----------*/

.center {
    text-align: center;
    margin: auto;
}

.left {
    float: left;
    left: 0;
}

.right {
    float: right;
    right: 0;
}

.taleft {
    text-align: left;
}

.taright {
    text-align: right;
}

.tacenter {
    text-align: center;
}

.clear {
    clear: both;
}

/* ---------- image ----------*/

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- button ----------*/

button,
.button {
    padding: 1.2rem;
    background: #d7d3d3;
    color: #fff;
    text-transform: lowercase;
    border: none;
    font-size: 1.1rem;
    line-height: 0;
    font-style: italic;
    letter-spacing: 1px;
    max-width: 7rem;
    text-align: center;
    border-radius: 0.5rem;
    margin: 2rem auto 0;
    transition: 0.4s;
    display: block;
}

button:hover,
.button:hover {
    color: #fff;
    background: #969696;
}

.back {
    width: 100%;
    text-align: left;
    padding-bottom: 2rem;
}

.back a {
    font-family: "Dosis", sans-serif;
    font-size: 1.2rem;
    color: #969696;
    text-transform: uppercase;
    font-weight: 200;
}

.back a img {
    width: 0.5rem;
    margin: -4px 1rem 0 0;
}

/* ---------- edit ----------*/

.edit_link {
    display: none;
}

/* ---------- menu ----------*/

header {
    width: 100%;
    background: #fff;
    position: fixed;
    /* overflow: hidden; */
    border-bottom: 3px solid #d7d3d3;
    height: 4rem;
    top: 0;
    z-index: 9999999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

header .logo img {
    width: 25rem;
}

header .logo img,
nav ul {
    margin-top: 1.4rem;
}

header .large {
    max-width: 90rem;
    padding: 0 1rem;
}

header .large .button {
    margin: 0.8rem 0 0 1.5rem;
    align-self: center;
}

nav {
    display: flex;
}

nav ul {
    list-style: none;
    font-size: 0.8rem;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
}

nav ul li {
    display: inline-block;
    margin-left: 1rem;
}

nav ul li a {
    color: #969696;
    transition: 0.3s;
}

nav ul li:hover > a {
    color: #d7d3d3;
}

nav ul li.contact-link > a {
    background-image: url("images/cart-icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 1rem 0 1rem 3rem;
    margin-left: 1rem;
}

nav ul li.menu-item-has-children {
    position: relative;
}

nav ul li.menu-item-has-children .sub-menu,
nav ul li.menu-item-has-children .sub-menu li,
nav ul li.menu-item-has-children .sub-menu li a {
    padding: 0;
    margin: 0;
    /* width: 100%; */
    display: block;
}

nav ul li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    background: white;
    z-index: 200000000;
    padding-top: 20px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    text-align: center;
}

@media screen and (min-width: 1250px) {
    nav ul li.menu-item-has-children:hover .sub-menu {
        display: block;
    }

    nav ul li.menu-item-has-children > span {
        display: none;
    }
}

nav ul li.menu-item-has-children .sub-menu li a {
    padding: 10px !important;
}

nav ul li.menu-item-has-children .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #d7d3d3;
}

#menu-btn {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    cursor: pointer;
}

.bar {
    width: 2rem;
    height: 2px;
    background: #d7d3d3;
    margin: 0.5rem 0;
}

/* ---------- popup ----------*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease 0.5s;
    opacity: 0;
    z-index: -999;
    visibility: hidden;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999999999;
}

.overlay .popup {
    width: 30rem;
    height: auto;
    background: white;
    padding: 2rem;
    position: relative;
}

.overlay .popup .close {
    position: absolute;
    height: 1.6rem;
    width: 1.6rem;
    right: -2rem;
    top: -2rem;
}

.overlay .popup .image,
.overlay .popup .image img {
    height: 20rem;
}

.overlay .popup h1 {
    /* margin-top: 3rem; */
}

/* ---------- hero ----------*/

.hero,
.hero .image {
    height: 40rem;
}

.hero {
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .image img {
    opacity: 0.5;
    width: 100vw;
}

.hero h1 {
    position: absolute;
    z-index: 99999;
    font-weight: 300;
    margin: 0;
    text-align: center;
    color: #fff;
}

/* ---------- home ----------*/

.home_slider .image,
.home_slider .thumbnail,
.home_slider .image img {
    height: 56.4vw;
    max-height: 88vh;
    position: relative;
}

.home_slider .slide_info {
    position: absolute;
    z-index: 99999;
    width: 90%;
}

.home_slider .thumbnail {
    display: none;
}

.home_slider video {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 720px) {
    .home_slider .thumbnail {
        display: block;
    }

    .home_slider video {
        display: none;
    }
}

/* .home_slider .hero .slide_info h1,
  .home_slider .hero .slide_info h4{
    position: relative;
  } */

.swiper-container .swiper-pagination-bullet {
    border: 1px solid #d7d3d3;
    background: none;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #d7d3d3;
}

ul.instagram-pics {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

ul.instagram-pics li,
ul.instagram-pics li img {
    width: 15rem;
    height: 15rem;
    object-fit: cover;
}

ul.instagram-pics li {
    margin: auto;
    margin-bottom: 1rem;
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

ul.instagram-pics li:hover {
    transform: translateX(-0.5%) translateY(-0.5%);
}

/* ---------- about ----------*/

.features .third {
    width: 30%;
}

/* ---------- column images ----------*/

.column_images .third {
    width: 30%;
}

.post-type-archive-product .column_images .third {
    width: 42%;
}

.column_images .third:first-child {
    float: left;
}

.column_images .third:last-child {
    float: right;
}

.column_images .third .image {
    height: 32rem;
    position: relative;
}

.column_images .third .info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
}

.column_images .third .info {
    opacity: 0;
}

.column_images .third .image:hover .info {
    opacity: 1;
    cursor: default;
}

/* ---------- collections ----------*/

.collection {
    width: 100%;
}

.collection .image {
    margin: 0 auto 4rem;
}

.collection .image,
.collection .image img {
    height: auto;
}

ul#collections_menu {
    width: 14rem;
    position: absolute;
    right: 100%;
    list-style: none;
    border-left: 1px solid #969696;
    margin: 0;
    padding-left: 1.5rem;
}

ul#collections_menu li {
    margin: 0.8rem 0;
}

ul#collections_menu li a {
    font-family: "Dosis", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d7d3d3;
    transition: 0.3s;
}

ul#collections_menu li a:hover,
ul#collections_menu li.current-menu-item a {
    color: #969696;
}

ul#collections_menu.sticky {
    position: fixed;
    top: 3rem;
}

/* ---------- real brides ----------*/

.bride.third {
    width: 33.33%;
    position: relative;
    float: left;
    padding: 0;
}

.bride .bride_info {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.bride .bride_info:hover {
    opacity: 1;
}

/* ---------- journal ----------*/

#searchbox input {
    margin-bottom: 2rem;
    border: 1px solid #e4e1e1;
    box-shadow: none;
    background-image: url(images/search.svg);
    background-position: left 0.8rem center;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0.8rem 0.8rem 0.8rem 2.8rem;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    color: #969696;
    font-weight: 300;
    border-radius: 7px;
}

article .info {
    border-bottom: 1px solid #e4e1e1;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

article:last-child .info {
    border-bottom: 0;
    margin-bottom: 0;
}

article .info .button {
    float: right;
    margin-top: 1.4rem;
}

article .details h1,
article .details h4 {
    margin: 0;
    width: 100%;
}

.journal article .gallery .image {
    width: 50%;
    height: 30rem;
    float: left;
}

/* ---------- paging ----------*/

#pn_next a,
#pn_prev a {
    color: #969696;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: -1px;
    letter-spacing: 1px;
}

#pn_next a:hover,
#pn_prev a:hover {
    text-decoration: none;
}

#pn_prev,
#pn_next {
    margin-top: 2rem;
    width: auto;
}

#pn_prev {
    float: left;
    text-align: left;
    background: url(images/back.svg);
    background-position: left center;
    background-size: 0.6rem;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
}

#pn_next {
    float: right;
    text-align: right;
    background: url(images/forward.svg);
    background-position: right center;
    background-size: 0.8rem;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}

/* ---------- stockists ----------*/

.stockists {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stockists .third:nth-child(n + 4) {
    border-top: 1px solid #e4e1e1;
}

/* ---------- contact ----------*/

.contact_info {
    border-top: 1px solid #d7d3d3;
    max-width: 70rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contact_info h1,
.contact_info h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.contact_info .center {
    padding: 0 4rem;
    border-left: 1px solid #d7d3d3;
    border-right: 1px solid #d7d3d3;
}

.contact_info .right {
    max-width: 15rem;
}

.contact_info iframe {
    width: 90%;
    height: 15rem;
    border: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.contact_info i {
    color: #fff;
    background-color: #969696;
    font-size: 0.9rem;
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.9rem;
    border-radius: 100%;
    text-align: center;
    margin-right: 1rem;
}

/* ---------- footer ----------*/

footer p,
footer a {
    font-weight: 300;
    color: #969696;
}

footer p {
    margin-bottom: 0;
}

footer .light,
footer .dark {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .light {
    padding: 1rem 0;
}

footer .dark {
    padding: 2rem 0;
}

footer .right,
footer .left,
footer .center {
    width: 16rem;
}

footer .right {
    margin-right: 4rem;
}

footer .left {
    margin-left: 4rem;
}

footer .center img {
    width: 100%;
}

footer img.logo {
    width: 3rem;
    mix-blend-mode: soft-light;
}

footer ul#foot {
    list-style: none;
    padding: 0;
}

footer ul#foot li {
    color: #969696;
    margin-bottom: 0.5rem;
}

#socialdiamond {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #f0f0f0;
    position: relative;
    top: -20px;
}

#socialdiamond:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #f0f0f0;
}

ul#social {
    margin: 0;
    padding: 0;
}

ul#social li {
    list-style: none;
    text-align: left;
    display: inline-block;
    margin-right: 1rem;
}

ul#social li a {
    position: relative;
    display: block;
}

ul#social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    color: #a2a2a2;
}

/* ---------- forms ----------*/

#mc_embed_signup form {
    width: 100%;
    font-family: "Lato", sans-serif;
}

#mc_embed_signup form input {
    border: none;
    height: 2.5rem;
    padding: 0 1rem;
    float: left;
}

#mc_embed_signup form input[type="email"] {
    border-radius: 7px 0 0 7px;
    font-weight: 300;
    background: #f0f0f0;
    width: calc(100% - 8rem);
}

#mc_embed_signup form input[type="email"]::placeholder {
    font-weight: 300;
}

#mc_embed_signup form input[type="submit"] {
    border-radius: 0 7px 7px 0;
    background: #969696;
    color: #fff;
    font-size: 1.1rem;
    line-height: 0;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
    width: 6rem;
}

#mc_embed_signup div.mce_inline_error,
#mce-success-response {
    font-weight: 300 !important;
    background: none !important;
    padding: 1rem 0 0 !important;
    clear: both;
}

#mc_embed_signup div.mce_inline_error {
    color: red !important;
}

#mce-success-response {
    color: green !important;
}

.wpcf7 form {
    overflow: hidden;
    color: #000;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
    color: #333;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 1.5rem !important;
    background: #f2f2f2;
    border: 0;
    font-weight: 300;
    margin-bottom: 1rem;
}

.wpcf7 textarea {
    height: 10rem;
}

.wpcf7 input.button {
    background: #d7d3d3;
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    max-width: 12rem;
}

.wpcf7 input.button:hover {
    background: #969696;
}

.wpcf7 select {
    background-image: url(images/drop.svg);
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 0.8rem;
}

/* ---------- form notice ----------*/

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-form span.wpcf7-not-valid-tip {
    border: none;
    margin: 0;
    padding: 1rem;
    text-shadow: none;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form span.wpcf7-not-valid-tip {
    color: red;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    color: green;
}

.wpcf7-form .wpcf7-mail-sent-ng,
.ajax-loader,
.wpcf7-form-control-wrap.event {
    display: none;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    right: 15px;
    font-size: 24px;
    top: -17px !important;
    position: absolute;
}

/* ---------- share ----------*/

.share-this {
    margin-top: 2rem;
    border-top: 1px solid #d7d3d3;
    border-bottom: 1px solid #d7d3d3;
}

.share-this ul {
    margin: 0;
    padding: 1rem 0;
}

.share-this ul li {
    list-style: none;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #969696;
    text-transform: uppercase;
    display: inline-block;
}

.share-this li i {
    color: #d7d3d3;
    font-size: 0.9rem;
    margin-left: 1rem;
}

/* ---------- responsive ----------*/

@media screen and (max-width: 1650px) {
    .collection {
        width: 100%;
    }

    .collection .image {
        margin-bottom: 2rem;
    }

    ul#collections_menu {
        position: relative;
        margin: 0 0 3rem;
        right: 0;
    }
}

@media screen and (max-width: 1250px) {
    body {
        margin-top: 4rem !important;
    }

    .large,
    .medium {
        width: 90%;
    }

    .features .third,
    .stockists .third {
        width: 100% !important;
        float: none;
        text-align: center;
    }

    .stockists .third h3 {
        text-align: center;
    }

    .stockists .third:nth-child(n + 2) {
        border-top: 1px solid #e4e1e1;
    }

    .hide {
        display: block;
    }

    .show {
        display: none;
    }

    header .logo img {
        margin-top: 1.6rem;
        width: 18rem;
    }

    header nav.right {
        height: 0;
        overflow: hidden;
    }

    header.open nav.right {
        margin: 30px 0 0;
        padding-bottom: 30px;
        height: 100%;
        background: white;
    }

    header nav.right li.menu-item-has-children > span {
        display: inline-block;
        margin-left: 5px;
        color: #969696;
        cursor: pointer;
    }

    header nav.right li.menu-item-has-children.submenu-active > .sub-menu {
        display: block;
    }

    header nav.right .sub-menu {
        position: relative !important;
        top: 0;
        margin-top: 1rem !important;
        padding: 0 !important;
    }

    header nav.right .sub-menu li {
        border: 0 !important;
        border-top: 1px solid #d7d3d3 !important;
    }

    header nav.right .sub-menu li:last-child {
        border-bottom: 1px solid #d7d3d3 !important;
    }

    header nav.right .sub-menu a {
        padding: 0;
    }

    header.open .bar:nth-child(1) {
        display: none;
    }

    header.open .bar:nth-child(2) {
        margin-top: 1rem;
        transform: rotate(45deg) !important;
    }

    header.open .bar:nth-child(3) {
        top: 0.5rem;
        position: absolute;
        transform: rotate(-45deg);
    }

    nav {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    header .large .button {
        margin: 0 auto !important;
    }

    nav ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }

    nav ul li:nth-last-child(1) {
        margin-left: 0 !important;
    }

    ul.instagram-pics li,
    ul.instagram-pics li img {
        width: 20vw !important;
        height: 20vw !important;
    }

    .contact_info {
        display: block;
        width: 80%;
    }

    .contact_info .third {
        padding: 0;
    }

    .contact_info iframe {
        width: 100%;
    }

    .contact_info .center {
        border: 0;
        width: 55% !important;
        float: right;
    }

    .contact_info .right {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    footer .right,
    footer .left,
    footer .center {
        width: 100%;
        float: none;
        text-align: center;
        margin: auto;
    }

    footer .form {
        max-width: 18rem;
    }

    footer .light {
        padding: 1.5rem 0;
    }

    footer .light a {
        display: none;
    }

    footer .light .center img {
        width: 25rem;
        padding-top: 1rem;
    }

    footer .dark .left {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .small {
        width: 90%;
    }
}

@media screen and (max-width: 740px) {
    .third {
        width: 100% !important;
    }

    .overlay .popup {
        width: 80%;
    }

    .overlay form {
        width: 100% !important;
    }

    .bride.third {
        margin-bottom: 1rem;
    }

    .fixed {
        background-attachment: scroll;
    }

    .bride .bride_info {
        height: auto;
        padding-top: 2rem;
        opacity: 1;
    }

    .journal article .gallery .image {
        width: 100%;
        height: auto;
        float: none;
    }

    .contact_info iframe {
        margin-bottom: 3rem;
    }

    .contact_info .center {
        width: 100% !important;
        margin: auto;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    h1,
    h2 {
        font-size: 2rem;
    }

    header .logo img {
        width: 80%;
    }

    .column {
        width: 100%;
        float: none;
        padding: 1rem 0;
    }

    form.wpcf7-form .right,
    form.wpcf7-form .left,
    form.wpcf7-form p {
        padding: 0 !important;
    }

    .hero,
    .hero .image,
    .home_slider .swiper-slide,
    .home_slider .swiper-slide img,
    .fixed {
        height: 15rem;
        min-height: 15rem;
    }

    .column_images:not(.category_tiles) .third .info {
        opacity: 1;
    }

    article .info .left,
    article .info .right {
        display: block;
        float: none;
        margin: auto;
    }

    article .info .button {
        float: none;
        margin-top: 1rem;
    }

    article .details h1,
    article .details h4 {
        text-align: center;
    }

    ul.instagram-pics li,
    ul.instagram-pics li img {
        width: 35vw !important;
        height: 35vw !important;
    }

    ul.instagram-pics li:nth-child(n + 7) {
        display: none;
    }

    footer .light .center img {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .overlay .popup {
        padding: 1rem;
    }

    .overlay .popup .image,
    .overlay .popup .image img {
        height: 10rem;
    }

    .overlay .popup h1 {
        margin-top: 1rem;
    }
}

@media screen and (max-height: 400px) {
    .overlay .popup .image {
        display: none;
    }

    .overlay .popup {
        margin: 2rem auto;
    }
}

/ #blog_head {
    text-align: right;
    padding-bottom: 70px;
    line-height: 45px;
}

.sres {
    font-style: italic;
}

#searchbox {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

#searchbox form {
    width: 100%;
    box-sizing: border-box;
}

.is_webkit select {
    /* Tweaks for Safari + Chrome. */
}

select {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid;
    border: none;
    color: #000;
    outline: 0;
    padding: 6px;
    font-size: 12px;

    /* IE7 */
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}

h2.btitle {
    font-size: 22px;
    text-transform: uppercase;
    width: 45%;
    float: left;
    background-color: white;
    color: #125a68;
    text-align: center;
}

/*---------------------------- blog format ----------------------------*/

.jornal_wrap {
    float: left;
    width: 33.3333333%;
    position: relative;
}

.journcont_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;

    opacity: 0;

    padding: 20px;
    box-sizing: border-box;

    -webkit-backface-visibility: hidden;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.journal_hovbox:hover .journcont_wrap {
    opacity: 1;
}

a.journal_hovbox img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    -webkit-backface-visibility: hidden;
}

a.journal_hovbox:hover img {
    opacity: 0.5;
}

.journcont_wrap h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.journcont_wrap p {
    margin: 0;
    color: #282828;
    font-style: italic;
    font-weight: 300;
}

.blog_feature {
    margin-bottom: 0;
    text-align: center;
}

.single-realbrides .blog_contwrap {
    width: 70%;
    margin: auto;
    margin-bottom: 110px;
}

article {
    margin-bottom: 0;
}

article h2 {
    word-wrap: break-word;
    overflow: hidden;
}

article h2 a,
article h2 a:visited {
    text-decoration: none;
    color: black;
    opacity: 0.99;
}

article h2 a:hover {
    opacity: 0.6;
}

.date_box p {
    margin: 0;
    padding: 0;
    text-shadow: none;
    position: relative;
    top: 2px;
}

.date_box {
    background-color: #e9e9e9;

    padding: 10px;
    height: 18px;

    margin-bottom: 20px;
    margin-top: 10px;
}

.date_box a {
    font-style: italic;
}

.search .date_box .stats {
    font-size: 20px;
}

.date_box .stats {
    float: left;
}

.date_box .date {
    float: right;
    text-align: right;
}

#info_box {
    background-color: #8c1016;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

#info_box h2,
#info_box h5 {
    color: white;
    text-shadow: none;
    margin: 5px;
}

.single .blog_feature {
    margin-bottom: 60px;
}

.single #main {
    margin-top: 150px;
    margin-bottom: 80px;
}

.blog_insta_wrap ul {
    margin: 0;
    padding: 0;
}

.blog_insta_wrap ul li {
    margin: 0;
    padding: 0;

    list-style: none;
    width: 50%;
    float: left;
}

.blog_insta_wrap ul li a img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    -webkit-backface-visibility: hidden;
}

.blog_insta_wrap ul li a:hover img {
    opacity: 0.7;
}

#blog_insta_title {
    text-transform: uppercase;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
    margin-top: 50px;
}

ul#blog_social {
    margin: 0;
    padding: 0;

    text-align: center;
    padding-top: 10px;
    margin-top: 10px;

    border-top: solid 1px #e0e0e0;
}

ul#blog_social li {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 6%;
    padding-right: 6%;

    box-sizing: border-box;
}

ul#blog_social li a {
    color: #b7b7b7;

    -webkit-backface-visibility: hidden;
}

ul#blog_social li a:hover {
    color: #8f8f8f;
}

.single .post-next,
.single .post-prev {
    background-color: transparent;
    color: #d5d5d5;

    -webkit-backface-visibility: hidden;
}

.single .post-next:hover,
.single .post-prev:hover {
    background-color: transparent !important;
    text-decoration: underline;
    color: #d5d5d5;
}

.single #journal_left article {
    border: none;
}

/*---------------------------- comments ----------------------------*/

div#comments {
    position: relative;
}

#comments textarea {
    width: 600px;
}

#comments .author {
    float: left;
    font-weight: bold;
    line-height: 30px;
}

#comments .time {
    color: #a5a5a5;
    float: right;
}

#comments em {
    padding-bottom: 15px;
    display: block;
}

#comments #comments_num {
    position: absolute;
    left: -260px;
    top: 0;
    margin: 0;
}

article #comments #comments_num {
    display: none;
}

#comments .commentlist {
    margin: 0;
    padding: 0;
}

#comments .comment {
    padding-bottom: 5px;
    border-top: solid 1px #cfcfcf;
    list-style: none;
    padding-bottom: 5px;
}

#comments #respond {
    margin-top: 20px;
}

#comments input {
    padding: 5px;
}

#comments .avatar {
    margin-right: 10px;
    float: left;
}

#comments .children {
    padding-left: 0;
}

#comments .children li {
    margin-left: 60px;
}

p.author,
p.time {
    margin-bottom: 0;
}

.commentlist li:before {
    content: " ";
    padding: 0;
}

.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active {
    color: white;
    background: #00303a !important;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

#cat {
    padding-top: 6px;
    padding-bottom: 4px;
    background-image: url(images/drop.png);
    background-repeat: no-repeat;
    background-position: right 11px;

    width: 140px;

    font-size: 12px;
}

/*------------------- Responsive Syling ------------------*/

@media screen and (max-width: 1240px) {
    #main {
        margin-top: 180px;
    }
    .page-id-16 #main {
        margin-top: 25px;
    }

    #mce_ajax {
        /* MAILCHIMP AJAX */
        display: none !important;
    }
    /* 	Home */

    .homeslide_wrap {
        max-height: 600px;
    }
    /* 	About */

    .about.list_wrap .list_item {
        font-size: 15px;
        line-height: 1.5;
    }
    .abouthov_cont {
        padding: 25px;
    }

    /* 	Collections  */
    .single #main {
        margin-top: 150px;
    }

    /* 	Contact */

    .wide_lcol {
        width: 74%;
    }
    .small_rcol {
        width: 25%;
        font-size: 16px;
    }
    .loaction_dets {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .video {
        display: none;
    }
    .video-placeholder {
        display: block;
    }
    .mute {
        display: none;
    }
    .post-type-archive #maker_wrap .layout_fixed {
        background-size: cover;
    }

    /* 	Home */
    .home_insta_wrap ul {
        max-width: 700px;
        margin: 0 auto;
    }
    .home_insta_wrap ul li {
        margin: 0 2% 25px 2%;
    }

    /* 	About */
    .about_col {
        padding: 10px;
    }
    .about.list_wrap .list_item {
        width: 100%;
        padding: 0;
    }
    .about.list_wrap .list_item h2 {
        float: right;
        width: 60%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .list_item img {
        width: 33.3%;
    }
    .abouthov_cont {
        box-sizing: border-box;
        position: relative;
        padding: 0 25px;
        opacity: 1;
        width: 60%;
        float: right;
    }
    #about_column_title h3 {
        padding: 10px;
    }

    .threecol_hbox img {
        -webkit-backface-visibility: hidden;
    }

    .threecol_hbox:hover img {
        opacity: 1;
    }

    /* 	Shop */
    .post-type-archive-product .woomain #container {
        padding: 50px 0 !important;
        width: 95% !important;
    }

    /* 	Collections */
    .collection_item {
        width: 100%;
    }
    .coll_hbox img {
        width: 33.33%;
        float: left;
        display: block;
    }
    .collection_cont {
        box-sizing: border-box;
        position: relative;
        padding: 0 25px;
        opacity: 1;
        width: 60%;
        float: right;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .collection_cont h3 {
        margin: 50px 0;
    }
    .coll_hbox:hover img {
        opacity: 1;
    }

    #main {
        margin-bottom: 50px;
    }

    /* 	Contact */
    .map-item {
        width: 49.5%;
        box-sizing: border-box;
        float: left;
        margin-right: 1%;
        padding-right: 1%;
        border-right: solid 1px #f2f2f2;
        box-sizing: border-box;
        border-bottom: 0;
    }
    .map-item:nth-of-type(even) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        float: right;
    }
    .wide_lcol {
        width: 100%;
        border-right: solid 0px #f2f2f2;
        box-sizing: border-box;
    }
    .small_rcol {
        width: 100%;
    }
    .loaction_dets {
        width: 100%;
        margin-top: 25px;
    }
    .map_wrap {
        width: 100%;
    }

    .hprod_title_wrap {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        display: inline-block;
        opacity: 1;
    }

    .hprod_title_wrap h3 {
        font-size: 17px;
        line-height: 23px;
        margin-top: 11px;
    }

    ul.homeprod_list li a:hover img {
        opacity: 1;
    }
}

@media screen and (max-width: 800px) {
    /* 	------- Footer -------- */

    .footcol.one,
    .footcol.two,
    .footcol.three {
        width: 100%;
        margin-top: 25px;
        text-align: center;
        vertical-align: bottom;
    }
    .mailchimp_button {
        float: none;
        margin-left: -3px;
    }
    #foot_nav {
        position: relative;
    }

    /*-- Home --*/
    .home_coltop {
        width: 50%;
    }
    .home_coltop:first-of-type {
        width: 100%;
    }
    .with-content .small.lcol,
    .with-content .small.rcol,
    .small.lcol,
    .small.rcol {
        width: 90% !important;
        max-width: 500px;
        padding: 10px;
        box-sizing: border-box;
        float: none;
        margin: 0 auto;
    }
    p.p1 {
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.7;
    }
    /* 	About */
    .about_col {
        width: 50%;
    }
    .about_col:first-of-type {
        width: 100%;
    }
    .about.list_wrap .list_item h2 {
        margin-bottom: 10px;
    }
    .abouthov_cont {
        padding: 0;
    }
    .about.list_wrap .list_item h2 {
        padding: 0;
    }

    /*--- Blog ---*/

    h2.btitle {
        float: none;
        width: 100%;
        font-size: 17px;
        text-align: center;
    }
    #journal_left {
        width: 100%;
    }
    #journal_right {
        width: 100%;
        float: none;
        margin: 0 auto;
        max-width: 600px;
    }
    #journal_left article {
        margin-bottom: 100px;
    }
    #journal_left article:last-of-type {
        margin-bottom: 0px;
    }

    .blog_insta_wrap ul li {
        width: 25%;
        text-align: center;
    }
    ul#blog_social {
        display: none;
    }

    /* 	Collections */
    .collection_cont h3 {
        margin: 25px 0;
    }
    .single #main {
        margin-top: 120px;
    }

    /* 	 RealBrides  */
    .jornal_wrap {
        width: 50%;
    }
    .journcont_wrap h2 {
        font-size: 20px;
    }

    /* 	Stockists */

    .stock.rcol,
    .stock.lcol {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 25px auto;
    }

    /* 	Contact */

    .contact.scol {
        width: 100%;
        margin: 0 auto;
    }
    .map-item {
        width: 100%;
        float: left;
        margin-right: 0;
        padding-right: 0;
        border-right: solid 0px #f2f2f2;
        border-bottom: solid 1px #f2f2f2;
    }

    .wide_lcol {
        width: 100%;
        border-right: solid 0px #f2f2f2;
        box-sizing: border-box;
    }
    .small_rcol {
        width: 50%;
        float: right;
        margin-top: -250px;
    }
    .loaction_dets {
        width: 60%;
        margin-top: 25px;
        float: left;
    }

    .single-realbrides .blog_contwrap {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    /* 	About */

    .about_col {
        padding: 10px;
    }
    .about.list_wrap .list_item {
        text-align: center;
    }
    .about.list_wrap .list_item h2 {
        width: 100%;
        float: none;
    }
    .about.list_wrap .list_item img {
        max-width: 45%;
        max-height: 300px;
        box-sizing: border-box;
        width: auto;
    }
    .abouthov_cont {
        width: 50%;
    }
    /*--Contact--*/

    .contact .lcol {
        float: left;
        width: 100%;
    }

    .contact .rcol {
        float: right;
        width: 100%;
    }

    /*--Blog--*/

    .dets_wrap {
        width: 100%;
        float: none;
        border-bottom: solid 1px #ececec;
        margin-bottom: 20px;
    }

    .dets {
        border-right: none;
        padding: 0;
    }

    article .content_wrap {
        width: 100%;
        float: none;
    }

    #blog_head {
        text-align: center;
    }

    /*--- Footer ---*/

    #copy {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }

    /* 	Collections */
    .collection_cont h3 {
        margin: 25px 0;
    }
    .blue_link.coll {
        margin-top: 25px;
    }
    .collection_item {
        padding: 0;
        margin-bottom: 25px;
    }

    /* 	Contact */
    .loaction_dets {
        max-width: 400px;
        display: block;
        margin: 25px auto;
        padding: 25px 0 0 0;
        float: none;
        width: 100%;
        clear: both;
    }
    .small_rcol {
        position: relative;
        margin-top: 0;
        width: 100%;
        max-width: 400px;
        float: none;
        display: block;
        clear: both;
        margin: 0 auto;
    }

    #foot_nav ul li {
        display: block;
        border-right: none;
        margin-bottom: 10px;
    }
    #foot_nav ul li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    /* 	Collections */
    .coll_hbox img {
        width: 100%;
        float: left;
        display: block;
        opacity: 0.3;
        /* position: absolute; */
    }

    .collection_cont {
        position: absolute;
        width: 100%;
        left: inherit;
        top: 35%;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
    .coll_hbox:hover img {
        opacity: 0.3;
    }

    /* 	Stockists */
    .stock_item {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .home_coltop {
        width: 100%;
    }
    .about_col {
        width: 100%;
    }

    ul.homeprod_list li {
        width: 100%;
        /* 		height: 300px; */
    }
    ul.homeprod_list li a {
        text-align: center;
        height: 100%;
    }
    ul.homeprod_list li a img {
        max-height: 100%;
        width: auto;
        height: 300px;
    }
    .about.list_wrap .list_item img {
        display: none;
    }
    .abouthov_cont {
        width: 100%;
    }
    .about.list_wrap .list_item {
        font-size: 18px;
        margin-bottom: 50px;
    }

    /* 	 RealBrides  */
    .jornal_wrap {
        width: 100%;
    }
    .journcont_wrap h2 {
        font-size: 24px;
    }
    .journcont_wrap {
        opacity: 1;
    }
    a.journal_hovbox img {
        opacity: 0.5;
    }

    /* 	Contact */
    .contact_left,
    .contact_right {
        width: 100%;
    }
    .share-this a {
        padding: 0 3%;
    }
}

@media screen and (max-width: 350px) {
    .loaction_dets {
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }
    .loaction_dets i {
        display: block;
        margin: 10px auto 0 auto;
        font-size: 10px;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }
}

/* new archive cat layout */
.post-type-archive-product ul.products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.post-type-archive-product ul.products li.product-category {
    width: 49.2% !important;
    float: none;
    position: relative;
    margin: 0.4% !important;
    padding: 0 !important;
}
.post-type-archive-product ul.products li.product-category.first {
    width: 99.2% !important;
}

.post-type-archive-product ul.products li.product-category a {
    display: block;
    width: 100%;
    height: 400px;
}

.post-type-archive-product ul.products li.product-category h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-transform: uppercase;
    text-shadow: 1px 1px rbga(0, 0, 0, 0.5);
}

.post-type-archive-product ul.products li.product-category .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border: 1px solid white;
    margin: 0;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.post-type-archive-product ul.products li.product-category .border {
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 2;
    display: block;
    width: 96%;
    height: 96%;
    border: 1px solid white;
    margin: 0;
}

.post-type-archive-product ul.products li.product-category.first .border {
    top: 2%;
    left: 1%;
    width: 98%;
    height: 96%;
}

.post-type-archive-product ul.products li.product-category:hover .background {
    opacity: 1;
}

/* Shop Page Tweaks */

.column_images .third:nth-child(1):last-child {
    float: none !important;
}

/* Store Locator */
.store-locator #wpsl-stores {
    height: max-content !important;
}

#wpsl-search-btn {
    padding: 1.2rem;
    background: #d7d3d3;
    color: #fff;
    text-transform: lowercase;
    border: none;
    font-size: 1.1rem;
    line-height: 0;
    font-style: italic;
    letter-spacing: 1px;
    max-width: 7rem;
    text-align: center;
    border-radius: 0.5rem !important;
    transition: 0.4s;
    display: block;
}

#wpsl-search-btn:hover {
    background: #969696;
}

.wpsl-input {
    margin-bottom: 0;
}

#wpsl-search-input {
    height: 24.39px;
}

.wpsl-dropdown .wpsl-selected-item {
    padding: 11px 12px !important;
}

#wpsl-search-wrap div label {
    line-height: 40.39px;
}

.wpsl-search {
    padding: 12px;
}

.store-locator #wpsl-gmap {
    height: 500px !important;
}

#wpsl-wrap {
    margin: 0;
}

.accordion .accordion-item {
    border-bottom: 1px solid #d7d3d3;
}

.accordion .accordion-item.active .accordion-item--content {
    opacity: 1;
}

.accordion .accordion-item--title {
    padding: 20px 20px 20px 0;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    transition: all ease-in-out 0.2s;
    line-height: 1.1;
    margin: 0;
}

.accordion .accordion-item--content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.accordion .accordion-item--content .accordion-content--inner {
    padding: 0 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.accordion .accordion-item--content .accordion-content--inner .store {
    flex: 0 0 21.25%;
    margin-right: 5%;
}

.accordion .accordion-item--content .accordion-content--inner .store p {
    margin: 0;
}

.accordion .accordion-item--content .accordion-content--inner .store .row a {
    line-height: 2rem;
}

.accordion .accordion-item--content .accordion-content--inner .store:nth-of-type(4n + 4) {
    margin-right: 0;
}

.accordion .accordion-item--content .accordion-content--inner .store:nth-of-type(1n + 5) {
    margin-top: 5%;
}

.accordion .accordion-item--title .accordion-item--toggle {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
}

.accordion .accordion-item--title .accordion-item--toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #d7d3d3;
}

.accordion .accordion-item--title .accordion-item--toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #d7d3d3;
    transition: all ease-in-out 0.2s;
}

.accordion .accordion-item.active .accordion-item--title .accordion-item--toggle::after {
    height: 0%;
}

@media only screen and (max-width: 1024px) {
    .store-locator #wpsl-gmap {
        height: 350px !important;
    }

    .accordion .accordion-item--content .accordion-content--inner .store {
        flex: 0 0 47.5%;
        margin-right: 5% !important;
    }

    .accordion .accordion-item--content .accordion-content--inner .store:nth-of-type(2n + 2) {
        margin-right: 0 !important;
    }

    .accordion .accordion-item--content .accordion-content--inner .store:nth-of-type(1n + 3) {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 650px) {
    .accordion .accordion-item--content .accordion-content--inner .store {
        flex: 0 0 100%;
        margin: 0 0 5% !important;
    }

    .accordion .accordion-item--content .accordion-content--inner .store:last-of-type {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 570px) {
    #wpsl-search-wrap #wpsl-search-input {
        width: calc(100% - 24px) !important;
    }
}

#wpsl-result-list {
    display: none;
}

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

.theme-marianahardwick form *[disabled] {
    opacity: 50%;
    pointer-events: none;
}

/* Labels */

.theme-marianahardwick label,
.theme-marianahardwick legend {
    display: block;
    margin: 5px 0;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

.theme-marianahardwick label a,
.theme-marianahardwick legend a {
    color: #333 !important;
    text-decoration: underline;
}

.theme-marianahardwick label .required,
.theme-marianahardwick .gravity-theme form label.gfield_required {
    font-size: inherit;
    color: red;
}

/* Basic Fields */

.theme-marianahardwick input:not([type="button"], [type="submit"]),
.theme-marianahardwick select,
.theme-marianahardwick textarea {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    border: 0;
    background: #f2f2f2;
    padding: 1.5rem !important;
    color: #333;
    font-size: 0.9rem;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    transition: none;
    resize: none;
    font-family: "Lato", sans-serif;
}

.theme-marianahardwick textarea {
    min-height: 100px;
    max-height: 200px;
}

.theme-marianahardwick ::placeholder {
    color: #333;
}

/* Select */

.theme-marianahardwick select:not([multiple="multiple"]) {
    padding-right: 45px;
}

.theme-marianahardwick select:not([multiple="multiple"]),
.theme-marianahardwick .select2-container .select2-selection {
    background: #f2f2f2 url(../img/icon-chevron-down.svg) no-repeat;
    background-size: 12px;
    background-position: center right 20px;
    cursor: pointer;
}

/* Checkbox & Radio */

.theme-marianahardwick input[type="checkbox"],
.theme-marianahardwick input[type="radio"] {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    margin: 0 10px 0 0;
    min-height: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    transition: none;
    cursor: pointer;
}

.theme-marianahardwick input[type="checkbox"],
.theme-marianahardwick input[type="radio"],
.theme-marianahardwick input[type="checkbox"] + label,
.theme-marianahardwick input[type="radio"] + label {
    display: inline-block;
    vertical-align: top;
}

.theme-marianahardwick input[type="checkbox"] + label,
.theme-marianahardwick input[type="radio"] + label {
    margin: 3px 0 !important;
    font-size: 16px !important;
    line-height: 20px;
    width: calc(100% - 40px);
}

.theme-marianahardwick input[type="radio"] {
    border-radius: 25px !important;
}

.theme-marianahardwick input[type="checkbox"]:checked {
    border-color: #333;
    background: #333 url(../img/icon-checkbox.svg) 50% no-repeat;
    background-size: 16px;
}

.theme-marianahardwick input[type="radio"]:checked {
    border: 6px solid #333;
}

.theme-marianahardwick input[type="radio"]:before,
.theme-marianahardwick input[type="checkbox"]:before {
    display: none !important;
}

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

.gravity-theme form .gform_body,
.gravity-theme form .gform_fields,
.gravity-theme form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.gravity-theme form .gform_footer {
    margin-top: 30px !important;
}

.gravity-theme form .gform_footer *[type="submit"] {
    margin: 0 !important;
}

.gravity-theme form .gform_fields {
    gap: 10px 20px !important;
}

.gravity-theme form .ginput_complex {
    gap: 0 !important;
}

.gravity-theme .gform_required_legend {
    display: none !important;
}

/* Validation */

.gravity-theme form .gform_ajax_spinner,
.gravity-theme form .gform-loader {
    width: 12px;
    height: 12px;
    margin: 0 0 0 20px !important;
    font-size: 0.1em !important;
}

.gravity-theme .gform_validation_errors {
    outline: 0 !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.gravity-theme form .gfield .gfield_validation_message {
    padding: 0;
    border: 0;
    background: transparent;
}

.gravity-theme .gform_validation_errors * {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: red;
}

/* Labels */

.gravity-theme form .ginput_preview *,
.gravity-theme form .gform-field-label,
.gravity-theme form .gfield_description,
.gravity-theme form .gfield_list_group_item:before,
.gravity-theme form .gfield_list .gform-field-label,
.gravity-theme form .gform-field-label--type-sub {
    margin: 5px 0;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #333;
}

.gravity-theme form .gfield_description,
.gravity-theme form .gfield_list_group_item:before,
.gravity-theme form .gfield_list .gform-field-label,
.gravity-theme form .gform-field-label--type-sub {
    padding: 0 !important;
    font-weight: 300;
    color: #777;
}

/* Checkbox & Radio */

.gravity-theme form .gfield--type-choice .gchoice {
    margin: 10px 0 !important;
}

.gravity-theme form .gfield--type-choice input[type="checkbox"],
.gravity-theme form .gfield--type-choice input[type="radio"],
.gravity-theme form .gfield--type-consent input[type="checkbox"] {
    display: inline-block;
}

.gravity-theme form .gfield--type-choice input[type="checkbox"] + label,
.gravity-theme form .gfield--type-consent input[type="checkbox"] + label {
    display: inline-block;
    margin: 3px 0 !important;
    width: calc(100% - 40px) !important;
    vertical-align: top !important;
}

/* Date & Time */

.gravity-theme form .gfield--type-date .ginput_container,
.gravity-theme form .gfield--type-time .ginput_container {
    flex-basis: auto !important;
    max-width: 100% !important;
    flex: 1 !important;
}

.gravity-theme form .hour_minute_colon {
    line-height: 42px !important;
}

/* List */

.gravity-theme form .gfield_list .gfield_list_icons button {
    min-width: 16px !important;
    min-height: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

/* File Upload */

.gravity-theme form .gfield--type-fileupload .gform_drop_area {
    border-color: #333 !important;
}

.gravity-theme form .gfield--type-fileupload .gform_drop_area .gform_button_select_files {
    margin: auto !important;
}

.gravity-theme form .gfield--type-fileupload .ginput_preview {
    display: flex !important;
    align-items: center;
    margin: 10px 0 0 !important;
}

.gravity-theme form .gfield--type-fileupload .ginput_preview * {
    order: 9;
    line-height: 18px;
}

.gravity-theme form .gfield--type-fileupload .ginput_preview .gform_delete_file {
    order: 1;
    margin: 0;
    padding: 0;
    min-width: 0 !important;
    text-decoration: none;
}

/* Product */

.gravity-theme form .ginput_product_price_wrapper {
    width: 100%;
    margin: 0 0 10px;
}

/* Progress Bar */

.gravity-theme form .gf_progressbar_wrapper .gf_progressbar {
    margin: 0 0 20px !important;
}

.gravity-theme form .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 12px !important;
    margin: 0 0 10px !important;
}

.gravity-theme form .gf_progressbar,
.gravity-theme form .gf_progressbar_wrapper,
.gravity-theme form .gf_progressbar_percentage {
    border-radius: 20px !important;
}

.gravity-theme form .gf_progressbar {
    background: #f7f7f7 !important;
}

.gravity-theme form .gf_progressbar_percentage {
    background: #333 !important;
}

/* Page Footer */

.gravity-theme form .gform-page-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gravity-theme form .gform-page-footer .button {
    margin: 0 !important;
}

.gravity-theme form .gform-page-footer .gform_previous_button:not(:hover, :focus),
.gravity-theme form .gform-page-footer .gform_next_button:not(:hover, :focus) {
    color: #333 !important;
}

.gravity-theme form .gform-page-footer .gform_previous_button:hover,
.gravity-theme form .gform-page-footer .gform_next_button :hover {
    color: #fff !important;
    background: #333 !important;
}
