/* ==============================================================

Author : n_for_all
Version : v1.0.0
Created : 21 Jan 2016
Last update : 21 Jan 2016

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

0a. General

*/

html, body {
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
}

.stroke {
    color: #fff;
    /*text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .stroke {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
    }
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

img.white {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: brightness(0) invert(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: brightness(0) invert(1);
    /* Microsoft Edge and Firefox 35+ */
}

img.grayscale {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
}

.clip {
    color: #333;
    /* Fallback: assume this color ON TOP of image */
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section>div, section div.content.inner-content, section div.content.inner-content>.inner, section div.content.inner-content>.inner>.entry-content {
    height: 100%;
}

.section-nav ul li.active {
    background-color: #eee;
}

.section-nav ul li:first-child {
    margin-top: 0;
}

.section-nav ul li:last-child {
    margin-bottom: 0;
}

.section-nav ul li {
    text-indent: -100%;
    display: block;
    overflow: hidden;
    height: 13px;
    width: 13px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 13px 0;
    cursor: pointer;
}

.section-nav ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.section-nav:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 13px, rgba(255, 255, 255, 0) 0px);
    background-position: left -13px;
    background-size: 1px 26px;
    background-repeat: repeat-y;
    margin-left: -1px;
}

.section-nav {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

/*

01. Menu

============================================================== */

#wpadmin .navbar-fixed-top {
    top: 32px;
}

#wrapper:after {
    display: table;
    content: "";
    clear: both;
}

.navbar-brand {
    height: 70px;
    padding: 0px 15px;
}

.navbar-brand>span {
    max-width: 100%;
    display: block;
}

.navbar-brand img.logo, .navbar-brand img.logo-dark {
    display: block;
    max-height: 50px;
}

.navbar-brand img.logo-dark {
    display: none;
}

.nav.nav-primary {
    position: relative;
    z-index: 2;
}

.nav.nav-primary-right {
    position: relative;
    z-index: 3;
}

