/*
Theme Name: Wizzie Child Theme
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/
/* Start your custom CSS bellow this comment
============================================ */
/*Fonts*/
/*GoogleFont Play Display*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
/*GoogleFont Raleway*/
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
/*Side Bar*/
/*
header#main-header {
    background-color: $White;
}

ul#top-menu:before, nav#top-menu-nav:before , .Shoppingcart:before{
    display:none;
    }
    
nav#top-menu-nav {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background-color: $White;
    left: 0%;
    text-align: center;
}    

a.et-cart-info {
    display: none!important;
}

.Shoppingcart {
    padding-left: 0px!important;
    padding-right: 0px!important;
    background-color: transparent;
    margin-left: 0px;
    text-align: -webkit-center;
}

.Shoppingcart a {
    background-color: transparent;
    color: $Black!important;
    width: 80px;
    text-align: center;
}

.Social {
    display: inline-block!important;
    width: 10%!important;}
    
    .logo_container {
    margin: 0 auto;
}*/
/*Top Bar*/
.et_pb_svg_logo #logo {
  height: fit-content !important;
}
h1 {
  line-height: 83px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif !important;
  color: #141a1f;
}
div#et-top-navigation nav#top-menu-nav ul li {
  font-size: 18px !important;
}
div#main-content i {
  color: #141a1f;
  margin-right: 20px;
}
/* ///////////////////// START - CART PAGE - 3 BY 3 LAYOUT ////////////////////////////// */
table.woocommerce.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  display: flex;
  flex-direction: column;
}
table.woocommerce.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
  display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item {
  width: 33% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
table.woocommerce.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
  width: 100% !important;
  display: inline-block;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 288px;
  box-shadow: none;
}
a.remove:before {
  content: "DELETE";
  color: #141a1f !important;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
td.product-remove {
  position: absolute;
  bottom: 0;
}
tr.woocommerce-cart-form__cart-item.cart_item {
  width: 33% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 40px !important;
}
td.product-name {
  min-height: 85px;
}
/* ///////////////////// END - CART PAGE - 3 BY 3 LAYOUT ////////////////////////////// */
/* Cart Quantity */
.woocommerce .quantity input.minus, .woocommerce .quantity input.plus {
  background: #141a1f !important;
  border: none !important;
  width: 80px !important;
  height: 50px !important;
  font-size: 40px !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 300ms ease 0ms;
  border: 1px solid #141a1f !important;
}
.woocommerce .quantity input.minus:hover, .woocommerce .quantity input.plus:hover {
  background: white !important;
  color: #141a1f !important;
  border: 1px solid #141a1f !important;
}
.woocommerce .quantity input.qty {
  background: transparent !important;
  border: 1px solid #141a1f !important;
  border-radius: 0 !important;
  width: 80px !important;
  height: 50px !important;
}
.woocommerce #content .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity, .woocommerce .quantity {
  width: 100%;
  margin: 0;
}
.woocommerce .quantity input.qty {
  background: transparent !important;
  border: 1px solid #141a1f !important;
  border-radius: 0 !important;
  width: 80px !important;
  height: 50px !important;
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce .quantity input.qty {
  background: transparent !important;
  border: 1px solid #141a1f !important;
  border-radius: 0 !important;
  width: 80px !important;
  height: 50px !important;
  margin-left: 10px;
  margin-right: 10px;
  color: #141a1f !important;
}
dl.variation dt, .quantity label {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}
dl.variation p {
  font-size: 20px;
  font-weight: 900;
}
tr.woocommerce-cart-form__cart-item.cart_item {
  color: #141a1f !important;
}
.quantity label {
  margin-bottom: 15px !important;
  display: inline-block;
}
td.product-price span, td.product-subtotal span {
  font-size: 26px !important;
  font-weight: 900 !important;
  letter-spacing: 2px;
}
td.product-name a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.25px;
  margin-bottom: 15px !important;
  display: inline-block;
}
.woocommerce a.remove {
  color: #fff !important;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: transparent;
}
table.woocommerce.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child {
  width: 100% !important;
  display: flex;
}
/* Cart Content Width */
.woocommerce-cart #main-content .container, .woocommerce-checkout #main-content .container {
  max-width: 100%;
  width: 100%;
}
.woocommerce-cart #main-content .et_pb_row, .woocommerce-checkout #main-content .et_pb_row {
  max-width: 1200px !important;
  width: 80% !important;
}
.woocommerce-cart #main-content .container h1.entry-title.main_title, .woocommerce-checkout #main-content .container h1.entry-title.main_title {
  display: none;
}
tr.cart-subtotal th {
  text-align: right;
}
.cart_totals span.woocommerce-Price-amount {
  font-size: 50px !important;
  font-weight: 900;
  line-height: 87px;
}
table.shop_table.shop_table_responsive {
  margin-bottom: 0 !important;
}
tr.cart-subtotal {
  display: none;
}
.wc-proceed-to-checkout {
  display: none;
}
tr.order-total th {
  display: none;
}
tr.order-total {
  text-align: center;
}
.cart_totals {
  border: 1px solid #141a1f;
}
.woocommerce-cart a.ButtonLayout {
  margin-top: 27px !important;
}
.arrowdown, .arrowdowntwo {
  cursor: pointer;
}
/* Checkout Style */
.woocommerce-checkout h3 {
  font-family: "Playfair Display", serif !important;
  font-size: 34px !important;
  text-align: left;
  margin-bottom: 12px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  background-color: #fff;
  border: 1px solid #141a1f;
  padding: 2px;
  color: "Raleway", sans-serif;
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #141a1f;
  border-radius: 0;
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.woocommerce-page div#main-content {
  /* background-color: #f6f6f6; */
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #141a1f !important;
  font-size: 25px !important;
  font-family: "Playfair Display", serif;
  font-weight: 900 !important;
  margin: 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #3f5567 !important;
}
.wp-pagenavi span:after, .wp-pagenavi a:after {
  content: "/";
  margin-left: 15px;
  margin-right: 0px;
  font-size: 18px;
}
a.nextpostslink {
  display: none;
}
a.previouspostslink {
  display: none;
}
.wp-pagenavi {
  text-align: center;
  border-top: none;
  padding-top: 80px;
  clear: both;
  margin-bottom: 30px;
}
/*Menu*/
header#main-header {
  background: white !important;
  padding-bottom: 0;
}
header#main-header.et-fixed-header {
  background: white !important;
  padding-bottom: 0;
}
header#main-header img#logo {
  padding-left: 40px;
  margin-top: 0;
}
@media only screen and (min-width: 981px) {
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0px 0 0 0 !important;
  }
}
.et-fixed-header {
  background-color: #fff;
}
div#et-top-navigation nav#top-menu-nav ul li {
  margin-top: -3px !important;
  width: inherit;
  margin-bottom: -1px !important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding-top: 70px;
}
ul#top-menu {
  padding-bottom: 20px;
  text-align: center;
}
.et-fixed-header#main-header {
  box-shadow: none !important;
  background: #e9e9e9;
}
.et_vertical_nav #main-header #top-menu li.Shoppingcart {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-left: 13px !important;
  display: inline-block !important;
}
.et_vertical_nav #main-header #top-menu li.Shoppingcart i {
  font-size: 22px;
  color: #141a1f !important;
}
.Shoppingcart a {
  text-align: center;
}
nav#top-menu-nav {
  padding-left: 20px;
  padding-right: 0px;
  position: relative;
}
img#logo {
  padding-left: 40px;
  margin-top: 68px;
}
nav#top-menu-nav ul li {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
}
li.Social a {
  color: #141a1f !important;
  font-size: 22px;
  padding: 0 !important;
  margin: 0 !important;
}
nav#top-menu-nav ul li.Social {
  padding-left: 13px !important;
  padding-right: 13px !important;
  display: inline-block !important;
}
@media (min-width: 981px) {
  .et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.et_vertical_nav #et-top-navigation a.et-cart-info {
  display: none;
}
div#et-top-navigation nav#top-menu-nav ul li {
  margin-top: 15px;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
