/*!
Theme Name: VALeads
Theme URI: https://valander.net
Author: Shark
Author URI: https://imrichbitch.com/
Description: The most free theme on the planet.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: freedom, go woke go broke, america
*/

:root {
	--va-red: #c70046;
	--va-light-red: #f0d6e3;
	--va-blue: #003a5e;
	--va-light-blue: #9bbbd0;
	--va-red-hover: #980036;
	--va-blue-hover: #001928;
	--va-black: #151515;
	--va-white: #f7fcfe;
	--sans-serif: 'Poppins', sans-serif;
	--serif: 'Cormorant', serif;
}
html {
	font-family: var(--serif);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 300
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 900;
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

select {
	text-transform: none
}

button {
	overflow: visible
}

button,
input,
select,
textarea {
	max-width: 100%
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: .4375em;
	padding: 0
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: .875em
}

fieldset > :last-child {
	margin-bottom: 0
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

optgroup {
	font-weight: 700
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--serif);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--sans-serif);
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: var(--va-white);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: var(--va-red);
	text-decoration: none;
	font-family: var(--sans-serif);
	font-weight: 700;
}

a:visited {
	color: var(--va-red);
}

a:hover,
a:focus,
a:active {
	color: var(--va-red-hover);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Base
--------------------------------------------- */
.col1 {
	width: 6.5261044176707%;
	margin: 0 .90361445783133%;
	display: block;
	min-height: 1px
}
.col2 {
	width: 14.859437751004%;
	margin: 0 .90361445783133%
}
.col3 {
	width: 23.192771084337%;
	margin: 0 .90361445783133%
}
.col4 {
	width: 31.526104417671%;
	margin: 0 .90361445783133%
}
.col5 {
	width: 39.859437751004%;
	margin: 0 .90361445783133%
}
.col6 {
	width: 48.192771084337%;
	margin: 0 .90361445783133%
}
.col7 {
	width: 56.526104417671%;
	margin: 0 .90361445783133%
}
.col8 {
	width: 64.859437751004%;
	margin: 0 .90361445783133%
}
.col9 {
	width: 73.192771084337%;
	margin: 0 .90361445783133%
}
.col10 {
	width: 81.526104417671%;
	margin: 0 .90361445783133%
}
.col11 {
	width: 89.859437751004%;
	margin: 0 .90361445783133%
}
.col12 {
	width: 98.192771084337%;
	margin: 0 .90361445783133%
}
.col100 {
	width: 100%;
	margin: 0 0
}

.flex {
	display: flex;
	flex-direction: row;
}

.flex-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
}

p {
	font-size: 1.3em;
}
.content p {
	line-height: 1.4;
	letter-spacing: -.25px;
	color: var(--va-blue);
}
.content h3 {
	font-size: 1.7em;
	font-weight: 500;
	color: var(--va-blue);
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 2%;
}
.padded {
	padding: 60px 0;
}
.padded-bottom {
	padding-bottom: 60px;
}



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

#page {
	width: 100vw;
	margin:  0 auto;
}

.content {
	max-width: 1776px;
	width: 88vw;
	margin:  0 auto;
}

/* Header
--------------------------------------------- */
header#masthead {
	max-height: 100px;
	padding: 20px 0;
	border-bottom: 2px solid var(--va-light-blue);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.logo {
	max-width: 260px;
	width:  100%;
	margin-right:  40px;
	margin-top: 22px;
}


/* Navigation
--------------------------------------------- */
#site-header-menu {
	margin-left: auto;
}

.main-navigation {
	width: 100%;
}

.main-navigation ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-family: var(--sans-serif);
}

.main-navigation ul li {
	padding: 0 20px
}

.main-navigation ul li a {
	color: var(--va-blue);
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* home Page
_____________________________________________ */

#section-1 {
	
}

#section-1 .content {
    height: 75vh;
    min-height: 520px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 67px;
    margin-bottom: 100px;
    position: relative;
}

#section-1 .content-wrapper {
	position: absolute;
	top: 15%;
	max-width: 55%;
}

#section-1 h1 {
	font-size: 2.8em;
	font-weight: 500;
	color: var(--va-white);
	line-height: 1.1;
	letter-spacing: -1.5px;
	margin-top: 0;
	margin-bottom: 2%;
}

#section-1 h1 strong {
	font-weight: 700;
}

#section-1 p {
	font-size: 1.8em;
	color: var(--va-white);
	line-height: 1.2;
}

#section-2 {
	
}

#section-2 h2,
#section-5 h2 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -1px;
	color: var(--va-blue);
	margin-bottom: 2%;
}

#section-2 h2 strong,
#section-5 h2 strong {
	font-weight: 700;
}

#section-2 p {
}

#section-3 {
	
}

#section-3 .content {
	padding: 80px 0;
}

#section-3 .content .feature {
	text-align: center;
	padding: 0 2.5%;
}

#section-3 .icon {
	width: 140px;
	transform: translateY(16px);
}

#section-3 .feature:nth-child(2) .icon {
	transform: translateY(26px);
}

#section-4 {
	height: calc(100vw * 0.432291666666667);
	background-color: #f5f4f8;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#section-4 .content {
	height: 100%;
}

#section-4 h2 {
	font-size: 2.5em;
	font-weight: 400;
	color: var(--va-red);
	line-height: 1.2;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 2%;
}

#section-4 p {
	color: var(--va-red);
	line-height: 1.2;
	padding: 0 12%;
}

#section-5 {
	padding: 5% 0;
}

#section-5 .col5 {
	padding: 9% 0 0 0;
}

footer {
	background-color: var(--va-light-blue);
	padding: 60px 0 20px;
}

footer .widget-area {
	display: flex;
	width: 80vw;
	margin: 0 auto;
	justify-content: center;
}

footer .widget-legal {
	width: 60vw;
	margin: 20px auto;
}

footer .widget-legal p {
	font-family: var(--sans-serif);
	font-weight: 300;
	font-size: .7em;
	line-height: 1.2;
	color: var(--va-white);
}

footer .widget-legal p a {
	color: #5d788a;
	font-weight: 300;
}

footer .site-info {
	font-family: var(--sans-serif);
	font-size: .8em;
	text-align: center;
	color: var(--va-white);
}


/* Posts and pages
--------------------------------------------- */
#primary {
	margin-top: 48px;
}

.btnhldr {
    max-width: 300px;
    display: flex;
    flex-direction: column;
}

.btnhldr-center {
    max-width: 300px;
    display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.btnhldr span {
	color: var(--va-white);
	font-size: 1.2em;
	text-align: center;
}

.btnxtra {
	margin-top: 8px;
}

a.btn.red {
    display: block;
    background-color: var(--va-red);
    color: var(--va-white);
    font-family: var(--sans-serif);
    font-weight: 500;
    font-size: 1.1em;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    height: 48px;
	border-radius: 24px;
}

a.btn.red:hover {
    background-color: var(--va-red-hover);
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
