/*
 Theme Name:   Stackable Child
 Theme URI:    https://consultoraec.cl/
 Description:  Stackable Child Theme
 Author:       Hackware SpA
 Author URI:   https://hackware.cl/
 Template:     stackable
 Version:      0.0.1
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images,
 footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready, blog
 Text Domain:  stackable-child
*/

/* General style */

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

/* Menu */

.site-header > .site-header-wrapper > .site-branding,
.main-navigation,
.scrolling .main-navigation,
.scrolling .site-branding {
	margin-top: 0;
}

.main-navigation .primary-menu > li > a {
	font: normal 1.3em Oswald;
	text-transform: uppercase;
	border-bottom: none;
}

.main-navigation .primary-menu > li.focus {
	border-bottom: 2px solid #FFBC01;
}

.site-header {
	padding: 10px 0;
}

.scrolling .site-header {
	padding: 5px 0;
}

.custom-logo {
	transition: all 250ms ease-in-out;
    height: 120px;
    width: auto;
	max-width: none;
}

.scrolling .custom-logo {
	height: 70px;
}

/* Footer */

.widget-area-wrapper, .widget-footer-area {
	background-color: #1F1F1F;
	color: #ffffff;
}

.widget-area-wrapper, .site-footer-wrapper {
	min-width: 100%;
	padding: 0 20px;
}

a.footer-circle {
	font-size: 5em;
	color: #ffffff;
	background-color: #FFBC01;
	text-align: center;
	border-radius: 1em;
	width: 1.5em;
	height: 1.5em;
	display: block;
	border: 5px solid #ffffff;
	float: right;
	margin: 0 0 30px 30px;
	position: relative;
	top: -110px;
	transition: all 300ms ease-in-out;
}

a.footer-circle:hover {
	color: #ffffff;
	top: -130px;
}

.site-footer {
	background-color: #272727;
	color: #ffffff;
	padding: 0.5em;
	border-top: 0;
}

.site-footer a {
	color: #FFBC01;
}

.site-footer-wrapper > .site-info {
	margin: 0 0 0 auto;
}

/* Custom index */

.home .entry-title {
	display: none;
}

.home .hentry {
	padding: 0;
}

@media screen and (min-width: 896px) {
	.home .site-content {
		padding-top: 140px !important;
	}
}

.section-container {
	padding: 4em 0 2em;
}

.section-container strong, .section-container em {
	color: #FFBC01;
	font-style: normal;
}

.services-icon-box {
	text-align: center;
	background-color: #FFBC01;
	color: #fff;
	padding: 1.5em;
	border-radius: 5px;
	margin-bottom: 1em;
}

.team-columns .wp-block-column {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 1.875rem 10px 0;
}

.team-columns .wp-block-column blockquote {
	font-size: .9em;
}

.info-box {
	color: #FFFFFF;
	background-color: #FFBC01;
	padding: .25em;
	text-align: center;
	font-size: 3em;
	border: 5px solid #ffffff;
	outline: 5px solid #FFBC01;
}

.uagb-testinomial-text-wrap::after, .uagb-testinomial-text-wrap::before {
	color: #FFBC01;
	font-size: 5em;
	line-height: 0.5em;
	content: '”';
	vertical-align: middle;
}

.uagb-testinomial-text-wrap::before {
	content: '“';
}

.uagb-testinomial-text-wrap {
	display: inline;
}

.uagb-tm__desc {
	font-size: 1.2em;
	display: inline-block;
	max-width: 90%;
}

.uagb-tm__company {
	font-size: .9em;
	font-family: Oswald;
}

/* Portfolio */

article.category-portfolio .entry-footer, article.category-portfolio .entry-author {
	display:none;
}

article.category-portfolio {
	padding-bottom: 3em;
}

/* Others */

.single-post .entry-meta {
	display: none;
}

.wpcf7 p {
	margin: 0 0 0.5em;
}

.crelly-logo {
	width: 50% !important;
	height: auto !important;
}