/*
Theme Name: vShul
Version: 1.0.0
*/

html { box-sizing: border-box; overflow-x: hidden; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; font-family: var(--font-poppins); font-weight: 400; display: flex; flex-direction: column; overflow-x: hidden; }
main { display: block; }
a { text-decoration: none; }
a:hover h2 { color: #003366; }
a:hover h3 { color: #003366; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--font-lora); font-weight: normal; }
p { margin: 0; font-family: var(--font-poppins); }
ul, ol { margin: 0; padding: 0; }
ul li { list-style-type: none; }
input::placeholder { color: var(--text-blue); opacity: 0.9; }

.wrap { max-width: calc(1440px + 4em); margin: 0 auto; padding: 0 2em; }
.wrap.wide { max-width: calc(1680px + 3.4em);  }

:root {
    --bgd-blue: #0F3247;
    --bgd-yellow: #D0A23A;
    --bgd-green-light: #9DD3A2;
    --text-white: #FFFFFF;
    --text-blue: #0F3247;
    --transition-duration-default: 220ms;
    --font-poppins: 'Poppins', sans-serif;
    --round-default: 12px;
}

.poppins-regular { font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; }
.poppins-medium { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; }
.poppins-bold { font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; }


.flex { display: flex; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.text-white { color: var(--text-white); }
.text-blue { color: var(--text-blue); }
.relative { position: relative; }

.site-header { padding: 2em 0 1.8em 0; }
.site-header .header-buttons { display: flex; }
.site-header .header-buttons .button:first-child { margin-right: 1em; }

.button { padding: 1em 2.375em; background-color: var(--bgd-yellow); border-radius: 1.8em; transition: background-color var(--transition-duration-default) ease; }
.button:hover { background-color: var(--bgd-blue); }

.content .side.left { width: 49%; }
.content .side.right { width: 51%; padding-left: 2em; }
.content .side.left > *:first-child { margin-top: 2.4em; }
.content .side.right { justify-content: flex-end; align-items: flex-start; }
.content .img-holder { display: inline-block; }
.content .img-holder .bgd-holder { content: ''; position: absolute; width: 1200px; height: 1200px; border-radius: 50%; background: radial-gradient( circle, rgba(255, 223, 120, 0.95) 0%, rgba(255, 223, 120, 0.6) 15%, rgba(255, 223, 120, 0.3) 30%, rgba(255, 223, 120, 0.12) 55%, rgba(255, 240, 200, 0.05) 75%, rgba(255, 255, 255, 0.01) 90%, rgba(255, 255, 255, 0) 100%); z-index: -1; }

.content h2 { margin-top: 1.8em; margin-bottom: 0.9em; display: flex; align-items: center; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 1.25em; color: var(--text-blue); line-height: 1.2; }
.content h2:before { content: ""; display: inline-block; width: 30px; height: 2px; background-color: var(--bgd-yellow); font-size: 16px; margin-right: 0.75em; transform: translateX(-150%); transition: transform 0.6s ease-out; }
.content h2.animate:before { transform: translateX(0); }
.content h1 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 4.25em; color: var(--text-blue); line-height: 1.15; }
.content h1 span { display: inline-block; transition: all 0.3s ease; }
.content p { font-family: "Poppins", sans-serif; font-weight: 400; color: var(--text-blue); letter-spacing: -0.2px; }
.content p a { color: #927129; transition: color 220ms ease; }
.content p a:hover { color: var(--text-blue); text-decoration: underline; }
.content ul { padding-left: 1.625em; }
.content ul li { list-style-type: disc; color: var(--text-blue); }

.input { padding: 1.25em 0 1.25em 1.66em; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 1.125em; width: 100%; color: var(--text-blue); border: 2px solid var(--bgd-blue); border-radius: 2.2em; }
.form-holder  { margin: 1em 0 4em 0; }
.form-holder .button { position: absolute; top: 5px; bottom: 5px; right: 5px; background-color: var(--bgd-blue); font-family: "Poppins", sans-serif; font-weight: 500; font-size: 1.125em; color: var(--text-white); cursor: pointer; transition: background-color var(--transition-duration-default) ease; border: none; }
.form-holder .button:hover { background-color: var(--bgd-yellow); }

.site-footer { padding-top: 2.5em; }
.site-footer .copyright-holder { padding-top: 1.25em; padding-bottom: 1.25em; border-top: 2px solid var(--bgd-yellow); }
.copyright { color: #0F3247; }

.wpcf7-not-valid-tip { position: absolute; font-size: 0.9em; line-height: 1.6; }
.wpcf7-response-output { display: none !important; }
.wpcf7-form.sent .wpcf7-response-output { border-radius: 0.4em; font-family: var(--font-poppins); font-size: 0.9em; padding: 0.6em; display: block !important; border: 1px solid #c3e6cb; background-color: #d4edda; color: #155724; }
.wpcf7-form.sent .form-holder { margin-bottom: 0; }

@keyframes letterFade {
    0% { color: var(--bgd-yellow); text-shadow: 0 0 2px rgba(208, 162, 58, 0.4); opacity: 0.8; }
    100% { color: var(--text-blue); text-shadow: none; opacity: 1; }
}

@media all and (max-width: 1024px) {
    body { background: radial-gradient( circle at center 70%, rgba(255, 223, 120, 0.95) 0%, rgba(255, 223, 120, 0.6) 15%, rgba(255, 223, 120, 0.3) 30%, rgba(255, 223, 120, 0.12) 55%, rgba(255, 240, 200, 0.05) 75%, rgba(255, 255, 255, 0.01) 90%, rgba(255, 255, 255, 0) 100%); }
    .content .wrap { flex-direction: column; }
    .content .side.left { width: 100%; }
    .content .side.right { width: 100%; padding-left: 0; justify-content: center; }
    .content .side.left > *:first-child { margin-top: 1em; }
    .content h1 { font-size: 3.8em; }
    .content .img-holder .bgd-holder { display: none; }
}

@media all and (max-width: 650px) {
    .content h1 { font-size: 3em; }
    .site-header .header-buttons { flex-direction: column; text-align: center; }
    .site-header .header-buttons .button:first-child { margin-right: 0; margin-bottom: 1em; }
}

@media all and (max-width: 500px) {
    body { background: radial-gradient( circle at center 80%, rgba(255, 223, 120, 0.95) 0%, rgba(255, 223, 120, 0.6) 15%, rgba(255, 223, 120, 0.3) 30%, rgba(255, 223, 120, 0.12) 55%, rgba(255, 240, 200, 0.05) 75%, rgba(255, 255, 255, 0.01) 90%, rgba(255, 255, 255, 0) 100%); }
    .content h2 { font-size: 1.1em; }
    .content h1 { font-size: 2em; }
    .form-holder { margin: 1em 0 2.4em 0; }
    .content p { font-size: 0.9em; }
    .content ul li { font-size: 0.9em; }
    .content .side.right { padding-top: 2em; }
    .input { font-size: 0.9em; }
    .form-holder .button { font-size: 0.9em; padding: 1em 2em; }
}