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

/*============================================================================
  Table of Contents

  #Home page
    // Testimonials
  #Plugins
    // Elementor Page Builder
  #Components

==============================================================================*/

/*============================================================================
  #Home page
==============================================================================*/

/* // Courses */

/*.card-gradient-l {
	background: linear-gradient(62deg, #d9d9d9, #000 55%, #fff8);
}

.card-gradient-l::before {
	content: '';
	background: #030408;
	margin: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: none;
}

.card-gradient-r {
	background: linear-gradient(68deg, #d9d9d9, #000 53%, #d9d9d9 75%, #000);
}

.card-gradient-r::before {
	content: '';
	background: #030408;
	margin: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: none;
}*/

.card-gradient-l::before,
.card-gradient-l::after,
.card-gradient-r::before,
.card-gradient-r::after {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    background-color: #1a1a1a;
    height: 1px;
    display: block;
    border-width: 0;
}

.card-gradient-l::before,
.card-gradient-r::before {
    top: -1px;
}

.card-gradient-l::after,
.card-gradient-r::after {
    bottom: -1px;
}

.card-gradient-r::before,
.card-gradient-r::after {
    background-image: linear-gradient(262.28deg, #1A1A1A 2.4%, #FFFFFF 21.2%, #1A1A1A 45.51%, #FFFFFF 97.3%);
}

.card-gradient-l::before,
.card-gradient-l::after {
    background-image: linear-gradient(262.28deg, #1A1A1A 2.4%, #FFFFFF 21.2%, #1A1A1A 45.51%, #FFFFFF 97.3%);
}

.card-gradient-r,
.card-gradient-l {
    border-left-color: #fff !important;
}

/* // Testimonials */

#depoimentos .wpr-testimonial-meta-content-wrap * {
	display: inline-block;
}

#depoimentos .wpr-testimonial-arrow {
	height: 100%;
	opacity: 0;
}

#depoimentos .wpr-testimonial-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}

#depoimentos .wpr-testimonial-next-arrow::before {
	left: 0;
	right: -999%;
}

#depoimentos .wpr-testimonial-prev-arrow::before {
	left: -999%;
	right: 0;
}

#depoimentos .wpr-testimonial-arrow:hover {
	opacity: 1;
}

#depoimentos .wpr-testimonial-arrow i {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #1a1a1a;
	padding: 48px 0;
	margin-top: 180px;
}

#depoimentos .wpr-testimonial-next-arrow {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#depoimentos .wpr-testimonial-next-arrow i::before {
	content: 'Próximo';
}

#depoimentos .wpr-testimonial-prev-arrow i::before {
	content: 'Anterior';
}

#depoimentos .wpr-testimonial-arrow i::before {
	font-family: Open Sans;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width:1000px) {
	#depoimentos .wpr-testimonial-arrow {
		display: none !important;
	}
}

/*============================================================================
  #Plugins
==============================================================================*/

/* // Elementor Page Builder */

.elementor-widget-text-editor strong {
    font-weight: 700
}

/*============================================================================
  #Components
==============================================================================*/

/* // Gradient Separator */

body.elementor-page .elementor-element.gradient-sep > .elementor-widget-container {
	background-image: linear-gradient(90deg, #d9d9d9, #0000 38%, #d9d9d9 66%, #0000);
}