.navbar-nav a:hover {
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    transition: background-color ease 0.2s;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav>li ul.sub-menu li>a:hover {
    background-color: #ccc;
}

.navbar-default .navbar-nav>li ul.sub-menu li>a {
    color: #0B1739;
    padding: 10px 15px;
    display: block;
    position: relative;
}

.navbar-default .navbar-nav>li {
    z-index: 9;
}

.navbar-default .navbar-nav>li:hover ul.sub-menu {
    display: block;
}

.navbar-default .navbar-nav>li.menu-item-has-children>a:after {
    content: "";
    border-width: 5px 5px 0px 5px;
    border-style: solid;
    border-color: #A42224 transparent;
    height: 0;
    width: 0;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-width: 0 0 1px 0;
}

.navbar-header {
    position: relative;
}

.navbar-toggle, .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    height: 34px;
    margin-top: -17px;
    width: 44px;
    border-color: transparent;
    background-color: transparent;
    margin-right: 0;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    line-height: 40px;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

.nav-menu .sub-menu {
    position: absolute;
    display: none;
    top: 98%;
    left: 0;
    list-style: none;
    padding-left: 0;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 10px #efefef;
    z-index: 9;
    min-width: 100%;
}

/*********
Navbar toggle button animations
*********/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle.toggle-style-1, .navbar-toggle.toggle-style-2, .navbar-toggle.toggle-style-3, .navbar-toggle.toggle-style-4, .navbar-default .navbar-toggle.toggle-style-1, .navbar-default .navbar-toggle.toggle-style-2, .navbar-default .navbar-toggle.toggle-style-3, .navbar-default .navbar-toggle.toggle-style-4 {
    height: 60px;
    margin-top: -30px;
    width: 60px;
}

/* Icon 1 */

.navbar-toggle.toggle-style-1, .navbar-toggle.toggle-style-2, .navbar-toggle.toggle-style-3, .navbar-toggle.toggle-style-4 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggle.toggle-style-1 span, .navbar-toggle.toggle-style-2 span, .navbar-toggle.toggle-style-3 span, .navbar-toggle.toggle-style-4 span {
    display: block;
    position: absolute;
    width: 30px;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggle span:nth-child(4) {
    display: none;
}

.navbar-toggle.toggle-style-1 span:nth-child(1) {
    top: 20px;
}

.navbar-toggle.toggle-style-1 span:nth-child(3) {
    bottom: 20px;
    top: auto;
}

.navbar-toggle.toggle-style-1 .icon-bar+.icon-bar, .navbar-toggle.toggle-style-2 .icon-bar+.icon-bar, .navbar-toggle.toggle-style-3 .icon-bar+.icon-bar {
    margin-top: 0;
}

.navbar-toggle.toggle-style-4 .icon-bar+.icon-bar {
    margin-top: -1px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-toggle.toggle-style-1 span:nth-child(2), .navbar-toggle.toggle-style-1[aria-expanded="true"] span:nth-child(1), .navbar-toggle.toggle-style-1[aria-expanded="true"] span:nth-child(3), .navbar-toggle.toggle-style-2 span:nth-child(2), .navbar-toggle.toggle-style-2 span:nth-child(3), .navbar-toggle.toggle-style-3 span:nth-child(2), .navbar-toggle.toggle-style-4[aria-expanded="true"] span:nth-child(1) {
    top: 50%;
    margin-top: -1px !important;
}

.navbar-toggle.toggle-style-4 span:nth-child(3), .navbar-toggle.toggle-style-4 span:nth-child(1) {
    transform: rotate(90deg);
    height: 2px;
}

.navbar-toggle.toggle-style-4 span:nth-child(1) {
    left: 32%;
    top: 50%;
    margin-top: -2px;
}

.navbar-toggle.toggle-style-4 span:nth-child(3) {
    bottom: 50%;
    left: 18%;
}

.navbar-toggle.toggle-style-4 span:nth-child(4), .navbar-toggle.toggle-style-4 span:nth-child(2) {
    display: none;
}

.navbar-toggle.toggle-style-4[aria-expanded="true"] span:nth-child(1), .navbar-toggle.toggle-style-4[aria-expanded="true"] span:nth-child(3) {
    top: 28px;
    left: 14px;
    bottom: auto;
}

.navbar-toggle.toggle-style-1[aria-expanded="true"] span:nth-child(1), .navbar-toggle.toggle-style-4[aria-expanded="true"] span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggle.toggle-style-1[aria-expanded="true"] span:nth-child(2), .navbar-toggle.toggle-style-4[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggle.toggle-style-1[aria-expanded="true"] span:nth-child(3), .navbar-toggle.toggle-style-4[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-toggle.toggle-style-2 span:nth-child(1) {
    top: 20px;
}

.navbar-toggle.toggle-style-2 span:nth-child(4) {
    bottom: 20px;
    display: block;
}

.navbar-toggle.toggle-style-2[aria-expanded="true"] span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggle.toggle-style-2[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.toggle-style-2[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle.toggle-style-2[aria-expanded="true"] span:nth-child(4) {
    width: 0%;
    left: 50%;
}

/* Icon 4 */

.navbar-toggle.toggle-style-3 {}

.navbar-toggle.toggle-style-3 span:nth-child(1) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggle.toggle-style-3 span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggle.toggle-style-3 span:nth-child(3) {
    bottom: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggle.toggle-style-3[aria-expanded="true"] span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    left: 18px;
}

.navbar-toggle.toggle-style-3[aria-expanded="true"] span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar-toggle.toggle-style-3[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 18px;
    left: 18px;
}

/* .navbar-toggle.toggle-style-3[aria-expanded="true"] span:nth-child(1), .navbar-toggle.toggle-style-3[aria-expanded="true"] span:nth-child(3) {
    left: 5px;
} */

.navbar-toggle.toggle-style-1 span:nth-child(4), .navbar-toggle.toggle-style-3 span:nth-child(4) {
    display: none;
}

/******************
Featured Overlay
*******************/

.inner-header .inner-overlay h1.entry-title {
    margin: 5% 0 5% 0;
}

.page-template-page-boxed-innertitle.has-featured-image .entry-header {
    min-height: 250px;
}

.has-featured-image .inner-header .inner-overlay h1.entry-title {
    margin: 40% 0 5% 0;
}

.has-featured-image .inner-header .inner-overlay, .entry-header figure.entry-image {
    background-size: cover;
    background-position: center center;
}

.entry-header {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 30px;
}

.entry-header figure.entry-image img {
    max-width: 100%;
    width: 100%;
}

.entry-header figure.entry-image {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    overflow: hidden;
    width: 100%;
}

.entry-header h1.entry-title {
    padding: 250px 0% 30px;
    color: #fff;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.74);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.team-member .entry-header figure.entry-image {
    top: 0;
    transform: none;
}

.team-member .entry-header h1.entry-title {
    padding: 15px 15px 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74);
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    font-size: 24px;
    background: rgba(109, 66, 147, 0.52);
    margin-top: 300px;
}

.team-member .entry-content {
    padding: 15px;
    background: #f8f8f8;
    margin-bottom: 30px;
}

/**
 * Patterns
 */

.content {
    position: relative;
    z-index: 2;
}

.pattern-1 {
    position: relative;
}

.pattern-1:before {
    content: "";
    background: url(../img/patterns/1.png) repeat center center transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 3px 3px;
    z-index: 1;
    opacity: 0.2;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    background: rgba(35, 40, 45, 0.95);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/********************
*******************/

a {
    color: #0B1739;
}

.content-blue {
    border: 3px solid #2ecec4;
}

.content-blue i.fa {
    color: #2ecec4 !important;
}

.content-dark-blue {
    border: 3px solid #0b1739;
}

.content-dark-blue i.fa {
    color: #0b1739 !important;
}

.content-yellow {
    border: 3px solid #ffe97d;
}

.content-yellow i.fa {
    color: #ffe97d !important;
}

.content-widget i.fa {
    margin-right: 5px;
}

.content-widget {
    box-shadow: 0px 3px 15px #818181;
}

.content-widget .desc {
    padding: 20px 30px;
    font-style: italic;
}

.content-widget .desc h2 {
    font-style: normal;
}

.content-widget a.btn.btn-contact {
    display: block;
    background: #449900;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    font-size: 20px;
}

.content-widget iframe {
    display: block;
}

.content-widget h2 {
    margin-top: 0;
    font-weight: bold;
    letter-spacing: -1px;
}

.entry-description {
    margin-right: 0;
    margin-top: 20px;
}

/* general */

h1, h2, h3, h4, h5 {
    color: #0b1739;
}

.blog .entry-content {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
}

.blog .entry-content .row {
    width: 100%;
}

.blog h1.page-title.screen-reader-text {
    text-align: center;
    font-size: 45px;
}

.blog article.post {
    margin-top: 90px;
}

.blog .entry-description, .blog .entry-title {
    text-align: justify;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.single article.post .entry-header h1 {
    text-align: center;
}

.single article.post .entry-footer {
    margin-bottom: 30px;
    font-size: 16px;
}

.single article.post .entry-header {
    margin-bottom: 20px;
    min-height: 200px;
}

.single article.post .entry-content {
    margin-bottom: 40px;
}

.single article.post .entry-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}
.single article.post .entry-content img {
    margin: 10px 0px;
}

.single article.post .entry-content a:not(.btn) {
    text-decoration: underline;
    color: #4086f7;
}

.single article.post .entry-content ul, .single article.post .entry-content ol {
    margin: 20px 0;
}

.single article.post .entry-content {
    margin-bottom: 60px;
}

.blog-list-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 500px;
}

.blog-list-container .sidebar {
    width: 20%;
    float: right;
    margin: 30px 0 30px 2%;
}

.blog-list-container .blogroll.no-sidebar {
    width: 100%;
    float: none;
}

.blog-list-container .blogroll article .excerpt-actions {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-list-container .blogroll {
    float: left;
    width: 77%;
    margin-bottom: 50px;
}

.blog article.post {
    margin-top: 40px;
}

.blog .entry-content {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
    background: #f9f9f9;
}

.blog article .entry-header h1.entry-title {
    padding: 250px 15px 15px;
}

.blog article .entry-header h1.entry-title a {
    font-family: inherit;
    color: inherit;
}

.blog article .entry-header h1.entry-title {
    color: #f9f9f9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
    font-size: 30px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 12px;
}

#wp-calendar td a {
    color: #333;
}

#wp-calendar th, #wp-calendar td {
    padding: 5px 10px 5px 0;
    text-align: right;
    background: #f9f9f9;
}

#wp-calendar td {
    color: #aaa;
}

#wp-calendar th {
    background: #eee;
}

#wp-calendar td#today {
    background: #eee;
    font-weight: bold;
}

#wp-calendar tbody tr td {
    border-top: 1px solid #eee;
    font-size: 11px;
}

#wp-calendar tfoot tr td {
    background: #eee;
}

