/*
 Theme Name:   Angela Grabovsky
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Angela Grabovsky
 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:  grabovsky-in
*/




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


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
    4. FORM STYLING
    5. ANIMATION STYLING
/* ==================================== */


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

h1,
h2 {
    line-height: 0.9;
    text-transform: uppercase;
}

h1,
.h1 {
    font-family: adelle, serif;
    font-size: 116px;
    font-weight: 800;
}

h2,
.h2 {
    font-size: 82px;
    font-weight: 900;
}

h3,
.h3 {
    font-family: fave-script-pro, sans-serif;
    font-size: 74px;
    line-height: 0.8;
}

h4,
.h4 {
    font-size: 30px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

a,
.anchor-theme {
    text-decoration: none !important;
    transition: none;
    letter-spacing: 0.03em;
    color: rgb(158, 149, 149);
    border: none;
    background: none;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
    font-style: italic;
}

.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: 5px 0.5rem;
}

.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-family: museo-sans, sans-serif;
    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;
}

.sans-serif {
    font-family: museo-sans, sans-serif;
}

.serif {
    font-family: adelle, serif;
}

.script {
    font-family: fave-script-pro, sans-serif;
}

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

.white {
    color: white !important;
}

.red {
    color: var(--red) !important;
}

.blue {
    color: var(--blue) !important;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

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

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

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

section {
    position: relative;
}

img {
    width: 100%;
}

.bg {
    background: var(--bg);
}

.bg-blue {
    background: var(--blue);
}

.bg-white {
    background: var(--white);
}

.gform_button,
button {
    font-family: adelle, serif;
    font-weight: 700;
    color: white;
    line-height: 1.5;
    border: none;
    border-radius: 50px;
    margin-left: 12px;
    padding: 5px 18px;
}

button:hover,
button:focus {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

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

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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
header {
    position: relative;
    z-index: 3;
}

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

.splash {
    background: url("../../uploads/sites/177/2022/03/1_hero_bg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 5%;
}

[alt*="headshot"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 705px;
    max-width: none;
    transform-origin: bottom right;
}

.page-template-page-home [alt*="headshot"] {
    height: 673px;
}

.page-template-page-about [alt*="headshot"] {
    height: 586px;
}

.page-template-page-issues .splash {
    /* background: url("../../uploads/sites/177/2022/03/1_hero_bg.jpg") no-repeat top center; */
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent),
        url('../../uploads/sites/177/2022/03/1_hero_bg.jpg');
    background-size: cover;
    padding-bottom: 5%;
}

.page-template-page-issues .body img {
    position: absolute;
    top: -175px;
    width: 457px;
}

.page-template-page-news .splash {
    background-image:
        linear-gradient(to left, white, transparent),
        url('../../uploads/sites/177/2022/03/4_hero.jpg');
    background-size: cover;
    padding: 20% 0;
}

.play-icon {
    /* content: '';
    background: url('https://angelaforindiana.com/wp-content/uploads/sites/177/2022/03/play_btn.svg'); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53px;
    height: 53px;
}

/* .video-icon:before {
    content: '';
    background: url('https://angelaforindiana.com/wp-content/uploads/sites/177/2022/03/play_btn.svg');
    width: 53px;
    height: 53px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

footer p {
    position: absolute;
    bottom: 0;
    width: fit-content;
    padding: 0 7px;
}

/* ------------------------------ 
    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);
}

.gform_wrapper.gravity-theme .ginput_complex {
    flex-flow: column wrap !important;
}

.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 {
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 10px 20px !important;
}

form {
    position: relative;
}

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

.gform_button {
    margin: 0 !important;
}

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




/* ------------------------------ 
    5. Start Animation Styling
------------------------------ */

.animation h3,
.animation h4,
.animation img,
.animation h5,
.animation .left,
.animation .right {
    visibility: hidden;
}

/* ------------------------------ 
    5. End Animation Styling
------------------------------ */