/**
*  Widgets
*/
.main-navigation:after, .main-navigation .main-navigation-menu > ul:after, .ssd-items-grid .items-row:after {
    content: "";
    display: table;
    clear: both; }

/**    
* ----------------------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------------------
*/
/**
* ----------------------------------------------------------------------------------------
* Navigation styles.
* ----------------------------------------------------------------------------------------
*/
.main-navigation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: .33s;
    transition: .33s;
    background-color: #fff;
    top: 0;
    width: 100%;
    z-index: 99999999;
    z-index: 2000;
    position: fixed;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 10px; }
    .main-navigation .main-navigation-menu {
    -webkit-box-flex: 1;
            flex-grow: 1; }
    .main-navigation .main-navigation-menu li {
        list-style: none; }
    .main-navigation .main-navigation-menu > ul {
        -webkit-transition: .2s;
        transition: .2s;
        margin-bottom: 0; }
    .main-navigation .main-navigation-menu > ul > li {
        display: inline-block;
        position: relative;
        margin-right: 25px; }
        .main-navigation .main-navigation-menu > ul > li:first-child {
        padding-left: 0; }
        .main-navigation .main-navigation-menu > ul > li:last-child .sub-menu .sub-menu {
        left: auto;
        right: 100%; }
    .main-navigation .main-navigation-menu > ul > li > a {
        font-family: Libre Baskerville;
        display: inline-block;
        position: relative;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 1px;
        color: #484848;
        vertical-align: baseline;
        padding: 8px 0; }
        .main-navigation .main-navigation-menu > ul > li > a svg {
        -webkit-transition: .15s;
        transition: .15s; }
        .main-navigation .main-navigation-menu > ul > li > a:after {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        background-color: #AA1E3D;
        height: 2px;
        width: 100%;
        -webkit-transition: .2s;
        transition: .2s; }
        .main-navigation .main-navigation-menu > ul > li > a:hover {
        text-decoration: none;
        color: #AA1E3D; }
        .main-navigation .main-navigation-menu > ul > li > a:hover svg {
            fill: #AA1E3D; }
        .main-navigation .main-navigation-menu > ul > li > a:hover:after {
            /* -webkit-transform: scale(1);
                    transform: scale(1); */
                  }
    .main-navigation .main-navigation-menu .current-menu-item > a {
        color: #AA1E3D; }
        .main-navigation .main-navigation-menu .current-menu-item > a:after {
        /*-webkit-transform: scale(1);
                transform: scale(1);*/
              }
    .main-navigation .main-navigation-menu .cart-contents {
        padding-right: 8px; }
        .main-navigation .main-navigation-menu .cart-contents .widget-label {
        display: none; }
        .main-navigation .main-navigation-menu .cart-contents .cart-contents-text {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        background-color: #AA1E3D;
        color: #fff;
        top: 12px; }
    .main-navigation .sub-menu {
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 100%;
    left: -30px;
    width: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    z-index: 200;
    visibility: hidden;
    -webkit-transform: rotateX(-45deg) translateY(-10px);
            transform: rotateX(-45deg) translateY(-10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
    box-shadow: 0px 22px 23px -19px rgba(0, 0, 0, 0.15); }
    .main-navigation .sub-menu li:first-child > a {
        padding: 18px 30px 9px; }
    .main-navigation .sub-menu li:last-child a {
        padding: 9px 30px 18px; }
    .main-navigation .sub-menu a {
        font-family: Libre Baskerville;
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 9px 30px;
        margin: 7px 0;
        color: #484848;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 1px; }
        .main-navigation .sub-menu a:after {
        position: absolute;
        content: '';
        bottom: 5px;
        left: 30px;
        -webkit-transform: scale(0);
                transform: scale(0);
        background-color: #AA1E3D;
        height: 2px;
        width: 20%;
        -webkit-transition: .2s;
        transition: .2s; }
        .main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:active {
        color: #AA1E3D; }
        .main-navigation .sub-menu a:hover:after, .main-navigation .sub-menu a:active:after {
            -webkit-transform: scale(0);
                    transform: scale(0); }
    .main-navigation .sub-menu .current-menu-item > a {
        color: #AA1E3D; }
    .main-navigation .sub-menu .sub-menu {
        top: 0;
        left: 100%; }
    .main-navigation .nav-icon {
    position: relative;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
    .main-navigation .nav-icon + i {
    margin-left: 0; }

.admin-bar .main-navigation {
    top: 32px; }

.main-navigation .main-navigation-logo-mobile {
    display: none; }

.main-navigation.main-nav-transparent:not(.navigation-color-dark) .main-navigation-logo-dark, .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-logo-dark {
    display: none; }

.main-navigation.main-nav-transparent:not(.navigation-color-light) .main-navigation-logo-light, .main-navigation:not(.main-nav-transparent):not(.main-nav-dark) .main-navigation-logo-light {
    display: none; }

.main-navigation.main-nav-transparent.navigation-color-light {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none; }

.main-navigation.main-nav-transparent.navigation-color-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none; }

.main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-logo h1, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-logo h1 {
    color: #fff; }

.main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a {
    color: #fff; }
    .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a svg, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a svg {
    fill: #fff; }
    .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a:hover, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a:hover {
    color: #AA1E3D; }
    .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a:hover svg, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a:hover svg {
        fill: #AA1E3D; }

.main-navigation.main-nav-dark {
    background-color: #232323; }
    .main-navigation.main-nav-dark .sub-menu {
    background-color: #232323; }
    .main-navigation.main-nav-dark .sub-menu a {
        color: #fff; }

.menu-item-has-children {
    position: relative; }
    .menu-item-has-children > a > i {
    margin-left: 7px;
    margin-bottom: 1px;
    color: #AA1E3D; }

.main-navigation .sub-menu--open {
    visibility: visible;
    height: auto;
    -webkit-transform: rotateX(0deg) translateY(0);
            transform: rotateX(0deg) translateY(0);
    opacity: 1; }
    .main-navigation .sub-menu--open .sub-menu {
    -webkit-transform: none;
            transform: none; }

.menu-item-login-register {
    margin-left: 30px; }
    .menu-item-login-register > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    height: 20px;
    width: 1px;
    margin-top: -10px;
    background-color: #eaeaea; }

.main-navigation:not(.main-nav-transparent) .main-navigation-logo {
    /*-webkit-transform: scale(0.87);
            transform: scale(0.87); */
          }

.main-navigation:not(.main-nav-transparent) .main-navigation-menu > ul > li > a,
.main-navigation:not(.main-nav-transparent) .sub-menu a {
    font-size: 15px; }

.main-navigation:not(.main-nav-transparent) .sub-menu a {
    padding: 6px 50px 6px 30px; }

.main-navigation-logo {
    -webkit-transition: .2s;
    transition: .2s;
    flex-shrink: 0; }
    .main-navigation-logo h1 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
    word-break: break-all;
    color: #484848;
    margin: 0;
    padding: 5px 0; }
    .main-navigation-logo h1:hover {
        color: #AA1E3D; }
    .main-navigation-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 80px; }
    .main-navigation-logo img {
    -webkit-transition: .2s;
    transition: .2s;
    padding: 5px 0;
    width: auto;
    padding-left:20px;
    max-height: 80px; }

/**
*  UberMenu
*/
.main-navigation.main-nav-transparent .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-item-has-children > a > i {
    margin-left: 7px;
    margin-bottom: 1px;
    color: #AA1E3D; }

.main-navigation.main-nav-transparent .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin > ul > li > a.ubermenu-target {
    color: #fff; }
    .main-navigation.main-nav-transparent .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin > ul > li > a.ubermenu-target:hover {
    color: #AA1E3D; }

.ubermenu.ubermenu-skin-buraczkowo-ubermenuskin {
    float: right;
    z-index: 1000; }
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-current-menu-item > a.ubermenu-target {
    color: #AA1E3D; }
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin a.ubermenu-target,
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    color: #383838;
    font-weight: 400;
    font-size: 14px;
    line-height: 75px;
    height: 75px;
    padding-top: 0;
    padding-bottom: 0; }
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin a.ubermenu-target:hover,
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
        color: #AA1E3D; }
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin a.ubermenu-target .ubermenu-current_page_item,
    .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target .ubermenu-current_page_item {
        color: #AA1E3D; }

.has-ubermenu .ubermenu, .has-ubermenu .ubermenu .ubermenu-column, .has-ubermenu .ubermenu .ubermenu-divider, .has-ubermenu .ubermenu .ubermenu-icon, .has-ubermenu .ubermenu .ubermenu-image, .has-ubermenu .ubermenu .ubermenu-item, .has-ubermenu .ubermenu .ubermenu-nav, .has-ubermenu .ubermenu .ubermenu-retractor, .has-ubermenu .ubermenu .ubermenu-row, .has-ubermenu .ubermenu .ubermenu-search, .has-ubermenu .ubermenu .ubermenu-search-input, .has-ubermenu .ubermenu .ubermenu-search-submit, .has-ubermenu .ubermenu .ubermenu-submenu, .has-ubermenu .ubermenu .ubermenu-submenu-footer, .has-ubermenu .ubermenu .ubermenu-tabs, .has-ubermenu .ubermenu .ubermenu-tabs-panels, .has-ubermenu .ubermenu .ubermenu-target, .has-ubermenu .ubermenu-responsive-toggle {
    letter-spacing: 0.05em;
    text-transform: uppercase; }

.has-ubermenu .ubermenu ul.ubermenu-submenu,
.has-ubermenu .ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #fff; }

.has-ubermenu .ubermenu .ubermenu-target-description {
    font-size: 90% !important; }

.has-ubermenu .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    position: relative;
    margin-left: 10px;
    top: auto;
    right: auto; }

.has-ubermenu .ubermenu-skin-buraczkowo-ubermenuskin.ubermenu-responsive-toggle {
    position: absolute;
    top: 25px;
    right: 0; }

.has-ubermenu .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-submenu .ubermenu-highlight {
    color: #AA1E3D; }

.has-ubermenu .ubermenu.ubermenu-skin-buraczkowo-ubermenuskin .ubermenu-item.ubermenu-item-level-0 > .ubermenu-highlight {
    color: #AA1E3D; }

/**
* ----------------------------------------------------------------------------------------
* Navigation Mobile
* ----------------------------------------------------------------------------------------
*/
/**
*  Logo
*/
.slicknav_menu_logo {
    display: inline-block;
    float: left;
    width: 100%;
    margin-right: -64px;
    padding: 20px 20px;
    line-height: 1em;
    word-wrap: break-word;
    word-break: break-all; }
    .slicknav_menu_logo .main-navigation-logo-light,
    .slicknav_menu_logo .main-navigation-logo-dark {
    display: none; }
    .slicknav_menu_logo .main-navigation-logo-mobile {
    display: block; }
    .slicknav_menu_logo h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 1px; }
    .slicknav_menu_logo a {
    display: inline-block; }
    .slicknav_menu_logo img {
    display: block;
    max-width: 150px;
    max-height: 35px;
    vertical-align: top; }

/**
*  SlickNav
*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    margin-top: 3px;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.26em; }

.js .slicknav_menu {
    display: none; }

.slicknav_menu {
    *zoom: 1;
    box-shadow: 0px -6px 10px 4px rgba(0, 0, 0, 0.2); }
    .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.8em;
    float: left; }
    .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
    padding: 13px 10px; }
    .slicknav_menu .slicknav_no-text {
    margin: 0; }
    .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 24px;
    height: 3px; }
    .slicknav_menu:before {
    content: " ";
    display: table; }
    .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
    clear: both; }
    .slicknav_nav ul {
    display: block; }
    .slicknav_nav li {
    display: block;
    margin: 0; }
    .slicknav_nav .slicknav_arrow {
    position: relative;
    top: -1px;
    font-size: 0.8em; }
    .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
    display: inline; }
    .slicknav_nav a {
    display: inline-block;
    padding: 10px 20px; }
    .slicknav_nav .slicknav_parent-link a {
    display: inline; }
    .slicknav_nav .fa-angle-down {
    display: none; }

.slicknav_brand {
    float: left; }

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fafafa;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1000; }
    .slicknav_menu .site-logo img {
    -webkit-transform: translateZ(0) scale(0.8);
            transform: translateZ(0) scale(0.8); }
    .slicknav_menu .slicknav_menutxt {
    color: #383838; }
    .slicknav_menu .slicknav_icon-bar {
    background-color: #383838; }

.slicknav_nav {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    max-height: 80vh;
    overflow-y: auto;
    list-style: none; }
    .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0; }
    .slicknav_nav .sub-menu {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.15) inset; }
    .slicknav_nav a {
    display: block;
    padding: 15px 20px;
    margin: 2px 5px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family:  Libre Baskerville;
    color: #383838;
    letter-spacing: .1em; }
    .slicknav_nav a i[class^="icon-"] {
        position: relative;
        vertical-align: middle;
        margin-right: 7px;
        color: #AA1E3D;
        font-size: 16px;
        font-weight: 700;
        top: -3px;
        -webkit-transition: .3s;
        transition: .3s; }
    .slicknav_nav a svg {
        -webkit-transition: .2s;
        transition: .2s; }
    .slicknav_nav .nav-icon {
    position: relative;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
    .slicknav_nav a:hover {
    background: #AA1E3D;
    color: #fff; }
    .slicknav_nav a:hover i {
        color: #fff; }
    .slicknav_nav a:hover svg {
        fill: #fff; }
    .slicknav_nav a:hover > a {
    -webkit-transition: 0s;
    transition: 0s;
    background: none;
    color: inherit; }
    .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
    .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
    .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; }


/**
 * ----------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------
 */
.footer-main {
  position: relative;
  padding: 20px 0;
  background-color: #fff; }
  .footer-main.has-widgets {
    padding: 70px 0 20px; }
  .footer-main.footer-dark {
    background-color: #232323; }
  .footer-main > .bg-image {
    background-repeat: repeat;
    background-size: initial; }
  .footer-main .copyright {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px; }
  .footer-main p:last-of-type {
    margin-bottom: 0; }

    /**
 * ----------------------------------------------------------------------------------------
 * Elementor
 * ----------------------------------------------------------------------------------------
 */
.is-elementor-container {
    opacity: 0; }
  
  .elementor-editor-active .main-navigation, .elementor-editor-active .slicknav_menu {
    position: static; }
  
  .elementor-editor-active .is-nav-offset {
    display: none; }
  
  /**
  *  Headings
  */
  .elementor .elementor-widget-heading .elementor-heading-title {
    line-height: 1.3; }
  
  /**
  *  Counters
  */
  .elementor .elementor-widget-counter .elementor-counter-number-wrapper {
    color: #222; }
  
  /**
  *  Image Box
  */
  .elementor .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #222; }
  
  /**
  *  Icon Box
  */
  .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #222; }
  
  /**
  *  Buttons
  */
  .elementor-widget a.elementor-button:hover, .elementor-widget a.elementor-button:active, .elementor-widget a.elementor-button:active:focus, .elementor-widget .elementor-button:hover, .elementor-widget .elementor-button:active, .elementor-widget .elementor-button:active:focus {
    opacity: .9; }
  
  .elementor-widget.elementor-button-default .elementor-button.elementor-size-sm, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-sm,
  .elementor-widget.elementor-button-color .elementor-button.elementor-size-sm,
  .elementor-widget.elementor-button-color a.elementor-button.elementor-size-sm {
    font-size: calc($button_fontSize - 2px);
    padding: 12px 24px; }
  
  .elementor-widget.elementor-button-default .elementor-button.elementor-size-md, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-md,
  .elementor-widget.elementor-button-color .elementor-button.elementor-size-md,
  .elementor-widget.elementor-button-color a.elementor-button.elementor-size-md {
    font-size: 12px;
    padding: 15px 30px; }
  
  .elementor-widget.elementor-button-default .elementor-button.elementor-size-lg, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-lg,
  .elementor-widget.elementor-button-color .elementor-button.elementor-size-lg,
  .elementor-widget.elementor-button-color a.elementor-button.elementor-size-lg {
    font-size: calc($button_fontSize + 2px);
    padding: 20px 40px; }
  
  .elementor-widget.elementor-button-default .elementor-button.elementor-size-xl, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-xl,
  .elementor-widget.elementor-button-color .elementor-button.elementor-size-xl,
  .elementor-widget.elementor-button-color a.elementor-button.elementor-size-xl {
    font-size: calc($button_fontSize + 4px);
    padding: 25px 50px; }
  
  .elementor-widget.elementor-button-separator .elementor-button-wrapper:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    margin-right: 20px;
    background-color: #000;
    vertical-align: middle; }
  
  .elementor-widget.elementor-button-color .elementor-button,
  .elementor-button-wrapper.elementor-button-color .elementor-button {
    color: #fff;
    background: #AA1E3D;
    border: 3px solid transparent; }
    .elementor-widget.elementor-button-color .elementor-button:hover, .elementor-widget.elementor-button-color .elementor-button:active, .elementor-widget.elementor-button-color .elementor-button:active:focus,
    .elementor-button-wrapper.elementor-button-color .elementor-button:hover,
    .elementor-button-wrapper.elementor-button-color .elementor-button:active,
    .elementor-button-wrapper.elementor-button-color .elementor-button:active:focus {
      color: #000;
      background: rgba(255, 255, 255, 0.65);
      border: 3px solid transparent; }
  
  .elementor-widget.elementor-button-minimal .elementor-button,
  .elementor-button-wrapper.elementor-button-minimal .elementor-button {
    border-width: 0 0 3px;
    border-style: solid;
    border-radius: 0;
    padding: 2px; }
    .elementor-widget.elementor-button-minimal .elementor-button:hover, .elementor-widget.elementor-button-minimal .elementor-button:active, .elementor-widget.elementor-button-minimal .elementor-button:active:focus,
    .elementor-button-wrapper.elementor-button-minimal .elementor-button:hover,
    .elementor-button-wrapper.elementor-button-minimal .elementor-button:active,
    .elementor-button-wrapper.elementor-button-minimal .elementor-button:active:focus {
      color: #AA1E3D;
      background: none;
      border-width: 0 0 3px;
      border-style: solid;
      border-radius: 0; }
  
  /**
  *  WordPress Widgets
  */
  .elementor-widget-wrap .widget {
    margin-bottom: 0; }
  
  .Blockquote {
    position: relative;
    overflow: hidden; }
    .Blockquote:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
    .Blockquote .blockquote-content-wrapper {
      position: relative; }
    .Blockquote .quote-single {
      margin-top: 20px; }
    .Blockquote .quote-single:before, .Blockquote .quote-double:before {
      position: absolute;
      content: '“';
      top: 0;
      left: 0;
      font-size: 80px;
      font-weight: 600; }
    .Blockquote .text-center.quote-single:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .Blockquote .quote-double {
      margin: 20px 0; }
      .Blockquote .quote-double:after {
        position: absolute;
        content: '“';
        bottom: 0;
        right: 0;
        font-size: 80px;
        font-weight: 600;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .Blockquote .blockquote-content {
      font-size: 20px;
      margin-bottom: 20px;
      padding-left: 7px;
      padding-right: 7px; }
    .Blockquote .author-wrapper {
      padding-left: 7px;
      padding-right: 7px; }
      .Blockquote .author-wrapper span {
        display: block; }
      .Blockquote .author-wrapper .author {
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 5px; }
  
  /**
  * ----------------------------------------------------------------------------------------
  *    Buttons
  * ----------------------------------------------------------------------------------------
  */
  .btn, .elementor-widget a.elementor-button, .elementor-widget .elementor-button, button[type='submit'], input[type='submit'] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    background: transparent;
    white-space: normal;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border: 3px solid transparent;
    padding: 8px 40px;
    border-radius: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; }
    .btn .svg-icon-rotating, .elementor-widget .elementor-button .svg-icon-rotating, button[type='submit'] .svg-icon-rotating, input[type='submit'] .svg-icon-rotating {
      padding: 0; }
    .btn .fa-spin, .elementor-widget .elementor-button .fa-spin, button[type='submit'] .fa-spin, input[type='submit'] .fa-spin {
      margin-right: 5px; }
    .btn:active, .elementor-widget .elementor-button:active, button[type='submit']:active, input[type='submit']:active {
      box-shadow: none; }
    .btn[disabled], .elementor-widget .elementor-button[disabled], button[type='submit'][disabled], input[type='submit'][disabled] {
      opacity: .4; }
  
  .btn:hover, .elementor-widget .elementor-button:hover, .btn:active, .elementor-widget .elementor-button:active, .btn:active:focus, .elementor-widget .elementor-button:active:focus, button[type='submit']:hover, button[type='submit']:active, button[type='submit']:active:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:active:focus {
    color: #fff;
    outline: 0;
  /*  background: #AA1E3D;
    border: 3px solid #AA1E3D;*/
  }
  
  .btn.btn-small, .elementor-widget .btn-small.elementor-button {
    font-size: 10.2px;
    padding: 4px 16px; }
  
  .btn.btn-color, .elementor-widget .btn-color.elementor-button, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .btn#signup-button {
    color: #fff;
    background: #AA1E3D;
    border: 3px solid transparent; }
    .btn.btn-color:hover, .elementor-widget .btn-color.elementor-button:hover, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .btn.btn-color:active, .elementor-widget .btn-color.elementor-button:active, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .btn.btn-color:active:focus, .elementor-widget .btn-color.elementor-button:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus {
      color: #000;
      background: rgba(255, 255, 255, 0.65);
      border: 3px solid transparent; }
  
  .btn.btn-dark, .elementor-widget .btn-dark.elementor-button, button[type='submit'], input[type='submit'] {
    color: #fff;
    background: #232323;
    border: 3px solid #000; }
    .btn.btn-dark:hover, .elementor-widget .btn-dark.elementor-button:hover, .btn.btn-dark:active, .elementor-widget .btn-dark.elementor-button:active, .btn.btn-dark:active:focus, .elementor-widget .btn-dark.elementor-button:active:focus, button[type='submit']:hover, button[type='submit']:active, button[type='submit']:active:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:active:focus {
      color: #000;
      background: rgba(255, 255, 255, 0.65);
      border: 3px solid #000; }
  
  .btn.btn-border, .elementor-widget .btn-border.elementor-button {
    border: 3px solid #AA1E3D; }
    .btn.btn-border:hover, .elementor-widget .btn-border.elementor-button:hover, .btn.btn-border:active, .elementor-widget .btn-border.elementor-button:active, .btn.btn-border:active:focus, .elementor-widget .btn-border.elementor-button:active:focus {
      color: #fff;
      background: #AA1E3D;
      border: 3px solid #AA1E3D; }
  
  .btn.btn-white, .elementor-widget .btn-white.elementor-button, button[type='submit'].btn.btn-white, .elementor-widget button.elementor-button[type='submit'].btn-white, input[type='submit'].btn.btn-white, .elementor-widget input.elementor-button[type='submit'].btn-white {
    color: #AA1E3D;
    background: #fff;
    border: 3px solid #fff; }
    .btn.btn-white:hover, .elementor-widget .btn-white.elementor-button:hover, .btn.btn-white:active, .elementor-widget .btn-white.elementor-button:active, .btn.btn-white:active:focus, .elementor-widget .btn-white.elementor-button:active:focus, button[type='submit'].btn.btn-white:hover, .elementor-widget button.elementor-button[type='submit'].btn-white:hover, button[type='submit'].btn.btn-white:active, .elementor-widget button.elementor-button[type='submit'].btn-white:active, button[type='submit'].btn.btn-white:active:focus, .elementor-widget button.elementor-button[type='submit'].btn-white:active:focus, input[type='submit'].btn.btn-white:hover, .elementor-widget input.elementor-button[type='submit'].btn-white:hover, input[type='submit'].btn.btn-white:active, .elementor-widget input.elementor-button[type='submit'].btn-white:active, input[type='submit'].btn.btn-white:active:focus, .elementor-widget input.elementor-button[type='submit'].btn-white:active:focus {
      color: #967c4b;
      background: #fff;
      border: 3px solid #fff; }
  
  .btn.btn-light, .elementor-widget .btn-light.elementor-button {
    color: #fff;
    border: 3px solid #fafafa; }
    .btn.btn-light:hover, .elementor-widget .btn-light.elementor-button:hover, .btn.btn-light:active, .elementor-widget .btn-light.elementor-button:active, .btn.btn-light:active:focus, .elementor-widget .btn-light.elementor-button:active:focus {
      background: #AA1E3D;
      border: 3px solid #AA1E3D; }
  
  .btn.btn-minimal, .elementor-widget .btn-minimal.elementor-button {
    color: #000;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #967c4b;
    border-radius: 0;
    padding: 2px;
    background-color: transparent; }
    .btn.btn-minimal:hover, .elementor-widget .btn-minimal.elementor-button:hover, .btn.btn-minimal:active, .elementor-widget .btn-minimal.elementor-button:active, .btn.btn-minimal:active:focus, .elementor-widget .btn-minimal.elementor-button:active:focus {
      color: #967c4b;
      background: none;
      border-width: 0 0 3px;
      border-style: solid;
      border-color: #967c4b;
      border-radius: 0; }
  
  .btn.active.focus, .elementor-widget .active.focus.elementor-button, input.active.focus[type="submit"], input.active.focus[type="button"], .btn.active:focus, .elementor-widget .active.elementor-button:focus, input.active[type="submit"]:focus, input.active[type="button"]:focus, .btn.focus, .elementor-widget .focus.elementor-button, input.focus[type="submit"], input.focus[type="button"], .btn:active.focus, .elementor-widget .elementor-button:active.focus, input[type="submit"]:active.focus, input[type="button"]:active.focus, .btn:active:focus, .elementor-widget .elementor-button:active:focus, input[type="submit"]:active:focus, input[type="button"]:active:focus, .btn:focus, .elementor-widget .elementor-button:focus, input[type="submit"]:focus, input[type="button"]:focus {
    outline: 0;
    font-weight: 300; }

    
/**
 * ----------------------------------------------------------------------------------------
 * Helper classes.
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Margins
 */
 .mt-20 {
    margin-top: 20px; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .mt-60 {
    margin-top: 60px; }
  
  .mt-80 {
    margin-top: 80px; }
  
  .mt-100 {
    margin-top: 100px; }
  
  .mt-120 {
    margin-top: 120px; }
  
  .mt-140 {
    margin-top: 140px; }
  
  .mt-160 {
    margin-top: 160px; }
  
  .mb-20 {
    margin-bottom: 20px; }
  
  .mb-40 {
    margin-bottom: 40px; }
  
  .mb-60 {
    margin-bottom: 60px; }
  
  .mb-80 {
    margin-bottom: 80px; }
  
  .mb-100 {
    margin-bottom: 100px; }
  
  .mb-140 {
    margin-bottom: 140px; }
  
  .mb-160 {
    margin-bottom: 160px; }
  
  .mb-200 {
    margin-bottom: 200px; }
  
  /**
  *  Oveflow
  */
  .ov-a {
    overflow: auto; }
  
  .ov-h {
    overflow: hidden; }
  
  .ov-a {
    overflow: auto; }
  
  .ov-h {
    overflow: hidden; }
  
  /**
  *  Semi Transparent Text Font
  */
  .font-transparent {
    color: rgba(255, 255, 255, 0.73); }
  
  /**
  *  Effects
  */
  .anim-fadeleft {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px); }
  
  .anim-faderight {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px); }
  
  .anim-fadeleft.anim-activated, .anim-faderight.anim-activated {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  
  .anim-fadeup {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  
  .anim-fadeup.anim-activated {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  
  .anim-fadeup-slow {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  
  .anim-fadeup-slow.anim-activated {
    opacity: 1;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  
  .anim-zoom-slow.anim-activated {
    -webkit-transition: 25s !important;
    transition: 25s !important;
    -webkit-transform: rotate(5deg) scale(1.3) !important;
            transform: rotate(5deg) scale(1.3) !important; }
  
  /**
  *  Animations
  */
  .scroll-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-size: 24px;
    margin-left: -12px;
    color: #484848; }
  
  .animation-updown {
    -webkit-animation: upDown 1.5s linear 0s infinite;
            animation: upDown 1.5s linear 0s infinite; }
  
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    50% {
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }
    100% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); } }
  
  @keyframes upDown {
    0% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    50% {
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }
    100% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); } }
  
  /**
  *  Embeded Media
  */
  .media-embedded {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden; }
  
  .media-embedded iframe,
  .media-embedded object,
  .media-embedded embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  
  /**
  *  Highlight
  */
  .highlight {
    display: inline-block;
    background-color: #AA1E3D;
    padding: .1em;
    color: #fff; }
  
  /**
  *  Light Text
  */
  .text-light {
    color: #fff; }
  
  /**
  *  Dark Text
  */
  .text-dark {
    color: #383838; }
  
  /**
  *  Section Light Text
  */
  .section-light {
    color: #fff; }
    .section-light .scroll-arrow, .section-light .progress-bar {
      color: #fff; }
    .section-light .widget a {
      color: #fff; }
    .section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6, .section-light caption {
      color: #fff; }
    .section-light .ssd-heading-subtitle {
      color: #fff; }
    .section-light .btn-normal {
      border: 3px solid #fff;
      color: #fff; }
      .section-light .btn-normal svg {
        fill: #fff; }
      .section-light .btn-normal:hover, .section-light .btn-normal:active, .section-light .btn-normal:active:focus {
        border: 3px solid #AA1E3D; }
    .section-light .btn.btn-color:hover, .section-light .elementor-widget .btn-color.elementor-button:hover, .elementor-widget .section-light .btn-color.elementor-button:hover, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .section-light .btn.btn-color:active, .section-light .elementor-widget .btn-color.elementor-button:active, .elementor-widget .section-light .btn-color.elementor-button:active, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .section-light .btn.btn-color:active:focus, .section-light .elementor-widget .btn-color.elementor-button:active:focus, .elementor-widget .section-light .btn-color.elementor-button:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus, .section-light button[type='submit'].btn.btn-color:hover, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover, .section-light button[type='submit'].btn.btn-color:active, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active, .section-light button[type='submit'].btn.btn-color:active:focus, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus, .section-light input[type='submit'].btn.btn-color:hover, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover, .section-light input[type='submit'].btn.btn-color:active, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active, .section-light input[type='submit'].btn.btn-color:active:focus, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus {
      color: #fff; }
      .section-light .btn.btn-color:hover > i, .section-light .elementor-widget .btn-color.elementor-button:hover > i, .elementor-widget .section-light .btn-color.elementor-button:hover > i, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover > i, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover > i, .section-light .btn.btn-color:active > i, .section-light .elementor-widget .btn-color.elementor-button:active > i, .elementor-widget .section-light .btn-color.elementor-button:active > i, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active > i, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:active > i, .section-light .btn.btn-color:active:focus > i, .section-light .elementor-widget .btn-color.elementor-button:active:focus > i, .elementor-widget .section-light .btn-color.elementor-button:active:focus > i, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus > i, .section-light button[type='submit'].btn.btn-color:hover > i, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover > i, .section-light button[type='submit'].btn.btn-color:active > i, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active > i, .section-light button[type='submit'].btn.btn-color:active:focus > i, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus > i, .section-light input[type='submit'].btn.btn-color:hover > i, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover > i, .section-light input[type='submit'].btn.btn-color:active > i, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active > i, .section-light input[type='submit'].btn.btn-color:active:focus > i, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus > i {
        color: #fff; }
      .section-light .btn.btn-color:hover svg, .section-light .elementor-widget .btn-color.elementor-button:hover svg, .elementor-widget .section-light .btn-color.elementor-button:hover svg, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover svg, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover svg, .section-light .btn.btn-color:active svg, .section-light .elementor-widget .btn-color.elementor-button:active svg, .elementor-widget .section-light .btn-color.elementor-button:active svg, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active svg, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:active svg, .section-light .btn.btn-color:active:focus svg, .section-light .elementor-widget .btn-color.elementor-button:active:focus svg, .elementor-widget .section-light .btn-color.elementor-button:active:focus svg, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus svg, .section-light button[type='submit'].btn.btn-color:hover svg, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover svg, .section-light button[type='submit'].btn.btn-color:active svg, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active svg, .section-light button[type='submit'].btn.btn-color:active:focus svg, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus svg, .section-light input[type='submit'].btn.btn-color:hover svg, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover svg, .section-light input[type='submit'].btn.btn-color:active svg, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active svg, .section-light input[type='submit'].btn.btn-color:active:focus svg, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus svg {
        fill: #fff; }
    .section-light blockquote {
      color: #fff;
      background-color: transparent; }
      .section-light blockquote footer, .section-light blockquote footer cite {
        color: #a2a2a2; }
    .section-light .ps-container .ps-scrollbar-y {
      border: 3px solid #fff; }
    .section-light .ps-scrollbar-y-rail {
      border-left: 3px solid #fff; }
    .section-light input:not([type="submit"]), .section-light textarea {
      color: inherit; }
  
  /**
  *  Section Dark Text
  */
  .section-dark {
    color: #484848; }
    .section-dark a {
      color: #484848; }
    .section-dark .progress-bar {
      color: #383838; }
    .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark .btn, .section-dark .elementor-widget .elementor-button, .elementor-widget .section-dark .elementor-button, .section-dark caption {
      color: #383838; }
    .section-dark .ssd-heading-subtitle, .section-dark .ssd-heading-subtitle-left, .section-dark .ssd-heading-subtitle-right, .section-dark .ssd-heading-subtitle-both {
      color: #484848; }
    .section-dark .btn.btn-color, .section-dark .elementor-widget .btn-color.elementor-button, .elementor-widget .section-dark .btn-color.elementor-button, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button, .section-dark button[type='submit'], .section-dark input[type='submit'] {
      color: #fff; }
      .section-dark .btn.btn-color:hover, .section-dark .elementor-widget .btn-color.elementor-button:hover, .elementor-widget .section-dark .btn-color.elementor-button:hover, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:hover, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button:hover, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:hover, .section-dark .btn.btn-color:active, .section-dark .elementor-widget .btn-color.elementor-button:active, .elementor-widget .section-dark .btn-color.elementor-button:active, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:active, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button:active, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:active, .section-dark .btn.btn-color:active:focus, .section-dark .elementor-widget .btn-color.elementor-button:active:focus, .elementor-widget .section-dark .btn-color.elementor-button:active:focus, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:active:focus, .section-dark button[type='submit']:hover, .section-dark button[type='submit']:active, .section-dark button[type='submit']:active:focus, .section-dark input[type='submit']:hover, .section-dark input[type='submit']:active, .section-dark input[type='submit']:active:focus {
        color: #383838; }
    .section-dark blockquote {
      background-color: transparent; }
    .section-dark .ps-container .ps-scrollbar-y {
      border: 3px solid #000; }
    .section-dark .ps-scrollbar-y-rail {
      border-left: 3px solid #000; }
    .section-dark input[type="text"], .section-dark input[type="email"], .section-dark input[type="search"], .section-dark input[type="tel"], .section-dark input[type="password"], .section-dark textarea {
      background-color: #eee; }
  
  /**
  *  Wrap Form
  */
  .wrap-forms .header {
    text-align: center;
    margin-bottom: 20px; }
  
  /**
  *  Fullscreen
  */
  .fullscreen-wrapper {
    min-height: 100%;
    min-height: 100vh; }
  
  /**
  *  Halfscreen
  */
  .w35-wrapper,
  .w40-wrapper,
  .w50-wrapper,
  .w60-wrapper,
  .w65-wrapper,
  .w100-wrapper {
    position: relative;
    height: 100%;
    height: 100vh; }
  
  .w35-wrapper {
    width: 35%; }
  
  .w40-wrapper {
    width: 40%; }
  
  .w50-wrapper {
    width: 50%; }
  
  .w60-wrapper {
    width: 60%; }
  
  .w65-wrapper {
    width: 65%; }
  
  .w100-wrapper {
    width: 100%; }
  
  .w-wrapper-fixed {
    position: fixed !important; }
    .w-wrapper-fixed.pull-left {
      top: 0;
      left: 0;
      bottom: 0;
      right: auto; }
    .w-wrapper-fixed.pull-right {
      top: 0;
      right: 0;
      bottom: 0;
      left: auto; }
  
  /**
  *  Position
  */
  .pos-r {
    position: relative; }
  
  /**
  *  Vertical Center
  */
  .el-table {
    display: table;
    width: 100%; }
    .el-table .el-table-cell {
      display: table-cell;
      vertical-align: middle; }
  
  /**
  *  Vertical Center 3
  */
  .el-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  
  /**
  *  Opacity
  */
  .opacity-0 {
    opacity: 0.1;
    visibility: hidden; }
  


/**
 * ----------------------------------------------------------------------------------------
 * Components.
 * ----------------------------------------------------------------------------------------
 */
/**
*  Overlays and similar
*/
.overlay-dark, .overlay-light, .overlay-color, .overlay-color-2, .overlay-gradient, .overlay-mask, .overlay-image, .overlay-rain, .overlay-diagonal-lines, .overlay-diamonds, .overlay-diamonds-w,
[class^="overlay-pattern-"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.overlay-dark, .overlay-color, .overlay-color-2, .overlay-gradient, .overlay-light, .overlay-mask, .overlay-image {
  -webkit-transition: .2s;
  transition: .2s; }

.overlay-dark {
  background: rgba(0, 0, 0, 0.6); }

.overlay-color {
  background-color: #AA1E3D; }

.overlay-color-2 {
  background-color: #967c4b; }

.overlay-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), to(rgba(9, 8, 29, 0.75)));
  background: linear-gradient(transparent 15%, rgba(9, 8, 29, 0.75)); }

.overlay-light {
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-rain {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/rain.svg); }

.overlay-diagonal-lines {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/diagonal-lines.svg); }

.overlay-diamonds {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/morphing-diamonds.svg); }

.overlay-diamonds-w {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/morphing-diamonds-white.svg); }

.overlay-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 50px 70px;
  background-color: rgba(255, 255, 255, 0.95); }

.background-light {
  background-color: #fafafa; }

.background-dark {
  background-color: #000; }

/**
*	Background Image
*/
.bg-image, .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.bg-image:not(.bg-image-repeat) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/**
*  Close Buttons
*/
.close-icon,
.close-icon-dark,
.close-icon-color {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  display: inline-block;
  width: 31px;
  height: 26px;
  color: #fff;
  vertical-align: top; }
  .close-icon:before, .close-icon:after,
  .close-icon-dark:before,
  .close-icon-dark:after,
  .close-icon-color:before,
  .close-icon-color:after {
    content: '';
    position: absolute;
    top: 0;
    width: 28px;
    height: 3px;
    background-color: #fff; }
  .close-icon:before,
  .close-icon-dark:before,
  .close-icon-color:before {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    left: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-icon:after,
  .close-icon-dark:after,
  .close-icon-color:after {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close-icon:hover,
  .close-icon-dark:hover,
  .close-icon-color:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.close-icon {
  color: #fff; }
  .close-icon:before, .close-icon:after {
    background-color: #fff; }

.close-icon-dark {
  color: #747474; }
  .close-icon-dark:before, .close-icon-dark:after {
    background-color: #747474; }

.close-icon-color {
  color: #AA1E3D; }
  .close-icon-color:before, .close-icon-color:after {
    background-color: #AA1E3D; }
  .close-icon-color:hover {
    color: #967c4b; }
    .close-icon-color:hover:before, .close-icon-color:hover:after {
      background-color: #967c4b; }


/**
*  Modals
*/
.modal-dialog {
    padding-bottom: 50px;
    top: 50%; }
  
  .modal.in .modal-dialog {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  
  .modal-open .modal {
    z-index: 9999; }
  
  .modal-backdrop {
    display: none; }
  
  .modal.fade {
    background: rgba(243, 243, 243, 0.9); }
  
  .modal button.close {
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 0px;
    right: -40px;
    color: #1b1b1b;
    font-size: 40px;
    font-weight: 300;
    text-shadow: none;
    z-index: 100;
    opacity: 1; }
    .modal button.close:hover {
      opacity: .8; }
  
  @media only screen and (min-width: 1200px) {
    .modal-dialog {
      width: 55vw; } }
  
  @media (min-width: 768px) {
    .modal-dialog {
      width: 70vw;
      max-width: 1100px; } }
  
  @media (max-width: 767px) {
    .modal button.close {
      right: 30px;
      top: 20px;
      background-color: rgba(255, 255, 255, 0.6);
      width: 50px;
      height: 50px;
      border-radius: 100%;
      opacity: 1; }
      .modal button.close:hover {
        background-color: white;
        opacity: 1; } }
  
  .modal-header {
    position: relative;
    padding: 0; }
    .modal-header:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      z-index: 1; }
  
  .modal-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    z-index: 2; }
  
  .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 50px 75px rgba(0, 0, 0, 0.25); }
  
  .modal-body {
    padding: 0; }
  
  .modal-footer {
    border: none;
    text-align: center; }
  
  .modal-header .close {
    margin-top: 6px;
    margin-right: 10px; }


/**
 * ----------------------------------------------------------------------------------------
 * WordPress Required Classes
 * ----------------------------------------------------------------------------------------
 */
 img[class*="wp-image-"],
 .size-auto,
 .size-full,
 .size-large,
 .size-medium,
 .size-thumbnail {
   max-width: 100%;
   height: auto; }
 
 figure.wp-block-image figcaption,
 .wp-block-gallery .blocks-gallery-item figcaption {
   font-size: 0.83em;
   line-height: 1.55em;
   padding: 15px; }
 
 .wp-block-image {
   margin-bottom: 40px; }
 
 .alignnone, .aligncenter, .alignleft, .alignright {
   max-width: 100%; }
 
 .alignnone, .wp-block-image .alignnone {
   margin: 0; }
 
 .aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto; }
 
 .alignleft, .wp-block-image .alignleft {
   float: left;
   margin: 0 40px 40px 0; }
 
 .alignright, .wp-block-image .alignright {
   float: right;
   margin: 0 0 40px 40px; }
 
 .alignfull img {
   width: 100%; }
 
 .alignfull,
 .alignwide {
   clear: both;
   margin-left: calc(50% - 50vw);
   margin-right: calc(50% - 50vw);
   width: auto;
   max-width: 100vw;
   text-align: center; }

   /**
*  Audio
*/
.wp-block-audio {
    margin-bottom: 40px; }
  
  @media only screen and (min-width: 950px) {
    .alignwide,
    .col-lg-9 .alignfull {
      margin-left: -30px;
      margin-right: -30px; } }
  
  .wp-block-separator {
    border: none;
    border-bottom: 2px solid #967c4b;
    margin: 1.65em auto; }
  
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px; }
  
  .bypostauthor {
    border-bottom: 2px solid #eaeaea; }
  
  /**
  *  Video
  */
  .wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important; }
  
  .mejs-container:not(.mejs-audio) {
    padding-top: 56.25%; }
  
  .wp-video, video.wp-video-shortcode {
    max-width: 100% !important; }
  
  video.wp-video-shortcode {
    position: relative; }
  
  .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  
  .mejs-controls {
    display: none; }
  
  .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important; }
  
  /**
  *  Archives
  */
  .wp-block-archives {
    margin-bottom: 40px; }
  
  /**
  *  Gallery
  */
  .gallery {
    margin-bottom: 1.6em;
    margin-left: -20px;
    margin-right: -20px; }
  
  .gallery .gallery-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 10px 20px 10px;
    text-align: center; }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  
  .gallery-icon img {
    margin: 0 auto; }
  
  .wp-caption-text,
  .gallery-caption {
    max-width: 100%;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    padding: 25px 10px 10px; }
  
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none; }
  
  @media only screen and (max-width: 991px) {
    .gallery-columns-5 .gallery-item {
      max-width: 25%; }
    .gallery-columns-6 .gallery-item {
      max-width: 20%; }
    .gallery-columns-7 .gallery-item {
      max-width: 16.66%; }
    .gallery-columns-8 .gallery-item {
      max-width: 14.28%; }
    .gallery-columns-9 .gallery-item {
      max-width: 12.5%; } }
  
  @media only screen and (max-width: 768px) {
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
      max-width: 33.33%; } }
  
  @media only screen and (max-width: 480px) {
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
      max-width: 50%; } }
  
  /**
   * ----------------------------------------------------------------------------------------
   * Media Queries
   * ----------------------------------------------------------------------------------------
   */
  @media (min-width: 1200px) {
    .is-main-nav-transparent ~ .ssd-main-content .ssd-page-header .content-header-content {
      padding: 180px 0 160px 0; }
    .is-main-nav-transparent ~ .ssd-main-content .ssd-page-header {
      padding-top: 160px; }
    .is-main-nav-transparent ~ .ssd-main-content .SingleProductHeader {
      padding-top: 80px; } }
  
  @media (max-width: 1199px) {
    .is-slicknav {
      display: none;
      overflow: hidden; }
    .js .slicknav_menu {
      display: block; }
    .menu-item-has-children:hover > .sub-menu {
      -webkit-transform: none;
              transform: none; }
    .ssd-excerpt .ssd-excerpt-content-wrapper {
      padding: 100px 40px 40px;
      margin: 0; }
    .ssd-excerpt .overlay-gradient {
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.75)); }
    .ssd-excerpt .ssd-excerpt-content-wrapper.excerpt-no-image {
      padding: 40px; }
    .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-header a {
      max-width: 75%; }
    .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-date {
      max-width: 24%; }
    .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-title h2 {
      font-size: 30px; }
    .ssd-single-header .single-post-title h1 {
      font-size: 38px; }
    .ssd-single-post-footer .single-post-footer-share {
      max-width: 40%; }
    .ssd-single-post-footer .single-post-footer-tags {
      max-width: 60%; } }
  
  /* All Mobile Sizes (devices and browser) */
  @media (max-width: 991px) {
    body {
      font-size: 16px; }
    h1 {
      font-size: 48px; }
    h2 {
      font-size: 38px; }
    h3 {
      font-size: 34px; }
    h4 {
      font-size: 30px; }
    h5 {
      font-size: 22px; }
    h6 {
      font-size: 12px;
      font-weight: 600; }
    .protected-post-form .protected-post-field {
      width: 100%; } }
  
  /* Smaller than standard (devices and browser) */
  @media (max-width: 768px) {
    .page-header-search {
      margin-top: 30px; }
    .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-title h2 {
      font-size: 26px; }
    .ssd-post-nav .post-nav-wrapper .page-numbers {
      margin: 0 5px; }
    .ssd-single-header .single-post-title h1 {
      font-size: 34px; }
    .ssd-single-header.ssd-single-header--image .single-post-header-content {
      margin-top: 100px; }
    .commentlist li .comment-content .comment-body {
      padding: 35px 40px 10px; } }
  
  @media (max-width: 480px) {
    body {
      font-size: 15px; }
    h1 {
      font-size: 40px; }
    h2 {
      font-size: 32px; }
    h3 {
      font-size: 28px; }
    h4 {
      font-size: 24px; }
    h5 {
      font-size: 19px; }
    h6 {
      font-size: 10px; }
    body {
      font-size: 16px; }
    ul, ol {
      padding-left: 20px; }
    .ssd-excerpt .overlay-gradient {
      background: rgba(0, 0, 0, 0.55); }
    .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-title h2 {
      font-size: 22px; }
    .ssd-excerpt .ssd-excerpt-content-wrapper {
      padding: 60px 20px 25px;
      text-align: center; }
      .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-content {
        font-size: 15px;
        padding-right: 0; }
      .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-header a, .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-date {
        max-width: 100%;
        margin-top: 20px; }
      .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-date, .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-meta {
        position: relative;
        display: block; }
      .ssd-excerpt .ssd-excerpt-content-wrapper .excerpt-meta {
        -webkit-transform: none;
                transform: none;
        top: 0;
        right: 0;
        float: none;
        margin: 20px auto; }
    .ssd-excerpt img + .ssd-excerpt-content-wrapper {
      margin-top: 0; }
    .ssd-single-header .single-post-title h1 {
      font-size: 24px; }
    .ssd-single-header .single-post-meta-categories, .ssd-single-header .single-post-meta-date {
      float: none; }
    .ssd-single-post-footer .single-post-footer-container:first-child {
      float: none;
      margin-bottom: 15px; }
    .ssd-single-post-footer .single-post-footer-container:nth-child(2n) {
      text-align: left;
      float: none; }
    .ssd-single-post-footer .single-post-footer-share, .ssd-single-post-footer .single-post-footer-tags {
      max-width: 100%; }
    .commentlist li .comment-content .comment-avatar {
      left: -20px; }
    .commentlist li .comment-content .comment-author {
      font-size: 16px; }
    .commentlist li .comment-content .comment-body {
      padding: 25px 25px 15px 45px; }
    .commentlist li .children .comment-content .comment-avatar img {
      width: 40px; }
    .commentlist li .children .comment-content .comment-body {
      padding: 25px 25px 15px 35px; } }
  

      @media (max-width: 320px) {



      }