@import url('meanmenu.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    background-image: url(https://et-wokrout-on.com/wp-content/uploads/2022/12/Banner-Image-1-scaled.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


a:link,a:visited,a:active{
	color:#FFFFFF;
	transition: all 0.5s ease;
}

a.elementor-button-link.elementor-button{
	font-family: 'Montserrat', sans-serif;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue', cursive;
	font-weight:400; 
	text-transform:uppercase; 
	margin-bottom: 20px;  
	margin-top:0px !important;
}


h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

li.hidden {
	display: none !important;
}

.title{
	color:#E70D31;
}

.video-caption .wp-caption,
.music-caption .wp-caption{
	position: relative;
}

.music-caption  figcaption{
	position: absolute;
	left:10px;
	right: 10px;
	bottom:40px;
}


.video-caption figcaption{
	position: absolute;
	left:20px;
	bottom:15px;
}

body.page-ebooks,
body.page-videos,
body.page-recipes,
body.page-music{
	background:#000;
}

body.home{
	background-image:url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

body.home .headermain-wrap, body.page-recipes .headermain-wrap, body.page-articles .headermain-wrap, body.page-videos .headermain-wrap, body.page-music .headermain-wrap, body.page-apps .headermain-wrap, body.page-ebooks .headermain-wrap, body.page-live-sports .headermain-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent;
}

.headermain-wrap{
	background: #000;
}

.header-wrap {
    background:transparent;
    margin-bottom: 0px;
    line-height: 1.5;
}

header.myheader {
	 max-width: 1420px!important;
	 margin:0 auto;
    z-index: 100;
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}


.logo {
	float: left;
	width: 30%;
	text-align:left;
}

.logo img {max-width: 200px;}

.mainmenu {
	float: right;
}

header.myheader .site-navigation {
	float: right;
	width: 70%;
	text-align: right;
}

.site-navigation ul.menu {
	justify-content:flex-end;

}


.site-navigation ul.menu li {
	padding: 0 10px !important;
}
.site-navigation ul.menu li:last-child {
    padding: 0 0px !important;
}

.ccmenu{
	float: right;
	width: 0%;
    text-align: right;
}

.ccmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.ccmenu ul li{
	display: inline-block;
	padding: 0 8px!important;
}

.ccmenu ul li a{
	color:#fff!important;
	text-transform: capitalize;
	font-size: 16px;
	font-weight:500;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
    padding: 7px 24px!important;
}

.ccmenu ul li a:hover { 
	background-color:#E70D31;
}

.ccmenu ul li:last-child a{
    background-color: transparent;
}

.ccmenu ul li:last-child a {
    border: none!important;
}


.ccmenu ul li .ccplugin_language_select a:hover{
	background-color:none!important;
}


header.myheader .ccmenu .ccplugin_language img {
    width: 24px!important; margin-bottom: -2px;
}

.ccplugin_language img {
    width: 25px!important;
}

.ccplugin_modal button.language {
	padding:0px !important;
}

.site-navigation ul.menu li a {
    font-size:24px !important;
    font-weight:500!important;
    text-transform:uppercase!important;
    text-decoration: none;
    color:#fff!important;
	 line-height: 1.5em;
	 padding: 2px 6px !important;
	 letter-spacing:0.5px;
	 font-family: 'Bebas Neue', cursive;
}


header.myheader .ccplugin_menu_item a.highlighted, 
header.myheader .ccplugin_menu_item a:focus,
.site-navigation ul.menu li a:hover{
   color:#DA0080!important;
}


body.page-ebooks .footer,
body.page-videos .footer,
body.page-recipes .footer,
body.page-music .footer,
.home .footer{
	background: transparent !important;
	position: relative;
	z-index: 100;
}

.footer{
	background:#000000;
	padding-left: 10px;
	padding-right: 10px;
}

.footer a {
	color: #FFFFFF !important; text-decoration: none !important;
}

.footer a:hover {
	color:#DA0080!important;
}

.footer_top_inner, .footer_bottom_inner {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 0px;
	font-family: 'Bebas Neue', cursive;
}

.footer_bottom_inner {
	padding-bottom: 30px;
	padding-top: 0px;
	display: flex;
	align-items: center;
}
.footer_top_logo {
	display: flex;
	padding-bottom: 40px;
}
.footer_logo {
	float: left;
	width:25%;
	text-align: right;
}

.footer_logo img{
	max-width: 150px!important;
}

.footer_right {
	float: right;
	width:40%;
	text-align: right;
}

.footer_right img{
	max-width:50px !important;
	margin-left: 20px;	
}

.footer_right a {
   color: #fff !important;
	display: inline-block;
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 200;
	text-decoration: none !important;
}

.footer_right a:hover {
	color:#DA0080!important;
}


.footer_menu {
	width: 100%;
    margin: 0 auto;
    float: left;
    text-align: left; 
}

.footer_menu a{
	padding:0px 40px 0px 0px;
	font-size:20px !important;
	font-weight:500;
	text-transform: uppercase;
	display: inline-block;
	color: #fff!important;
	text-decoration:none!important;
	  letter-spacing: 1px!important;
}

.footer_menu a:hover{
	color:#DA0080!important;
}

.footer_text {
	width: 50%;
	margin: 0 auto;
	float: left;
	padding-top:0px;
	padding-bottom: 0px;
}

.footer_text .textwidget p{
	font-size: 16px;
    font-weight:500;
    color:#fff;
    text-transform:none;
     letter-spacing:1px!important;
}

.footer_text .textwidget p a {
	padding: 0px 40px 0px 0px;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    color:#FFF!important;
     letter-spacing:1px!important;
}
.footer_text .textwidget p a:hover {
	color:#DA0080!important;
}


.bottom1 {
	width: 60%;
	float: left;
	text-align: left;
	color: #fff;
	font-weight:500;
}
.bottom1 p {
	text-transform: uppercase;
	font-size: 12px !important;
	  letter-spacing:1.5px!important;
}
.bottom1 p {
	margin: 0px !important;
}
.bottom2 {
	width:40%;
	float: right;
	text-align: right;
	
}


.bottom2  img{
	max-width:150px !important;
}


.footer_text .textwidget p,
  .bottom1 .textwidget p,
.footer_menu .textwidget p,
	.footer_text1 .textwidget p,
	.bottom2 .textwidget p{
  margin:0px!important;
  }

body.page-template-elementor_theme .site-main, 
body:not([class*=elementor-page-]) .site-main  {
	max-width: 1120px;
	margin: 0 auto;
	padding-top:100px;
	padding-bottom: 100px;
	min-height:80vh;
}
.site-main  {
      margin: 0 auto;
	min-height:80vh;
}
.page-template-elementor_theme main.site-main  div > p,
.container.restricted p {
    text-align: center;
    margin-top: 9%;
    margin-bottom: 9%;
}
.ccplugin_modal .language {
    background-color: transparent!important;
    padding: 0px !important;
}
.page-template-elementor_theme main.site-main  div > p > a:before,
.container.restricted p > a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    display: inline-block;
    padding-right: 6px;
    vertical-align: top;
    font-weight: 900;
}

