/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Fonts */
h1,
h1.elementor-heading-title,
h2,
h2.elementor-heading-title,
h3,
h3.elementor-heading-title,
h4,
h4.elementor-heading-title,
h5,
h5.elementor-heading-title,
h6,
h6.elementor-heading-title,
p,
span,
a,
button,
input {
	font-family: "proxima-nova", Sans-Serif !important;
}

/* Executive Team Tile
 *
 * Selectors
 exec_tiles--container
 exec_tiles--title
 exec_tiles--image
 exec_tiles--btn-container
* */

.exec_tiles--container,
.exec_tiles--image-container
{
	position: relative;
}

.exec_tiles--image-container:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #001F45;
	opacity: .28;
	pointer-events: none;
}

.exec_tiles--btn-container,
.exec_tiles--title {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}

.exec_tiles--title {
	top: 0;
}

.exec_tiles--btn-container {
	bottom: 0;
}

@media only screen and (max-width: 767px) {
	.exec_tiles--btn-container {
		position: relative;
	}
}