/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.2.27.0002
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwentyone/style.css");
@import url(https://fonts.googleapis.com/css?family=Princess+Sofia);
@import url(https://fonts.googleapis.com/css?family=Princess+Sofia&effect=shadow-multiple|3d-float);

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

body {
    background-color: #280959;
    background-color: rgba(40,9,89,1);
    background-image: url('./assets/images/crystal.png');
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: auto;
    font-size: 15px;
    color: #FFF;
    /*
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    
    font-style: normal;
    font-weight: 100;
    text-transform: none;*/

}
/*.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}*/
.p-0{
	padding:0px !important;
}
/*p {
    font-size: 14px;
    color: #666666;
}*/
section {
    padding: 30px 0 0 0;
    position: relative;
}
/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Marcellus", Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.h2-s5t h2{
	color: #ff5656 !important;
	font-size: 30px !important;
	font-style: normal;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 90px;
	z-index: 997;
	transition: all 0.5s;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	background: #353ad6ad;;
	bottom:0px;
	padding: 25px 0;
	transition-delay: .1s;
}
#header .container {
	padding:0px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

#header .tb-text-logo, #mobile-header .tb-text-logo, #sticky-header .tb-text-logo,#header .tb-text-logo.logo-link a,
section#mob-header .tb-text-logo a {
    font-size: 40px !important;
    margin: 0;
    color: #fff;
    font-family: "Princess Sofia", Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    /* background-color: rgba(51, 32, 89, 0.53); */
    padding: 10px;
    position: relative;
    z-index: 999;
    float: left;
    padding-right: 35px;
	text-shadow: rgb(71 71 71) 3px 5px 2px;
}
#header .tb-text-logo.logo-link a{
	background:none !important;
	padding:0 20px 0 0 !important;
}
header#header.fixed {
    position: fixed;
    top: 0;
	height: 60px;
	background: #1d20b8;
    padding: 10px 0;
}
header#header.fixed.has-wpadminbar {
    top: 32px;
}
#header.fixed .tb-text-logo.logo-link a {
    font-size: 28px !important;
}
@media (max-width: 768px) {
	#header {
		height: 60px;
		position: sticky;
		top:0px;
		display:none;
	}
	header#header.has-wpadminbar {
		top: 42px;
	}
}
section#mob-header{
	background: #1d20b8;
    height: 60px;
	display:none;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0px;
}
body.admin-bar section#mob-header{
    top: 46px;
}
.mob-menu-hc-warp{
	position:absolute;
	right:60px;
}
.hc-offcanvas-nav {
    z-index: 9999999 !important;
}
.hc-offcanvas-nav .menu-item-2507{
	display:none !important;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after{
	height: 2px !important;
	background: #fefefe !important;
}
body section#mob-header .tb-text-logo a {
    padding: 4px 30px 4px 30px !important;
    text-decoration: none;
    font-size: 28px !important;
}
@media (max-width: 768px) {
	section#mob-header{
		display:block;
	}
}
@media screen and (max-width: 600px){
	#wpadminbar {
		 position: fixed !important; 
	}
}
/*--------------------------------------------------------------
# Mega menu
--------------------------------------------------------------*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(94,120,237,0.4) ;
}
@media only screen and (min-width: 769px){
	#mega-menu-wrap-primary {
		background: inherit;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		background: rgba(94,120,237,0.4) ;
	}
	li.mega-menu-megamenu>ul.mega-sub-menu{
		margin-top:25px !important;
		padding: 0px 20px !important;
    	background: #38004f !important;
	}
	#header.has-wpadminbar.fixed li.mega-menu-megamenu>ul.mega-sub-menu{
		margin-top:10px !important;
	}
}
li.mega-menu-megamenu ul.mega-sub-menu li a,
li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column,
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	background-color: #38004f !important;
	color: #fff !important;
}
.mgmenu-header>a.mega-menu-link {
    padding: 15px 0 !important;
    /* font-family: "Montserrat", Arial, sans-serif !important; */
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0px;
    text-transform: none !important;
    font-size: 1.5em !important;
    text-shadow: none;
}
ul.mega-sub-menu li.mega-mgmenu-header ul li a.mega-menu-link {
    padding: 5px 0 !important;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 273px;
  background: url("https://steffansoule.com/wp-content/uploads/2015/05/CloseUp_and_Stage_Magician-1024x235.jpg") top center;
  background-size: cover !important;
  position: relative;
  border-bottom: 4px solid #1e21bf;

}

