/*
Theme Name: Blocksy-Child
Version: 1.0
Description: A child theme of Blocksy
Author: sbdev
Template: blocksy
*/


@import url("../blocksy/style.css");

@font-face {
    font-family: Foundry-Custom-Regular;  
    src: url("fonts/Foundry-Monoline-W04-Regular.ttf");  
    font-weight: normal;  
}

@font-face {
    font-family: Foundry-Custom-Bold;  
    src: url("fonts/Foundry-Monoline-Bold.ttf");  
    font-weight: normal;  
}

body{
    font-family: Foundry-Custom-Regular;
}

.sb-text-yellow{
	color: #FBB522;
}
.ct-container-fluid{
	display:none;
	position:fixed;
	top:0;
	z-index:999;
}

/* Rotating Text */
.rotating-text-wrap{
	max-width: 800px;
	position: relative;
	font-family: Foundry-Custom-Regular, Sans-serif;
    font-size: 62px;
    font-weight: normal;
    height:72px;
	margin-bottom:20px;
}

.staticWords{
	margin: 0;
	text-align: left;
  color: black;
  display: inline; 
}

.rotatingWords {
	display: inline;
}

.rotatingWords span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	max-width: 100%;
	color: white;
	animation: rotateWords 6s linear infinite 0s;
}

.rotatingWords i{
	font-style:normal;
}

.rotatingWords span:nth-child(2) { 
	animation-delay: 1.5s; 
	color: white;
}
.rotatingWords span:nth-child(3) { 
	animation-delay: 3s; 
	color: white;
}
.rotatingWords span:nth-child(4) { 
	animation-delay: 4s; 
	color: white;
}

@keyframes rotateWords {
    0% { opacity: 0; animation-timing-function: ease-in;transform: translateY(-10px); }
    10% { opacity: 0; transform: translateY(-10px); }
    20% { opacity: 1; transform: translateY(0px) }
    25% { opacity: 1; transform: translateY(0px) }
    28% { opacity: 0; transform: translateY(10px)}
    100% { opacity-: 0; }
}

@media(max-width:650px){
	.rotating-text-wrap {
		font-size: 36px;
		height: 34px;
	}
}
/* Rotating Text End */

/* Sandbox Side Logo */
section.sb-logo-side{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}

@media(max-width:980px){
    section.sb-logo-side{
        display:none;
    }
	
}

.sb-logo-con {
    position: fixed;
    background: black;
    display: inline-block;
    padding: 10px;
    z-index: 100;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sb-logo-con img{
	width:100px;
	height:auto;
}

@media (max-width:980px){
	
	.sb-logo-con{
		display:none;
	}
}
/* Sandbox Side Logo End */

/* Sandbox Logo Mobile */
.sb-logo-mb{
    position:relative;
    display:none;
}

.sb-logo-mb-con{
    position:relative;
    background:black;
    display:inline-block;
    padding:20px;
}

.sb-logo-mb-con img{
	width:60px;
	height:60px;
}
/* Sandbox Logo Mobile End */

@media screen and (max-width: 980px){
    .sb-logo-mb{
        display:block;
    }
}

@media screen and (max-width: 760px){
    .sb-footer-logo{
        margin-top:20px;
        width:80px!important;
    }
}


/* Menu */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v17/FwZY7-Qmy14u9lezJ-6H6Mw.ttf) format('truetype');
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
  font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  top: 5vh;
	right:180px;

  z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}

.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: rgba(33, 150, 243, 0);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}

/* Mrnu End */

.ct-sticky-container {
    position:fixed;
    width:100%;
    top:0;
/*	display:none;*/
}


/*Remove header border*/
.header-sb .eael-simple-menu-container.preset-2{
	border:0;
}

.sb-header-main{
	display:none;
	position:fixed;
	top:0;
	width:100%;
	height:auto;
	z-index:900;
}

.header-con {
    position:relative;
    background:black;
    display:table;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    height:auto;
    z-index:999;
}
.header-con > li{
    position:relative;
    display:table-cell;
    width:20%;
}
.header-con > li > a {
    color:white;
    display:block;
    text-align:center;
    font-size:0.85em;
    padding:20px 0 20px 0;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:normal;
    transition:0.3s;
}

.header-con > li > a:hover{
    color:#feb81b;
}

footer.ct-footer .ct-container-fluid {
    padding:0;
    margin-left: 0;
    width:100%;
}

@media (max-width:720px){
	.sb-header-main{
		display:none!important;
	}
}

@media (max-width: 999.98px){
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 0px;
    --grid-template-columns: initial;
}
}

/*Side Bar*/
.sb-sidemenu{
    position:fixed;
    z-index:9999;
    width:420px;
    right:-420px;
    background:#ffda53;
    height:100vh;
    padding:40px;
	transition:0.3s;
}

.sb-sidemenu-open{
	right:0px;
}

.sb-sidebar {
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
}

.sb-sidebar > li > a{
    color:black;
    font-size:24px;
    font-weight:bold;
}

.sb-sidebar > li{
    margin-bottom:15px;
}

.sidebar-add-info{
    margin-top:30px;
}
.sidebar-add-info > a{
    display:block;
    margin-bottom:10px;
    color:black;
}

.sb-sidemenu .elementor-grid-item a{
    background:transparent;
    border:1.2px solid black;
    border-radius: 100px;
    color:black;
    transition:0.3s;
    margin-right:8px;
}

.sb-sidemenu .elementor-grid-item i{
    color:black!important;
}

.sb-sidemenu .elementor-grid-item a:hover{
    transform:scale(1.2);
}

.sidebar-socials{
    position:absolute;
    bottom:30px;
    left:30px;
}


.sidebar-close-wrap {
    text-align:right;
}

.sidebar-close-con{
    position:relative;
    display:inline-block;
    border:2px solid black;
    border-radius:500px;
    width:50px;
    height:50px;
    text-align:center;
    transition:0.3s;
    cursor:pointer;
}

.sidebar-close-con i{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    color:black;
}

.sidebar-close-con:hover{
    transform:scale(1.2);
}

/*Side Bar End*/
.insights-posts .eael-entry-wrapper{
	padding:0;
	margin-bottom:20px;
}

.insights-featured-article .eael-entry-wrapper{
    padding-top:10px;
	
}

.insights-featured-article .eael-entry-title{
    font-size:36px;
}

.insights-posts .eael-entry-title a{
	font-weight:700;
}
.insights-featured-article .eael-grid-post-excerpt p{
    font-size:21px;
}

/* New Footer */
section.sb-footer-section {
    background:#0a1419;
    padding-top:50px;
    padding-bottom:200px;
	z-index:500;
}

.sb-footer-con{
    position:relative;
    width:1280px;
    margin:0 auto;
    display:flex;
}

.sb-footer-con > div{
    width:25%;
}

.sb-footer-con > div > span{
    color:white;
    display:block;
}

.sb-footer-con > div > div{
    position:relative;
    margin-top:50px;
}

.sb-footer-con > div > div > span{
    display:block;
    color:white;
}

.sb-footer-logo{
    width:100px;
    margin-bottom:30px;
}

.sb-footer-title{
	color:#FBB522!important;
	font-size: 1.4rem;
}

.footer-hl{
	color:#FBB522!important;
}
/* New Footer End */