#wp-calendar td#prev, #wp-calendar td#next {
    position: relative;
    text-align: center;
    padding: 5px 0;
}

#wp-calendar td#next:before {
    content: "\2192";
}

#wp-calendar td#prev:before {
    content: "\2190";
}

.widget ul {
    padding-left: 0;
}

.widget ul li {
    list-style: none;
}

.widget ul li a {
    display: block;
    position: relative;
}

.widget.widget_nav_menu ul li a:before, .widget.widget_archive ul li a:before {
    content: "·";
    margin-right: 5px;
    margin-left: 2px;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: translateY(0px);
    transform: translateX(0px);
    display: inline-block;
}

.widget ul li a:hover:before {
    -webkit-transform: translateY(3px);
    transform: translateX(3px);
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

footer.site-footer, footer.site-footer .sidebar {
    color: rgba(255, 255, 255, 0.8);
}

footer.site-footer .sidebar h2 {
    color: inherit;
}

footer.site-footer .sidebar .widget:first-child .widget-title {
    margin-top: 0;
}

.edit-link {
    font-size: 10px;
    background: #dadada;
    padding: 5px;
}

footer.entry-footer {
    background: transparent;
    display: block;
    margin-top: 10px;
    clear: both;
    position: relative;
    text-align: center;
}

.copyright {
    text-align: left;
    margin-top: 0;
    font-size: 12px;
    padding: 0;
    line-height: 28px;
}

footer ul.social-media li {
    display: inline-block;
    list-style: none;
    margin: 0 2px;
}

footer ul.social-media {
    display: inline-block;
    padding-left: 10px;
}

.sidebar img {
    max-width: 100%;
}

.subfooter {
    text-align: center;
}

.row-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
}

