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

/*
    Add your custom styles here
*/

body {
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	background-color: #EFEFEF;
}

h1, h2, h3, h4, h5, h6 {
		font-family: "Roboto Condensed", Sans-serif;
}

/* Link Styling */
.page-content a, .elementor-location-single a, a:active, a:visited {
	color: #00BBFF;
	font-weight: bold;
} 
a:hover {
	color: #0063A5;
}

.elementor-location-footer a:hover {
	color: #004766;
}

.elementor-widget:not(:last-child) { margin-bottom: 0; }

/* Hide Smart Slider Arrows on Tablet and Mobile */
@media (max-width: 1025px) {
	div#n2-ss-3 .nextend-arrow {
		display:none !important;
	}
}

.flow-gallery .albums li {
	width: 297px;
	padding-top: 40px;
}

.flow-gallery .albums.stacked img {
	width: 297px;
	height: 198px;
}