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

  #Widgets
    // Block: Search
  #Wrapper
    // Grid
  #Header
    // Navigation
    // Logo
    // Sticky Header
  #Footer
  #Home
    // Home posts
  #Blog
    // Archive
    // Single Post
  #Profissional
    // Single Profissional
  #Plugins
    // Contact Form 7
    // Display Posts Shortcode
  #Components

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

:root {
	--arb-color-primary: #18315d;
	--arb-color-secondary: #4082f5;
	--arb-color-text: #333333;
	--arb-color-text-dark: #282828;
	--arb-color-accent: #bf1e2d;
}

/*============================================================================
  #Header
==============================================================================*/

#secondary .widget h2 {
	margin-bottom: 0;
}

.widget.widget_block {
	margin-top: 2rem;
}

.widget {
	margin-bottom: 0;
}

/* // Block: Search */
.wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px var(--arb-color-primary) solid;
	border-radius: 10px;
}

#secondary .wp-block-search__button {
	border-radius: 10px;
}

/*============================================================================
  #Header
==============================================================================*/

.site-header {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 2%, rgba(0, 0, 0, 0.0) 100%);
	transition: ease all 0.2s;
	z-index: 1 !important;
}

/* // Navigation */
.main-header-menu .sub-menu {
	width: 300px;
}

.submenu-with-border .sub-menu {
	padding: 5px 20px;
}

.submenu-with-border .sub-menu .menu-link {
	padding: 10px;
}

/* Mobile navigation */
@media (max-width: 921px) {
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu,
	.main-header-menu .menu-link,
	.ast-builder-layout-element .main-header-menu,
	.ast-builder-layout-element .main-navigation ul .menu-item .menu-link {
		border: none;
	}
}

/* // Logo */
.ast-logo-title-inline .ast-site-identity {
	padding: 5px 0;
}

/* // Sticky Header */
.header-sticky .site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
	z-index: 10;
    background: #fff;
}

/* .site-header.fixed .ast-above-header-wrap {
	position: absolute;
	width: 100%;
	top: -100px;
} */

@media (min-width: 601px) {
	.logged-in.admin-bar .site-header.fixed {
		top: 32px;
	}

	.logged-in.admin-bar .site-header.fixed .ast-mobile-popup-drawer {
		top: 0;
	}
}

.ast-theme-transparent-header .site-header.fixed .main-header-menu .menu-link {
	color: var(--arb-color-text-dark) !important;
}

.ast-theme-transparent-header .site-header:not(.fixed) .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: white !important;
}

.site-header.fixed .ast-primary-header {
	-webkit-box-shadow: 0 8px 20px rgba(18, 17, 71, 0.05);
	box-shadow: 0 8px 20px rgba(18, 17, 71, 0.05);
}

/*============================================================================
  #Home
==============================================================================*/
/* // Home posts */
.arb-post-box {
	margin-right: 28px;
	background: #fff;
	border-radius: 12px;
}

.arb-post-box .arb-post-box-thumb img {
	height: 160px;
	object-fit: cover;
	border-radius: 0;
}

.arb-post-box .arb-post-box-content {
	padding: 30px 24px 32px;
	position: relative;
}

.arb-post-box-excerpt {
	width: 100%;
	max-height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.65em;
}

.arb-post-box {
	margin-right: 28px;
}

.arb-post-box-title {
	font-size: 18px;
	font-weight: 500;
}

.arb-post-box .arb-post-box-content .arb-post-box-link {
	text-decoration: none;
}

.arb-post-box .arb-post-box-title {
	font-size: 20px;
}

.arb-post-box-link::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*============================================================================
  #Blog
==============================================================================*/
/* // Archive */
.ast-separate-container.ast-right-sidebar #primary,
.ast-separate-container.ast-right-sidebar #secondary {
	margin-top: 60px;
}

.blog .site-content {
  background: #f5f5f7;
}

@media (min-width: 769px) {
	.ast-separate-container .ast-row>.post {
		flex: 0 1 50%;
		max-width: 50%;
	}
}

.ast-separate-container .site-main .ast-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100%;
}


