@charset "utf-8";

/*
Theme Name: ES3
Author: ES3
Text Domain: es3
*/

@font-face {
    font-family: 'Open Sans';
    src: url('frontend/OpenSans-Bold.woff2') format('woff2'),
        url('frontend/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('frontend/OpenSans-Light.woff2') format('woff2'),
        url('frontend/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('frontend/OpenSans-Regular.woff2') format('woff2'),
        url('frontend/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('frontend/RobotoSlab-Bold.woff2') format('woff2'),
        url('frontend/RobotoSlab-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('frontend/RobotoSlab-Regular.woff2') format('woff2'),
        url('frontend/RobotoSlab-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('frontend/RobotoSlab-Light.woff2') format('woff2'),
        url('frontend/RobotoSlab-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    padding: 56px 0 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 1.5;
    letter-spacing: 0.25px;
    background-color: #fbfbfb;
}
main {
    display: block;
    overflow: hidden;
}
p {
    margin: 0 0 20px 0;
}
input, textarea {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
a:link {
    color: #00f;
    text-decoration: none;
}
a:visited {
    color: #00f;
}
a:focus {
    color: #00f;
}
a:hover {
    color: #48f;
    text-decoration: underline;
}
a:active {
    color: #88f;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    padding: 0;
    color: #001f5a;
}
h1 {
    font-size: 35px;
    margin: 17px 0;
}
h2 {
    font-size: 30px;
    margin: 15px 0;
}
h3 {
    font-size: 26px;
    margin: 13px 0;
}
h4 {
    font-size: 22px;
    margin: 11px 0;
}
h5 {
    font-size: 19px;
    margin: 9px 0;
}
h6 {
    font-size: 16px;
    margin: 7px 0;
}
hr {
    border: none;
    border-bottom: 1px solid #000;
}
.nf-form-fields-required {
  display: none;
}
input.ninja-forms-field, textarea.ninja-forms-field, #searchform input {
    padding: 6px 10px;
    border: 1px solid #888;
    border-radius: 2px;
}
textarea.ninja-forms-field {
    resize: none;
    height: 90px !important;
}
input.ninja-forms-field[type="button"], #searchsubmit {
    background-color: #01a7e0;
    color: #fff;
    float: right;
    cursor: pointer;
}
div.nf-field-container {
    margin-bottom: 15px;
}
.nf-after-field {
    display: none;
}
.screen-reader-text {
    display: none;
}
img.alignright { float: right; margin: 0 0 15px 15px; }
img.alignleft { float: left; margin: 0 15px 15px 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center; }
.searchform {
    margin-bottom: 20px;
}
#searchsubmit {
    float: none;
}

.container {
    width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header {
    background-color: inherit;
    width: 100%;
    z-index: 5000;
    top: 0;
    position: fixed;
}
.header > .container {
    display: flex;
}
.header .brand {
    flex: 1;
    display: flex;
}
.header .brand > a {
    display: block;
    text-decoration: none;
    color: #001f5a;
    font-size: 12px;
}
.header .brand img {
    vertical-align: middle;
    width: 84px;
    height: 48px;
    padding: 3px 0 5px 0;
    margin-right: 15px;
}
.header .brand span {
    vertical-align: middle;
}
.header .nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}
.header .nav li {
    padding: 0 25px;
}
.header .nav a {
    display: block;
    padding-top: 18px;
    padding-bottom: 14px;
    text-decoration: none !important;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #001f5a !important;
}
.header .nav a.active {
    padding-bottom: 10px;
    border-bottom: 4px solid #ffd200;
    color: #ffd200 !important;
}
.header .nav a:hover {
    color: #ffd200 !important;
}
.header .social {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.header .social > a {
    display: block;
    margin: 0 3px;
}
.header .social img {
    display: block;
}
.header .menu-toggle {
    margin: 8px 0;
    display: none;
}

.anim {
    position: relative;
}
.anim > div, .anim > img {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
.anim > .background-image {
    width: 100%;
    height: 640px;
    background-image: url(frontend/anim/process-bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}
.anim > .background-image.design {
    background-image: url(frontend/anim/sketch-bg.png);
    background-size: cover;
    background-repeat: repeat;
}
.anim > .heading {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #00a6df;
}

.recent-posts {
    background-color: #096cb4;
    overflow: auto;
    padding: 40px 0;
}
.recent-posts .heading {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin: 0 0 40px 0;
}
.recent-posts .tiles {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 30px 0;
}
.recent-posts .tiles.single {
    justify-content: space-around;
}

.post-tile {
    display: block;
    text-decoration: none !important;
    background-color: #001f5a;
    flex-basis: 300px;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 20px;
}
.post-tile:first-child {
    margin-left: 0;
}
.post-tile:last-child {
    margin-right: 0;
}
.post-tile .thumbnail {
    display: block;
    width: 100%;
}
.post-tile .description {
    padding: 15px;
}
.post-tile .category {
    font-size: 12px;
    color: #00a6df;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.post-tile .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.footer {
    background-color: #eaf0f4;
}
.page-template-services .footer {
    margin-top: 0;
}
.footer > .top {
    padding: 25px 0 0;
}
.footer > .bottom {
    padding: 25px 0;
}
.footer .container {
    display: flex;
}
.footer .container > div {
    flex: 1 1;
}
.footer .heading {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 35px;
    margin: 0 0 17px 0;
    color: #001f5a;
}
.footer .copyright {
    display: flex;
    flex-direction: column-reverse;
}
.footer .satius {
    text-align: right;
    vertical-align: bottom;
}
.footer .satius img {
    vertical-align: bottom;
    margin-left: 15px;
}
.footer .bottom .satius {
    flex: 2 1;
}

.footer-image {
    margin-top: 40px;
}

.hex-menu {
    padding: 26px 30px 26px 0;
}
.hex-menu .top-link {
    font-family: 'Roboto Slab', sans-serif;
    color: #001f5a;
    margin-bottom: 25px;
    display: block;
}
.hex-menu > a:not(.top-link) {
    display: block;
    height: 55px;
    color: #000 !important;
    font-weight: 400;
    transition: color 0.2s;
    position: relative;
    z-index: 5;
    text-decoration: none !important;
}
.hex-menu > h3 {
    margin: 0;
    padding: 0;
}
.hex-menu > a.even.inactive {
    margin-left: 32px;
}
.hex-menu > a.even.active {
    margin-left: 3px;
}
.hex-menu > a.odd.active {
    margin-left: 34px;
}
.hex-menu > a.even.active, .hex-menu > a.odd.active {
    height: 122px;
    font-weight: 700;
    color: #00a6df !important;
}
.hex-menu > a.even.inactive:hover, .hex-menu > a.odd.inactive:hover {
    color: #00a6df !important;
    z-index: 10;
}
.hex-menu img {
    display: inline-block;
    width: 116px;
    vertical-align: middle;
    margin-right: 17px;
    margin-top: -6px;
    transition: filter 0.2s, transform 0.2s;
}
.hex-menu img.odd.inactive {
    margin-right: 49px;
}
.hex-menu img.even.inactive, .hex-menu img.odd.inactive {
    width: 58px;
    filter: grayscale(75%);
}
.hex-menu > a.even.inactive:hover > img, .hex-menu > a.odd.inactive:hover > img {
    filter: grayscale(0%);
    transform: scale(1.1);
}
.hex-menu > a.even.active:hover > img, .hex-menu > a.odd.active:hover > img {
    transform: scale(1.05);
}

.full-width-image {
    display: block;
    width: 100%;
}

.services-layout {
    display: flex;
}
.services-layout .menu {
    flex: 0 0 auto;
}
.services-layout .content {
    flex: 1;
}

.page-template-services table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    margin: 30px 0;
}
.page-template-services td:first-child {
    color: #555;
    width: 50%;
}
.page-template-services td:last-child {
    color: #00a6df;
    font-weight: 700;
    width: 50%;
}
.page-template-services td {
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 35px;
    cursor: default;
}
.page-template-services tr {
    background-color: #fafafa;
}
.page-template-services tr:hover {
    background-color: #efefef;
}

.posts-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.article time, .article .posted-by {
    color: #999;
    font-size: 16px;
}

.article.excerpt {
    flex: 0 0 545px;
    display: flex;
    margin: 30px;
}
.article.excerpt .image {
    flex: 0 0 275px;
    margin-right: 15px;
    height: 275px;
}
.article.excerpt .text {
    flex: 1 0 270px;
}
.article.excerpt .text p {
    font-size: 16px;
}
.article.excerpt img {
    display: block;
    width: 100%;
    height: 100%;
}
.article.excerpt header {
    margin-bottom: 10px;
}
.article.excerpt header a {
    color: #001f5a;
    text-decoration: none;
}
.article.excerpt h2 {
    margin: 0;
    line-height: 1.2;
}
.article.full header {
    padding-bottom: 5px;
    margin: 0 0 15px;
    border-bottom: 1px solid #001f5a;
}
.article.full h1 {
    margin-bottom: 0;
}

.page-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #001f5a;
}

.home-banner {
    background-image: url(./frontend/home-banner.jpg);
    background-position: center;
    background-size: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner .wrapper {
    text-align: center;
    padding: 0 15px;
}
.home-banner .logo {
    display: block;
    margin: 0 auto 75px auto;
}
.home-banner .text {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.home-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.map-embed {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #096cb4;
    margin: 15px 0;
}

.pagination {
    margin-bottom: 15px;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 1px 10px;
    text-decoration: none;
    border: 1px solid #00f;
    border-radius: 2px;
}
.pagination a.page-numbers:hover {
    border-color: #48f;
}
.pagination .page-numbers.current {
    border-color: #000;
    color: #000;
}

.search-query {
    font-style: italic;
}

.page-template-default table {
    border-collapse: collapse;
    margin: 30px 0;
}
.page-template-default td {
    padding: 3px 15px;
}

.wp-block-image img {
    height: auto;
}

.wp-embed-aspect-16-9.full-width .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wp-embed-aspect-16-9.full-width iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .container {
        width: 900px;
    }

    .header .nav li {
        padding: 0 15px;
    }
    .header .nav a {
        font-size: 14px;
        padding-top: 21px;
    }

    .article.excerpt {
        flex-basis: 100%;
        margin: 30px 0;
    }

    .posts-flex {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 700px;
    }

    .home-banner .logo {
        width: 240px;
    }
    .home-banner .text {
        font-size: 35px;
    }
    .header .social {
        display: none !important;
    }
    .header .brand span {
        display: none;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    body {
        padding-top: 0;
    }

    .header {
        position: fixed;
    }
    .header .social {
        display: none;
    }
    .header .nav {
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 60px;
    }
    .header .nav ul {
        display: block;
    }
    .header .nav a {
        text-align: center;
    }
    .header .container {
        justify-content: flex-end;
    }
    .header .menu-toggle {
        display: block;
    }

    .anim {
        display: none;
    }

    .recent-posts .tiles {
        display: block;
    }
    .recent-posts .post-tile {
        max-width: 300px;
        margin: 0 auto 15px auto;
    }

    .footer .container {
        display: block;
    }
    .footer .satius, .footer .copyright {
        text-align: center;
    }
    .footer .satius img {
        display: block;
        margin: 10px auto 0;
    }

    .services-layout {
        display: block;
    }

    .article.excerpt {
        display: block;
    }
    .article.excerpt .image {
        display: block;
        margin: 0;
        height: auto;
    }

    .hex-menu {
        font-size: 16px;
    }
    .hex-menu img {
        width: 87px;
        margin-right: 10px;
    }
    .hex-menu img.odd.inactive {
        margin-right: 42px;
    }
    .hex-menu > a.even.active {
        margin-left: 18px;
    }
    .hex-menu > a.odd.active {
        margin-left: 49px;
    }
    .hex-menu > a.even.active, .hex-menu > a.odd.active {
        height: 89px;
    }

    .page-template-services td {
        padding: 15px 15px;
        font-size: 16px;
    }
}
