/*
Theme Name: Del Norte Republicans
Theme URI: https://702pros.com
Template: hello-elementor
Author: 702 Pros Team
Author URI: https://702pros.com
Version: 3.0.1.1719257269
Updated: 2024-06-24 19:27:49

*/

html {
    --wp-admin--admin-bar--height: 32px;
    scroll-padding-top: var(--wp-admin--admin-bar--height);
}
* {
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}
:focus-within {
	outline: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #0a2870;
	text-transform: uppercase;
}
h2 {
	font-weight: 800;
	font-size: 33px;
}
body {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
[type="submit"] {
	cursor: pointer;
}
flex, flexbox {
    display: flex;
}
grid {
    display: grid;
}
.grid_column_4 {
    grid-template-columns: repeat(4,1fr);
}
.gap_15 {
    gap: 15px;
}
body, h1, p {
    margin: 0;
    padding: 0;
}
.btn {
    text-decoration: none;
    display: flex;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    user-select: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    text-transform: uppercase;
}
.cta {
    border: 1px solid #a6221d;
    color: #fff;
    background-color: #a6221d;
}
.cta_transparent_bg {
    border: 2px solid #fff;
    color: #fff;
    backdrop-filter: blur(14px);
}
.cta_red {
    border: 1px solid #a6221d;
    color: #fff;
    background-color: #a6221d;
}
.cta:hover {
    color: #fff;
}
.alt_cta {
    border: 1px solid #21448d;
    color: #21448d;
    background-color: #fff;
}
.align_items_center {
    align-items: center;
}
.justify_content_center {
    justify-content: center;
}
.gap_30 {
    gap: 30px;
}
container {
    display: block;
    max-width: 1300px;
    margin: auto;
    padding: 50px 15px;
}
header .main_nav .btn {
	padding: 12px 18px;
    font-size: 18px;
    line-height: 15px;
}
.right_flex_header {
	flex: 1;
    max-width: 925px;
}
hero {
    display: flex;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-size: cover !important;
    background-position: -14% 0 !important;
    min-height: 400px;
    align-items: end;
    justify-content: start;
    margin: 0;
    padding: 50px;
    flex-wrap: wrap;
    background: linear-gradient(181deg, #fff 25px, #ffffffe3), url(/wp-content/uploads/2024/06/5547547780556184858.jpg);
}
hero section {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    align-self: stretch;
    margin: 0;
    text-align: center;
    flex: 1;
}
hero h1 {
    font-size: 72px;
    line-height: 84px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0a2870;
    text-align: left;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 29px;
    max-width: 1210px;
}
hero p {
    font-size: 26px;
    margin-bottom: 25px;
}
.post_id_23 .mi_23, .post_id_25 .mi_25, .post_id_28 .mi_28, .post_id_30 .mi_30 {
    background-color: #eee;
}
header {
    display: block;
    color: #000;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 5000;
    padding: 10px 25px;
}
.wp_user {
    margin-top: 32px;
}
.wp_user header {
    top: 32px;
}
.site_logo img {
    object-fit: contain;
}
header flex {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.dropdown:after {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    background-size: contain;
    background-image: url('https://flyertap.com/wp-content/uploads/2024/04/9126125.png');
}
nav ul {
    display: flex;
    gap: 7px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	justify-content: space-between;
}
nav li {
    position: relative;
}
nav ul li a {
    text-decoration: none;
    display: flex;
    font-size: 14px;
    line-height: 15px;
    color: #0a2870;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    user-select: none;
    cursor: pointer;
    align-items: center;
    gap: 20px;
    padding: 14px 12px;
    text-transform: uppercase;
    font-weight: 700;
}
nav ul li a:not(.btn):not(.cta):hover {
    color: #000;
    background-color: #eee;
}
.dropdown.dp_active {
    background-color: #eee;
}
.dropdown.dp_active:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown_menu {
    font-size: 14px;
    background-color: #fff;
    position: absolute;
    width: max-content;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    flex-direction: column;
    visibility: hidden;
    -moz-box-shadow: 0 0 20px #00000022;
    -webkit-box-shadow: 0 0 20px #00000022;
    -o-box-shadow: 0 0 20px #00000022;
    box-shadow: 0 0 20px #00000022;
    right: 0;
    padding: 15px;
}
.dropdown_menu a:hover {
    background-color: #eee;
}
#about_dropdown.show_popup, #sponsor_dropdown.show_popup {
    visibility: visible;
}
.main-content {
    margin: 20px;
}
footer {
    color: #000;
    background-color: #fff;
    margin: auto;
}
footer .footer-content {
    text-align: center;
    padding: 50px 15px;
}
#footer_sponsor {
    padding: 50px 15px;
}
.footer_signup {
    background-color: #a6221d;
    padding: 30px 15px;
}
.footer_signup flex {
    max-width: 900px;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: auto;
}
.footer_signup flex div:last-child {
    width: 240px;
    flex: 0 0 240px;
}
.footer_signup h3, .footer_signup p {
    color: #fff;
}
.footer_signup h3 {
    margin: 0;
}
#main {
    padding: 15px;
}
#main flex {
    flex-wrap: wrap;
    gap: 15px;
}
#main flex div {
    height: 450px;
    overflow: hidden;
    width: 400px;
    flex: 1 1 400px;
}
#main flex div img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: top center;
}
.page-numbers {
    text-decoration: none;
    border: 1px solid #ddd;
    display: flex;
    line-height: 16px;
    color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 14px;
}
.page-numbers:hover, .page-numbers.current {
    color: #fff;
    background-color: #21448d;
    border-color: #21448d;
}
.pagination ul {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 45px 0;
    padding: 0;
}
.sponsor_img {
    display: flex;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.sponsored_listings .sponsor_item {
    overflow: hidden;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    flex: 0 0 400px;
    -moz-box-shadow: 0 0 20px #00012;
    -webkit-box-shadow: 0 0 20px #00012;
    -o-box-shadow: 0 0 20px #00012;
    box-shadow: 0 0 20px #00012;
}
.sponsored_listings a {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    
}
.sponsored_listings {
    flex-wrap: wrap;
    gap: 25px;
}
.sponsored_listings .sponsor_item h3 {
    margin: 10px 0 0;
}
.sponsored_listings span {
    font-size: 15px;
}
.sponsor_item content {
    display: block;
    padding: 20px;
}
.sponsor_item {

    box-shadow: 0 0 20px #00000012;
}
.sponsor_item p {
    font-size: 17px;
    line-height: 26px;
}
.anchor {
    padding-top: 80px;
}
@media(max-width: 1300px) {
.grid_column_4 {
    grid-template-columns: repeat(2,1fr);
}
}
@media(max-width: 767px) {
.footer_signup flex div:last-child {
    width: 100%;
    flex: 1;
}
.sponsored_listings {
    flex-wrap: wrap;
    flex-direction: column;
}
.sponsored_listings .sponsor_item {
    width: 100%;
    flex: 1;
}
.join_our_team_flex section:nth-child(2) {
    order: -1;
}
.join_our_team_flex section:nth-child(2) img {
    height: 350px;
}

hero {
    display: flex;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-size: cover !important;
    background-position: center 100% !important;
    min-height: 556px;
    align-items: end;
    align-items: center;
    justify-content: start;
    margin: auto 0;
    padding: 75px 25px 120px;
}
hero h1 {
    font-size: 36px;
    line-height: 50px;
}
hero flex {
    width: 100%;
    flex-direction: column;
}
hero flex .btn {
    width: 100%;
}
.grid_column_4 {
    grid-template-columns: repeat(1,1fr);
}
}
