/*
Theme Name:  Custom Theme
Theme URI: 
Author: Socail Pie
Author URI: https://socialpie.io/
Text Domain: socail-pie-theme
Description:  Custom Theme Theme is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.  Custom Theme will make your WordPress look beautiful everywhere.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
*/

:root{
    --text-color1 : #282828;
    --primary_font: 'Rubik';
    --primary_col: #5D4394;
    --primary_col_var: #D7FFF0;
    --secondary_col: #00504D;
    --gray: #F5F3F7;
    --heading_col: #171717;
    --body_col: #202020;
    --secondary_col_var : #F5F9F8;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
  font-size: 1em;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  background: #1E1E1E;
  color: #fff;
}
body img {
  max-width: 100%;
  height: auto;
}
.site-logo a img {
    max-width: 220px;
}
.site-logo a {
    display: block;
}
body .container {
  /* max-width: 1210px; */
  /* margin: 0 auto; */
  /* padding: 0 1.094em; */
}
.cbtn {
    padding: 13px 26px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    line-height: 22.4px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    color: #000;
}
.cbtn:hover {
    color: #000;
}
.cbtn-primary {
    background: var(--primary_col);
    color: #fff;
}
.cbtn-primary:hover {
    color: #fff;
}

.footer_item_contact ul li {
    position: relative;
    padding-left: 24px;
    display: inline-flex;
}
.footer_item_contact ul li a i {
    position: absolute;
    left: 0;
    top: 4px;
}

.pointer{
    cursor:pointer;
    filter: invert(1);
    width: 40px;
}

body header#masthead {
  position: relative;
  background-color: #d70654;
  margin: 30px 150px;
  border-radius: 20px;
}
body header#masthead .mh-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 500px) {
  body header#masthead .mh-wrap .site-logo a {
    width: 40%;
    display: block;
  }
  body .container {
        max-width: 94%;
  }
}
body header#masthead .menu-row {
  align-items: center;
  justify-content: flex-end;
}
body header#masthead ul.menu-wrapper {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
body header#masthead ul.menu-wrapper > li {
  list-style: none;
}
body header#masthead ul.menu-wrapper > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0em 0.8em;
  text-decoration: none;
  transition: all 0.3s;
}
body header#masthead ul.menu-wrapper > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  background: #fff;
  border-radius: 4px 4px 16px 16px;
  box-shadow: 0px 4px 40px 0px #00000014;
  padding: 1.2em;
  left: 50%;
  width: 14.5em;
  transform: translateX(-50%);
  z-index: 99;
  list-style: none;
}
body header#masthead ul.menu-wrapper > li .sub-menu li {
  margin-bottom: 0.3em;
}
body header#masthead ul.menu-wrapper > li .sub-menu li:last-child {
  margin-bottom: 0;
}
body header#masthead ul.menu-wrapper > li .sub-menu li a {
  text-decoration: none;
  color: #000;
}
body header#masthead ul.menu-wrapper > li button.sub-menu-toggle {
  display: none;
}
body header#masthead ul.menu-wrapper > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 0.6em;
}
body header#masthead ul.menu-wrapper > li.highlighted-menu > a {
  color: var(--primary_col);
  font-weight: 700;
}
body header#masthead ul.menu-wrapper > li {
  margin-right: 1em;
  position: relative;
}
body header#masthead ul.menu-wrapper > li > a {
  display: inline-block;
}
body header#masthead ul.menu-wrapper > li:last-child {
  margin-right: 0;
}
body header#masthead ul.menu-wrapper > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
body header#masthead .search-btn button {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 500;
}
body header#masthead .header-search {
  position: relative;
}
body header#masthead .header-search form.search-form {
  width: 100%;
}
body header#masthead .header-search form.search-form:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 0.6em;
  top: 23%;
}
body header#masthead .header-search form.search-form > label {
  display: block;
}
body header#masthead .header-search form.search-form input[type="text"] {
  padding: 0.5em 2.1em;
  outline: 0;
  border-radius: 8px;
  width: 100%;
  border: 0;
}
body header#masthead .header-search .hide-search {
  position: absolute;
  top: 0;
  right: 0.7em;
  bottom: 0;
  display: flex;
  align-items: center;
}
body header#masthead .header-search .hide-search button {
  font-size: 1.3em;
  line-height: 1;
  background: transparent;
  border: 0;
}

