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


body {   
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	
}

a.elementor-button-link.elementor-button{
	font-family: 'Playfair Display', serif;
	font-weight:500;
}

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

.clear {
	clear: both;
}

h1, h2{
	font-family: 'Playfair Display', serif;
	font-weight:bold; 
	text-transform: capitalize; 
	margin-bottom: 20px;  
	margin-top:0px !important;

}
h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight:600; 
	text-transform: capitalize; 
	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-gradient-title{
	background: -webkit-linear-gradient(180deg, #a6d193 5%, #97d7c7 95%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

}
.my-gradient-title2{
	background: -webkit-linear-gradient(180deg, #a6d193 10%, #97d7c7 90%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

}

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-e-books .headermain-wrap, body.page-live-sports .headermain-wrap {
    position: static;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #59a7a7;
}

.header-wrap {
    background:#59a7a7;
    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:25px;
    display: flex;
    align-items: center;
    justify-content: center;
 	padding-left: 10px;
 	padding-right: 10px;

}


.logo {
	float: left;
	width: 20%;
}

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

.mainmenu {
	float: right;
}

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

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

}


.site-navigation ul.menu li {
	padding-left: 30px!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!important;
}

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

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

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



header.site-header .ccplugin_menu_item a,
.site-navigation ul.menu li a {
    font-size: 20px !important;
    font-weight:700 !important;
    text-transform: capitalize!important;
    color: #fff !important;
	 line-height: 1em;
	 padding: 2px 6px !important;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
}

header.myheader .ccplugin_menu_item a.highlighted, 
header.myheader .ccplugin_menu_item a:focus,
.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li.current_page_item a {
   color: rgba(255,255,255,0.8)!important;
}


.footer {
	background-color:#97d7c7;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

.footer_top_inner, .footer_bottom_inner {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 0px;
	
}

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

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

.social_icon {
	float: left;
	width:40%;
	display: flex;
	justify-content: flex-start;
	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: #0116B1!important;
}

.social_icon a:hover {
	color:#ff0086!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: #0116B1 !important;
	display: inline-block;
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 200;
	text-decoration: none !important;
}

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


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

.footer_menu .textwidget{
	font-size: 15px;
	font-weight:200;
	letter-spacing: 1px;	
}
.footer_menu .textwidget p a {
	padding:5px 40px 5px 0px;
	font-size: 14px !important;
	font-weight: 200;
	text-transform: capitalize;
	display: inline-block;
	color: #fff!important;
	letter-spacing: 1px;
}
.footer_menu .textwidget p a:hover {
	color:#fff!important;
}
.footer_menu h3{
	
}

.footer_menu a{
	padding:0px 0px 0px 30px;
	font-size: 18px !important;
	font-weight: 700;
	text-transform: none;
	display: inline-block;
	color: #217573!important;
	text-decoration: none !important;
	letter-spacing: 1px;
	
}
.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-top:0px;
	font-weight: 200;
	padding-bottom: 0px;
}

.footer_text .textwidget{
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer_text .textwidget p a {
	padding: 0px 10px 0px 0px;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: none;
    display: inline-block;
    color: #217573!important;
    letter-spacing: 1px;
}
.footer_text .textwidget p a:hover {
	color:#fff!important;
}

.subscribe {
	width: 25%;
	margin: 0 auto;
	float: left;
	padding-top:0px;
	font-weight: 200;
	padding-bottom: 10px;

}
.subscribe h4{
	color: #0116B1 !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 1.5px !important;
	text-align: center;
}
.subscribe input[type=email]{
	background-color: #f2e3b6;
	border: none;
	border-radius: 0;
	color: #0116B1;
	width: 100%;
}
.bottom1 {
	width: 60%;
	float: left;
	text-align: left;
	font-size:12px;
	color: #666666;
	font-weight: 300;
}
.bottom1 .textwidget p {
	text-transform: uppercase;
    font-size:8px !important;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
}
.bottom1 p {
	margin: 0px !important;
}
.bottom2 {
	width:40%;
	float: right;
	text-align: right;
	
}


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

.page-template-elementor_theme main.site-main  div > p,
.container.restricted p {
    text-align: center;
    margin-top: 9%;
    margin-bottom: 9%;
}

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

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

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

.wp-block-audio audio {
    min-height:650px;
}
.ccplugin_modal .language:hover{
background:transparent !important;
}

@media (max-width:767px) { 
.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 {
    min-height: 10vh;
}

.ccplugin_container .forgot {
    margin-left: 6px !important;
    font-size: 11px !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:550px!important;
}

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


@media (max-width:767px) { 
.elementor-image-box-wrapper {
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.my-title{

    font-size: 30px;
}
body.home header.myheader {
	position: relative;
    background: none;
    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;
   	}
	.logo img {position: static; max-width: 130px;}
	
	.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: 100px;
}

.ccplugin_container {
    min-height: 10vh;
}

.ccplugin_container .forgot {
    margin-left: 0.5rem;
    font-size: 14px;
}

.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;
}
.logo img {
  max-width: 120px !important;
}
.footer_text .textwidget {
	width: 100%;
}

.footer-visacard {
    width: 100%;
    margin: 0 auto;
    float: right;
    text-align: 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;
    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_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) {

.my-title{

    font-size: 40px;
}
.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%;
}

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

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

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


}