/* 
Theme Name: OMA
Theme URI: https://omart.org
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Great Big Circle & Flood Digital
Author URI: https://omart.org/
Template: hello-elementor
Version: 1.0.0
Text Domain: oma-art
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: var(--e-global-typography-primary-font-family);
}

a{
	color: inherit;
}

a:hover{
	color: inherit;
}

#tribe-events-pg-template {
	max-width: 100%;
}

.page-id-2740 .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
	padding-left: 44px;
}

.page-id-2740 .tribe-events .tec_series_marker__title,
.page-id-2740 .tribe-events .tribe-events-series-archive__icon{
	display: none;
}

/*forms*/
.contact-form .gform_wrapper.gravity-theme .gsection {
	border: none;
}
.contact-form .gsection_title{
	margin-top: 8px;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.contact-form select{ border: 0;}

.contact-form .gform_wrapper.gravity-theme .gfield_radio label,
.contact-form .gform_wrapper.gravity-theme .gfield_checkbox label{
	font-size: 1rem;
	padding: 10px 0;
}

.contact-form .gform_wrapper.gravity-theme .gform_footer{
	justify-content: center;
}
.contact-form .gform_wrapper.gravity-theme .ginput_complex label {
	margin-bottom: 8px;
	font-weight: 700;
}

/* single artwork nav buttons */

.artwork-nav-btn {
	display: inline-flex;
	font-size: 25px;
	width: 40px;
	height: 35px;
	background: #959484;
	padding: 5px 8px 5px 6px
}

.artwork-nav-btn:hover{
	background: #808080;
}

.artwork-nav-btn svg{
	fill: #fff;
	width: 1em;
	height: 1em;
}

.artwork-nav-btn span{
	position: absolute !important; /* Outside the DOM flow */
	height: 1px; width: 1px; /* Nearly collapsed */
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
	clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}
.next-artwork{
	right: -20px;
}

.prev-artwork{
	left: -20px;
}