/*!
Theme Name: Vertex Fps
Theme URI: http://underscores.me/
Author: Front Porch Solutions
Author URI: https://frontporchsolutions.com/
Description: Vertex Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vertex
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.

Vertex 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/
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

@media( max-width: 767px) {
    .alignright,
    .alignleft {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


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

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.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;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.content-column.one_third {
    padding: 0 20px;
}

.form-field-box {
    display: flex;
}

.form-field-box .form-field.\32 -column {
    width: 50%;
    margin-right: 20px;
}

.form-field-box .form-field label {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 3.3;
}


.form-field-box .form-field input {
    border: 1px solid #b5b8bd;
    padding: 5px 15px;
    height: 3rem;
    border-radius: 0.375rem;
    width: 100%;
}

.form-field-box .form-field textarea {
    height: 14rem!important;
    border: 1px solid #b5b8bd;
    padding: 5px 15px;
    width: 100% !important;
    max-width: 100%;
    border-radius: 0.375rem;
}

.form-field-box .form-field.full-width {
    width: 100%;
    margin-right: 20px;
}

.form-field-box .form-field.submit-button input {
    background-color: #FD7A49;
    padding: 10px 50px 10px 20px;
    line-height: 1.6;
    font-family: Arial Bold,sans-serif;
    border: none;
    background-image: url(https://ozb8fe.n3cdn1.secureserver.net/wp-content/themes/vertex-fps/assets/img/link-white.svg);
    background-position: 90%;
    background-size: 20px 12px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    opacity: 1;
    background-repeat: no-repeat;
    border-radius: 0.375rem;
    color: #fff;
    text-align: left;
}
span.wpcf7-not-valid-tip {
    display: none;
}