.page-template-page-map .entry-header h1.entry-title {
    padding: 250px 10% 50px;
    color: #fff;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.74);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.gallery {
    display: inline-block;
    padding: 2px;
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
}

.gallery>figure {
    display: inline-block;
    margin: 5px 0;
    padding: 2px;
}

.gallery>figure img {
    width: 100%;
    margin-bottom: 0;
}

.gallery-columns-4>figure {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.gallery-columns-2>figure {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.na-product-categories-list .gallery figure {
    max-width: 100px;
}

.na-product-categories-list .gallery {
    padding: 0 5px;
    background: #24282e;
    background-color: rgba(249, 249, 249, 0.3);
    margin: 15px;
    border-radius: 3px;
}

/*==================================
Forms
===================================*/

input:not([type]), input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.2rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: 0.6rem 1.0rem;
    width: 100%;
}

input:not([type]):focus, input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, select:focus, textarea:focus {
    border-color: #606c76;
    outline: 0;
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat #fff;
    padding-right: 3.0rem;
}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%239b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
    min-height: 6.5rem;
}

label, legend {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

legend {
    display: block;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'], input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: 0.5rem;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #606c76;
    border-radius: 0.2rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    border: 0;
}

.button:focus, .button:hover, button:focus, button:hover, input[type='button']:focus, input[type='button']:hover, input[type='reset']:focus, input[type='reset']:hover, input[type='submit']:focus, input[type='submit']:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
    outline: 0;
}

.button[disabled], button[disabled], input[type='button'][disabled], input[type='reset'][disabled], input[type='submit'][disabled] {
    cursor: default;
    opacity: 0.5;
}

.button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type='button'][disabled]:focus, input[type='button'][disabled]:hover, input[type='reset'][disabled]:focus, input[type='reset'][disabled]:hover, input[type='submit'][disabled]:focus, input[type='submit'][disabled]:hover {
    background-color: #606c76;
    border-color: #606c76;
}

.button.outline, button.outline, input[type='button'].outline, input[type='reset'].outline, input[type='submit'].outline {
    background-color: transparent;
    color: #606c76;
}

.button.outline:focus, .button.outline:hover, button.outline:focus, button.outline:hover, input[type='button'].outline:focus, input[type='button'].outline:hover, input[type='reset'].outline:focus, input[type='reset'].outline:hover, input[type='submit'].outline:focus, input[type='submit'].outline:hover {
    background-color: transparent;
    border-color: #333;
    color: #333;
}

.button.outline[disabled]:focus, .button.outline[disabled]:hover, button.outline[disabled]:focus, button.outline[disabled]:hover, input[type='button'].outline[disabled]:focus, input[type='button'].outline[disabled]:hover, input[type='reset'].outline[disabled]:focus, input[type='reset'].outline[disabled]:hover, input[type='submit'].outline[disabled]:focus, input[type='submit'].outline[disabled]:hover {
    border-color: inherit;
    color: #606c76;
}

.button.clear, button.clear, input[type='button'].clear, input[type='reset'].clear, input[type='submit'].clear {
    background-color: transparent;
    border-color: transparent;
    color: #606c76;
}

