/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes/Rocketvan
Author URI: http://uix.store / https://rocketvan.io
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

:root {}

body {
  background-color: #FDFFFF;
  /* background: linear-gradient(to right, #ff7e5f, #feb47b);  Change colors as needed */

  font-family: "Sofia Sans", sans-serif !important;
  font-size: 22px !important;
  font-weight: 284 !important;
  line-height: 150% !important;
}

.bg-dark {
  background-color: #1E1E1E;
}

.bg-black {
  background-color: #000000;
}

.bg-light {
  background-color: #FDFFFF;
}

.text-light {
  color: #FDFFFF;
}

.bg-position-y-top {
  background-position-y: top;
}

.p-lg {
  padding: 80px;
}

.py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-lg {
  padding-left: 80px;
  padding-right: 80px;
}

.pr-lg {
  padding-right: 80px;
}

.pl-lg {
  padding-left: 80px;
}

.pb-lg {
  padding-bottom: 80px;
}

.pt-lg {
  padding-top: 80px;
}

.py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-md {
  padding-left: 60px;
  padding-right: 60px;
}

.pr-md {
  padding-right: 60px;
}

.pl-md {
  padding-left: 60px;
}

.pb-md {
  padding-bottom: 60px;
}

.pt-md {
  padding-top: 60px;
}

.m-lg {
  margin: 80px;
}

.my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-lg {
  margin-left: 80px;
  margin-right: 80px;
}

.mr-lg {
  margin-right: 80px;
}

.ml-lg {
  margin-left: 80px;
}

.mb-lg {
  margin-bottom: 80px;
}

.mt-lg {
  margin-top: 80px;
}

.my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-md {
  margin-left: 60px;
  margin-right: 60px;
}

.mr-md {
  margin-right: 60px;
}

.ml-md {
  margin-left: 60px;
}

.mb-md {
  margin-bottom: 60px;
}

.mt-md {
  margin-top: 60px;
}


.black-logo-container {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}

.black-logo-container>.vc_column-inner {
  width: 180px;
  padding: 0 !important;
}

.wpcf7-form .wpcf7-form-control {
  width: 100%;
  min-width: initial;
  padding: 0 50px;
  line-height: 50px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  width: initial;
}

.contact-form-container.vc_column_container>.vc_column-inner {
  padding: 0 !important;
}

.header-transparent.page .page-header {
  padding: 450px 0 350px 0 !important;
}


.site-footer .footer-widgets .social-links-widget.social-links {
  display: flex;
  justify-content: end;
}

.site-footer .footer-widgets .widget_nav_menu .menu {
  display: flex;
  gap: 25px;
}

.site-footer .footer-info.footer-full-width {
  display: none
}

/* site header */
.nav-menu .menu-logo h1 {
  display: none;
}

.site-navigation .menu-logo.site-branding:hover>a:after {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .nav-menu .menu-logo{
    position: relative;
  }
  .site-header .row {
    position: relative;
  }

  .header-icon {
    margin-left: auto;
  }

  .nav-menu li {
    min-width: 100px;
    text-align: center;
  }

  .header-v1 .site-header .main-navigation {
    display: flex;
    justify-content: center;
    margin-right: -225px;
  }

  .header-v1 .site-header .header-icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }

  .site-branding.col-xs-6.col-sm-6.col-md-6.col-lg-2 {
    display: none;
  }
}

/* END - site header */
.page-header {
  position: relative;
}

.page-header .page-title {
  position: relative;
  z-index: 10;
}

.page-header::after {
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-menu.mobile-menu.has-bottom-content.open .menu-logo.site-branding {
  display: none;
}

.page-header .page-title {
  font-size: 85px;
  font-weight: bold !important;
}

.sp-double-underline{
  display: block;
  width: 100%;
  height: 5px;
  border-top: solid 1px #1E1E1E;
  border-bottom: solid 3px #1E1E1E;
  margin-top: 8px;
}

.text-black{
  color: #000;
}

button.black-button, .black-button button,
.contact-form-container form input[type="submit"]{
  background-color: #000 !important;
  color: #fff !important;
  min-height: 50px;
  min-width: 200px;
  margin-top: 50px;
  font-size: 24px !important;
  font-weight: 600;
  text-transform: initial;
}

.wpcf7-form .wpcf7-form-control{
  padding: 0;
}

.header-icon .list-dropdown,
.nav-menu > li > a,
.side-menu .menu > li > a{
  font-size: 20px !important;
}

h2, .h2{
  font-size: 36px !important;
}

label{
  font-size: 18px !important;
}

.contact-form-container.px-md{
  padding-right: 0px;
}

.header-transparent.header-hoverable .site-header:hover,
.site-header.sticky{
  box-shadow: 0px 5px 15px rgba(0,0,0, 0.5) !important;
}

::placeholder {
  color: #1E1E1E;
}

.rkt-container-responsive{
  max-width: 1200px;
  margin: 0 auto;
}

.shop-toolbar:not(.shop-toolbar-override){
  display: none !important;
}

body:not(.home) .sober-container.clearfix,
.home .sober-container{
  padding-left: 0px;
  padding-right: 0px;
}

.list-dropdown ul{
  right: 0;
  left: unset;
}

.site-header {
  padding: 15px 35px !important;
}

.nav-menu > li > a, .side-menu .menu > li > a {
  font-family: "Sofia Sans", sans-serif !important;
}

.social-links-widget a {
  margin: 5px !important;
}

.site-footer .footer-widgets .widget_nav_menu .menu{
  align-items: center !important;
  min-height: 50px;
}

.footer-widgets ul.menu li {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .site-footer .footer-widgets .widget_nav_menu .menu,
  .site-footer .footer-widgets .social-links-widget.social-links{
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  
  .px-lg.vc_col-sm-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 50px;
  }

  .px-lg.vc_col-sm-6 .wpb_wrapper.vc_figure,
  .px-lg.vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey,
  .px-lg.vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey img
  {
      width: 100%;
  }


  .py-md.rkt-container-responsive p{
    margin-bottom: 50px !important;
  }

  .pr-lg.vc_col-sm-6{
    padding-right: 0;
  }

  .vc_row.py-lg.px-md.rkt-container-responsive{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .contact-form-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 50px;
  }
}

.archive .site{
  padding-top: 115px;
}

@media screen and (min-width: 1199px) {
  .main-navigation .nav-menu, .nav-menu ul {
    display: flex;
    align-items: center;
  }
}