.site-logo h1 {
    color: white;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    margin: 0;
}

body header#masthead .mobile-menu {
  /* display: none; */
}
@media (max-width: 1024px) {
  body header#masthead .mobile-menu {
    /* display: block; */
  }
}
body header#masthead .mobile-menu .mobile-menu-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 5%;
  top: 0;
  outline: 0;
  bottom: 0;
}
body header#masthead .mobile-menu .mobile-menu-toggle > div:first-child {
  margin: 0 0.5em;
}
body header#masthead .mobile-menu .mobile-menu-toggle span {
  height: 2px;
  width: 1.3em;
  background: var(--primary_col);
  display: block;
  margin-bottom: 0.3em;
  margin-left: 0em;
  transform: rotate(0deg);
  transition: 0.4s;
}
body header#masthead .mobile-menu .mobile-menu-toggle span:last-child {
  margin-bottom: 0;
}
body
  header#masthead
  .mobile-menu
  .mobile-menu-toggle.close
  span:not(.label):nth-child(1) {
  transform: rotate(45deg);
  transition: 0.4s;
  position: relative;
  top: 6px;
}
body
  header#masthead
  .mobile-menu
  .mobile-menu-toggle.close
  span:not(.label):nth-child(2) {
  display: none;
}
body
  header#masthead
  .mobile-menu
  .mobile-menu-toggle.close
  span:not(.label):nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  top: -2px;
}
body header#masthead .mobile-menu .mm-panel {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 2px 5px 10px #b64e414d;
  width: 35%;
  right: -100%;
  height: 100vh;
  padding: 2rem;
  background: #0b0b0b;
  transition: 0.4s all;
}

.mm-panel i {
    color: #000000;
    padding: 20px 0px;
}

