/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454b4d;
}

a {
    color: #1f8cd6;
    text-decoration: none;
}

a:hover {
    color: #175e91;
}

pre {
    background: #f0f0f0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #1f8dd6;
    color: #eee;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer {
    background-color: #eee;
}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175e91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175e91;
}

/* Dropdown CSS */
.main-nav ul li {
    position: relative;
}

.main-nav ul li ul {
    position: absolute;
    background-color: #1f8dd6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}
.main-nav .has-children .has-children > a:after {
    content: "\f105";
}

/* 
 * Changes made by Luan Himmlisch <luan@himmlisch.com.mx>
*/
.site-navigation__item a::before {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.site-navigation__item {
    font-family: inherit !important;
    width: auto !important;
    margin-left: 0.7rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.2rem !important;
    margin-top: 2rem !important;
}
.site-navigation__item a {
    color: #9b9b9b !important;
}
@media screen and (min-width: 48rem) {
    .site-navigation__item {
        font-size: 1.2rem !important;
        line-height: inherit !important;
        margin-top: -2rem !important;
        margin-bottom: 2rem !important;
    }
    .site-navigation__item:nth-last-child(-n + 3) {
        font-size: 4rem !important;
        margin-top: 0 !important;
        line-height: 1.2 !important;
    }
}
.site-navigation__item:nth-last-child(-n + 3) a {
    color: #e2e2e2 !important;
}
.site-navigation__item:nth-last-child(-n + 3) {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0 !important;
    font-family: "BioRhyme", serif !important;
    font-weight: 300 !important;
    font-size: 2.5rem !important;
}
.hero__cta {
    background-color: #f32ed4;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 1rem;
    border: none;
}
.hero__cta:hover {
    background-color: #fff;
    color: #f32ed4;
}
.testimonial__quote {
    font-size: 1.2rem;
}
.testimonial.slick-slide {
    height: auto;
    display: flex;
    align-items: center;
}
.slick-track {
    display: flex;
}
.squares {
    grid-auto-rows: 0.5fr;
}
.squares__item__caption a {
    padding: 20% 1rem;
}
.squares__item img {
    object-fit: cover;
    width: 100%;
}

@media (min-width: 600px) {
    .squares {
        grid-auto-rows: auto;
    }
    .squares__item__caption a {
        padding: 40% 1rem;
    }
    .squares__item img {
        object-fit: unset;
        width: auto;
    }
}
.newsletter__form {
    color: #fff;
}
@media (min-width: 1200px) {
    .newsletter__form {
        width: 50%;
        margin-left: auto;
    }
}
.newsletter__form > div {
    width: 100%;
}
.newsletter__form label {
    color: #fff;
    display: block;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.newsletter__form input,
.newsletter__form input[type="email"] {
    margin-bottom: 1rem;
    background-color: #7b7575;
    color: #fff;
    border-color: #fff;
    font-weight: 500;
    font-size: 1rem;
    max-width: unset;
    width: 100%;
    height: auto;
    padding: 0.75rem 1.5rem;
}
.newsletter__form input[type="submit"] {
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
}
.newsletter__form input:focus,
.newsletter__form input[type="email"]:focus {
    border-color: #f32ed4;
}
.newsletter__form input::placeholder,
.newsletter__form input[type="email"]::placeholder {
    color: #fff;
}
.newsletter__form input + .mce_inline_error {
    color: #f00;
    margin-bottom: 1rem;
}
