/*!
Theme Name: Mindhive
Theme URI: 
Author: Icon
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Droo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
.hero-banner .btn{
    line-height: 13px!important;
    text-align: center!important;
    font-family: "ProximaNovaRegular", serif !important;
}
.hero-banner-title{
    font-family: 'DrukTextMediumTrial' !important;
    font-weight: bold !important;
}
.contact-us-right .wpcf7{
    margin-top: 2.5rem;
}
.wpcf7-not-valid{
    border-color:red!important;
    background: #ffe1e1;
}
.wpcf7-not-valid-tip{
    position: relative; top: -6px; margin-bottom: 10px;
}
.wpcf7-response-output{
    padding:20px!important
}
.wpcf7-form .btn{
    line-height: normal;
    width:254px;
    background: none;
    color:#000;
    border:1px solid #000;
    cursor: pointer;
}
@media(max-width:640px){
  .wpcf7-form .btn{
    width:auto;
  }
}
.wpcf7-form .btn:hover{
  background:#000;
  color:#fff;
}
/* required styling for newsletter */
.footer .newsletter .wpcf7-form-control-wrap{
    width: 100%
}
.footer .newsletter input {
    width: 100%!important;
}
.footer .newsletter .wpcf7-not-valid{
    border:1px solid red!important
}
.footer .newsletter .wpcf7-not-valid-tip{
    display: none!important;
}
.newsletter-widget form{
    position: relative;
}
.footer .newsletter .invalid .wpcf7-response-output{
    display: none!important;
}
.footer .newsletter .sent .wpcf7-response-output{
    position: absolute;
    left: 0;
    margin: 0 !important;
    width: 100%;
    top: 0;
    color: #46b450;
    background: #fff;
}
.addtoany_share_save_container {
    margin-top: 3rem!important;
    margin-bottom: 8rem!important;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
.addtoany_share_save_container .addtoany_header {
    font-family: NeueHaasDisplayMedium, sans-serif;
    margin: 0;
  }


  .cf7 {
    margin-top: 2.5rem;
  }
  
  .input-field {
    margin-bottom: 3rem;
    height: 67px;
    width: 100%;
    border-bottom: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    outline: none;
    /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
  }
  
  .select-field {
    margin-bottom: 3rem;
    height: 67px;
    width: 100%;
    border-bottom: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    background-color: transparent;
    outline: none;
    /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
    --tw-text-opacity: 1;
    color: rgb(161 168 177 / var(--tw-text-opacity));
  }
  
  .textarea-field {
    margin-bottom: 3rem;
    height: 100px;
    width: 100%;
    border-bottom: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    outline: none;
    /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    resize: none;
  }
  /* .wpcf7-form > span:nth-child(3){
    width:47%;
    display: inline-block;
    margin-right: 3%;
  }
  .wpcf7-form > span:nth-child(4){
    width:50%;
    display: inline-block;
  } */
  
  .split-line{
    overflow: hidden;
  }



@media(min-width:1280px){
    .post .thumbnail.h-adjust-1 img{ height: 495px;}
    .post .thumbnail.h-adjust-2 img{ height: 269px;}
    .post .thumbnail.h-adjust-3 img{ height: 364px;}
}
