/*
* Theme Name:  Sinatra Child
* Version:     1.3.0
* Theme URI:   https://sinatrawp.com/
* Author:      Gekik, LLC
* Author URI:  https://gekik.co/
* Description: Sinatra WordPress Child theme.
* Tags:        two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
* Text Domain: sinatra-child
* Template:    sinatra
* License:     GNU General Public License v3.0 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global */

button{
	cursor: pointer;
}
#main{
	word-break: normal;
}

textarea{
	min-height:3em;
}
b, strong {
	font-weight: 700;
}
.si-entry p, p {
	margin-top: 0;
	margin-bottom: 0;
}

.si-entry p+p, p+p {
	margin-top: 1.5em;
	margin-bottom: 0;
}

.si-input-supported input[type=radio]:before {
	left: 5px;
}
.si-btn{
	padding: 18px 32px;
}

.elementor-widget-text-editor ul,.elementor-widget-text-editor ol{
	margin-left: 18px;
}
.si-container{
	padding-left: 0;
	padding-right: 0;
}

.si-btn{
	padding: 15px 30px;
}
cite:before{
	content:none;
}
.elementor .elementor-widget-text-editor a{
	color:#0095AE;
}
.elementor .elementor-widget-container a:hover,.elementor .elementor-widget-container a:focus{
	color:#FDBA43;
}
/* Header */

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item{
	color: #17305a;
}



/* Tabs */
.custom-tabs .e-n-tab-title .e-n-tab-title-text{
	flex-wrap: wrap;
	gap: 10px;
}
.custom-tabs .e-n-tab-title .e-n-tab-title-text p{
	display:block;
	font-size:14px;
	font-family: "Roboto", Sans-serif;
	color:#333333b3;
	font-weight: 400;
	margin-top:4px;
}


/* Responsive */

@media screen and (max-width:1367px){
	.si-container{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:767px){
	.elementor-nav-menu__align-end .elementor-nav-menu {
		justify-content: center;
	}
}