.button.clear:focus, .button.clear:hover, button.clear:focus, button.clear:hover, input[type='button'].clear:focus, input[type='button'].clear:hover, input[type='reset'].clear:focus, input[type='reset'].clear:hover, input[type='submit'].clear:focus, input[type='submit'].clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.button.clear[disabled]:focus, .button.clear[disabled]:hover, button.clear[disabled]:focus, button.clear[disabled]:hover, input[type='button'].clear[disabled]:focus, input[type='button'].clear[disabled]:hover, input[type='reset'].clear[disabled]:focus, input[type='reset'].clear[disabled]:hover, input[type='submit'].clear[disabled]:focus, input[type='submit'].clear[disabled]:hover {
    color: #606c76;
}

.sb-form-control {
    margin-bottom: 12px;
}

.sb-form-container h1 {
    margin-top: 0;
}

.sb-form-container {
    max-width: 70rem;
    margin: 30px auto;
    padding: 3rem;
}

/* all */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.2;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.2;
}

/* firefox 19+ */

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.2;
}

/* ie */

input:-moz-placeholder {
    color: inherit;
    opacity: 0.2;
}

/*==================================
Search Form
===================================*/

#searchform {
    opacity: 0;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    z-index: -10;
    padding-top: 250px;
    text-align: center;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

#searchform span.screen-reader-text {
    display: none;
}

#searchform input.search-field {
    border: 0;
    font-size: 30px;
    background: transparent;
    border-bottom: 3px solid #b7b6b6;
    max-width: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#searchform input.search-field:focus {
    border-color: #C14793;
    outline: none;
}

#searchform .search-submit {
    background: rgb(120, 200, 140);
    border: 0;
    border-radius: 50%;
    font-size: 25px;
    width: 52px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.33);
    padding: 10px 10px 14px;
}

#searchform form>label {
    max-width: 80%;
}

#searchform form {
    opacity: 0;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.search-closed #searchform {
    opacity: 0;
    z-index: 99999;
}

.search-active #searchform {
    display: block;
    z-index: 99999;
    opacity: 1;
}

#searchform a.search-close {
    font-size: 14px;
    background: #716f6d;
    border-radius: 30px;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: 120px;
    color: rgba(255, 255, 255, 0.53);
    margin-left: -60px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    opacity: 0;
}

#searchform a.search-close:hover {
    background: #444;
    text-decoration: none;
}

.search-active #searchform a.search-close {
    opacity: 1;
}

.search-active #searchform>form {
    display: block;
    opacity: 1;
}

#main article .entry-inner-content:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.twitter-account .entry-category img {
    max-width: 50px;
    border-radius: 50%;
}

.twitter-account .entry-category .entry-image {
    text-align: center;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
}

