@import url('meanmenu.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,700;1,800;1,900&display=swap');


body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	color: #000000;
}

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

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold; 
	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;
}

.icon-color .elementor-align-icon-left{
	color:#e40e0e;
}

 .month{
 	color:#2e2e2e !important;
 	font-size: 18px;
 	text-transform: none!important;
 }

.my-post .elementor-post__title{
	border-bottom:5px solid #c5c7ed;
    padding-bottom:5px;
}

.my-post .elementor-post__read-more{
	background:#ee7713;
    border-radius:30px;
    border:3px solid #fff;
    padding:8px 24px;
    float:right;
}

.my-post .elementor-post__read-more:hover{
	background:#000;
}

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

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: #000;
    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: 15%;
	text-align: left;
	
}


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

.mainmenu {
	float: right;
}

 header.myheader .site-navigation {
	float: left;
	width:90%;
	padding-top: 0px;
	text-align: center;
	
}

.site-navigation ul.menu {
	text-align: left;
	align-items:center;justify-content: flex-start;

}


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


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

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

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

.ccmenu ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	vertical-align: middle;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
	letter-spacing:2px;
}

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



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

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


header.myheader .ccplugin_menu_item a,
.site-navigation ul.menu li a {
    font-size: 18px !important;
    text-transform: capitalize!important;
    color:#ED3751!important;
	padding: 2px 10px 2px 12px!important;
	font-weight: bold!important; 
	letter-spacing: 0px !important;
}

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

.site-navigation ul.menu li a:after,.site-navigation ul.menu li.current_page_item a:after{
	content: "";
    display: block;
    height: 2px;
    width: 25px;
    left: 0;
    bottom: 0;
    background: transparent;
    margin-top: 3px;
}

.site-navigation ul.menu li a:hover:after,.site-navigation ul.menu li.current_page_item a:after{
	content: "";
    display: block;
    height: 2px;
    width: 25px;
    left: 0;
    bottom: 0;
    background: #fff;
    margin-top: 3px;
}

.home .footer{
background:#000!important;
}

.footer {	
	background-image: linear-gradient(180deg, #3b011e 0%, #020001 100%);
    padding-left: 10px;
    padding-right: 10px;
  	padding-top: 30px;
    padding-bottom: 30px;
}

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

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

 .footer-logo-menu-wrapper{
    max-width:1450px;
    padding-left: 10px;
    padding-right: 10px;
 	margin: 0 auto;
 	padding-top: 40px;
}

.footer_top_inner, .footer_bottom_inner {
	max-width:1450px;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 20px;
	color: #ED3751;
}

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


 .footer-logo-menu-wrapper .footer-logo{
 	width: 15%;
	margin: 0 auto;
	float: left;
	text-align: left;
 }

 .footer-logo img{
 	max-width:80%!important;
 }

.footer-logo-menu-wrapper .footer_menu {
	width: 85%;
	margin: 0 auto;
	float: right;
	padding-top:0px;
	text-align: left;
}

.footer_menu .textwidget{
	float: left;
	width: 100%;	
}
.footer_menu .textwidget p a {
	padding:5px 20px 5px 0px;
	font-size: 20px !important;
	font-weight: bold;
	text-transform: capitalize!important;
	display: inline-block;
	color: #ED3751!important;

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

.footer_menu a{
	padding:5px 0px 5px 0px;
    margin-right: 40px;
	font-size: 18px !important;
	font-weight: bold;
	text-transform: capitalize;
	display: inline-block;
	color: #ED3751!important;
	letter-spacing: 0px;
}

.footer_menu .textwidget p a{
	text-decoration: none !important;
}
.footer_menu a:hover{
	color: #fff!important;
}

.footer_text {
	width: 75%;
	margin: 0 auto;
	float: left;
    padding-left: 15%;
}

.footer_text .textwidget{
	float: left;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color:#666666;
	font-style: italic;	
}

.footer_text .textwidget p a {
	padding:5px 20px 5px 0px;
	font-size: 18px !important;
	font-weight: 500;
	text-transform: none;
	display: inline-block;
	color: #ED2B46!important;
	letter-spacing: 1px;
}

.footer_text .textwidget p a:hover {
	color: #fff!important;
}

.footer-visacard{
	width: 25%;
	margin: 0 auto;
	float: right;
	text-align: center;
}

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

.bottom1 {
	width: auto;
	text-align: left;
	color: #8B8B8B;
    padding-left: 15%;text-transform: uppercase;
    font-weight: 500;
	letter-spacing:1px;
	font-style: italic;
}

.bottom1 .textwidget p {
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	letter-spacing:1px;
	font-style: italic;
}
.bottom1 p {
	margin: 0px !important;
}
.bottom2 {
	width:0%;
	float: right;
	text-align: right;
}


.bottom2  img{
	max-width: 200px !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;
}

.ccplugin_container {
	background: white;
	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;
}

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

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

.ccplugin_modal {
    z-index: 9999999 !important;
}

.ccplugin_menu_item {
    padding: 0 !important;
}


@media (max-width:767px) { 
.ccplugin_inner {
    padding: 4rem 1rem !important;
}
    
.ccplugin_sidebar, .ccplugin_content {
    float: none !important;
    width: 100% !important;
}
     
}


@media (max-width:767px) { 


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

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

.footer_text {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
    padding-left:0px;
}


.footer_text .textwidget {
	width: 100%;
}

.footer-visacard {
    width: 100%;
    margin: 0 auto;
    float: right;
    text-align: center;
}

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

.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;
    margin-right:0px;
    display: block;
}


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

.footer_bottom_inner {
		padding-top: 0px;
		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;
        padding-left:0px;
	}
    
    .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;}
    
	
}

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

.headerInner {
    align-items: flex-start;
    justify-content: left;
    padding-left: 10px;
    padding-right: 10px;
}

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

.logo {
	float: left;
	width: 100%;
}
 .ccmenu {
	width:100%; padding-top:0px;
	text-align: left;
}

.ccmenu ul li{
	
	padding: 0px 0px 0px 8px !important;
}
.header_right{
	width: 30%;
}

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

 
.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: 100px!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;
}


}