/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    font-size: var(--bod);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font1); }
h3 { font-size: var(--size3); line-height: var(--size2); padding-top: var(--size4); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 1px !important;  color: rgba(var(--color3), 1);}
h4 { font-size: var(--size4); line-height: var(--size3); padding-top: var(--size3); padding-bottom: var(--px); font-family: var(--font2); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-top: var(--size2); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-top: var(--size6); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important;  }

a {
    color: rgba(var(--color4), 1);
}

a:hover {
    text-decoration: none;
}

.Content {
    padding: 5%;
    line-height: var(--size4);
}

.Content p, .Content ul { padding-bottom: var(--px); }

.Content img {
    margin: 1vw 0;
}

.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}

/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Top Area Styles  ----------  */
.Feature {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/uppercutboxing/uppercut-gym-2020/Feature_bkgd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 5%;
}

.Header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5vw;
}

.Header a {
    line-height: 0;
}

.LeftItems {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.MainMenu {
    margin: 0 1vw 0 0;
}

.Facebook, .Instagram, .Shopping {
    margin: 0 1vw;
}

.SearchIcon {
    margin: 0 0 0 1vw;
}

.RightItems {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
/*  ----------  START Top Area Styles  ----------  */


/*  ----------  START Menu Styles  ----------  */
.SmallMenu {
    margin: 0;
    background-color: var(--color3);
    text-align: left;
    color: rgba(var(--color1), 1);
    font-size: var(--size3);
    line-height: 0;
    text-transform: uppercase;
    flex-grow: 2;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(var(--color3), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

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

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav ul.le_menu_level_1 {
    margin-right: 2%;
}

.SmallNav li.le_menuitem_level_1 a {
    font-size: var(--size4) !important;
    line-height: var(--size4) !important;
}

.SmallNav li.le_menuitem_level_0 a {
    padding: 1% 5% !important;
    text-decoration: none !important;
    font-size: var(--size2);
    color: rgba(var(--color0), 1) !important;
    background-color: rgba(var(--color3), 1) !important;
    display: block !important;
    transition: 0.3s !important;
    text-align: left !important;
}

.SmallNav ul li a:hover {
    background-color: rgba(var(--color5), 1) !important;
    color: rgba(var(--color1), 1) !important;
}

.SmallNav a {
    text-align: left !important;
    padding: 1% 5% !important;
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallBtnStyle a {
    margin: 0 0 !important;
    max-width: none !important;
    font-size: var(--size1) !important;
    background: transparent !important;
}

.SmallBtnStyle a:hover {
    color: rgba(var(--color1), 1) !important;
}

.SmallNavStyle {
    padding-top: 3%;
}
/*  ----------  END Menu Styles  ----------  */


/*  ----------  START Search Styles  ----------  */
.SearchBar {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

#search_form_value {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(var(--color0), 1);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    color: rgba(var(--color0), 1);
    font-size: var(--size3);
    margin: 6px 0 0 0;
    padding: 1px;
}

#search_form_button {
    border: 1px solid transparent;
    color: rgba(var(--color0), 1);
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px 0 0 0;
    padding: 0.5vw 1vw;
    margin-top: 0 !important;
    text-transform: uppercase;
    text-align: right;
    display: inline !important;
}

.SearchBtnStyle {
    cursor:pointer;
}

.SearchNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(var(--color4), 1);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0px;
}

.SearchNav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
}

.SearchNav a:hover {
    color: rgba(var(--color3), 1);
}

.SearchNav .closebtn {
    position: absolute;
    right: 6%;    
    font-size: 36px;
    margin-top: calc(80px + 2%);  
    color: rgba(var(--color0), 1);
}
/*  ----------  END Search Styles  ----------  */


/*  ----------  START Footer Styles  ----------  */
.Footer {
    background: rgba(var(--color1), 1);
    padding: 2% 5%;
}

.Footer p, .Footer li {
    color: rgba(var(--color0), 1);
    font-size: var(--px);
    line-height: var(--size3);
}

.Footer a {
    color: rgba(var(--color3), 1);
    font-size: var(--px);
}

/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 14px;
            --color0: 255, 255, 255; /* white */
            --color1: 0, 0, 0; /* font color */
            --color2: 201, 206, 207; /* light gray */
            --color3: 209, 32, 44; /* red */
            --color4: 43, 43, 43; /* dark gray */
        
        --bod: calc(var(--px) + 0.5vw); 
        --size1: calc(var(--bod) * 2); 
        --size2: calc(var(--bod) * 1.5);
        --size3: calc(var(--bod) * 1.17); 
        --size4: calc(var(--bod) * 1);
        --size5: calc(var(--bod) * .83); 
        --size6: calc(var(--bod) * .67);
            
        --font1: 'Montserrat', sans-serif;
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
    [class*="Btn"] a {
        display: block;
        margin: var(--size6) auto var(--size4);
        max-width: 350px;
        padding: var(--size4);
        background: rgba(var(--color1), 1);
        border: 2px solid transparent;
        border-radius: 0;
        transition: all .4s linear;
	    color: rgba(var(--color0), 1);
	    font-size:  var(--size4);
	    font-weight: 400;
	    letter-spacing: 2px;
	    line-height: var(--size4);
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
    }

    [class*="Btn"] a:hover {
        background: rgba(var(--color3), 1);
        color: rgba(var(--color0), 1);
    }
    
    .LongBtn a {
        max-width: 100% !important;
    }
/*  ----------  END Btn Class Styles  ----------  */


/*  ----------  START Responsive Styles  ----------  */

@media only screen and (max-width: 900px) {
    .Feature {
        padding: 2%;
    }
    
    .Header {
        flex-wrap: wrap;
        padding-bottom: 0;
        justify-content: center;
    }
    
    .Logo {
        order: 1;
        width: 100%;
        text-align: center;
        padding: 5vw 0;
    }
    
    .LeftItems {
        order: 2;
        width: 60%;
        justify-content: space-evenly;

    }
    
    .RightItems {
        order: 3;
        width: 40%;
        justify-content: space-evenly;
    }
    .SmallBtnStyle img {
        width: 30px;
    }
    
    .SmallNav a {
        padding: 3% 10% !important;
    }
    
    .Single, .Double, .Triple, .Quad {
        flex: 1 1 100% !important;
    }
    
    .Row, .Feature {
        flex-wrap: wrap;
    }
    
    .Half {
        width: 100%;
    }
}   

/*  ----------  END Responsive Styles  ----------  */


/*  ----------  START Form Classes  ----------  */
.form-group {
    margin-top: 1%;
    margin-bottom: 1% !important;
}

.seFormButton {
    background-color: rgba(var(--color1), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: rgba(var(--color3), 1);
    color: rgba(var(--color0), 1);
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Single img {
        
    }
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
