/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 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 
Aktiv Grotesk Regular
font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;



Aktiv Grotesk Italic
font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: italic;



Aktiv Grotesk Bold
font-family: "aktiv-grotesk", sans-serif;
font-weight: 700;
font-style: normal;






#Aktiv Grotesk Thin

font-family: "aktiv-grotesk-thin", sans-serif;
font-weight: 200;
font-style: normal;



Aktiv Grotesk Thin Italic
font-family: "aktiv-grotesk-thin", sans-serif;
font-weight: 200;
font-style: italic;
*/
body{
font-family: "Lato", sans-serif;
overflow-x: hidden;
}
.gform-button,.gform_button {background:red !important; }
.gform_heading{
	display: none;
}
#site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index:100000;
}
body2:not(.home) #site-header {
	
	padding-bottom: 0;
	padding-top: 0;
}
body2:not(.home) .site-header .header-inner {
	border-bottom:1px solid #fff;
	background: #0e0e0e;
}
.site-header .header-inner {
	border-bottom:1px solid #fff;
}

.site-header .site-navigation ul.menu li:hover a {
	text-decoration:underline;
}

.page-title .elementor-heading-title::after{
	content: '';
	position:absolute;
	bottom: -20px;
	left: -50px;
	background: url(http://endpresidentialrevenge.org/wp-content/uploads/2025/05/red-line.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 20px;
	width: 75%;
	display: block;
}

.footer-menu ul{
	display: flex;
	flex-direction: column;
	max-width:185px
}

.footer-menu ul li{
	margin: 0 !important;
}

.footer-menu ul li a{
	padding: 7px !important;
}

.red{
	color: #ED1B24;
}

.current_page_item a{
	color:var( --e-global-color-primary ) !important;
}

#gform_submit_button_1{
    min-width:100%;
}
body .elementor-widget-text-editor{
font-family: "Lato", sans-serif !important;
    

}
.site-navigation ul.menu li a {
font-family: "aktiv-grotesk", sans-serif !important;
font-weight: 400;
font-style: normal;
}

h13{
font-family: "aktiv-grotesk", sans-serif !important;
font-weight: 700;
font-style: italic;
}
.header p{

font-weight: 400 !important;
}

.header h2.elementor-heading-title.elementor-size-default,
.header p{
    font-family: "aktiv-grotesk", sans-serif!important;
font-weight: 700;
font-style: normal;
}

.elementor-button .elementor-button-text{
       font-family: "aktiv-grotesk", sans-serif!important;
font-weight: 700;
font-style: normal; 
    
}

.elementor-button.elementor-button-link.elementor-size-sm {
	min-width: 200px;
}
@media only screen and (max-width: 768px) {
.gform-theme--foundation .gform_fields {

	grid-row-gap: 10px;
	row-gap: 10px;
}
}