div#et-top-navigation nav#top-menu-nav ul li.current_page_item a {
  font-weight: bold;
  color: #141a1f !important;
}
@media (min-width: 981px) {
  .et_vertical_nav #page-container #main-header {
    width: 360px !important;
  }
}
.n2-ss-layer-row {
  background-color: transparent !important;
}
.CollectionBanner .n2-ss-layer-row:after {
  content: "";
  position: absolute;
  top: 0.5%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(231, 231, 231, 0.7);
  z-index: -1;
  -moz-transform: skew(-19deg, 0deg);
  -webkit-transform: skew(-19deg, 0deg);
  -o-transform: skew(-19deg, 0deg);
  -ms-transform: skew(-19deg, 0deg);
  transform: skew(-19deg, 0deg);
}
.CollectionBanner .n2-ss-layer-row:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 100%;
  width: 33px;
  height: 100%;
  background: #141a1f;
  z-index: 0;
  -moz-transform: skew(-19deg, 0deg);
  -webkit-transform: skew(-19deg, 0deg);
  -o-transform: skew(-19deg, 0deg);
  -ms-transform: skew(-19deg, 0deg);
  transform: skew(-19deg, 0deg);
}
.single-post h1.entry-title {
  text-align: left;
  font-size: 40px !important;
  border: 0 !important;
  padding: 0 !important;
  line-height: 44px;
  padding-bottom: 10px !important;
}
@media (max-width: 980px) {
  .Shoppingcart, .Shoppingcart a {
    font-size: 20px !important;
    background-color: Transparent !important;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar:before {
    color: #000;
    font-size: 70px;
  }
}
/*Text*/
h1, h4 {
  font-family: "Playfair Display", serif !important;
  padding: 10px;
  font-weight: bold;
  font-size: 50px;
  border: 2px #141a1f solid;
  text-align: center;
  color: #141a1f;
}
h2 a {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: bold;
}
h3 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-size: 45px !important;
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.SubTitle {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: bold;
}
p, .et_pb_text_inner {
  font-size: 16px;
  font-weight: 300;
}
p strong, a.more-link, span.published {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #141a1f;
  text-transform: Uppercase;
  letter-spacing: 2px;
}
a.more-link {
  text-align: left;
}
a.ButtonLayout, .woocommerce a.button {
  border: 2px solid #141a1f;
  font-size: 16px;
  background-color: #141a1f !important;
  color: #fff !important;
  text-transform: Uppercase;
  padding: 8px 20px !important;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 34px !important;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
a.ButtonLayout:after {
  display: none;
}
a.ButtonLayout:hover, .woocommerce a.button:hover {
  padding: 8px 20px !important;
  border: none !important;
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #141a1f !important;
}
.HomeAboutButtonRight div a.ButtonLayout {
  margin-top: 28px;
}
/*Title + button section*/
.HomeTitleLeft {
  width: 70% !important;
}
.HomeAboutButtonRight {
  width: 20% !important;
}
/*Angled Titles*/
.Anglesubtitle1, .Anglesubtitle2 {
  width: 450px;
  max-width: 100% !important;
  z-index: 999;
  position: relative;
}
.Anglesubtitle1 {
  margin-top: -135px;
}
.Anglesubtitle1 .et_pb_text_inner, .Anglesubtitle2 .et_pb_text_inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Team2 .et_pb_text_inner:after, .Team1 .et_pb_text_inner:after, .Anglesubtitle1:after, .Anglesubtitle2:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 28px !important;
  background: #141a1f;
  z-index: 1;
  -moz-transform: skew(-19deg, 0deg);
  -webkit-transform: skew(-19deg, 0deg);
  -o-transform: skew(-19deg, 0deg);
  -ms-transform: skew(-19deg, 0deg);
  transform: skew(-19deg, 0deg);
}
.Anglesubtitle2 {
  top: 107px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.BottomSubtitleImage {
  margin-top: 234px;
}
.Anglesubtitle2 div.et_pb_text_inner:after, .Anglesubtitle1 div.et_pb_text_inner:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  z-index: -1;
  -moz-transform: skew(-19deg, 0deg);
  -webkit-transform: skew(-19deg, 0deg);
  -o-transform: skew(-19deg, 0deg);
  -ms-transform: skew(-19deg, 0deg);
  transform: skew(-19deg, 0deg);
}
.Anglesubtitle2 div.et_pb_text_inner:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.Anglesubtitle2:after {
  height: 100%;
  right: -10px;
}
.Anglesubtitle1 h3, .Anglesubtitle2 h3 {
  padding-bottom: 30px;
}
.Anglesubtitle1 div.et_pb_text_inner:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Anglesubtitle1:after {
  height: 100%;
  right: -10px;
  top: 0px;
}
.Team1:before {
  width: 46%;
  height: 19%;
  background: #f5f5f5;
  z-index: 0;
  -moz-transform: skew(-16deg, 1deg);
  -webkit-transform: skew(-16deg, 1deg);
  -o-transform: skew(-16deg, 1deg);
  -ms-transform: skew(-16deg, 1deg);
  transform: skew(-19deg, 1deg);
  content: "";
  position: absolute;
  left: 28%;
}
.Team2:before {
  width: 64%;
  height: 94%;
  background: #f5f5f5;
  z-index: -1;
  -moz-transform: skew(-16deg, 1deg);
  -webkit-transform: skew(-16deg, 1deg);
  -o-transform: skew(-16deg, 1deg);
  -ms-transform: skew(-16deg, 1deg);
  transform: skew(-19deg, 1deg);
  content: "";
  position: absolute;
  left: 18%;
}
.Team1 .et_pb_text_inner:after {
  left: 90%;
  width: 2%;
  height: 123%;
}
.Team2 .et_pb_text_inner:after {
  left: 81%;
  width: 2%;
  height: 96%;
  background: #000;
}
/* Blog Posts */
.HomeBlog div a.entry-featured-image-url {
  order: 4;
}
.HomeBlog div article:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.HomeBlog div article:nth-child(1) {
  margin-right: 5%;
}
.HomeBlog div article {
  background-color: #fff;
}
.HomeBlog div article h2 {
  padding: 12px 55px;
  padding-top: 55px;
}
.HomeBlog div article div.post-content {
  padding: 0px 55px;
}
.HomeBlog div article p.post-meta {
  padding: 0px 55px;
  margin-bottom: 30px;
}
.HomeBlog div article div a.more-link {
  padding-bottom: 55px !important;
  display: inline-block;
  padding-top: 30px;
}
.HomeBlog div article {
  width: 47.5%;
  float: left;
  margin-bottom: 0;
}
.HomeBlog article {
  padding-bottom: 0 !important;
}
/*related products*/
ul.products.columns-3 li {
  margin-bottom: 0px !important;
}
ul.products.columns-3 {
  margin: 15px;
}
.et_pb_post .entry-featured-image-url {
  margin-bottom: 0 !important;
}
button.single_add_to_cart_button.button.alt, a.button.addtocartbutton, .woocommerce-message a.button.wc-forward, .woocommerce-page button.button, a.checkout-button.button.alt.wc-forward, button#place_order, input.button.et_pb_button {
  max-width: 270px !important;
  border: 2px solid #141a1f !important;
  font-size: 16px;
  background-color: #141a1f !important;
  color: #fff !important;
  text-transform: Uppercase;
  padding: 8px 20px !important;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 34px !important;
  border-radius: 0;
  text-align: center;
  width: 100% !important;
}
button.single_add_to_cart_button.button.alt {
  width: 20%;
}
a.button.addtocartbutton {
  width: 100%;
}
a.button.addtocartbutton:hover, button.single_add_to_cart_button.button.alt:hover {
  color: #000;
  padding: 10px 0px !important;
}
a.button.addtocartbutton:after, button.single_add_to_cart_button.button.alt:after, .woocommerce-message a.button.wc-forward:after {
  display: none;
}
/*Shops*/
a.button.wc-forward {
  width: 20%;
}
a.checkout-button.button.alt.wc-forward {
  width: 90%;
}
table.variations tbody tr td.label {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  width: 20%;
}
div.swatch-wrapper.selected {
  border: #000 solid 2px;
}
a.swatch-anchor {
  width: 50px !important;
  height: 50px !important;
}
.woocommerce div.product form.cart .variations td {
  padding: 0 0px 7px 0 !important;
}
.woocommerce a.button {
  margin-bottom: 20px;
}
.woocommerce-info a {
  color: #000 !important;
}
td.product-name a {
  color: #000;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: 50%;
  display: inline;
}
button.single_add_to_cart_button.button.alt:after, nav.woocommerce-breadcrumb, header.woocommerce-products-header, p.woocommerce-result-count, select.orderby, .container:before, .woocommerce a.button:after {
  display: none;
}
span.woocommerce-Price-amount.amount {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #000;
}
.woof_container_inner h4 {
  border: none;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
ul.woof_list.woof_list_checkbox li {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #141a1f;
}
.woof_list label {
  padding-bottom: 15px;
}
input.woof_price_filter_txt {
  background-color: #000;
  border: none;
  padding: 8px;
  color: #fff;
  text-align: center;
}
.woof_redraw_zone div div div {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
@media (min-width: 981px) {
  .et_right_sidebar #left-area {
    float: right;
    padding-left: 5.5%;
  }
}
.woof_checkbox_term {
  display: none;
}
li.product.type-product {
  text-align: center;
}
/*Single-Product*/
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #e9e9e9;
  color: #000 !important;
}
.product_meta, .woocommerce-page button.button:after, a.checkout-button.button.alt.wc-forward:after, input.button.et_pb_button:after {
  display: none;
}
input.button.et_pb_button {
  width: 15%;
}
.single-product #sidebar {
  display: none !important;
}
.single-product #content-area #left-area {
  float: none !important;
  width: 100% !important;
  padding-right: 0 !important;
}
.woocommerce div.product .product_title {
  border: none;
  font-size: 46px;
  font-family: "Raleway", sans-serif;
}
.single-product p.price span {
  font-size: 45px !important;
}
.single-product button.single_add_to_cart_button.button.alt {
  width: 60%;
}
.woocommerce-message a.button.wc-forward:hover, .woocommerce-page button.button:hover, a.checkout-button.button.alt.wc-forward:hover, button#place_order:hover, button.single_add_to_cart_button.button.alt:hover, input.button.et_pb_button:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #141a1f !important;
  padding: 8px 20px !important;
}
.woocommerce-page button.button {
  width: 150px;
}
.single-product .et_pb_tab_content h2 {
  display: none;
}
.et-db #et-boc .et-l .et_pb_tab {
  padding: 50px 0px !important;
}
.et_pb_tab_active {
  background-color: #f5f5f5 !important;
}
ul.et_pb_tabs_controls.clearfix li {
  background-color: #f0f0f1;
  padding: 10px;
}
ul.et_pb_tabs_controls.clearfix li a {
  text-transform: uppercase;
}
.et-db #et-boc .et-l ul.et_pb_tabs_controls:after {
  display: none !important;
}
.et-db #et-boc .et-l .et_pb_tabs_controls li {
  border: none;
}
.et_pb_tab_content {
  padding: 15px 25px;
  background-color: #f5f5f5;
}
.single-product .price {
  margin-top: 30px !important;
}
/*Blogs*/
.et_post_meta_wrapper {
  display: none;
}
/*ion*/
.Collection {
  height: 300px;
}
.Collection:after {
  content: "";
  position: absolute;
  left: 16%;
  top: 60%;
  width: 66%;
  height: 26%;
  background: rgba(231, 231, 231, 0.7);
  z-index: -1;
  -moz-transform: skew(-16deg, 1deg);
  -webkit-transform: skew(-16deg, 1deg);
  -o-transform: skew(-16deg, 1deg);
  -ms-transform: skew(-16deg, 1deg);
  transform: skew(-19deg, 1deg);
}
.Collection div.et_pb_blurb_container:after {
  content: "";
  position: absolute;
  left: 105%;
  top: -9%;
  width: 1%;
  height: 118%;
  background: #000;
  z-index: 0;
  -moz-transform: skew(-16deg, 1deg);
  -webkit-transform: skew(-16deg, 1deg);
  -o-transform: skew(-16deg, 1deg);
  -ms-transform: skew(-16deg, 1deg);
  transform: skew(-19deg, 1deg);
}
/*Footer*/
div#FooterText {
  margin-bottom: 35px !important;
}
footer#main-footer ul#menu-main-menu .Social, footer#main-footer ul#menu-main-menu .Shoppingcart {
  display: none;
}
div.et_pb_code_inner div a {
  color: #fff;
  font-size: 25px;
  margin: 0px 5px;
}
div#nav_menu-2 div ul li.Shoppingcart:before {
  display: none;
}
div#nav_menu-2 div ul li.Shoppingcart a, div#nav_menu-2 div ul li.Shoppingcart {
  background-color: transparent;
  color: #e9e9e9 !important;
}
div#nav_menu-2 div ul#menu-main-menu {
  text-align: center;
}
div#nav_menu-2 div ul li {
  display: inline-block;
  margin-right: 45px;
}
div#nav_menu-2 div ul li a {
  color: #e9e9e9;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
