/**
Theme Name: BRANDX
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandx
Template: astra
*/

/* <<<<<<<<< Lahiru - CSS >>>>>>>>>>> */

/* Contact form 7 */

.form-wrap p {
    color: #A1A1A1;
}
.two-by-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap: 15px;
    column-gap: 35px;
}
input.wpcf7-form-control.wpcf7-text {
    background: #0C0C0C;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: 9px;
    border: 1px solid #F5B508;
    background: #0C0C0C;
    color: white;
    padding: 14px 30px;
    font-size: 18px;
}

/*  Sticky nevigation */
.fixed-header {
   position: fixed !important;
   top: 0;
   left: 0;
   width: 100%;
   /* background-color: rgb(255 255 255 / .7) !important; */
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / .1);
   -moz-box-shadow: 0 2px 3px rgb(96 96 96 / .1);
   box-shadow: 0 2px 3px rgb(96 96 96 / .1);
}
.fixed-header .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    background-color: rgba(255, 255, 255, .7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}
.fixed-header .ast-site-identity {
    padding: 0em 0;
}
.fixed-header .site-logo-img .transparent-custom-logo img {
    width: 110px !important;
}
.fixed-header .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 94px !important;
}
header.fixed-header .custom-logo-link img {
    max-width: 345px;
    width: 345px;
}
.fixed-header .wpr-sub-mega-menu {
    margin-top: -0.7em;
}
.fixed-header .e-con-inner {
    padding: 2px 0 !important;
}
.hfe-nav-menu-icon {
    box-shadow: 0 2px 3px rgb(96 96 96 / .1);
    /* background: #1f1e1ea1; */
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / .1);
    -moz-box-shadow: 0 2px 3px rgb(96 96 96 / .1);
}
.hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item {
    justify-content: center !important;
}

/* <<<<<<<<<  Responsive >>>>>>>>>>> */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* Lahiru - Contact page */
  .two-by-two {
    display: grid;
    grid-template-columns: 1fr;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* Lahiru - Contact page */
  .two-by-two {
    display: grid;
    grid-template-columns: 1fr;
  }
  
}
