/*
 Theme Name:   Al Santos
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Al Santos
 Author:       
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  santos-fl
*/




/* ==================================== */


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
        3a. Home Page
    4. FORM STYLING
/* ==================================== */


/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn,
button {
    margin: 0;
}

h1,
h2 {
    line-height: 0.9;
}

h1,
.h1 {
    font-size: 86px;
}

h2,
.h2 {
    font-size: 45px;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 1.125;
}

h4,
h5 {
    line-height: 1;
}

h4,
.h4 {
    font-size: 33px;
}

h5,
.h5 {
    font-size: 27px;
}

h6,
.h6 {
    font-size: 18px;
}

select {
    color: white;
    border: none;
    border-radius: 50px;
}

a,
.anchor-theme {
    text-decoration: none !important;
    transition: none;
    border: none;
    border-radius: 50px;
    background: none;
}

.social-links a {
    height: 28px;
    width: 28px;
    font-size: 0.9em;
    text-align: center;
    line-height: 28px;
    color: white !important;
    border: none;
    border-radius: 28px;
    padding: 10px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.navbar {
    align-items: flex-start;
    padding: 0;
}

.nav-link {
    padding: 0 0.75rem !important;
}

.nav-link span {
    display: flex;
    justify-content: center;
}

/* ------------------------------ 
    1. End Typography
------------------------------ */




/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
}

body {
    font-size: 16px;
    /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.ls-100 {
    letter-spacing: 0.1em;
}

.ls-300 {
    letter-spacing: 0.3em;
}

.lh-136 {
    line-height: 1.36;
}

.lh-144 {
    line-height: 1.44;
}

.lh-21875 {
    line-height: 2.1875;
}

.max-145 {
    max-width: 145px;
}

.max-125 {
    max-width: 125px;
}

.max-160 {
    max-width: 160px;
}

.white {
    color: white !important;
}

.bg-white {
    background: white;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.fw-400 {
    font-weight: 400;
    /* Regular */
}

.fw-700 {
    font-weight: 700;
    /* Bold */
}

.fw-900 {
    font-weight: 900;
    /* Black */
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

section {
    position: relative;
}

img {
    width: 100%;
}

.gform_button,
button {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 1;
    border: 3px solid white;
    border-radius: 50px;
    padding: 20px 40px;
}

header button {
    margin-left: 12px;
}

footer button {
    padding: 20px;
}

button:active {
    background-color: #C10912;
}

.drop-shadow {
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

/* ------------------------------ 
    2. End Global
------------------------------ */




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
header [alt*="logo"],
header [alt*="Logotipo"] {
    max-width: 147px;
}

.container-fluid {
    max-width: 1350px;
}

/*  - 3a. Home Page  */
.slide img {
    width: auto;
    height: 363px;
}

.name-subheader {
    font-size: 50px;
    line-height: 1;
}

.name {
    font-size: 100px;
    line-height: 0.9;
}

[alt*="Restoring Freedom"],
[alt*="Restaurar la libertad"] {
    max-width: 350px;
}


.page-template-page-bio [src*="blue"],
.page-template-page-issues [src*="blue"],
.page-template-page-join [src*="blue"],
.page-template-page-news [src*="blue"] {
    display: none;
}

[src*="white"] {
    display: block;
}

.page-template-page-bio .splash .container,
.page-template-page-issues .splash .container,
.page-template-page-join .splash .container,
.page-template-page-news .splash .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content {
    height: 142px;
    overflow: hidden;
}

.content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, white 50%);
}

.more {
    position: relative;
    width: fit-content;
    margin-top: 15px;
    cursor: pointer;
}

.post.active .content {
    height: auto;
}

.post.active .content::before {
    background: none;
}

.post.active .more::before {
    content: "Less";
}

footer [alt*="logo"],
footer [alt*="Logotipo"] {
    max-width: 233px;
    margin: 0 auto;
}

footer p {
    font-size: 12px;
    line-height: 1.5;
}

/* ------------------------------ 
    3. End Main Content
------------------------------ */




/* ------------------------------ 
    4. Start Form Styling
------------------------------ */

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--white);
}

.gfield:nth-child(2),
.gfield:nth-child(3),
.ginput_container,
.name_first input,
.name_last input {
    margin: 0 !important;
}

.ginput_container_email input {
    width: 100% !important;
}

.name_first input,
.name_last input,
.ginput_container input {
    border: none;
    border-radius: 5px;
    padding: 15px !important;
    letter-spacing: 0.1em;
}

form {
    position: relative;
}

.gform_footer {
    display: flex;
    justify-content: center;
}

.gform_button {
    margin: 0 !important;
    padding: 10px 40px !important;
}

.gform_confirmation_message {
    color: white;
    text-align: center;
}

/* ------------------------------ 
    4. End Form Styling
------------------------------ */