div#nav_menu-2 li.menu-item-219 {
  margin-right: 0 !important;
}
div#nav_menu-2 div ul li.current-menu-item a {
  font-weight: bold;
}
div#nav_menu-2 {
  margin: 2px !important;
}
.et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_widget {
  width: 100%;
  margin-right: 5.5%;
  margin-bottom: 5.5%;
}
div#FooterText a:hover {
  text-decoration: none;
}
div#FooterText a {
  color: #4d5465 !important;
  text-decoration: underline;
  margin-right: 7px;
}
div#FooterText a:nth-child(1) {
  margin-left: 7px;
}
div#nav_menu-2 div ul li.Social {
  margin: 0px;
  width: auto;
}
div#nav_menu-2 {
  width: 100%;
}
/*Contact*/
body .gform_wrapper h3.gform_title {
  display: none !important;
}
.ContactSocial {
  color: #000;
  font-size: 34px;
  margin-right: 5px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select, .gform_wrapper textarea {
  padding: 12px 12px !important;
  font-family: "Raleway", sans-serif !important;
  border-color: #000;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 7px !important;
}
.phonetxt, .subjectDrop {
  width: 50%;
  display: inline-block;
  margin: 0px;
}
input#gform_submit_button_1 {
  float: right;
  width: 160px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
input#gform_submit_button_1:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 981px) {
  .et_vertical_nav #et-main-area, .et_vertical_nav #top-header {
    margin-left: 360px !important;
    position: relative;
  }
  #main-header .logo_container {
    width: 100% !important;
  }
}
/*Tablet*/
@media (min-width: 768px) and (max-width: 1040px) {
  .Team2, .Team1 {
    background-color: #f5f5f5;
  }
  .gform_wrapper textarea {
    border-top: #000 2px solid !important;
  }
  .gform_wrapper select {
    border-left: #000 2px solid !important;
  }
  nav#top-menu-nav:before, ul#top-menu:before, .Shoppingcart:before, .Anglesubtitle2:after, .Anglesubtitle1:after, .Collection:after, .Team2:before, .Team1:before, .CollectionBanner div:after, .et_pb_text_inner:after, .Collection div.et_pb_blurb_container:after, .CollectionBanner div:before {
    display: none !important;
  }
  .Shoppingcart, .Shoppingcart a {
    color: #444 !important;
    background-color: #e9e9e9;
    text-align: left;
    margin-left: 0px;
  }
  .HomeBlog div article {
    width: 100%;
    margin-left: 0%;
    float: left;
    padding-bottom: 15px;
  }
  h1, h4 {
    margin-left: 6px;
    font-size: 40px;
  }
  .HomeTitleLeft {
    width: 97% !important;
  }
  .HomeAboutButtonRight div a {
    left: 35%;
    position: relative;
    width: 197px;
  }
}
/*Phone*/
@media (min-width: 281px) and (max-width: 767px) {
  /*Banner*/
  h2 a {
    line-height: 30px;
  }
  .Team2, .Team1 {
    background-color: #f5f5f5;
  }
  div.CollectionBanner {
    left: 0%;
  }
  .gform_wrapper textarea {
    border-top: #000 2px solid !important;
  }
  .gform_wrapper select {
    border-left: #000 2px solid !important;
  }
  .phonetxt, .subjectDrop {
    width: 100%;
    display: inline-block;
    margin: 0px;
  }
  nav#top-menu-nav:before, ul#top-menu:before, .Shoppingcart:before, .Anglesubtitle2:after, .Anglesubtitle1:after, .Collection:after, .Team2:before, .Team1:before, .CollectionBanner div:after, .et_pb_text_inner:after, .Collection div.et_pb_blurb_container:after, .CollectionBanner div:before {
    display: none !important;
  }
  .Shoppingcart, .Shoppingcart a {
    color: #444 !important;
    background-color: #fff;
    text-align: left;
    margin-left: 0px;
  }
  .HomeBlog div article {
    width: 100%;
    margin-left: 0%;
    float: left;
    padding-bottom: 15px;
  }
  h1, h4 {
    margin-left: 6px;
    font-size: 30px;
  }
  .HomeTitleLeft {
    width: 97% !important;
  }
  .HomeAboutButtonRight {
    width: 100% !important;
  }
  .HomeAboutButtonRight div a.ButtonLayout {
    margin-top: 0px;
    margin-left: 5px;
  }
}
span.et_shop_image {
  margin-bottom: 25px;
}
@media (max-width: 1880px) {
  nav#top-menu-nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
@media (max-width: 1720px) {
  nav#top-menu-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    font-size: 18px !important;
  }
  nav#top-menu-nav ul li.Shoppingcart {
    font-size: 20px !important;
  }
}
@media (max-width: 1500px) {
  nav#top-menu-nav:before, ul#top-menu:before {
    display: none;
  }
  nav#top-menu-nav {
    left: 0% !important;
  }
  nav#top-menu-nav ul li {
    padding-left: 0px !important;
    padding-right: 5px !important;
  }
  .Anglesubtitle1, .Anglesubtitle2 {
    width: 386px;
  }
  h3 {
    font-size: 40px !important;
  }
  .Anglesubtitle1 .et_pb_text_inner, .Anglesubtitle2 .et_pb_text_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1320px) {
  .Anglesubtitle1 {
    position: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
  }
  .Anglesubtitle2 {
    top: 0;
    position: inherit;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .BottomSubtitleImage {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 55px;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .Shoppingcart a {
    width: auto;
  }
  nav#top-menu-nav ul li {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  #top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav {
    float: none;
  }
  nav#top-menu-nav {
    left: 0% !important;
    right: 0 !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
    padding-left: 0;
  }
  .n2-ss-layer-row {
    background-color: #e9e9e9 !important;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
    width: 50% !important;
  }
}
@media (max-width: 1042px) {
  .Anglesubtitle2 .et_pb_text_inner, .Anglesubtitle1 .et_pb_text_inner {
    background: #f5f5f5;
  }
}
@media (max-width: 980px) {
  img#logo {
    padding-left: 0;
    margin-top: 10px;
    width: 100% !important;
    text-align: center;
    z-index: 999999;
    position: absolute;
  }
  .n2-ss-slider .n2-ss-layer[data-pm=absolute] {
    position: relative !important;
    width: 90% !important;
    transform: unset !important;
  }
  .Anglesubtitle1, .Anglesubtitle2 {
    width: 100%;
  }
  .et_pb_image .et_pb_image_wrap, .et_pb_image .et_pb_image_wrap img {
    width: 100% !important;
  }
  .Social.menu-item, .Shoppingcart {
    float: left;
  }
  .Social.menu-item a, .Shoppingcart a {
    padding: 10px 0 10px 35px !important;
  }
}
@media (min-width: 981px) and (max-width: 1270px) {
  .CollectionBanner {
    width: 500px !important;
  }
  .CollectionBanner .n2-ss-layer-row:before {
    display: none;
  }
  .CollectionBanner .n2-ss-layer-row:after {
    display: none;
  }
  .n2-ss-layer-row {
    background-color: #e9e9e9 !important;
  }
}
