/* *-*-*-*-*-*-*-*-*-	Header Section *-*-*-*-*-*-*-*-*- */
.sticky{
	position: fixed !important;
	width: 100%;
	max-width: 100% !important;
	top: 0;
	z-index: 999 !important;
	background-color: #A977A1 !important;
}
.header_sec .header-menu-col{
	display: flex;
	justify-content: center;
}
.header_sec .wp-block-navigation ul li a,
.header_sec .wp-block-navigation ul li a span{
	font-family: 'Karla';
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.header_sec form{
    width: 50%;
	position: relative;
}
.header_sec form .wp-block-search__inside-wrapper {
	padding: 0;
    border: 2px solid #E974AF !important;
    border-radius: 10px;
}
.header_sec form input[type="search"]{
	padding: 10px 13px;
	border-radius: 0;
	background: unset;
	border-width: 0;
	color: #fff;
	&::placeholder {
		color: #fff;
	}
}

body.admin-bar .wp-block-group.header_sec.sticky {
    top: 32px !important;
}		

.header_sec form input[type="search"]::placeholder{
	font-family: Lato;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1B1C1E66;
}
.wp-block-column.header-search-col .wp-block-search__inside-wrapper button svg {
    fill: #fff;
    transform: rotateY(180deg);
    min-height: 35px;
    min-width: 35px;
}
.header_sec form button .search-icon{
	width: 30px;
	height: 30px;
}
.header_sec form button[type="submit"] {
    border-radius: 10px;
    border: 1px solid #fff;
    width: 40px;
    background-color: #E974AF;
    margin-left: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.05);
}

/* *-*-*-*-*-*-*-*- Footer Section -*-*-*-*-*-*-*-*- */
.return_top{
	position: fixed;
  right: 20px;
  bottom: 20px;
	z-index: 10;
}
.solo_footer_sec .col_one ul li,
.solo_footer_sec .col_two ul li{
	margin-bottom: 15px;
}
.solo_footer_sec form{
	position: relative;
	width: 95%;
	margin: 50px auto 0px auto;
}
.solo_footer_sec input[type="email"]{
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 0;
}
.solo_footer_sec input[type="email"]::placeholder{
	font-family: Karla;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
}
.solo_footer_sec input[type="submit"]{
	font-family: Lato;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 16px 40px;
	border-radius: 0;
    background: #FFEAFF;	
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-block-cover.solo_footer_text .gutentor-element-advanced-text-link {
	text-decoration: unset;
	& p {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #1B1C1E;
	}
	&:hover p {
		color: #E974AF;
	}
}

footer nav ul li a:hover span {
    color: #E974AF;
}
.wp-block-stackable-icon.return_top {
    cursor: pointer;
}
.solo_footer_sec .col_four{
	position: relative;
}
footer .wp-block-column.col_four .wp-block-stackable-heading h6 {
    width: 75%;
    margin: auto !important;
}
.solo_footer_sec .col_four:after {
  content: ' ';
  background: #fff;
  width: 1px;
  height: 135%;
  position: absolute;
  left: -30px;
top: -81px;
}
.solo_footer_sec input[type="submit"]:hover{
	filter: unset !important;
    background-color: #E974AF !important;
    transition: 0.5s all;
    box-shadow: 4px 4px 6px 0px #ffffff;
    color: #fff !important;
}

/* -*-*-*-*-*-* */
/* .topbar_sec .stk-block-heading__text {
	  -moz-animation: marquee 10s linear infinite;
	  -webkit-animation: marquee 10s linear infinite;
	  animation: marquee 15s linear infinite;
	}
	@-moz-keyframes marquee {
	  0% {
	    transform: translateX(100%);
	  }
	  100% {
	    transform: translateX(-100%);
	  }
	}
	@-webkit-keyframes marquee {
	  0% {
	    transform: translateX(100%);
	  }
	  100% {
	    transform: translateX(-100%);
	  }
	}
	@keyframes marquee {
	  0% {
	    -moz-transform: translateX(100%);
	    -webkit-transform: translateX(100%);
	    transform: translateX(100%)
	  }
	  100% {
	    -moz-transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    transform: translateX(-100%);
	  }
	} */
