/**
Theme Name: Astra Child
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: astra-child
Template: astra
*/


/* Bellamy Stevenson */
@font-face {
  font-family: 'Bellamy Stevenson';
  src: url('fonts/BellamyStevenson.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Minion Pro Regular */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Minion Pro Bold */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Minion Pro Italic */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-It.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

/* Minion Pro Bold Italic */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-BoldIt.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

/* Minion Pro Medium */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Minion Pro Medium Italic */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-MediumIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Minion Pro SemiBold */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Minion Pro SemiBold Italic */
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

body .font-BellamyStevenson,
body .font-BellamyStevenson .elementor-heading-title,
body .font-BellamyStevenson .elementor-button-text{
  font-family: 'Bellamy Stevenson', serif !important;
}
body,body .font-MinionPro,
body .font-MinionPro .elementor-heading-title,
body .font-MinionPro .elementor-button-text,
body .font-MinionPro .elementor-icon-list-text{
  font-family: 'Minion Pro', serif !important;
}

.img-border-before {
  position: relative;
  display: inline-block;
}

.img-border-before .elementor-widget-container::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 100%;
    height: 100%;
    border: 2px solid;
    z-index: 0;
}

.img-border-before .elementor-widget-container img {
  position: relative;
  z-index: 1;
  display: block;
}
.img-border-before.border-gray .elementor-widget-container::before{
border: 2px solid #282828 !important;
}


/* ACCORDIAN STYLE */
.font-MinionPro.elementor-widget-n-accordion summary.e-n-accordion-item-title {
    justify-content: space-between!important;
}

.font-MinionPro.elementor-widget-n-accordion .elementor-widget-n-accordion .e-n-accordion-item>.e-n-accordion-item-title {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}
.main-nav li a{
	transition: all .5s ease;
		border-radius: 50px;
    border: 1px solid transparent;
}
.main-nav li > a:hover,.main-nav li.current-menu-item > a{
border-color: #fff;
}

/* Style the form container */
.signup-form input::placeholder {
  color: #800000; 
  font-style: italic;
  opacity: 1;
}
.signup-form {
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #000;
}

/* Style the email input */
.signup-form input[type="email"] {
  max-width: 300px;
  padding: 12px 20px!important;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  color: #800000; /* dark maroon text */
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	height:auto;
}

/* Style the submit button */
.signup-form input[type="submit"] {
  width: 300px;
  padding: 14px 20px;
  background-color: #111;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
	height:auto;
}

.signup-form input[type="submit"]:hover {
  background-color: #630811;
}

/* Wrapper group for inline layout */
.cf7-inline-group {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
	position:relative;
}

/* Email input styling */

.cf7-inline-group input::placeholder,input::placeholder,textarea::placeholder {
  color: #000000; 
  font-style: italic;
  opacity: 1;
	font-size:18px;
}
/* input[type="email"],input[type="text"],input[type="tel"],input[type="number"] {
  flex: 1;
  padding: 14px 20px!important;
  border: none;
  font-size: 18px;
  outline: none;
	width:100%;
	height:auto;
	  background: #fff;
	border-radius:50px;
} */
.cf7-inline-group input[type="email"] {
  flex: 1;
  padding: 14px 20px!important;
  border: none;
  font-size: 18px;
  outline: none;
	width:100%;
	height:auto;
	  background: #fff;
	border-radius:50px;
}

/* Submit button styling */
.cf7-inline-group input[type="submit"] {
  padding: 16px 45px;
  background-color: #60030a; /* dark red */
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.3s ease;
  white-space: nowrap;
	border-radius:30px;
	position:absolute;
	right:0;
	height:auto;
}
 form input[type="submit"] {
  padding: 12px 60px;
  background-color: #60030a; /* dark red */
  color: #fff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.3s ease;
  white-space: nowrap;
	border-radius:30px;
	height:auto;
}

/* Hover effect */
.cf7-inline-group input[type="submit"]:hover, form input[type="submit"]:hover,form input[type="submit"]:focus {
  background-color: #800e13;
}
.cf7-inline-group .wpcf7-spinner{
	position:absolute;
	right:5px;
	top:5px;
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
	
}
@media (max-width: 480px) {
  .cf7-inline-group {
    flex-direction: column;
    border-radius: 10px;
  }

  .cf7-inline-group input[type="submit"] {
    padding: 17px 20px;
  }
	

}