/**
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
*/


@import url('https://fonts.cdnfonts.com/css/campton');
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand.css");


@font-face {
    font-family: 'satoshiregular';
    src: url('/wp-content/uploads/satoshi-regular-webfont.eot');
    src: url('/wp-content/uploads/satoshi-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/uploads/satoshi-regular-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/satoshi-regular-webfont.woff') format('woff'),
         url('/wp-content/uploads/satoshi-regular-webfont.ttf') format('truetype'),
         url('/wp-content/uploads/satoshi-regular-webfont.svg#satoshiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Snell Roundhand";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Regular.woff2")
      format("woff2"), url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Regular.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Regular.otf")
      format("opentype");
}
@font-face {
  font-family: "Snell Roundhand";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Medium.woff2")
      format("woff2"), url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Medium.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Medium.otf")
      format("opentype");
}
@font-face {
  font-family: "Snell Roundhand";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Bold.woff2")
      format("woff2"), url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Bold.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-Bold.otf")
      format("opentype");
}
@font-face {
  font-family: "Snell Roundhand";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-ExtraBold.woff2")
      format("woff2"), url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-ExtraBold.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/npm/fonts-archive-snell-roundhand/SnellRoundhand-ExtraBold.otf")
      format("opentype");
}

body span, p, li, ul {

    font-family: 'Satoshi', sans-serif;
    line-height: 120%!important;
}

body h1, h2, h3, h4, h5, h6 {
    
     font-family: 'Campton', sans-serif!important;
}

.elementor-nav-menu .elementor-item {

  font-family: 'satoshi'!important;
}

.ue_title {

	font-family:'Satoshi'!important;
}

.campton {
    
    font-family: 'Campton', sans-serif!important;
}

.satoshi {

    font-family: 'Satoshi', sans-serif!important;
                                                
}

.snell p {
	
	font-family: "Snell Roundhand"!important;
	font-size:32px;
}

.small p {
	font-size:0.833rem;
}

.small a {
	font-size:0.833rem;
	text-decoration:none;
	font-weight:700;
	
}

.footer-copyrights p {
    
    margin-bottom: 0px;
}

.entry-content p {
  margin-bottom: 0;
}

.img-border

{
	border-radius: 8px;
	border: 2px solid #2487CE;

}

.elementor-post__title a {
	
	font-family:'satoshi'!important;
}

/*contact form */
.contact-form {

  position:relative;
  display: flex;
  gap: 20px;
  
}

.medium-6 {

  width: 50%;
}

.wpcf7 input[type="text"], textarea, input[type="email"], input[type="tel"]  {
  
  border-top:none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid;
  border-radius: 0;
  box-shadow: none;
  background:none;
}

.wpcf7 textarea {
	line-height:12px;
}

.btn

{
  float: right;
}

/*testimonials*/

.testimonials .elementor-pagination {

  margin-top: 28px!important;
  font-size: 20px;
}



.comments .next, .prev{
  
  border: 1px solid #7d7d7d;
  border-radius: 120px;
  padding: 8px 14px;
  font-family: 'satoshi';
  
}


.comments .next, .prev {
  
  color:#7d7d7d;
}



.comments .elementor-pagination a {
  
  color:#2487CE;
  border: 1px solid #000;
  text-decoration: none!important;
 
  
}


/*IVF Journey*/


.ivf {
	
border-radius: 20px;
border: 1px solid #2487CE;

}

.ivf1-4 {

border-radius: 20px;
border: 2px solid #2487CE;
box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
	
}

/* Hizmet İç Sayfa Cards */


.hizmet-ic .elementor-post__card .elementor-post__thumbnail__link::after {
  
  background-image: none;
}

.hizmet-ic .elementor-post__thumbnail__link {
  
  padding: 16px;
  margin-bottom: 0px;
  
}

.hizmet-ic .elementor-post__thumbnail  {
  
  border-radius: 20px;
}

.hizmet-ic .elementor-posts .elementor-post {
  
  border-radius: 20px;
}

.hizmet-ic .elementor-post__card {
  
  border-radius: 20px;
  border: 1px solid #D1D5DB;
}

.hizmet-ic .elementor-post__text {
  
  margin-top:0px!important;
  
}

.hizmet-ic p {
  
  font-family: 'satoshi'!important;
  font-size: 16px!important;
  color: #222!important;
  
}

.hizmet-ic .elementor-post__title{
  
  margin-bottom: 16px!important;
  
  
}

.hizmet-ic .elementor-post__excerpt {
  
  margin-bottom: 24px!important;
  
}

.hizmet-ic .elementor-post__read-more  {
  
  text-transform:normal!important;
  font-family: 'satoshi'!important;
  text-decoration: none!important;
  font-size: 14px!important;
  color: var(--e-global-color-accent)!important;
  
  
}

/* Language */

.lang li {
  
  line-height: 0px!important;
  
}

.lang .cpel-switcher__flag {
	
	height:100%!important;
}

.lang .cpel-switcher__nav {
	
	vertical-align:super;
}

.about span {
	
	font-family:'satoshi'!important;
}

/* Menu dropdown */

.elementor-nav-menu--dropdown .elementor-sub-item {
	
	font-family:'satoshi';
}

/* Mobile Menu */

.mobile-menu .menu-item a{
  
  font-family: 'satoshi'!important;
}

/* Forminator */

.forminator-field-upload label {
  padding-bottom: 8px;
}

.forminator-has_error span {
  
  color:#E04562;
}

.forminator-has_error label {
  
  color:#E04562;
}

.forminator-has_error input{
  
  border-bottom-color: #E04562!important;
  
}

.forminator-textarea {
  
  padding: 16px!important;
  
  
}

.forminator-custom-form label, span, input, textarea, p, checkbox-toggle {
  
  font-family: 'satoshi'!important;
  font-size: 16px;

}

.forminator-field-textarea .forminator-textarea .forminator-is_active {
  
  background-color: none;
  
}

.forminator-button-submit {
  
  float: right;
}

.cookie-table th, td {
	font-family:'satoshi';
	font-size:16px;
}