/* 
Theme Name: MW YOGA
Description: MW YOGA is a child theme of Hello Elementor, created by Micro Web Technology team
Author: Micro Web Technology 
Author URI: https://microwebtechnology.com/
Template: hello-elementor
Text Domain: mw-yoga
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    font-family: "fira-sans" , "Barlow" , sans-serif;
    line-height: 1.4;
}
.elementor-heading-title a{
    text-decoration: none;
}
.footer-email input[type=email]{
    font-family: 'Barlow' , sans-serif;
    font-size: 1rem;
    color: #fff !important;
    background: #26a213 !important;
    line-height: 1.4;
    padding: 10px;
    border: none;
  }
  .footer-email input[type=email]::placeholder {
    font-size: 1rem;
    color: #fff !important;
  }
  .submit-btn [type=submit] {
      background: #000880;
      border-color: #fff;
      font-size: 1rem;
      border-radius: 5px;
      color:#fff;
      line-height:1.2;
      padding:10px 15px;
      text-transform:uppercase;
  }
  .logo-size img{
      max-height:120px;
  }
  .footer-contact {
      color: #fff;
      font-size: 20px;
      display: flex;
      gap:25px;
      align-items: center;
      justify-content: center;
  }
  .footer_contact-info-icon{
      height: 85px;
      width: 85px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
      background-color:#fff;
      color: #1b9a05;
      border-radius:5px;
  }
  span.footer-info_label {
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
      font-family: "Fira Sans", Sans-serif;
      line-height:1.4;
      text-transform: uppercase;
      display: block;
  }
  
  .footer-info_link{
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      line-height: 2em;
        margin: 0;
        font-family: "Barlow", Sans-serif;
  }
  .footer-info_link a,.footer-info_link a:hover {
      color: #ffffff;
        
  }
  .animation {
      animation: float 2s ease-in-out infinite;
  }
  @keyframes float {
      0% {
          transform: translateY(0px);
      }
      25% {
          transform: translateY(-30px);
      }
  /* 	75% {
          transform: translateY(30px);
      } */
          100% {
          transform: translateY(0px);
      }
  }
  
  .animation-left{
          animation: float-left 2s ease-in-out infinite;
  }
  
  @keyframes float-left {
      0% {
          transform: translateX(0px);
      }
      50% {
          transform: translateX(-30px);
      }
          100% {
          transform: translateX(0px);
      }
  }
  .animation-right{
       animation: float-right 2s ease-in-out infinite;
  }
  
  
  @keyframes float-right {
      0% {
          transform: translateX(0px);
      }
      50% {
          transform: translateX(30px);
      }
          100% {
          transform: translateX(0px);
      }
  }
  
  ul.post-item {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 0px;
      margin: 0px;
      gap: 40px;
      list-style:none;
  }
  .post-content-outer {
      display: flex;
      align-items: center;
      gap: 20px;
      padding:25px 0px;
  }
 ul.post-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .post-date {
      padding: 15px 5px;
      background: #fff;
      border-radius: 0px 10px 10px 0px;
      color: #040c84;
      font-size: 1em;
      font-weight: 600;
      line-height: 1.5;
      width: 60px;
      text-align: center;
  }
  li.post-content {
      background: #1b9a05;
      position: relative;
      overflow: hidden;
      border-radius: 50px 0px;
  }
  h3.projectcat-name {
      position: absolute;
      top: 0;
      font-size: 1em;
      left: 0;
      z-index:99;
      padding: 10px 20px 10px 25px;
      background: #1b9a05;
      margin: 0px;
      color: #fff;
      line-height: 1.1em;
      border-radius: 0px 0px 15px 0px;
  }
  .project-name a {
      color: #fff;
      font-weight: 600;
      font-family: "Fira Sans", Sans-serif;
      font-size: 1.5em;
      line-height: 1.6;
      text-transform: uppercase;
      display: block;
      text-decoration: none;
  }
  .project_link a {
      background: #000880;
      border-color: #fff;
      font-size: 1rem;
      border-radius: 5px;
      color: #fff;
      text-decoration: none;
      line-height: 1.2;
      width: fit-content;
      border-radius:15px 0px;
      padding: 15px 35px;
      display:block;
      text-transform: uppercase;
  }
  .project_link{
      margin-top:25px;
  }
  .project_link a  i {
      margin-left: 15px;
  }
  .item-img {
      position: relative;
      max-height: 275px;
      overflow: hidden;
  }
  .item-overlay {
      position: absolute;
      max-height: 300px;
      height: 100%;
      width: 100%;
      top: 0;
      background: rgb(0 8 128 / 30%);
  }
  
  .project-name {
      max-height: 75px;
      min-height: 75px;
  }
   .breadcrumb-menu{
  list-style: none;padding: 15px 60px;margin: 0px auto;
  background: #fff;
   width: fit-content;
  display: flex;gap: 20px;
  text-transform: uppercase;
  }
  .breadcrumb-menu a{
  color: #040C84;
  font-size: 1em;
  font-family: "Barlow", Sans-serif;
  font-weight: bold;
      text-transform:uppercase;
      text-decoration:none;
  } 
  .breadcrumb-menu a::after {
      content: ">>";
      font-size: 16px;
      margin-left: 5px;
      font-weight: bold;
      margin-top:-10px;
      font-family: monospace;
  }
  .breadcrumb-menu li:last-child a::after{
      content:none !important;
  }
  
  /* post single page css  */
  .blogpost-title {
      display: none;
  }
  .single main .blogpost-title {
      display: block;
  }
  .single main{
    max-width: 100% !important;
    margin: 0px auto;
  }
  .single main .container {
    max-width: 1380px !important;
    margin: 0px auto;
    padding: 0px 20px;
}
  div.page-header{
      padding:90px 0px;
      background-image: url("http://localhost/yogawebsite/wp-content/uploads/2023/07/page-top-bg.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
  }
  .post-header-title {
      color: #FFFFFF;
      font-family: "Fira Sans", Sans-serif;
      font-size: 3em;
      font-weight: 700;
      text-transform: uppercase;
      font-style: oblique;
      letter-spacing: 1px;
      text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
   margin-bottom:20px;
      text-align: center;
  }
  .post-header-text {
    display: flex;
    gap: 12px;
    color: #040c84;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.2em;
    font-family: 'Fira Sans';
}
.post-pub-date{
    font-weight: 600;
}
.single .page-content{
padding: 40px 0px 100px;
}
.cat-name:after {
    content: ">";
    margin-left: 5px;
    line-height: 1em !important;
    font-family: cursive;
    font-size: 22px;
}
.post-heading {
    color: #040c84;
    font-family: "Fira Sans", Sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2em;
}
.post-heading-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
    align-items: center;
    margin-bottom:50px ;
}