.twitter-content-wrapper .entry-category {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.twitter-content-wrapper .entry-category a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.twitter-wrapper {
    float: left;
    overflow: auto;
    max-width: 100%;
}

.twitter-content-wrapper.has-image .twitter-inner-wrapper {
    padding-left: 0;
    margin-right: 50%;
}

.twitter-content-wrapper.has-image {
    padding-right: 0%;
    padding-left: 16px;
}

.twitter-content-wrapper.has-image .tweet-icon {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
}

.twitter-content-wrapper.has-image .tweet-icon svg {
    width: 40px;
    height: 40px;
}

.twitter-inner-wrapper {
    padding-right: 15px;
    padding-left: 70px;
    position: relative;
}

.twitter-content-wrapper {
    text-align: left;
    color: #fff;
    width: 100%;
    position: relative;
    /*width: 500px;*/
    max-width: 100%;
}

.twitter-content-wrapper .tweet-icon svg {
    width: 60px;
}

.twitter-content-wrapper .tweet-icon {
    position: absolute;
    top: 50%;
    margin-top: -53px;
    left: 5px;
}

.account-tweets {}

.twitter-account .entry-category {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin: 0;
    color: #ddd;
}

.twitter-account .entry-category .description {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin: 0px;
    color: #eee;
}

.gallery-image {
    float: left;
    width: 25%;
    max-height: 300px;
    border: 1px solid #000;
    margin-bottom: 0 !important;
}

.twiiter-feed {
    position: absolute;
    background: rgba(255, 255, 255, 0.13);
    top: 15%;
    right: 5%;
    max-width: 400px;
    padding: 10px;
}

.twitter-account {
    text-align: left;
    color: #fff;
    margin-top: 5px;
    padding-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.twitter-account a {
    color: #fff;
    font-weight: bold;
}

.twitter-account .entry-meta>div label {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 3px;
}

.twitter-account .entry-meta {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}

.twitter-account .entry-meta:after {
    content: "";
    clear: both;
    display: block;
}

.twitter-account .entry-meta>div {
    float: left;
    border-right: 1px solid rgba(10, 22, 56, 0.06);
    background: rgba(255, 255, 255, 0.05);
    line-height: 20px;
    padding: 0 10px;
}

.twitter-account .entry-meta>div:last-child {
    border-right: 0;
}

.twitter-content-wrapper .entry-date {
    font-size: 11px;
}

.twitter-content-wrapper .entry-media img {
    max-height: 350px;
    max-width: 100%;
}

.twitter-content-wrapper.has-image .entry-media {
    display: block;
}

.twitter-content-wrapper .entry-content a {
    font-weight: bold;
    color: #eee;
}

.twitter-content-wrapper .entry-content {
    font-size: 12px;
}

.twitter-content-wrapper .social-icons {
    position: absolute;
    right: 0;
    top: 0;
}

.twitter-content-wrapper .social-icons a {
    padding: 0 3px;
}

.twitter-content-wrapper .entry-media {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: none;
}

.twitter-content-wrapper .entry-media .entry-photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.instagram-account .entry-category img {
    max-width: 50px;
    border-radius: 50%;
    margin-bottom: 0;
}

.instagram-account .entry-category .entry-image {
    text-align: center;
    float: left;
    margin-right: 10px;
}

.instagram-content-wrapper .entry-category {
    font-size: 14px;
    color: #fff;
    float: left;
}

.instagram-content-wrapper .entry-category a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.instagram-wrapper {
    float: left;
    overflow: auto;
    width: 100%;
}

.instagram-content-wrapper.has-image .instagram-inner-wrapper {
    padding-left: 0;
    margin-right: 50%;
}

.account-insta {
    width: 100%;
    height: 370px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    position: relative;
    float: left;
    padding: 10px;
    background: #125688;
}

.instagram-content-wrapper.has-image {
    padding-right: 0%;
    padding-left: 16px;
}

.instagram-content-wrapper.has-image .tweet-icon {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
}

.instagram-content-wrapper.has-image .tweet-icon svg {
    width: 40px;
    height: 40px;
}

.instagram-inner-wrapper .entry-image img {
    margin: 0;
}

.instagram-inner-wrapper .entry-image {
    padding: 0 0 1px 1px;
}

.instagram-inner-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    float: left;
    overflow: hidden;
}

.instagram-content-wrapper {
    text-align: left;
    color: #fff;
    height: 300px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
}

.instagram-content-wrapper .tweet-icon svg {
    width: 60px;
}

.instagram-content-wrapper .tweet-icon {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 25px;
}

.instagram-account .entry-category {
    font-size: 16px;
    line-height: 22px;
    color: #eee;
    text-align: left;
    float: left;
    min-width: 50%;
    margin: 0;
}

.instagram-account .entry-category a {
    color: #eee;
}

.instagram-account .entry-category .description {
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin: 10px;
}

.instagram-account {
    width: 100%;
    float: left;
    background: #125688;
    text-align: center;
    padding: 10px;
}

.instagram-account .entry-meta>div label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.instagram-account .entry-meta {
    background: rgb(141, 210, 245);
    border: 1px solid rgba(10, 22, 56, 0.06);
    border-radius: 3px;
    float: right;
}

.instagram-account .entry-meta:after {
    content: "";
    clear: both;
    display: block;
}

.instagram-account .entry-meta>div {
    float: left;
    width: 33%;
    border-right: 1px solid rgba(10, 22, 56, 0.06);
    padding: 10px 0;
}

.instagram-account .entry-meta>div:last-child {
    border-right: 0;
}

.instagram-content-wrapper .entry-date {
    font-size: 12px;
}

.instagram-content-wrapper .entry-media img {
    max-height: 350px;
    max-width: 100%;
}

.instagram-content-wrapper.has-image .entry-media {
    display: block;
}

.instagram-content-wrapper .entry-media {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: none;
}

.instagram-content-wrapper .entry-media .entry-photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.glitch {
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    background-position: center;
    background-size: auto 100%;
}

@keyframes noise-anim {
    0% {
        clip: rect(45px, 9999px, 69px, 0);
    }
    5% {
        clip: rect(97px, 9999px, 50px, 0);
    }
    10% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    15% {
        clip: rect(15px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 48px, 0);
    }
    25% {
        clip: rect(81px, 9999px, 76px, 0);
    }
    30% {
        clip: rect(31px, 9999px, 61px, 0);
    }
    35% {
        clip: rect(56px, 9999px, 65px, 0);
    }
    40% {
        clip: rect(19px, 9999px, 68px, 0);
    }
    45% {
        clip: rect(62px, 9999px, 24px, 0);
    }
    50% {
        clip: rect(13px, 9999px, 10px, 0);
    }
    55% {
        clip: rect(43px, 9999px, 83px, 0);
    }
    60% {
        clip: rect(51px, 9999px, 13px, 0);
    }
    65% {
        clip: rect(10px, 9999px, 64px, 0);
    }
    70% {
        clip: rect(89px, 9999px, 36px, 0);
    }
    75% {
        clip: rect(18px, 9999px, 56px, 0);
    }
    80% {
        clip: rect(89px, 9999px, 94px, 0);
    }
    85% {
        clip: rect(77px, 9999px, 57px, 0);
    }
    90% {
        clip: rect(41px, 9999px, 61px, 0);
    }
    95% {
        clip: rect(74px, 9999px, 1px, 0);
    }
    100% {
        clip: rect(34px, 9999px, 86px, 0);
    }
}

.glitch:after {
    content: "";
    background: url(/uploads/2016/12/logo.png);
    position: absolute;
    left: 3px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 4s infinite linear alternate-reverse;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
    top: 0;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(52px, 9999px, 38px, 0);
    }
    5% {
        clip: rect(4px, 9999px, 79px, 0);
    }
    10% {
        clip: rect(15px, 9999px, 71px, 0);
    }
    15% {
        clip: rect(27px, 9999px, 77px, 0);
    }
    20% {
        clip: rect(20px, 9999px, 44px, 0);
    }
    25% {
        clip: rect(5px, 9999px, 35px, 0);
    }
    30% {
        clip: rect(91px, 9999px, 46px, 0);
    }
    35% {
        clip: rect(55px, 9999px, 11px, 0);
    }
    40% {
        clip: rect(40px, 9999px, 21px, 0);
    }
    45% {
        clip: rect(85px, 9999px, 80px, 0);
    }
    50% {
        clip: rect(38px, 9999px, 72px, 0);
    }
    55% {
        clip: rect(2px, 9999px, 49px, 0);
    }
    60% {
        clip: rect(84px, 9999px, 32px, 0);
    }
    65% {
        clip: rect(39px, 9999px, 49px, 0);
    }
    70% {
        clip: rect(13px, 9999px, 25px, 0);
    }
    75% {
        clip: rect(22px, 9999px, 49px, 0);
    }
    80% {
        clip: rect(97px, 9999px, 30px, 0);
    }
    85% {
        clip: rect(3px, 9999px, 36px, 0);
    }
    90% {
        clip: rect(62px, 9999px, 47px, 0);
    }
    95% {
        clip: rect(52px, 9999px, 58px, 0);
    }
    100% {
        clip: rect(71px, 9999px, 97px, 0);
    }
}

