/*!
Theme Name: vendor system
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vendor-system
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vendor system is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.header_nav_div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.custom-header{
    background-color: transparent; 
    background-image: radial-gradient(at top right, #43B4E33B 5%, #FFFFFF 50%);
}

.header-container{
    display: flex;
    margin-inline: auto; 
    position: relative; 
    justify-content: space-between;
    padding: 20px 40px 0px 40px;
}
.header-nav ul{
    list-style: none;
    display: flex;
}

.header-nav{
    display: flex;
    align-items: flex-end;
}

.header-nav ul li a{
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    /* font-family: "Lato", Sans-serif; */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #000000;
    margin: 0px 15px;
}

.header-nav ul li.current-menu-item a{
    color: #1C66AD;
}

.header-button{
    background-color: #1E2E61;
    text-transform: uppercase;
    /* font-family: "Lato", Sans-serif; */
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    border-radius: 30px 30px 30px 30px;
    color: white !important;
    padding: 15px 30px 15px 30px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    gap: 10px;
}

.header-button:hover{
    background-color: #1C66AD !important;
}

.header-logo img{
    width: 320px;
    height: auto;
}

.site-info{
    max-width: 1250px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.site-footer{
    background-color: #1C66AD;
    color: white;
    padding: 20px 0px 20px 0px;
    /* position: fixed; */
    /* bottom: 0; */
    width: 100%;
}

.site-info a{
    background-color: white;
    border-radius: 24px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}

.site-info span{
    /* font-family: "Open Sans", Sans-serif; */
    font-size: 14px;
    font-weight: 200;
    line-height: 1.3em;
}

.page-id-35 #page,
.page-id-77 #page{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.page-id-35 .pmpro_section{
    margin: 0 !important
}

.my_container{
    max-width: 1250px;
    width: 100%;
}

.page-id-35 .pmpro_card{
    border-radius: 24px;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
}

.page-id-77 .entry-title{
    color: #1e2d61;
    font-size: 2.5rem;
    font-weight: 700;
}

.page-id-77 .pmpro_btn{
    background-color: #1e2d61;
    color: white;
    padding: 16px 45px;
    border-radius: 100px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    min-height: 47px;
    text-decoration:none;
    text-align: center;
}

.page-id-77 .pmpro_btn:hover,
.page-id-77 .pmpro_btn:focus{
    background-color: #1C66AD;
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -5px rgba(30, 45, 97, 0.3);
    color: white;
}