.post-img {
position: relative;
}
.post-img:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 35px;
    right: 0;
    top: 35px;
    background: #1b9a05;
    border-radius: 50px;
}
.post-img img {
    display: block;
    padding: 0px 20px 20px 0px;
    border-radius: 50px;
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 1024px) {
    .animation,.animation-left,.animation-right{
        animation: none;
    }
    ul.post-item {
        grid-template-columns: 1fr;}
        .post-heading {
            
            font-size: 2em;
            
        }
        .single .page-content {
            padding: 0px 0px 90px;
        }
        .post-header-title {
            font-size: 2.2em;
        }
  }
  @media only screen and (max-width: 880px) {  .elementor-heading-title br{
    display: none;
}
}
body, html{
    overflow-x: hidden;
}
@media only screen and (max-width: 767px) {  
    .from-top{
        margin: 0px -20px !important;
    }
    .post-heading-img {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .post-img {
        margin-right: 40px;
    }
    .breadcrumb-menu {
        padding: 15px 20px;
        gap: 10px;
        align-items: center;
        
    }
}
.pops-descr p {
    color: #000;
    font-family: "Fira Sans", Sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 20px;
    margin-bottom: 0px;
}
.project-name {
    word-break: break-word;
}
.active_page {
    font-weight: 600;
    color: #000;
}
.post-pub-date img.emoji {
    margin-right: 5px !important;
}
.post-pub-date {
    margin-top: 20px;
    text-transform: uppercase;
}