body header#masthead .menu-wrap.active .mobile-menu .mm-panel {
    right: 0;
}
body header#masthead .mobile-menu .mm-panel .container {
  padding: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper {
  padding: 0;
  display: block;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li {
  list-style: none;
  position: relative;
  display: block;
  margin-right: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li:last-child {
  border-bottom: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:before {
    position: absolute;
    left: 0;
    content: "\f178";
    top: 16px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 23px;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
  padding: 0.9em 0.7em;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.3s;
  text-align: left;
  padding-left: 36px;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:hover {
  color: #fff;
  transition: 0.3s;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:after {
  display: none;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .sub-menu-toggle {
  display: none;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li .chevron-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9em;
  border-left: 1px solid #cfcfcf;
  font-size: 1.5em;
  background: #fff;
  transition: 0.3s;
  color: #000;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .chevron-child:hover {
  background: var(--secondary_col);
  transition: 0.3s;
  color: #fff;
}
.fw-300{
    font-weight:300;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .chevron-child
  i {
  transform: rotate(-90deg);
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li > .sub-menu {
  display: none;
  padding-left: 8px;
  box-shadow: none;
  position: relative;
  padding: 0;
  padding-left: 0.7em;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li.open-sub
  > .sub-menu {
  display: block;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li.open-sub
  .chevron-child
  i {
  transform: rotate(-180deg);
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper .sub-menu {
  width: 100%;
}
body header.page-header {
  border-bottom: 0;
  margin-bottom: 2em;
}
body header.page-header h1.page-title {
  font-size: 2.3em;
  font-weight: 700;
}
body .search-result-count {
  margin-bottom: 1em;
  font-weight: 500;
}

@media (max-width: 767px) {
  body .desk-show {
    display: none;
  }
}
body .mob-show {
  display: none;
}
@media (max-width: 767px) {
  body .mob-show {
    display: block;
  }
}
body p {
  line-height: 1.4;
}
body #primary .entry-header {
  border: 0;
  padding-bottom: 0;
}

body .entry-content .heading-sub {
  text-align: center;
  color: #282828;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
body .entry-content .custom-btn {
  background: var(--primary_col);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.3;
  transition: all 0.3s;
  font-weight: 700;
  border: 1px solid transparent;
}
body .entry-content .custom-btn:hover {
  background: #fff;
  color: var(--primary_col);
  border-color: var(--primary_col);
}
body .entry-content .custom-heading {
  font-size: 2.75em;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 767px) {
  body .entry-content .custom-heading {
    font-size: 2em;
  }
}
body .entry-content .custom-heading-caption {
  margin: 0 auto;
  max-width: 45em;
  text-align: center;
}
body footer {
  /* color: #fff; */
  /* background: #00000080; */
}
body footer .footer_logo a {
  width: 43%;
  margin-bottom: 0.4rem;
}
body footer .footer_logo a img {
  width: 100%;
  height: auto;
}
body footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
body footer #media_image-2 {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  body footer #media_image-2 {
    text-align: center;
  }
}
body footer #media_image-2 img {
  width: auto !important;
}
.footer_item_contact ul li a:hover {
    color: #fff;
}
body footer #text-2 {
  max-width: 90%;
  margin-bottom: 1em;
  font-size: 1em;
}
@media (max-width: 767px) {
  body footer #text-2 {
    max-width: 100%;
  }
}
body footer ul.footer-socials {
  display: flex;
}
body footer ul.footer-socials li {
  margin-right: 1em;
}
body footer ul.footer-socials li:last-child {
  margin-right: 0;
}
body footer ul.footer-socials li a {
  font-size: 1.1em;
}
body footer h2.widget-title {
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 1.5em;
  margin-top: 1.9em;
}
.site-footer{
    position:relative;
    background-color: black;
}
.site-footer:after {
    position: absolute;
    content: "";
    width: 69%;
    height: 414px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    z-index: -1;
    background-position: top;
    right: 0;
}
@media (max-width: 767px) {
  body footer h2.widget-title {
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
}
body footer .widget_nav_menu {
  margin-top: 0;
}
body footer .menu {
  padding-left: 0px;
  list-style: none;
}
body footer .footer_item li {
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  body footer .menu li {
    margin-bottom: 0;
  }
}
body footer .menu li:last-child {
  margin-bottom: 0;
}
body footer .menu li a {
  font-size: 1em;
  transition: all 0.3s;
  display: inline-block;
}
body footer .menu li a:hover {
  color: #d70654;
}
body footer .si-sec {
  text-align: center;
  font-size: 0.75em;
  border-top: 1px solid #d7d7d7;
  padding: 2% 0;
}
@media (max-width: 767px) {
  body footer .si-sec {
    padding: 6% 0;
  }
  .site-footer:after {
    width: 100%;
  }
      body header#masthead .mobile-menu .mm-panel {
        width: 100%;
    }
    img.menu-trigger {
        width: 28px;
        margin-right: 10px;
    }
    .site-logo a img {
        max-width: 157px;
    }
}

.header-bottom.text-center {
    background-color: #d70654;
    padding: 20px;
}

.header-top {
    margin-bottom: 20px;
}

.header-bottom {
    background-color: #d70654;
    padding: 20px;
}

.footer_logo h1 {
    color: #d70654;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    margin: 0;
}

h4.fs-1 {
    position: relative;
    margin-bottom: 30px;
}

h4.fs-1:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 260px;
    width: 30%;
    height: 10px;
    background-color: #d70654;
    border-radius: 50px;
}

h4.fs-1:after {
    position: absolute;
    content: "";
    bottom: -14px;
    left: 260px;
    width: 115px;
    height: 8px;
    background-color: #1e1e1e;
    border-radius: 10px;
    animation-name: border;
    animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes border{
  from {
    width: 0px;
  }
  to {
    width: 115px;
  }
}
