/*!
Theme Name: Smallcase Production
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE 
Text Domain: smallcase-production
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
  	font-family: "Urbanist", sans-serif;
  	font-weight: 400;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
a:focus {
    outline: unset;
    outline-offset: unset;
}
div#breadcrumbs span {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    grid-gap: 10px;
    font-weight: 300;
}
/*--------------------------- Header ---------------------------*/
nav.smallcase-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 10px 0;
    background: transparent;
}
nav.smallcase-navbar .logo{
    height: 60px;
    width: 360px;  
}
nav.smallcase-navbar .logo img{
    max-height: 100%;
    max-width: 100%;
}
nav.smallcase-navbar ul li a{
    color:#111125;
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
}
nav.smallcase-navbar ul li:hover a{
    background: unset;
    color:#F7931E;
}
nav.smallcase-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.smallcase-navbar ul li:nth-last-child(2) a{
    background: #230938;
    border-radius: 10px;
    margin-right: 15px;
    color: #fff;
}
nav.smallcase-navbar ul li:last-child a{
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%);
    border-radius: 10px;
    color: #fff;
}
nav.smallcase-navbar ul li:last-child:hover a,
nav.smallcase-navbar ul li:nth-last-child(2):hover a{
    background: #000;
    color: #fff;
}
nav.smallcase-navbar .navbar-collapse{
    padding: 0;
    height: 60px !important;
    display: flex !important;
    align-items: center;
}
nav.smallcase-navbar ul li.current-menu-item a {
    color: #F7931E;
}
nav.smallcase-navbar.fixed-navbar ul li.current-menu-item a {
    color: #F7931E;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.smallcase-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #230938;
    border: unset;
    width: 200px;
    top: 50px;
    border-radius: 10px;
    padding: 0;
}
nav.smallcase-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 16px;
    color: #fff !important;
    font-weight: 500;
    width: 100%;
}
nav.smallcase-navbar ul.dropdown-menu li:hover a{
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%) !important;
}
nav.smallcase-navbar ul.dropdown-menu li:first-child:hover a{
    border-radius: 10px 10px 0 0;
}
nav.smallcase-navbar ul.dropdown-menu li:nth-last-child(2):hover a{
    border-radius: 0;
}
nav.smallcase-navbar ul.dropdown-menu li:last-child:hover a{
    border-radius: 0 0 10px 10px;
}
nav.smallcase-navbar ul.dropdown-menu li:last-child a{
    background: unset;
}
nav.smallcase-navbar ul.dropdown-menu li a:focus{
    color: #5EFF00;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
nav.smallcase-navbar ul.dropdown-menu li.menu-item-has-children a {
    display: flex;
    align-items: center;
    position: relative;
}
nav.smallcase-navbar ul.dropdown-menu li.menu-item-has-children a:before{
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    right: 20px;
    position: absolute;
    font-size: 20px;
}
nav.smallcase-navbar ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu{
    left: 100% !important;
    border-radius: 0 15px 15px 0;
    top: 0;
}
nav.smallcase-navbar ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li a{
    background: unset !important;
}
nav.smallcase-navbar ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li:hover a{
    background: #fee1cd !important;
    color: #230938 !important;
    border-radius: 0 10px 10px 0 !important;
}
nav.smallcase-navbar ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li a:before{
    content: unset;
}
/*--------------------------- Footer ---------------------------*/
.smallcase-footer{
    background: #230938;
    padding: 80px 0 25px 0;
}
.smallcase-footer .col-md-5{
    width: 32%;
}
.smallcase-footer .col-md-2{
    width: 17%;
}
.smallcase-footer .col-md-3{
    width: 34%;
}
.smallcase-footer .wp-block-image img{
    height: 120px;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
.smallcase-footer .widget h2 {
    font-size: 18px;
    color: #FAFAFA;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: 'Merriweather';
    text-transform: uppercase;
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.smallcase-footer .widget br{
    display: none;
}
.smallcase-footer .widget.widget_text p{
    color: #FFD9D9;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0;
    line-height: 1.8;
}
.smallcase-footer ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.smallcase-footer ul.menu li:not(:last-child){
    margin-bottom: 20px;
}
.smallcase-footer ul.menu li a{
    color: #FFD9D9;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.smallcase-footer ul.menu li a:hover{
    color: #DDAD67;
}
.smallcase-footer .footer-social-list{
    grid-gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.smallcase-footer .footer-social-list a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    transition: all .5s ease;
}
.smallcase-footer .footer-social-list a i{
    font-size: 16px;
    color: #fff;
}
.smallcase-footer .footer-social-list a:hover{
    background: #DDAD67;
}
.smallcase-footer .footer-social-list a:hover i{
    color: #721F1D;
}
.smallcase-footer .subscribe-form {
    margin-top: 30px
}
.smallcase-footer .subscribe-form p {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    justify-content: center
}
.smallcase-footer .subscribe-form input {
    padding: 20px 30px;
    border: unset;
    font-size: 16px;
    font-weight: 500;
}
.smallcase-footer .subscribe-form input.wpcf7-email {
    border-radius: 15px 0 0 15px;
    width: 100%;
}
.smallcase-footer .subscribe-form input[type=submit] {
    background: #DDAD67;
    color: #410200;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 15px 15px 0;
}
.smallcase-footer .subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    color: #ff4500;
    margin: 5px 0 0 15px
}
.smallcase-footer #subscribe-form .wpcf7-response-output {
    background: #cd5c5c;
    border: unset;
    width: fit-content;
    margin: 50px auto 0;
    color: #fff
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    font-size: 16px;
    color:#fff;
    margin-top: 80px;
    padding: 30px 0 0 0;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-wrap p{
    margin-bottom:0;
}
.copyright-wrap a{
    text-decoration: none;
    color:#DDAD67;
}
/*--------------------------- Shortcode ---------------------------*/
.parent-event-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.parent-event-categories .event-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3e9fb;
    border-radius: 15px;
    grid-gap: 15px;
    transition: all 0.5s ease;
}
.parent-event-categories .event-box:hover {
    background: #fee1cd;
    transform: scale(1.05);
}
.parent-event-categories .event-box .event-info{
    padding: 20px 0 20px 20px;
}
.parent-event-categories .event-box .event-info h3{
    margin: 0;
    color: #230938;
    font-weight: 600;
    font-size: 20px;
}
.parent-event-categories .event-box .event-info p{
    margin: 10px 0 15px 0;
    color: #564C5E;
    font-size: 16px;
    font-weight: 500;
}
.parent-event-categories .event-box .event-info ul.sub-categories {
    display: flex;
    list-style: none;
    padding: 0;
    grid-gap: 10px;
}
.parent-event-categories .event-box .event-info ul.sub-categories li a{
    border: 1px solid #888;
    text-decoration: none;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    transition: all 0.3s ease;
}
.parent-event-categories .event-box .event-info ul.sub-categories li a:hover{
    background: #230938;
    color: #fff;
    border: 1px solid transparent;
}
.parent-event-categories .event-box .event-info ul.sub-categories li a span {
    opacity: 0.8;
    color: #FA8232;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.parent-event-categories .event-box .event-info ul.sub-categories li a:hover span {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    color: #fff;
}
.parent-event-categories .event-box .event-thumb img {
    height: 200px;
    object-fit: cover;
    border-radius: 360px 30px 30px 360px;
    width: 300px;
    object-position: bottom;
}
.events-template-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.events-template-wrap .template-box {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}
.elementor-products-grid .products li .template-box{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px; 
}
.events-template-wrap .template-box .template-thumb img,
.elementor-products-grid .products li .template-box .template-thumb img{
    border-radius: 10px;
    margin-bottom: 20px;
}
.events-template-wrap .template-box .template-info h3,
.elementor-products-grid .products li .template-box .template-info h3{
    margin: 0;
    font-size: 16px;
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    color: #230938;
}
.events-template-wrap .template-box .template-info .template-price,
.elementor-products-grid .products li .template-box .template-info .template-price{
    margin: 10px 0;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.events-template-wrap .template-box .template-info .template-price del,
.elementor-products-grid .products li .template-box .template-info .template-price del{
    font-size: 16px;
    color: #ccc;
}
.events-template-wrap .template-box .template-info .template-price ins,
.elementor-products-grid .products li .template-box .template-info .template-price ins{
    text-decoration: none;
}
.events-template-wrap .template-box .template-info .template-tags,
.elementor-products-grid .products li .template-box .template-info .template-tags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 5px;
    justify-content: flex-end;
}
.events-template-wrap .template-box .template-info .template-tags a.single-tag,
.elementor-products-grid .products li .template-box .template-info .template-tags a.single-tag{
    flex: 1;
    text-decoration: none;
    color: #997300;
    background: #FFF8E0;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eee;
    white-space: nowrap;
    text-transform: capitalize;
}
.events-template-wrap .template-box .template-info .template-tags a.more-tags,
.elementor-products-grid .products li .template-box .template-info .template-tags a.more-tags{
    color: #ed143d;
    font-weight: 700;
    text-transform: uppercase;
}
.events-template-wrap .template-box .template-info .template-btns,
.elementor-products-grid .products li .template-box .template-info .template-btns{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
    margin-top: 20px;
}
.events-template-wrap .template-box .template-info .template-btns a,
.elementor-products-grid .products li .template-box .template-info .template-btns a{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    padding: 8px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 5px;
}
.events-template-wrap .template-box .template-info .template-btns a.order-button,
.elementor-products-grid .products li .template-box .template-info .template-btns a.order-button{
    background: #10AE57;
}
.events-template-wrap .template-box .template-info .template-btns a.view-button,
.elementor-products-grid .products li .template-box .template-info .template-btns a.view-button{
    background: #FA8232;
}
.elementor-products-grid .products {
    margin-top: 50px !important;
    display: inline-grid !important;
}
.elementor-products-grid .woocommerce-result-count {
    font-family: 'Merriweather';
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: capitalize;
    font-weight: 700;
}
.elementor-products-grid .woocommerce-result-count,
.elementor-products-grid .woocommerce-ordering{
    margin: 0;
}
.elementor-products-grid form#combined-filter-form {
    margin-left: 30px;
}
.elementor-products-grid .woocommerce-ordering select {
    padding: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 16px;
}
/*--------------------------- Mobile Modal Menu ---------------------------*/
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}   
.smallcase-mobile-menu .modal-dialog{
    padding: 0;
    margin:0;
}
.smallcase-mobile-menu .modal-dialog .modal-content{
    border:unset;
    border-radius: 0;
    height: 100vh;
    background: #1a1c2b;
    overflow-y: scroll;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-header{
    border: unset;
    padding: 20px 30px 20px 20px;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-header .close{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-shadow: unset;
    opacity: 1;
    height: 40px;
    width: 40px;
    background: red;
    border-radius: 50%;
    line-height: 40px;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body {
    padding: 0 30px 40px 30px;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li a{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 20px 15px;
    border-radius: 0;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li a:hover{
    background:unset !important;   
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-item a,.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor a{
    color: #f9c24a;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li.current-menu-item a{
    color: #f9c24a;
    border-radius: 0
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li a{
    background: unset;
    color: #fff;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu{
    background: rgba(55,19,121,0.3);
    border-radius: 0;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li ul.dropdown-menu{
    background: rgba(255,255,255,0.2);
    border-radius: 0;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li a{
    color: #d9d9d9;   
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li ul.dropdown-menu li a{
    color: #cccccc;
}
.smallcase-mobile-menu .modal-dialog .modal-content .modal-body ul li a.dropdown-toggle:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    top: 13px;
    right: 10%;
    position: absolute;
    font-size: 30px;
}
/*--------------------------- Elementor ---------------------------*/
.smallcase-home-event-cat-wrap{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF4CC 100%);
}
.smallcase-home-event-cat-wrap .e-con-inner{
    z-index: 1;
}
.smallcase-home-event-cat-wrap:after{
    content: '';
    background: url(img/smallcase-overlay-img-01.png),url(img/smallcase-overlay-img-02.png),url(img/smallcase-overlay-img-03.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 150px,150px,130px;
    background-position: 0 90%, 100% 0, 15% 100%;
    background-repeat: no-repeat;
}
.smallcase-sub-title-color h2{
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.smallcase-home-step-box {
    transition: background 0.35s ease-in-out, 
                box-shadow 0.35s ease-in-out,
                transform 0.35s ease-in-out;
}
.smallcase-home-step-box:hover {
    background: linear-gradient(360deg, #230938 5.56%, #63199E 93.82%);
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.smallcase-home-step-box .elementor-widget-heading h2,
.smallcase-home-step-box .elementor-widget-text-editor {
    transition: color 0.35s ease-in-out;
}
.smallcase-home-step-box:hover .elementor-widget-heading h2,
.smallcase-home-step-box:hover .elementor-widget-text-editor {
    color: #fff !important;
}
.smallcase-home-step-box .elementor-widget-heading.title h2 {
    transition: color 0.35s ease-in-out;
}
.smallcase-home-step-box:hover .elementor-widget-heading.title h2 {
    color: #F7931E !important;
}
.smallcase-creators-box .smallcase-combo-pack-title h2{
    background: linear-gradient(102.7deg, #FFFFFF 5.24%, #FFC600 103.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
}
.smallcase-creators-box .smallcase-single-pack-title h2{
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
}
.smallcase-creators-box .elementor-widget-text-editor {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 !important;
}
.smallcase-creators-box .elementor-widget-text-editor h4{
    background: #fff;
    color: #DE7A00;
    width: fit-content;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 50px;
    margin: 0 0 20px 0;
}
.smallcase-creators-box .elementor-widget-text-editor ul{
    padding: 0 0 0 20px;
    margin: 0;
}
.smallcase-creators-box .elementor-widget-text-editor ul li:not(:last-child){
    margin-bottom: 10px;
}
.structured-products-tabs ul.nav {
    margin: 0 0 50px 0;
    border: unset;
    display: flex;
    justify-content: space-between;
    position: relative;
    grid-gap: 10px
}
.structured-products-tabs ul.nav li{
    flex: 1;
    text-align: center;
}
.structured-products-tabs ul.nav li a {
    background: unset;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    opacity: .5;
}
.structured-products-tabs ul.nav li:hover a {
    opacity: 1;
}
.structured-products-tabs ul.nav li.active a {
    background: linear-gradient(102.7deg, #FF8000 5.24%, #F90000 103.03%);
    border: 1px solid transparent;
    color: #fff;
    opacity: 1;
}
.structured-products-tabs .dropdown {
    position: relative;
}
.structured-products-tabs .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    z-index: 9999;
    margin-top: 2px;
    background: #FFF4CC;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.8);
    box-shadow: 0 6px 18px rgba(0,0,0,0.8);
}
.structured-products-tabs .dropdown:hover > .dropdown-menu,
.structured-products-tabs .dropdown.open > .dropdown-menu {
    display: block;
}
.structured-products-tabs .dropdown .dropdown-menu li {
    padding: 0;
    white-space: nowrap;
}
.structured-products-tabs .dropdown .dropdown-menu li a {
    display: block;
    padding: 10px;
    color: #333 !important;
    text-decoration: none;
    background: unset !important;
}
.structured-products-tabs .dropdown .dropdown-menu li a:hover {
    background: #fff !important;
    color: #230938 !important;
}
.single-product a.order-button{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    padding: 12px 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 50px;
    background: #10AE57;
    font-weight: 600;
    width: fit-content;
}
/*--------------------------- Responsive CSS ---------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
    .container{
        width: 100%;
    }
    nav.smallcase-navbar .navbar-toggle{
        margin: 15px 0 0 0;
        background: #fff;
    }
    nav.smallcase-navbar .navbar-toggle .icon-bar{
        background: #970000;
    }
    .smallcase-footer{
        padding: 50px 0 0 0;
    }
    .smallcase-footer .col-sm-3:nth-child(even){
        padding: 50px 15px;
    }
    .smallcase-footer .col-md-2,.smallcase-footer .col-md-6{
        width: unset;
    }
    .copyright-wrap .text-left,.copyright-wrap .text-right{
        text-align: center;
        font-size: 18px;
    }
    .copyright-wrap .text-left{
        margin-bottom: 15px;
    }
    .smallcase-footer ul li a,.smallcase-footer .footer-contact-list p,.smallcase-footer .footer-contact-list p a{
        font-size: 18px;
    }
    .smallcase-footer #nav_menu-2 h2.widget-title {
        font-size: 24px;
        text-transform: uppercase;
    }
    .smallcase-footer #block-8 h2 {
        font-size: 24px;
    }
    .events-template-wrap,.elementor-widget-wc-archive-products .products,.parent-event-categories {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .smallcase-creators-box .elementor-widget-text-editor,.structured-products-tabs ul.nav {
        display: block;
    }
    .structured-products-tabs ul.nav li{
        width: 100%;
    }
    .structured-products-tabs ul.nav li:not(:last-child){
        margin-bottom: 10px
    }

}