/* 
Theme Name: Ballestrinque
Theme URI: https://www.neobunker.com
Description: Pagina web desarrollada por Neobunker para Ballestrinque.
Author: Neobunker
Author URI: https://www.neobunker.com
Template: hello-elementor
Version: 2.0.0
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 */

a:active, a:active * { outline: none !important; outline-style: none !important; }
a:focus, a:focus * { outline: none !important; outline-style: none !important; }

.elementor-text-editor p:last-child, .elementor-widget-text-editor p:last-child{ 
    margin-bottom: 0px !important;
}

.elementor-text-editor ul, .elementor-text-editor ol, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol{
	margin-bottom: 20px !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.page-id-809 header{
	background-color: #022E41;
}

.post-password-form p{
	justify-content: center;
}

.post-password-required{
	min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	font-family: "Montserrat";
}
.post-password-form [type=submit]{
	border: 1px solid #003060;
	border-radius: 0px;
	color: #003060;
}
.post-password-form [type=submit]:hover, .post-password-form [type=submit]:focus{
	background-color: #003060;
	color: white;
}