@import url('meanmenu.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/FranklinGothic-Demi.eot');
    src: url('../fonts/FranklinGothic-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-Demi.woff2') format('woff2'),
        url('../fonts/FranklinGothic-Demi.woff') format('woff'),
        url('../fonts/FranklinGothic-Demi.ttf') format('truetype'),
        url('../fonts/FranklinGothic-Demi.svg#FranklinGothic-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('../fonts/MonumentExtended-Ultrabold.eot');
    src: url('../fonts/MonumentExtended-Ultrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MonumentExtended-Ultrabold.woff2') format('woff2'),
        url('../fonts/MonumentExtended-Ultrabold.woff') format('woff'),
        url('../fonts/MonumentExtended-Ultrabold.ttf') format('truetype'),
        url('../fonts/MonumentExtended-Ultrabold.svg#MonumentExtended-Ultrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
	font-family: 'Franklin Gothic Demi';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}


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

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

.ccplugin_language img {
    width: 25px !important;
    margin-bottom: -5px !important;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5 {
	 font-family: 'Monument Extended';
	font-weight:900; 
	text-transform: uppercase; 
	margin-bottom: 20px;  
	margin-top:0px !important;
}
h6 {
   font-family: 'Franklin Gothic Demi';
   font-weight:400; 
   text-transform: normal; 
   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;
}

.my-img .elementor-widget-image img {
    display: block!important;
    width: 100%!important;
}


.article-caption .wp-caption{
     position: relative;
 }

  .article-caption figcaption{
     width: 100%;
     position: absolute;
     bottom: 45%;
     right: 10px;
     left: 10px;
    font-family: 'Monument Extended';
}

.music-slide .elementor-swiper-button-prev{
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center center;
}

.music-slide .elementor-swiper-button-next{
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

 body.home .headermain-wrap, body.page-videos .headermain-wrap, body.page-recipes .headermain-wrap, body.page-articles .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; 
}

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


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

}

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


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


.ccmenu {
    width: 10%;
    float: right !important;
    padding-top: 0px;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.home .ccmenu{

}

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

.ccmenu ul li {
    float: left;
    padding: 0 15px;
}

.ccmenu ul li:last-child {
    padding-right: 0px;
}

.ccmenu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}

.ccmenu ul li a:hover {
    color:#ffd800 ;
}

.ccmenu .ccplugin_language img {
    width: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


.nav-bar{
    float: right;
    padding-top: 0px;
    width: 10%;
    text-align: right;
 
}

.home .nav-bar{
    padding-top: 0px;
}

.sidenav .menu ul{
    list-style: none;
}

.sidenav .menu ul li{
    padding: 5px 0;
}

.sidenav .menu ul li a{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}

.sidenav .menu ul li a:hover{
    color: #FF028B !important;
}

.logged-in .sidenav{
    top: 30px;  
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right:0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

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

.sidenav a {
  padding: 10px 10px 10px 30px;
  text-decoration: none !important;
  font-size: 16px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.sidenav a:hover {
  color: #FF028B !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 30px;}
  .sidenav a {font-size: 18px;}
}


header.site-header .site-navigation {
    float: right;
    width: 75%;
}

.site-navigation ul.menu {
 align-items: center;
  justify-content: center;  
}

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

header.site-header .site-navigation .ccplugin_language img {
    width: 24px; margin-bottom: -2px;
}

header.site-header .ccplugin_menu_item a,
.site-navigation ul.menu li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    color: #fff !important;
    padding: 2px 8px !important;
}

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


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

.footer a {
	color: #fff !important; text-decoration: none !important;
	font-size: 16px !important;
}

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

.footer_bottom{
  background-color:#FF028B;
}

.footer_top_inner, .footer_bottom_inner {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 40px;
    padding-bottom:20px;
	font-size: 16px;
	color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_bottom_inner {
	padding-top: 20px;
  padding-bottom: 40px;
	display: flex;
	align-items: center;
	margin-bottom:0px;
}

.social_icon {
	float: left;
	width:40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 10px;
}

.social_icon img{
	max-width:40px !important;
	margin-left:10px;	
}

.social_icon a {
	float: left;
	text-align: left;
	color: #D9D9D9!important;
}

.social_icon a:hover {
	color:#81fccb!important;
}


.social_icon .footer1_mod::after {
  content: "";
  clear: both;
  display: table;
}

.social_icon .footer1_mod:nth-child(2) {
	font-weight: 400;
}

 
.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: 400;
	text-decoration: none !important;
}

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


.footer_menu {
	width: 100%;
	margin: 0 auto;
	float: left;
	padding-top:12px;
	text-align: left;
	padding-bottom: 40px;
}


.footer_menu h3{
	color: #fff !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	letter-spacing: 1.5px !important;
}

.footer_menu a{
	padding:10px 40px 20px 0px;
	font-size: 18px !important;
	font-weight:400;
	text-transform: capitalize;
	display: inline-block;
	color: #fff!important;
	letter-spacing: 1px;
	
}
.footer_menu .textwidget p a{
	text-decoration: none !important;
}
.footer_menu a:hover{
	color:#FF028B!important;
}

.footer_text {
	width: 70%;
	margin: 0 auto;
	float: left;
	padding-top:0px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer_text .textwidget{
	float: left;
	width: 60%;
	font-size: 16px;
	font-weight:400;
	letter-spacing: 1px;
	color: #fff;	
}
.footer_text .textwidget p a {
	padding:5px 10px 5px 0px;
	font-size: 16px !important;
	font-weight:400;
	text-transform: none;
	display: inline-block;
	color:#fff!important;
	letter-spacing: 1px;
}
.footer_text .textwidget p a:hover {
	color:#FF028B!important;
}

.bottom1 {
	width: 70%;
	float: left;
	text-align: left;
	color: #FAF8F7;
}

.bottom1  p {
	text-transform: uppercase;
	font-size: 12px !important;
	font-weight:300;
	letter-spacing: 1px;
}

.bottom1 p {
	margin: 0px !important;
}
.bottom2 {
	width:30%;
	float: right;
	text-align: right;
}


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


.footer_text .rounded{
    font-size:28px!important;
    color:#fff!important;
    letter-spacing: 2px;
}

.footer_text ul{
     list-style-type: none;
     line-height: 2.5;
     font-size:16px;
     text-decoration: underline;
     display:block!important;
     margin:0!important;
     padding:0!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;
}


.ccplugin_container {
    min-height: 90vh;
}

.mean-container .mean-nav {
    margin-top: 64px !important;
}

p.our_restricted_msg {
    min-height: 80vh;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

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;
}


.ccplugin_menu_item {
    padding: 0px !important;
}

.site-main{
min-height:90vh;
}

.post.type-post  video {
  min-height:80px!important;
}

.wp-block-audio audio { 
    min-height: 80px; 
}


@media (max-width:767px) { 

.footer_menu .rounded{
  text-align: center;
}

     .ccplugin_inner {
    padding: 4rem 1rem !important;
}
    
.ccplugin_sidebar, .ccplugin_content {
    float: none !important;
    width: 100% !important;
}

.site-main{
min-height:10vh;
}

.ccplugin_modal {
    overflow: scroll;
}

.ccplugin_container {
    min-height: 10vh;
}

.ccplugin_container .forgot {
    margin-left: 6px;
    font-size: 11px;
}

.ccplugin_container input[type=submit]{
	padding: 0.5rem 0.5rem!important;
    font-size: 12px;
}

.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;
}

.wp-block-audio audio {
    min-height:80px;
}

.post.type-post  video {
  min-height: 80px!important;
}

}


@media (max-width:767px) {


	.my-imagebox .elementor-image-box-wrapper {
  text-align: left;
    display: flex;
    align-items: center;
}

.my-imagebox .elementor-image-box-img {
    display: flex;
    order: 0!important;
}



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

 header.header {
        display: block;
    }
    
    .logo {width: 90%; float: right; text-align:le }
    
    .logo img{
        max-width: 100px;
    }

    .nav-bar {
        float: left;
        padding-top: 0px;
        width: 10%;
        text-align:left;
    }

.ccmenu {
    width: 100%;
    float: none !important;
    padding-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_top_inner, .footer_bottom_inner {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 16px;
    color: #fff;
    
}



.footer_text {
	width: 100%;
	text-align: center;
}
.footer_text .textwidget {
	width: 100%;
  font-size: 14px;
}
.ccmenu {
    width: 100%;
    float: none !important;
    padding-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon {
	width: 100%;
	justify-content: center !important;
	padding-bottom: 20px;
}
.social_icon img{
	margin: 5px !important;
	 
}
 .footer_menu {
    float: left;
    width: 100%;
     padding-bottom: 20px !important;
     padding-top: 20px !important;
}

.footer_menu a {
   	padding: 15px 0px;
    font-size: 14px !important;
    display: block;
}
.bottom2 {
		margin-top: 0px;
	}
.footer_menu .textwidget .menu1 {
	padding-bottom:25px;
}
 .footer_menu .textwidget .menu2{
	padding-left:0px;
    padding-top:20px;
}
	.footer {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.footer_top_inner{
		padding-top: 50px;
		padding-bottom: 10px;
		display: block;
	}
  .footer_bottom_inner {
		padding-top: 20px;
		padding-bottom: 50px;
		display: block;
	}
	.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: 20px;
		padding-top: 5px;
        display: block;
	}
    
    .footer_left{
    	display: flex;
    	justify-content: center!important;
    	padding-bottom: 30px;
    	padding-top: 10px;
    	width: 100%;
    }


    .footer_left a {
    	float: none; width: 100%;
    	display: block;
    	text-align: center;
    	padding-bottom: 0px;
    }
    
    .footer_mid div {
            padding-left: 0px;
        }
        
    
  .footer_menu .textwidget {float:none;width:100%; padding-bottom:20px;text-align: center;}

.footer_text .textwidget p a {
    font-size: 14px !important;
}
	
}

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


.footer_text .rounded{
    font-size:25px!important;

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

.logo {
    text-align: left;
    padding-left: 15px;
}

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

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

.ccmenu {
    width:20%; padding-top:4px;
}

.mobile-menu.mean-container {
    position: absolute;
    right: 0px;
     top: 0px;
}
 .footer_menu {
	width: 100%;
	
}



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


.social_icon a{
	padding-right: 0px;
	font-size: 13px!important;
}
.social_icon img{
	margin-left: 5px;
	
}

.footer_right img{
	max-width:40px !important;
	margin-left: 10px;
}



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

.footer_text {
    width: 100%;
}
.footer_right {
	justify-content: flex-end;
    display: flex;
}

.footer_menu {
    padding-bottom: 30px;
}

.footer_menu a {
   padding: 20px 20px 20px 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;
}


}