.container.special {
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
}

.ccplugin_container {
	min-height:80vh;
}

p.our_restricted_msg {
	text-align:center;
	min-height:80vh;
	display:flex;
	justify-content:center;
	align-items:center;
    padding-left: 10px;
    padding-right: 10px;
}

p.our_restricted_msg a {
	text-transform: none;
}

p.our_restricted_msg a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    display: inline-block;
    padding-right: 6px;
    vertical-align: top;
    font-weight: 900;
}

.ccplugin_inner {
    max-width: 1200px;
    min-width: 200px !important;
    width: 100% !important;
    padding: 6rem 4rem !important;
	color: #FFF;
}

.ccplugin_modal {
    z-index: 9999999 !important;
    overflow: scroll;
}
.post.type-post  video {
    min-height:80px!important;
}

.ccplugin_modal .language:hover{
background:transparent !important;
border:none !important;
}
.ccplugin_modal .language{
background:transparent !important;
border:none !important;
}
.ccplugin_modal .language:focus{
	outline:0px !important;
}
.ccplugin_modal .language{
	background-color:transparent!important;
}
.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
.wp-block-audio audio {
    min-height: 100px;
    width: auto !important;
    text-align: center;
    min-width: 500px;
}
.wp-block-audio {
    box-sizing: border-box;
    text-align: center;
}
.wp-block-buttons>.wp-block-button {
    margin-top: 30px !important;
}
.wp-block-button__link {
color:#fff !important;
text-transform:capitalize!important;
}
.wp-block-buttons.is-content-justification-center > div:hover {
    transform: scale(1.1);
}
@media (min-width: 768px) and (max-width: 1024px){
	.entry-title {
	font-size:30px !important;
}
}


@media (max-width:767px) { 
.footer_text .textwidget p,
  .bottom1 .textwidget p,
.footer_menu .textwidget p,
	.footer_text1 .textwidget p,
	.bottom2 .textwidget p{
  text-align:center !important;
  }

.entry-title {
	font-size:22px !important;
}
.single-post .elementor-heading-title {
    font-size: 22px !important;
}
.ccplugin_inner {
    padding: 4rem 1rem !important;
}
    
.ccplugin_sidebar, .ccplugin_content {
    float: none !important;
    width: 100% !important;
}

.ccplugin_sidebar, .ccplugin_content {
    float: none !important;
    width: 100% !important;
}
 .ccplugin_modal {
    overflow: scroll !important;
}
.ccplugin_container input[type=submit], .ccplugin_container button {
    font-size: 11px !important;
}
.ccplugin_container {
    min-height: 10vh;
}
.site-main{
min-height:10vh;
}
.ccplugin_container .forgot {
    margin-left: 6px !important;
    font-size: 10px !important;
}

.post.type-post .page-content video {
    min-height: 560px;
}

.ccplugin_container #account-details th, .ccplugin_container #account-details td {
    width: 90%;
    display: block;
    padding: 8px;
    text-align: left;
}