.ast-separate-container .ast-article-post {
	border: none;
	padding: 0 15px;
	margin-bottom: 45px;	
	border: none;
	background-color: unset;
}

.ast-separate-container .ast-row > .post > .ast-article-inner {
	background-color: #fff;
	height: 100%;
}

.ast-separate-container .post .post-thumb {
	width: 100%;
}

.blog .post-thumb img {
	height: 275px;
	object-fit: cover;
	width: 100%;
}

.ast-separate-container .ast-archive-description {
	background: 0 0;
}

/* Featured Post

@media (min-width: 769px) {
	.ast-separate-container .ast-row>.post:first-child {
		flex: 0 1 100%;
		max-width: 100%;
	}

	// COLUNAS 	 //

	.ast-separate-container .ast-row>.post:first-child .entry-content {
		float: right;
	}
} ***/

.ast-separate-container .ast-row>.post:first-child .entry-header {
	padding-top: 30px;
}

.read-more a {
	color: #4082f5;
}

/* // Single Post */

.single-post.ast-separate-container .post-thumb img {
	height: 380px;
}

.ast-separate-container .post .post-content {
	background: #f8f8f8;
	height: 100%;
}

.ast-separate-container .ast-row>.post .entry-title {
	padding: 8px 30px 0;
}

.ast-separate-container .ast-row > .post .entry-header,
.ast-separate-container .ast-row > .post .ast-excerpt-container,
.ast-separate-container .ast-row > .post .read-more {
	padding: 0 30px;
}

.ast-separate-container .ast-row>.post .entry-content {
	padding: 0 30px 20px;
}


.ast-separate-container .post p:not(.read-more) {
	width: 100%;
	max-height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.65em;
}

.ast-separate-container .ast-article-single {
	padding-top: 0px;
}

.ast-separate-container .ast-archive-description {
	border: none;
}

.ast-separate-container .post .post-content {
	background: none;
}

@media (min-width: 769px) and (max-width: 921px) {

	/* // Layout Tablet */
	.site-content .ast-container {
		display: flex;
		flex-direction: row;
	}

	.blog #primary,
	.archive #secondary {
		width: 70%;
	}

	.blog #secondary,
	.archive #secondary {
		width: 30%;
		float: left;
	}

	.ast-separate-container .post {
		flex: 0 1 100%;
		max-width: 100%;
	}

	.blog .post .ast-blog-featured-section.post-thumb,
	.archive .post .ast-blog-featured-section.post-thumb,
	.blog .post .entry-header,
	.archive .post .entry-header,
	.blog .post .entry-content,
	.archive .post .entry-content {
		width: 50%;
	}

	.ast-separate-container .post .entry-header,
	.ast-separate-container .post .entry-content {
		float: right;
	}

	.ast-separate-container .post .entry-header {
		padding-top: 30px;
	}
}

/*============================================================================
  #Header
==============================================================================*/
/* // Grid */

@media (max-width: 768px) {
	.ast-row {
		flex-wrap: wrap;
	}
}

.ast-col-md-1, .ast-col-md-2, .ast-col-md-3, .ast-col-md-4, .ast-col-md-5, .ast-col-md-6, .ast-col-md-7, .ast-col-md-8, .ast-col-md-9 .ast-col-md-10, .ast-col-md-11, .ast-col-md-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.ast-row {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.ast-col-md-12 {
	width: 100%;
}

.ast-col-md-8 {
	width: 66.6666666667%;
}

.ast-col-md-4 {
	width: 33.3333333333%;
}

/*============================================================================
  #Profissional
==============================================================================*/
/* // Archive Profissional */
.ast-article-single.pag-profissional .ast-row {
	padding: 5px 10px;
}

.profissional-list-content.ast-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100%;
}

.profissional-list-content.ast-row .arb-team-box {
	flex: 0 1 100%;
	max-width: 100%;
	position: relative;
}

/* // Single Profissional */
.profissional.type-profissional .entry-header.ast-no-meta {
	width: 30%;
	display: inline-block;
	padding: 10px 30px;
}

.profissional.type-profissional .entry-content.clear {
	width: 60%;
	display: inline-block;
}

.ast-article-single.pag-profissional .ast-row {
	padding: 5px 10px;
}