#hero:before {
  content: "";
  background: rgb(0 0 0 / 15%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
	/*--- ssss 20240301 ---*/
	display:none;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  border: 2px solid #4eb478;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #4eb478;
  border: 2px solid #4eb478;
}

@media (min-width: 1024px) {
  /*#hero {
    background-attachment: fixed;
  }*/
  #hero h1, #hero h2 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
	margin-top: 60px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    background: none !important;
    border-radius: 4px;
    font-size: 14px;
}

.breadcrumbs>a {
    color: #35b3ef;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body:not(.home) #main {
    padding-bottom:60px;
}
.entry-content> .vc_row {
    width: 100%;
    max-width: 100% !important;
}
body.home .vc_row.wpb_row {
    padding: 20px 40px 55px 40px;
	margin-top:0px !important;
	margin-bottom:0px !important;
}
@media (min-width: 768px){
	.vc_row.wpb_row.vc_inner {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px){
	.vc_row.wpb_row.vc_inner {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px){
	.vc_row.wpb_row.vc_inner  {
		width: 1170px;
		margin-left: auto;
		margin-right: auto;
    max-width: 100%;
	}
}
.site-main{
	padding-top:0px !important;
	padding-bottom: 0px !important;
}
.white-text .wpb_text_column{
	color:#fff;
}
.wpb_text_column .tb-text-block a{
	color: #35b3ef;
}
 
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.entry-content{
	margin-bottom:0px !important;
}
body.home .entry-content{
	margin-top:0px !important;
}
article.portfolio_item .entry-content{
	padding:40px;
	background:#fff;
}
article.portfolio_item .vc_column_container>.vc_column-inner{
	padding-left:0px !important;
	padding-right:0px !important;
	
}

body.single-post .entry-header{
    border: none !important;
    margin: 0 !important;
}
h1.entry-title {
    font-size: 24px !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}
header.entry-header {
	padding:0px !important;
}
body.single-post #main .entry-content .vc_column_container .vc_column-inner .vc_column_container{
    background: #fff;
    color: #333;
}

body.single-post #primary.content-area{
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    
}
body.single-post #primary.content-area p {
    margin: 0 0 25px 0;
}
body.single-post #primary.content-area article {
    margin-bottom: 30px;    
    padding: 40px;
    background: #fff;
    color: #000;
}

/*--------------------------------------------------------------
# Archive Content
--------------------------------------------------------------*/
.info-box {
	background: #fff;
	padding: 40px;
}

.info-box .info-box-title{
	font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
	font-size: 24px;
}
/*--------------------------------------------------------------
# Card box
--------------------------------------------------------------*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card .post-thumbnail .wp-post-image, .card .post-thumbnail{
	margin-top:0px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	padding: 0 0 30px 0;
	color: #ffffff;
	font-size: 14px;
	background: #5472d2;
	background-image: url(http://nootkarose.com/wp-content/uploads/2020/11/powered-by-the-mDeck-header.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footer .footer-nav{
	padding: 30px 0 100px 0;
}
#footer a{
	color:#fff;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #111111;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 3px 20px;
  background: #4eb478;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #45a36c;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #b7b7b7;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4eb478;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #4eb478;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #373737;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #4eb478;
  color: #fff;
  text-decoration: none;
}
#footer .container.py-4 {
    padding: 60px 0 0px 0px;
}
#footer .copyright {
  text-align: center;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}