.mean-container .mean-nav{
margin-top:64px;
} 
.post.type-post  video {
    min-height:80px!important;
}
.wp-block-audio audio {
 width: 100%;
 min-width: 300px !important;
}
.ccplugin_menu_item {
    padding:0px !important;
}
.elementor-clearfix a{
font-size:15px !important;
}

.ccplugin_container h2 {
    font-size: 18px !important;
    
}
.ccplugin_container h1 {
    font-size: 20px !important;
    
}
}

@media (max-width:767px) { 

.music-caption  figcaption{
	bottom:60px;
}


body.home header.myheader {
	position: relative;
    min-height: 90px;
    margin-bottom:0px !important;
}

    .headerInner {max-width:100% !important;
    align-items: center !important;
    display: block; }
	header.myheader {display: block;position: relative;
	max-width: 100%; padding-left: 10px; padding-right: 10px; padding-top:15px;	min-height: 80px;	
	}
	.logo {width: 60%;max-width: 200px;
    	position: absolute;
        left:10px;
        text-align: left;
   	}
	.logo img {position: static; max-width:100px;}
	
	.mobile-menu.mean-container {
		position: absolute;
		top: 0px;
		right: 0px;
	}
    
    .mean-container a.meanmenu-reveal {
    	top: 10px !important;
    }
    
.ccmenu {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 70px;
}


.home .footer{
	background:#000;
}

.footer_text {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}
.footer_top_logo {
	display: block;
	align-items: center;
	padding-bottom: 0px;
}
.footer_logo{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.footer_menu{
	width: 100%;
	text-align: center;
}

.footer_text .textwidget {
	width: 100%;
	font-size: 13px !important;
}

.footer_text .textwidget p a {
	font-size: 13px !important;
	padding:0px;
}

.footer_text .textwidget p{
	font-size:13px;
}

.footer-logo-menu-wrapper .footer-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.footer-logo-menu-wrapper .footer_menu {
    width: 100%;
    text-align: center;
}

.footer_menu a {
   	padding: 15px 0px;
    display: block;
}


	
	.footer_top_inner {
		padding-top: 60px;
		padding-bottom: 20px;
		display: block;
		padding-left: 0px;
	}

.footer_bottom_inner {
		padding-top: 0px !important;
		padding-bottom: 40px;
		display: block;
		padding-left: 0px;
	}
	
	.copyrightInner, .footer_top {padding-left: 0px; padding-right: 0px;}
	.footer_top {padding-top: 0px;}
	.footer_left, .footer_mid,
	.bottom1, .bottom2 {
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		padding-top: 5px;
        display: block;
	}
    
    
    .footer_mid div {
            padding-left: 0px;
        }
        
    
    .footer_menu .textwidget {float:none;width:100%; padding-bottom:20px;text-align: center;}
    
	
}

@media (min-width:768px) and (max-width:1024px) {


.headerInner {
    align-items: flex-start;
    justify-content: left;

}

header.myheader {
 align-items: flex-start;

}

header.myheader .site-navigation {
	display: none !important;
}

.logo {
    float: left;
    width: 100%;
    text-align: left;
}

.ccmenu {
	width:50%; padding-top:5px;
	text-align: left;
}

.mobile-menu.mean-container {
    position: absolute;
    right: 0px;
    top:20px;
}

 
.footer  .footer_top_inner,
 .footer_bottom_inner{
	
}

.footer a { 
	font-size: 12px;
}


header.myheader .site-navigation {
	display: none !important;
}

body.page-template-elementor_theme .site-main, body:not([class*=elementor-page-]) .site-main {
	padding-left: 20px !important;
    padding-right: 20px !important;
}


.footer-logo img {
    max-width: 120px!important;
}


.footer_menu a {
   padding: 0px 20px 0px 0px;
}

}

@media (min-width:1024px) and (max-width:1140px) {
body.page-template-elementor_theme .site-main, body:not([class*=elementor-page-]) .site-main {
	padding-left: 20px !important;
    padding-right: 20px !important;
}


.headerInner {
	 padding-left: 20px;
	 padding-right: 20px;	 position: relative;
}

.footer {
	padding-left: 20px;
	padding-right: 20px;
}


}