.glitch:before {
    content: "";
    background: inherit;
    position: absolute;
    left: -1px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0px;
}

.scrolling .glitch:before {
    /*top: -15px;*/
}

.scrolling .navbar {
    background-color: #fff;
}

/****
Services
*****/

.services-image {
    background-size: cover;
    background-position: center;
}

ul.na-services-category {
    list-style: none;
    padding-left: 0;
    background: #fbfbfb;
}

ul.na-services-category li a:hover {
    text-decoration: none;
}

ul.na-services-category li span.btn {
    margin-top: 30px;
    border: 1px solid #2e3191;
}

ul.na-services-category li h3 {
    margin-top: 0;
}

ul.na-services-category li a {
    display: block;
    width: 50%;
    float: left;
    height: 350px;
    text-align: left;
    padding: 3% 5%;
    text-decoration: none;
}

ul.na-services-category li:nth-child(2n) a {
    float: right;
}

ul.na-services-category:after {
    content: "";
    clear: both;
    display: block;
}

.scrolling .mouse {
    opacity: 0;
    transform: translateY(140px);
    transition-delay: 12s;
    transition: transform 2s ease, opacity 2s ease;
    -webkit-animation: none;
    animation: none;
}

.mouse {
    position: fixed;
    width: 24px;
    height: 42px;
    bottom: 30px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-animation: intro 1s;
    animation: intro 1s;
    transition: transform 1s ease, opacity 1s ease;
    z-index: 9;
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}