.ast-article-single.pag-profissional .ast-col-md-8 {
	padding-top: 30px;
}

.pag-profissional .ast-col-md-8 {
	max-width: 600px;
}

@media (min-width: 768px) {
	.ast-article-single.pag-profissional .ast-col-md-8,
	.ast-article-single .ast-col-md-4 {
		padding-left: 45px;
	}

	.ast-separate-container .ast-article-single.pag-profissional:first-child {
		padding: 10px 90px;
	}
}

.pag-profissional .post-thumb::before {
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 26px;
	width: 60%;
	height: 100%;
	background: #efefef;
	z-index: 0;
	max-height: 375px;
}

.pag-profissional .post-thumb img {
	position: relative;
	z-index: 0;
}

/*============================================================================
  #Plugins
==============================================================================*/
/* // Contact Form 7 */
.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea,
.wpcf7-form .wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus{
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	padding: 18px 25px;
	border-radius: 0;
	text-transform: uppercase;
	border-width: 2px;
}

.wpcf7-form-control.wpcf7-submit:hover {
	border-style: solid;
	border-width: 2px;
	background: #fff;
	color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
	border-radius: 2px;
	padding: 18px 25px 18px 25px;
}

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

/* // Display Posts Shortcode */

/* Team Box */
.arb-team-box {
	padding-bottom: 60px;
}

.arb-team-box-wrapper {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.arb-team-box-wrapper>* {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.arb-team-box-thumb {
	padding: 10px;
	margin-right: 20px;
}

@media (max-width: 1024px) {
	.arb-team-box-wrapper>.arb-team-box-col:first-child {
		flex: 0 0 55%;
	}

	.arb-team-box-thumb {
		margin-right: 10px;
	}

}

.arb-team-box-col {
	display: flex;
	align-items: center;
}

.arb-team-box-content .arb-team-box-title {
	color: var(--arb-color-text);
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 24px;
	font-size: 20px;
}

.arb-team-box-content .arb-team-box-subtitle {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--arb-color-text);
}

.arb-team-box-button.button {
	font-size: 13px;
	font-weight: 600;
	fill: var(--arb-color-text);
	color: var(--arb-color-text);
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: var(--arb-color-text);
	padding: 13px 25px;
}

.arb-team-box-button.button:hover {
	color: #FFFFFF;
	background-color: var(--e-global-color-text);
}

.team-item-section:before {
	content: '';
	display: block;
	position: absolute;
	left: 14px;
	top: 26px;
	width: 60%;
	height: 100%;
	background: #efefef;
	z-index: -1;
}

@media (min-width: 768px) {
	.profissional-list-content.ast-row .arb-team-box {
		flex: 0 1 55%;
		max-width: 50%;
		position: relative;
	}

	.team-item-section:before {
		left: -5px;
		top: 26px;
		width: 70%;
	}

	.arb-team-box-content .arb-team-box-title {
		font-size: 26px;
	}
}

@media (min-width: 1024px) {
	.profissional-list-content.ast-row .arb-team-box {
		flex: 0 1 50%;
		max-width: 50%;
		position: relative;
	}

	.arb-team-box-content .arb-team-box-title {
		font-size: 26px;
	}

	.team-item-section:before {
		content: '';
		display: block;
		position: absolute;
		left: -1px;
		top: 26px;
		width: 60%;
		height: 100%;
		background: #efefef;
	}

	@media (max-width: 768px) {
		.team-item-section:before {
			left: -5px;
			top: 26px;
			width: 70%;
		}

	}
}

/*============================================================================
  #Components
==============================================================================*/
.button.articles {
	padding: 6px 25px;
}

.social_item {
	padding-right: 5px;
}
.arb-height-500 {
  height: 500px;
}

.ast-separate-container #secondary .sidebar-main,
.sticky {
  position: sticky;
  top: 110px;
}

/* Map color */
.arb-map-color {
  filter: grayscale(1);
}

/* Remove underline */
.elementor-icon-list-item>a {
  text-decoration-color: unset;
}

/* Align itens  */
.top-align-items .elementor-icon-list-icon {
  align-self: flex-start;
  padding-top: 10px;
}