@import url('meanmenu.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}

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

a.elementor-button-link.elementor-button {
	font-weight: 700;
}

.clear {
	clear: both;
}

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

.icon-color-black .elementor-align-icon-right{
	 color: #000;
}

.icon-color-white .elementor-align-icon-right{
	color: #fff;
}

.rotate-icon-white .elementor-align-icon-left {
	transform: rotateY(180deg)!important;
	color: #fff;
}

.rotate-icon-black .elementor-align-icon-left{
	transform: rotateY(180deg)!important;
	color: #000;
}



header.myheader {
	width: 100% !important;
	min-height: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
	position: static;
	z-index: 1000000;
	background: #FDF6F1;
    line-height:1;
	margin-bottom: 0px;
    width: 100%;
    z-index: 100;
    /*
    position: fixed;
    top: 0px;*/

}

/*
body.logged-in.admin-bar header.myheader {
	top: 30px;
}*/

body.home header.myheader {

}

.site-main, .ccplugin_container {
    padding-top: 85px;
}

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


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

.logo img {}


.header_right {
	width: 75%;
	float: left;
}

.mainmenu {
	float: right;
}

header.myheader .site-navigation {
	padding-top: 8px;
	
}

.topmenu {
    text-align: right;
    padding-top: 0px;
}

.topmenu ul {
    margin: 0px;
    padding:0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-inline-start: auto;
}

.topmenu ul li {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.topmenu ul li a {
    font-size: 17px !important;
    color: #000000 !important;
	 line-height: 1.5em;
	font-weight: 500 !important; 
}


.site-navigation ul.menu {
	text-align: left;justify-content:start;
	background-color: #77278b;
	padding: 6px 0 6px 20px;
	border-radius: 50px 0px 0px 50px;

}

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


header.myheader .ccplugin_menu_item a,
.site-navigation ul.menu li a {
    font-size: 17px !important;
    text-transform: capitalize!important;
    color: #ffffff !important;
	 line-height: 1.5em;
	 padding: 2px 5px !important;
	font-weight: 500 !important; 
}

header.myheader .ccplugin_menu_item a {
    text-transform: uppercase !important;font-size: 15px !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,
.topmenu ul li a:hover {
    color:#f68933 !important;
}




.headerInner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


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

.nav-bar{
	background-image: url(../images/menu-hamburger.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:65%;
    background-color: #ff8855;
    width:40px;
    height:40px;
    position: absolute;
    right: 20px;
    top: 9px;
}
.nav-bar span {
    display: block !important;
}
.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: uppercase;
	font-size: 13px;
	font-weight: 700;
}

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

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


.my-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}



@media (max-width: 767px){
    .sidenav .closebtn {
        right: 16px;
        top: 30px;
    }
    
    .sidenav .ccplugin_menu_item {
        padding: 0 !important;
    }


}
.sidenav .closebtn {
    position: absolute;
    top: 23px;
    right: 40px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    width:40px;
    height:40px;
    border-radius: 0px;
    border: 1px solid #000;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    padding-left:0px !important;
}

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

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

.sidenav a, header.myheader .sidenav .ccplugin_menu_item a {
  padding: 10px 10px 10px 45px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  color: #000000 !important;
  display: block;
  transition: 0.3s;
 	text-transform: capitalize !important;
	font-size: 14px !important;
	font-weight: 600  !important;
	letter-spacing: 0.5px;
	line-height: normal !important;
}

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

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



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










.footer {
	background-color: #ffffff;
	border-top: 1px solid #E5DFDD;
}

.footer_top_inner, .footer_bottom_inner {
	max-width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right:20px;
	font-size: 16px;
	line-height: 1.5em;
}

.footer_bottom{
	
}

.footer_bottom, .footer_top {
    color: rgba(68,68,68,0.4) !important;
}

.footer_left {
	float: left;
	width:25%;
	display: flex;
	padding-bottom: 30px;
}


.footer_middle {
	float: left;
	width:70%;
	text-align: left;
}

.footer_middle a {
    font-family: "Metal", serif;
    color: #000000 !important;
    font-size: 20px;
    margin: 0 15px;
}


.footer_middle a:hover {
    color: #ff8855 !important;
}

.footer_middle .ccpe a {
    color: rgba(68,68,68,0.4) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    margin: 0 5px;
}

.footer_middle .ccpe a:hover {
    color: #000000 !important;
}


.footer_right {
	float: right;
	width:25%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}


.footer_bottom_inner {
	padding-top: 0px; padding-bottom: 70px;
    display: flex;
	align-items: center;
   justify-content: center;
}

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

.footer_menu .textwidget{
	float: left;width:100%;
	padding-bottom: 30px;	
}
.footer_menu .textwidget p a {
	text-decoration: underline !important;
	font-size: 13px !important;
	text-transform: none;
	padding-right: 5px;
}


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

.footer_menu a{
	padding-right: 40px;
	font-size: 18px !important;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	display: inline-block;
}

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

.bottom1 {
	width: 50%;
	float: left;
	text-align: left;
	font-style: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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


.bottom2  img{
	max-width: 40px !important;
	margin-left:10px !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 {
	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;
}

.ccplugin_menu_item {
    padding: 0 !important;
}

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


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

.wp-block-audio {
    text-align: center;
}
.wp-block-audio audio {
    min-height:80px;
    max-width: 100%;
    min-width: 500px;
    width:auto;
}

.ccplugin_modal button[type=submit]:hover{
  background:transparent!important;
}

.ccplugin_modal button[type=submit]:focus{
 outline:0px !important;
}



.linkhover h3 a { display: inline-block; position: relative; padding-left: 5px; padding-right: 5px; }
.linkhover h3 a span {
    z-index: 10; position: relative;
}
.linkhover h3 a:after {
    position: absolute;
	left:0px;
	bottom:5px;
  display:block;
  content: '';
  height: 10px;
  width: 100%;
  border-bottom: solid 10px #FF8855;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.linkhover h3 a:hover:after { transform: scaleX(1); }
.linkhover h3 a:after{  transform-origin:  0% 10%; }




@media (max-width:767px) { 

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

    .wp-block-audio audio {
        min-height:80px;
        max-width: 100%;
        min-width: 300px;
        width:auto;
    }
   
}


@media screen and (max-width: 767.98px) { 

    .carousel .elementor-swiper-button-prev{
        
        left: 10px;
        display: block;
        width: 50px ;
        height: 40px;
    }

    .carousel .elementor-swiper-button-next{
        right: 10px;
        display: block;
        width: 50px ;
        height: 40px;
    }
        body.home header.myheader {
        position: relative;
        min-height: 70px;
        margin-bottom:0px !important;
    }



    header.myheader {display: block;position: fixed !important;
        max-width: 100%; padding-left: 10px; padding-right: 10px; 
        padding-top:0px;		
        }
        
        .headerInner {max-width:100% !important; display: block !important; position: relative; 
        }
        
        .logo {width: 60%;max-width: 200px;
            position: absolute;
            left:10px;
            top: 10px;
        }
        .logo img {position: static; }
        
        .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: 90px;
        display: none !important;
    }



    .header_right {
        width: 35%;
        padding-top: 65px;
    }

    .footer_left {
        padding-bottom: 20px;
    }

    .footer_right img{
        max-width: 120px !important;
        
    }
    .footer_menu {
        float: none;
        padding-bottom: 0px !important;
    }

    .footer_menu a {
        padding-bottom:30px;
        padding-right: 0px;
        font-size: 14px !important;
        display: block;
    }

    .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, .footer_bottom_inner {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
        .copyrightInner, .footer_top {padding-left: 20px; padding-right: 20px;}
        .footer_top {padding-top: 45px;}
        .footer_left, .footer_right, .footer_middle,
        .bottom1, .bottom2 {
            width: 100%;
            text-align: center;
            padding-bottom: 20px;
            padding-top: 5px;
        justify-content: center;
        display: block !important;
        float: none !important;
        }
	
}




@media (min-width:768px) and (max-width:1024px) {
    
    .ccmenu {
        display: none !important;
    }

    .headerInner {
    }

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

    .ccmenu {
        width:30%; padding-top:5px;
    }

    .header_right{
        width: 15%;
    }

    .mobile-menu.mean-container {
        position: absolute;
        right: 0px;
    }
    .footer {
        padding:0px;
    }
    .footer  .footer_top_inner,
    .footer_bottom_inner{
        padding-left: 10px;
        padding-right: 10px;
    }

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


    .footer_left {
        padding-right: 20px;
    }
    .footer_right img{
        max-width:100px !important;
        
    }

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

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

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

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



    .footer_right {
        justify-content: flex-end;
        display: flex;
    }

    .footer_left {
        
    }

    .footer_menu {
        padding-bottom: 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;
    }


}


.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	height: 100% !important;
	width: 100% !important;
    object-fit:cover !important;
}


.page-videos .elementor-posts .elementor-post, .page-articles .elementor-posts .elementor-post {
	position: relative;
}

.page-articles .elementor-posts .elementor-post .elementor-post__thumbnail {
	position: relative;
} 

.page-articles .elementor-posts .elementor-post .elementor-post__thumbnail:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.page-articles .elementor-posts .elementor-post .elementor-post__thumbnail:hover:after {
	background-color: rgba(0,0,0,0.7);
}

.page-articles .elementor-posts .elementor-post__title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 30px;
}


.page-videos .elementor-posts .elementor-post__thumbnail:after {
    content: "\f04b";
    display: block;
    width: 90px;
    height: 90px;
   background-color:#000000;
    border: none;
	border-radius:50%;
    position: absolute;
    left: 50%;
    top: 50%;
	margin-left: -45px;
	margin-top: -45px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    color:#ffffff;
    line-height: 90px;
}

.page-videos .elementor-posts .elementor-post__thumbnail:hover:after {
	background-color: #FF8855;
}


.page-videos a.elementor-button-link span.elementor-button-text,
.page-articles a.elementor-button-link span.elementor-button-text, .page-ebooks a.elementor-button-link span.elementor-button-text, 
.page-music a.elementor-button-link span.elementor-button-text{
	display: inline-block; position: relative;
}

.page-videos a.elementor-button-link span.elementor-button-content-wrapper,
.page-articles a.elementor-button-link span.elementor-button-content-wrapper, .page-ebooks a.elementor-button-link span.elementor-button-content-wrapper, 
.page-music a.elementor-button-link span.elementor-button-content-wrapper{
	display: inline;
}

.page-videos a.elementor-button-link#width100 span.elementor-button-text:before,
.page-articles a.elementor-button-link#width100 span.elementor-button-text:before,
.page-ebooks a.elementor-button-link#width100 span.elementor-button-text:before,
.page-music a.elementor-button-link#width100 span.elementor-button-text:before{
	content: "";
	display: block;
	background: url('../images/reload.png') no-repeat left center;
	width: 24px;
	height: 24px;
	background-size: 24px;
	position: absolute;
	left: -30px;
    top: -4px;
	
}


.page-videos a.elementor-button-link#width100:hover span.elementor-button-text:before,
.page-articles a.elementor-button-link#width100:hover span.elementor-button-text:before,
.page-ebooks a.elementor-button-link#width100:hover span.elementor-button-text:before,
.page-music a.elementor-button-link#width100:hover span.elementor-button-text:before {
	background: url('../images/reload-h.png') no-repeat left center;
	background-size: 24px;

}

.page-music .elementor-posts .elementor-post {
    align-items: center !important;
}



@media (max-width: 767.98px) {
  .ccmenu, .topmenu {display:none !important;}
	
}


@media (min-width: 1024px) {
    .nav-bar {display:none !important;}
}




@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
	
}

@media (max-width: 375px) {

}

@media screen and (max-width: 600px) {
    #wpadminbar {
         position: static;
    }
}