.loading .loading-overlay {
    z-index: 9999;
    opacity: 1;
    transition: opacity 2s linear;
}

.loaded .loading-overlay {
    display: none;
}

.loading-overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    background-size: auto 60px;
    opacity: 0;
    transition: opacity 1s linear;
    pointer-events: none;
}

#main .main-inner>.section:first-child {
    background: #fff;
    position: relative;
    z-index: 1;
}

#inner-scroll>.scrollmagic-pin-spacer:nth-child(odd) {
    background: #f8f8f8;
}

#inner-scroll>.scrollmagic-pin-spacer:nth-child(even) {
    background: #fff;
}

#inner-scroll>section:nth-child(odd) {
    background-color: #f8f8f8;
}

#inner-scroll>section:nth-child(even) {
    background-color: #fff;
}

#inner-scroll {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

.scrolling-container--2 {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.scrolling-container--2 #inner-scroll.scrolling-style-2 {
    width: 100%;
    /* to contain 4 panels, each with 100% of window width */
    height: 100%;
}

#inner-scroll>section {
    height: 100%;
    width: 100%;
    z-index: 2;
    /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
}

#inner-scroll.scrolling-style-4 {
    position: relative;
    height: 100%;
    width: 100%;
}

#inner-scroll.scrolling-style-4 {
    /* margin-bottom: 300px; */
    min-height: 100vh;
}

#inner-scroll.scrolling-style-4>section {
    height: 100%;
    width: 100%;
    float: none;
    position: absolute;
    clear: both;
    min-height: 100vh;
}

ul.na-team.na-team-columns-3 li:nth-child(3n-1) {
    padding-top: 80px;
}

.wpcf7 label {
    font-weight: normal;
}

div.wpcf7-response-output {
    margin: 0;
    background: #ff8e8e;
    border: 2px solid #ff8e8e;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background: #f7e72d;
    border-radius: 3px;
}

.blog-list-container article .entry-header {
    margin-bottom: 0;
}

.search-products article .entry-header {
    background: transparent;
    margin-bottom: 0;
}

.search-products article {
    width: 31.3%;
    float: left;
    margin: 1%;
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
}

.search-products .entry-header figure.entry-image img {
    display: none;
}

.search-products .entry-header h1.entry-title a {
    font-size: 20px;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
    display: block;
}

.search-products .entry-header figure.entry-image {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.search-products .block-content {
    margin-left: -1%;
    margin-right: -1%;
}

.search-products h2.block-title {
    clear: both;
}

.search-products article .entry-inner-content .excerpt-actions {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    background: rgba(247, 247, 247, 0.93);
    bottom: 10px;
}

.search-products .navigation.pagination .nav-links>span, .search-products .navigation.pagination .nav-links>a {
    background: #f7f7f7;
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    font-size: 16px;
    margin-right: 1px;
}

.search-products .navigation.pagination .nav-links>span {
    font-weight: bold;
}

.search-products .navigation.pagination {
    clear: both;
    display: block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #f7f7f7;
}

.search-products article .entry-inner-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px;
    background: #f7f7f7;
}

.search-products .entry-header h1.entry-title {
    position: absolute;
    bottom: 0;
    background: #9ec58c;
    padding: 10px 15px;
}

.coupon>.input-text {
    min-width: 200px;
    height: 32px;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@media (max-width:768px) {
    .search-products block-content {
        margin-left: 0;
        margin-right: 0;
    }
    .search-products article {
        width: 48%;
        height: 400px;
    }
    .search-products .entry-header {
        min-height: 200px;
    }
}

@media (max-width:500px) {
    .search-products block-content {
        margin-left: 0;
        margin-right: 0;
    }
    .search-products article {
        width: 100%;
        height: auto;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .products.columns-2 .product .woocommerce-list-image {
        width: 100% !important;
        margin-right: 0%;
    }
    .home .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        text-align: left;
        font-size: 2rem !important;
        padding: 0;
        margin: 0px 0 10px 0;
        clear: both;
        float: none;
        padding-top: 10px;
    }
    .blog article .entry-header h1.entry-title {
        padding: 150px 15px 15px;
        font-size: 20px;
        text-align: left;
    }
    .blog-list-container {
        padding: 0 15px;
    }
}
