/*======================================
Theme Name: Divi for USC
Theme URI: https://ux.studio/
Description: Child Theme for USC
Version: 1.0
Author: UX Studio
Author URI: https://ux.studio/
Template: Divi
======================================*/
:root{
    --main-red: #c13e3d;
}

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
body {
	overflow-x: hidden !important;
}
.topbar_details .et_pb_blurb_container {
    padding-left: 0px;
}
/* Top Bar */
#topbar-details .et_pb_widget {
    margin: 0px !important;
    width: 100%;
}
#topbar-details .et-pb-icon {
	font-size: inherit !important;
}
#topbar-details span {
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
}
#topbar-details span:not(:last-child) {
	margin-right: 8px;
}
.topbar-details a {
    color: #fff !important;
    font-size: 12px;
}
.topbar-details a:not(:last-child) {
    margin-right: 20px;
}
.topbar-details a .et-pb-icon {
    font-size: inherit;
}
/* Top Bar Style End */
/* Latest Article */
#latest_news article.has-post-thumbnail {
    padding-left: 150px;
}
#latest_news article .entry-featured-image-url {
    max-width: 130px;
    width: 100%;
    max-height: 130px;
    height: 100%;
    position: absolute !important;
    left: 0px;
}
#latest_news article .entry-featured-image-url img {
    height: 130px;
    object-fit: cover;
}
/* Latest Article Style End */
/* Footer */
footer.et-l--footer::before {
    background: linear-gradient(135deg, transparent 18px, #444 0), linear-gradient(-135deg, transparent 18px, #444 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: relative;
    top: 0px;
    left: 0px;
}

body.single-recipe footer.et-l--footer::before {
	content: unset !important;
}

/* mobile menu */
.mmenu-trigger.open{
	display: block;
}
.mmenu-trigger.close{
	display: none;
}
body.mobile-menu-open .mobile-menu{
    transform: translatex(-100%);
	box-shadow: 0px 0px 80px rgb(0 0 0 / 80%);
}

body.mobile-menu-open .mmenu-trigger.open{
	display: none;
}
body.mobile-menu-open .mmenu-trigger.close{
	display: block;
	right: 300px;
}

.mobile-menu{
    position: fixed;
    top:0;
    right:-300px;
    width: 300px;
    background: #fff;
    padding: 15px;
    height: 100vh;
	transition: transform .5s ease;
	z-index: 99;
}
.mmenu-trigger{
    background: #fff;
    padding: 18px 15px;
    border: none;
    position: absolute;
    right: 0px;
    top: -2px;
    cursor: pointer;
	transition: transform 1s ease;
}
.mmenu-trigger i{
    color: var(--main-red);
    font-size: 25px;
}
.menu-mobile-menu-2023-container ul{
    list-style-type: none;
}
.mobile-menu-wrapper .menu-item .sub-menu{
    display: none;
}
.mobile-menu-wrapper .menu-item .sub-menu a{
    font-size: 14px;
}
.mobile-menu-wrapper .menu-item a{
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    color: #333333;
    display: block;
    font-weight: 600;
}
.mobile-menu-wrapper .menu-item{
    position: relative;
}
.mobile-menu-wrapper .menu-item:has(.sub-menu) > a:after {
    font-family: FontAwesome;
    content: '\f078';
    position: absolute;
    right: 0;
}
.mobile-menu-wrapper .menu-item:has(.sub-menu) > a.open:after {
    font-family: FontAwesome;
    content: '\f077';
}
.mobile-menu .contact{
    display: block;
    width: 100%;
}
.mobile-menu .contact a{
    color: var(--main-red)!important;
}

.mobile-menu .et_pb_social_media_follow li a.icon{
    transition: backgroun-color 300ms ease 0ms;
    background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
}
.mobile-menu .et_pb_social_media_follow li a.icon:hover{
    background-color: var(--main-red);
}
.mobile-menu .et_pb_social_media_follow li a.icon:before{
    color: #333;
    transition: color 300ms ease 0ms;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    width: 32px;
}
.mobile-menu .et_pb_social_media_follow li a.icon:hover:before{
    color: #fff;
}

.mobile-menu .btn{
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid var(--main-red);
}
.mobile-menu .btn.main{
    background: var(--main-red);
    color: #fff;
}

.mobile-menu .btn.trans{
    border: 1px solid var(--main-red);
    color: var(--main-red);
}
.mobile-menu .contact .social{
    margin-top: 15px;
}
.mobile-menu .contact .et_pb_widget{
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
body:not(.divi_page_et_theme_builder) div#fixed-header{
	left:0;
}
header.et-l--header h1{
	font-family: 'Wicked Grit',sans-serif!important;
	text-transform: uppercase;
}
	