/*
Theme Name: Astir Child
Description: Child theme for Astir theme
Author: ab-themes
Author URI: http://www.ab-themes.com
Template: astir
Version: 1.0.0
Text Domain:  Astir
*/


/*--------- 1.0 Default Parent Styles --------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Global Style */
html {
    margin: 0;
    padding: 0 45px;
    background: #f6f6f6;
}

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 30px;
    color: #646464;
    background: #f6f6f6;
    font-weight: 300;
}

div,
section {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

a:hover {
    color: #98b7ba;
}

p a {
    text-decoration: underline;
    line-height: 30px;
    display: inline;
    color: #98b7ba;
    letter-spacing: 1px;
}

.boxed_body_wrapper {
    width: 1260px;
    margin: 0 auto;
    background: #f6f6f6;
}

::selection {
    background: #98b7ba;
    color: #fff;
}

::-moz-selection {
    background: #98b7ba;
    color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

.bigger_text p {
    font-family: 'Vollkorn';
    color: #8f8f8f;
    font-size: 26px;
    font-style: italic !important;
    line-height: 36px;
    text-align: left;
    position: relative;
}

.tcvpb-centered .bigger_text p {
    text-align: center;
}

hr {
}

section {
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 65px;
    color: #272727;
    line-height: 78px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 44px;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 52px;
    color: #272727;
    line-height: 62px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 48px;
}

h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #272727;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #8f8f8f;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 53px;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 55px;
}

h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #272727;
    font-weight: 700;
    margin-bottom: 55px;

}

.tcvpb-inversed_text h1,
.tcvpb-inversed_text h2,
.tcvpb-inversed_text h3,
.tcvpb-inversed_text h4,
.tcvpb-inversed_text h5,
.tcvpb-inversed_text h6 {
    color: #fff;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border: 0;
}

blockquote {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 56px;
    margin-bottom: 37px;
    text-align: center;
    border-left: 0;
    padding: 0;
}

blockquote p,
.post_content blockquote p {
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Vollkorn';
    color: #98b7ba;
    font-size: 30px;
    font-style: italic;
    line-height: 42px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 33px;
    display: inline;
}

.post_content blockquote {
    width: 1170px !important;
    margin-left: -100px !important;
}

.post_content .wp-caption,
.post_content iframe {
    margin-left: -100px !important;
    width: 1170px;
}

.post_content .wp-caption.aligncenter {
    width: 1170px !important;
}

.post_content iframe {
    margin-bottom: 20px;
}

.post_content .alignleft {
    margin-right: 30px;
}

.post_content .alignright {
    margin-left: 30px;
}


blockquote p {
    margin: 0;
}

blockquote cite {
}

dt {
    font-weight: 700;
}

dl {
    margin-bottom: 20px;
}

dl a {
    color: #98b7ba;
    text-decoration: underline;
}

.post_padding dl,
#default_page_row dl,
.post_content dl {
    margin-bottom: 60px;
}

dd {
    padding-left: 50px;
}

p cite {
    font-style: italic;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    padding: 20px;
    margin-bottom: 23px;
    font-family: 'Ubuntu', sans-serif;
    color: #646464;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    letter-spacing: 0.5px;
}

button,
input[type="submit"] {
}

button:hover,
input[type="submit"]:hover {
}

::-webkit-input-placeholder {
    font-family: 'Vollkorn';
    font-style: italic;
    color: #8f8f8f;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Vollkorn';
    font-style: italic;
    color: #8f8f8f;
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Vollkorn';
    font-style: italic;
    color: #8f8f8f;
    font-size: 14px;
}

:-ms-input-placeholder {
    font-family: 'Vollkorn';
    font-style: italic;
    color: #8f8f8f;
    font-size: 14px;
}

:focus {
    outline: 0;
}

strong,
.strong {
    font-weight: 700;
}

em,
.italic {
    font-style: italic;
}

.no_margin {
    margin: 0;
}

.no_padding {
    padding: 0;
}

.no_padding_top {
    padding-top: 0 !important;
}

.left_aligned,
.alignleft {
    text-align: left;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.right_aligned,
.alignright {
    text-align: right;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.center_aligned,
.aligncenter,
.tcvpb-centered {
    text-align: center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.default_color {
    color: #98b7ba;
}

.content_with_left_sidebar {
    float: right !important;
}

.inset_shadow:hover {
    -webkit-box-shadow: inset 0px 0px 0px 15px #F6F6F6;
    -moz-box-shadow: inset 0px 0px 0px 15px #F6F6F6;
    box-shadow: inset 0px 0px 0px 15px #F6F6F6;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

table {
    width: 100%;
    line-height: 2;
    margin: 0 0 40px;
}

table a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #98b7ba;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

table a:hover:after {
    width: 100%;
}

th {
    font-weight: 700;
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
    padding: 0;
}

.bypostauthor {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.wp-caption {
    margin-left: -100px !important;
    max-width: 100% !important;
}

.page .wp-caption {
    margin-left: 0px !important;
}

tt, code, kbd, samp {
    font-family: monospace;
}

code {
    color: #D9534F;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-bottom: 30px;
    color: #D9534F;
    font-family: monospace;
}

/*-------- 2.1. WordPress Core --------*/
.alignnone {
    margin: 5px 0 12px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption.alignnone {
    padding: 22px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
    padding-left: 10px;
}

.wp-caption p.wp-caption-text:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    left: -10px;
    height: 1px;
    width: 8px;
    background: #8f8f8f;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/*-------- 2.2. Clearfix --------*/
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/* General Styles */
.no-margin {
    margin: 0
}

.white-text, .white-text-children * {
    color: #fff;
}

.black-20 {
    color: #d1d2d4;
}

.black-50 {
    color: #939597;
}

.black-80 {
    color: #58585b;
}

.black-100 {
    color: #000000;
}

.lightest-blue {
    color: #00B9F1;
}

.light-blue {
    color: #009EDA;
}

.dark-blue {
    color: #0091C8;
}

.darkest-blue {
    color: #0076A3;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.no-margin, .no-margin-children * {
    margin: 0;
}

.hidden {
    display: none !important;
}

.margin-10-bottom {
    margin-bottom: 10px;
}

.margin-15-bottom {
    margin-bottom: 15px;
}

.margin-20-bottom {
    margin-bottom: 20px;
}

.margin-25-bottom {
    margin-bottom: 25px;
}

.margin-30-bottom {
    margin-bottom: 30px;
}

.margin-35-bottom {
    margin-bottom: 35px;
}

.margin-40-bottom {
    margin-bottom: 40px;
}

.brandon-font, .brandon-font p, .brandon-font span {
    font-family: "Brandon Grotesque" !important;
}

.roboto-font, .roboto-font p, .branrobotodon-font span {
    font-family: "Roboto Condensed" !important;
}

.vollkorn-font, .vollkorn-font p, .vollkorn-font span {
    font-family: "Vollkorn" !important;
}

.text-center, .text-center > * {
    text-align: center;
}

#logo img#main_logo {
    height: 81px;
    margin-bottom: 15px;
}

/*Nav styles*/
a.active {
    font-weight: 700;
}

.boxed_body_wrapper #astir_main_header.header_layout_uber nav > ul > li a {
    padding-right: 20px;
    padding-left: 20px;
}

/*-------1.1 Parent Styles- Header------*/

#main_logo_textual {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    color: #272727;
}

#main_logo_tagline {
    font-size: 12px;
    margin: 0;
    color: #272727;
    width: 220px;
    line-height: 17px;
}

#astir_main_header .content_overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 45px;
    right: 45px;
    bottom: 0;
    background: transparent;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.content_overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 45px;
    right: 45px;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 999;
}

/*------- 1.2 Parent Menu ------*/

#astir_menu_toggle {
    display: none;
    cursor: pointer;
}

nav > ul {
    list-style: none;
    margin: 3px 0 0 0;
    float: left;
}

.second_menu nav > ul {
    float: right;
}

nav > ul > li {
    display: inline-block;
}

nav > ul > li a {
    color: #8f8f8f;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding-right: 33px;
    padding-left: 33px;
    border-bottom: none;
}

.boxed_body_wrapper #astir_main_header.header_layout_regular nav > ul > li a {
    padding-right: 20px;
    padding-left: 20px;
}

nav > ul > li:first-child > a {
    padding-left: 0;
}

nav > ul > li:last-child > a {
    padding-right: 0;
}

nav > ul > li a:hover {
    color: #272727;
}

nav > ul > li span {
    display: inline-block;
}

nav > ul ul {
    list-style: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 0;
    min-width: 228px;
    margin-top: 23px;
    z-index: 2001;
    display: none;
}

nav > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 228px;
    top: -30px;
    min-width: 230px;
    height: 30px;
    left: 0;
    z-index: 2004;
}

nav > ul li.ubermenu-item-level-2 > li > ul {
    z-index: 999999 !important;
}

nav > ul li:hover > ul,
nav > ul li.sfHover > ul {
    display: block;
    z-index: 2003 ;
}

nav > ul ul li {
    position: relative;
}

nav > ul ul li a {
    width: 100%;
    text-align: left;
    padding: 9px 13px 7px 13px;
}

nav > ul ul li:hover > a {
    color: #98b7ba;
}

nav > ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
    z-index: 2002;
    border: 1px solid #e1e1e1;
    display: none;
}

nav > ul ul ul:before {
    position: absolute;
    content: "";
    left: -11px;
    width: 11px;
    height: 100px;
}

nav > ul ul ul.menu-depth-2 {
    margin-left: -2px;
}

nav > ul > .current-menu-item > a,
nav > ul > .current-post-ancestor > a,
nav > ul > .current-menu-ancestor > a {
    color: #272727;
}

#astir_main_header {
    width: 100%;
    padding: 0 45px 16px 45px;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background: #f6f6f6;
}

body.admin-bar #astir_main_header {
    top: 32px !important;
}

/*------- 1.3 Breadcrumbs --------*/
.breadcrumbs {
    display: inline-block;
    padding-left: 28px;
    height: 17px;
    white-space: nowrap;
}

.breadcrumbs_overflow .breadcrumbs {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    position: absolute;
}

.breadcrumb_delimiter {
    padding-left: 10px;
    padding-right: 4px;
}

#headline_breadcrumbs_bar {
    position: relative;
    padding: 79px 0;
    z-index: 1;
}

.breadcrumbs a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #27282d;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumb_delimiter,
.breadcrumbs .current {
    font-family: 'Roboto Condensed', sans-serif;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

/*------- 1.4 Slider --------*/
.rev_slider_wrapper {
    padding: 0 45px !important;
}

.tcvpb_container [class*="column_tc_span"] .rev_slider_wrapper {
    padding: 0 !important;
}

#astir_main_slider {
    padding: 0;
    background-size: cover;
    position: relative;
    background: #f2f3f4;
    overflow: hidden;
}

#astir_main_slider .hermes.tparrows {
    width: 45px;
    background: none;
}

.hermes.tparrows:before {
    font-family: Ubuntu !important;
    font-size: 14px !important;
    color: #8f8f8f !important;
    font-weight: 300 !important;
}

.hermes.tparrows.tp-leftarrow:before {
    content: "previous" !important;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hermes.tparrows.tp-rightarrow:before {
    content: "next" !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 45px;
    margin-top: 65px;
}

.hermes .tp-arr-titleholder {
    background: #272727 !important;
    text-transform: uppercase !important;
}

/*------- 3.2. Header Layout With Left Logo --------*/
.boxed_body_wrapper #astir_main_header.header_layout_uber {
    width: 1260px;
    left: auto;
}

#astir_main_header {
    z-index: 1000 !important;
}

#astir_main_header.header_layout_uber {
    padding-top: 33px;
    padding-bottom: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms;
}

#astir_main_header.header_layout_uber.smaller_header {
    padding-top: 13px;
    padding-bottom: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms;
}

.header_layout_uber #main_menu {
    float: left;
    margin-top: 10px;
    padding-right: 27px;
}

.header_layout_uber #logo {
    float: left;
    margin-top: 2px
}

.header_layout_uber .wrapper_right {
    float: right;
    font-size: 0;
}

.header_layout_uber .wrapper_right nav {
    display: inline-block;
}


#astir_main_header.header_layout_uber .menu_item_overlay {
    position: absolute;
    height: 500000px;
    top: 105px;
    left: 45px;
    right: 45px;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 250ms, opacity 250ms linear;
}

#astir_main_header.header_layout_uber nav > ul:hover + .menu_item_overlay {
    visibility: visible;
    opacity: 0.15;
    transition: opacity 250ms linear;
}

#astir_main_header.header_layout_uber.smaller_header .menu_item_overlay {
    top: 68px;
}

#astir_main_header.header_layout_uber input[type="text"],
#astir_main_header.header_layout_uber input[type="password"],
#astir_main_header.header_layout_uber input[type="email"],
#astir_main_header.header_layout_uber textarea {
    background-color: transparent;
    width: 100%;
    padding-right: 50px;
}

#astir_main_header.header_layout_uber .wrapper_right_icons {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    margin-top: 10px;
    float: right;
}

/*#astir_main_header.header_layout_uber .wrapper_right_icons .search_box:before {*/
/*    content: "";*/
/*    height: 43px;*/
/*    width: 1px;*/
/*    background: #d7d7d8;*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    left: 0;*/
/*}*/

#astir_main_header.header_layout_uber .wrapper_right_icons .header_cta {
    float: left;
    margin: 0 5px;
    padding: 0 5px;
}

#astir_main_header.header_layout_uber .wrapper_right_icons .header_cta a {
    background-color: #003A5D;
    color: #FFFFFF;
}

#astir_main_header.header_layout_uber .wrapper_right_icons .header_cta a:hover {
    background-color: #0065A1;
}

#astir_main_header.header_layout_uber .search_box {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-left: 5px;
}

#astir_main_header.header_layout_uber .search_box .search_box_overlay {
    content: "";
    display: block;
    position: absolute;
    width: 5000px;
    height: 5000px;
    top: 70px;
    left: -2500px;
    cursor: pointer;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 250ms, opacity 250ms linear;
}

#astir_main_header.header_layout_uber .search_box.search_box_opened .search_box_overlay {
    visibility: visible;
    opacity: 0.15;
    transition: opacity 250ms linear;
}

#astir_main_header.header_layout_uber.smaller_header .search_box .search_box_overlay {
    top: 53px;
}

#astir_main_header.header_layout_uber .search_box input {
    padding: 10px 40px 10px 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}

:-ms-input-placeholder {
    font-size: 12px;
}

#astir_main_header.header_layout_uber .search_box a.submit {
    text-decoration: none;
}

#astir_main_header.header_layout_uber .search_box i {
    color: #0065A1;
    font-size: 28px;
    text-align: center;
    position: relative;
    top: -6px;
}

#astir_main_header.header_layout_uber .ubermenu-responsive-toggle {
    padding: 15px 0;
}

#astir_main_header.header_layout_uber .ubermenu-responsive-toggle i.fa-bars {
    color: #0065A1;
    font-size: 28px;
    text-align: center;
    position: relative;
}

#astir_main_header.header_layout_uber .widget_search_header {
    width: 40px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#astir_main_header.header_layout_uber .widget_search_header.opened_form {
    width: 120px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#astir_main_header.header_layout_uber .header_sidebar_toggle {
    display: none;
    font-size: 0;
    background: rgba(246, 246, 246, 0.4);
    padding: 1px 5px;
}

.header_layout_uber .search_box input::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.header_layout_uber .search_box input:-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #646464;
}

.header_layout_uber .search_box input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #646464;
}

.header_layout_uber .search_box input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #646464;
}

.header_layout_uber .searchbox-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    font-size: 22px;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    background-color: #f6f6f6;
}

/* Notification Posts START */
#astir_main_header.header_layout_uber .post_dropdown i {
    position: relative;
    top: 5px;
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding-left: 17px;
    padding-bottom: 7px;
    cursor: pointer;
}

#astir_main_header.header_layout_uber .post_dropdown {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#astir_main_header.header_layout_uber .post_dropdown .new_post_number {
    height: 18px;
    min-width: 18px;
    background: #d9534f;
    color: #FFF;
    border-radius: 9px;
    position: absolute;
    top: 1px;
    right: -2px;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}

.header_layout_uber .post_dropdown ul.recent_posts {
    position: absolute;
    width: 287px;
    top: 72px;
    right: 0;
    display: none;
    z-index: 999;
    background: #272727;
}

.header_layout_uber.smaller_header .post_dropdown ul.recent_posts {
    top: 55px;
}

.header_layout_uber .post_dropdown ul.recent_posts:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #272727;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header_layout_uber .post_dropdown ul.recent_posts.post_dropdown_open:before {
    top: -6px;
}

.header_layout_uber .post_dropdown .notification_overlay {
    position: absolute;
    width: 5000px;
    height: 5000px;
    top: 72px;
    left: -2500px;
    cursor: pointer;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 250ms, opacity 250ms linear;
}

.header_layout_uber .post_dropdown ul.recent_posts.post_dropdown_open + .notification_overlay {
    visibility: visible;
    opacity: 0.15;
    transition: opacity 250ms linear;
}

.header_layout_uber.smaller_header .post_dropdown .notification_overlay {
    top: 55px;
}

.header_layout_uber .post_dropdown ul.recent_posts li {
    text-align: left;
    padding: 16px 30px 21px 30px;
    line-height: 0;
    position: relative;
}

.header_layout_uber .post_dropdown ul.recent_posts li.visit_blog_site {
    padding: 16px 30px 13px 30px;
}

.header_layout_uber .post_dropdown ul.recent_posts li:first-child {
    padding-top: 26px;
    padding-bottom: 19px;
}

.header_layout_uber .post_dropdown ul.recent_posts li:nth-last-child(2) {
    padding-bottom: 31px;
}

.header_layout_uber .post_dropdown ul.recent_posts li:after {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0.23, 1, .32, 1);
    transition: all .3s cubic-bezier(0.23, 1, .32, 1);
    width: 0;
    z-index: -1;
}

.header_layout_uber .post_dropdown ul.recent_posts li:hover:after {
    opacity: 1;
    width: 100%;
}

.header_layout_uber .post_dropdown ul.recent_posts li:hover a {
    color: #fff;
}

.header_layout_uber .post_dropdown ul.recent_posts li a {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #d7d7d8;
    display: block;
}

.header_layout_uber .post_dropdown ul.recent_posts li span {
    display: inline-block;
    font-size: 10px;
    font-family: 'Ubuntu', sans-serif;
    color: #8f8f8f;
    font-weight: 300;
    margin-top: 2px;
}

.header_layout_uber .post_dropdown ul.recent_posts li span.recent_post_comment {
    margin-right: 22px;
}

.header_layout_uber .post_dropdown ul.recent_posts li span i {
    font-size: 10px !important;
    color: #8f8f8f !important;
    padding-left: 0 !important;
    top: 0 !important;
    margin-right: 6px !important;
    cursor: auto !important;
}

.header_layout_uber .post_dropdown ul.recent_posts li.visit_blog_site {
    text-align: center;
    position: relative;
}

.header_layout_uber .post_dropdown ul.recent_posts li.visit_blog_site:before {
    content: "";
    display: block;
    position: absolute;
    width: 230px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -115px;
    background: #323232;
}

.header_layout_uber .post_dropdown ul.recent_posts li.visit_blog_site:hover:before {
    background: #000;
}

.header_layout_uber .post_dropdown ul.recent_posts li.visit_blog_site a {
    color: #98b7ba;
}

/* Notification Posts END */

/* Notification Twitter Feed START */
.header_layout_uber .twitter_dropdown i {
    position: relative;
    top: -3px;
}

.header_layout_uber .twitter_dropdown {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.header_layout_uber .twitter_dropdown i {
    position: relative;
    top: 7px;
    color: #272727;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-left: 17px;
    cursor: pointer;
}

#astir_main_header.header_layout_uber .twitter_dropdown .new_tweets_number {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 14px;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}

#astir_main_header.header_layout_uber .twitter_dropdown .new_tweets_number span {
    background: #d9534f;
    color: #FFF;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: block;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets {
    position: absolute;
    width: 287px;
    top: 72px;
    right: 0;
    display: none;
    background: #272727;
    z-index: 9999;
}

.header_layout_uber.smaller_header .twitter_dropdown ul.recent_tweets {
    top: 55px;
}

.header_layout_uber .twitter_dropdown .notification_overlay {
    position: absolute;
    width: 5000px;
    height: 5000px;
    top: 72px;
    left: -2500px;
    cursor: pointer;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 250ms, opacity 250ms linear;
}

.header_layout_uber .twitter_dropdown .twitter_dropdown_open + .notification_overlay {
    visibility: visible;
    opacity: 0.15;
    transition: opacity 250ms linear;
}

.header_layout_uber.smaller_header .twitter_dropdown .notification_overlay {
    top: 55px;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #272727;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets.twitter_dropdown_open:before {
    top: -6px;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li {
    text-align: left;
    padding: 16px 30px 6px 30px;
    list-style-type: none;
    position: relative;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li:first-child {
    padding-top: 26px;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li:nth-last-child(2) {
    padding-bottom: 15px;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li:before {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0.23, 1, .32, 1);
    transition: all .3s cubic-bezier(0.23, 1, .32, 1);
    width: 0;
    z-index: -1;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li:hover:before {
    opacity: 1;
    width: 100%;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li a,
.header_layout_uber .twitter_dropdown ul.recent_tweets li.twitter_message,
.header_layout_uber .twitter_dropdown ul.recent_tweets li div.astir-twitter-text {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #d7d7d8;
    display: inline-block;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li div.astir-twitter-text a {
    pointer-events: none;
    cursor: default;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li div.astir-twitter-text a:nth-child(2) {
    margin-right: 4px;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li a {
    color: #98B7BA;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li a.astir-twitter-links-go-to-tweet {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: all !important;
    cursor: pointer !important;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li span {
    font-size: 10px;
    line-height: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #8f8f8f;
    font-weight: 300;
    display: block;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li span.recent_post_comment {
    margin-right: 22px;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li span i {
    font-size: 10px !important;
    color: #8f8f8f !important;
    padding-left: 0 !important;
    top: 0 !important;
    margin-right: 6px !important;
    cursor: auto !important;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li.visit_twitter_page {
    text-align: center;
    padding: 0;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li.visit_twitter_page a {
    display: inherit;
    padding: 15px 0;
    margin: 0 30px;
    border-top: 1px solid #323232;
    color: #98b7ba;
    -webkit-transition: box-shadow 0ms ease;
    transition: box-shadow 0ms ease;
}

#astir_main_header .ubermenu-item-level-0 > a.ubermenu-target {
    padding: 10px !important;
}

/*#astir_main_header .ubermenu span.ubermenu-target-text {*/
/*    text-align: left;*/
/*    font-size: 14px;*/
/*    letter-spacing: 1px;*/
/*    !*min-width: 82px;*!*/
/*}*/

#astir_main_header .ubermenu-sub-indicators .ubermenu-item-level-0 > .ubermenu-target {
    text-align: left;
}

#astir_main_header .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:after {
    display: none;
}

.header_layout_uber .twitter_dropdown ul.recent_tweets li.visit_twitter_page:hover a {
    border-top: 1px solid #000000;
}

/* Notification Twitter Feed END */
#astir_main_header .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    /*padding-bottom: 0;*/
    /*padding-top: 0;*/
}

#astir_main_header .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #F5FBF9;
    z-index: 9999;
}

#astir_main_header.header_layout_uber .wrapper_right_icons button#header_get_started {
    display: none;
    float: right;
    padding: 12px 18px;
    background-color: #999;
    border: none;
    margin-left: 24px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

#astir_main_header.header_layout_uber .wrapper_right_icons button#header_get_started:hover {
    background-color: #98b7ba;
}

#astir_main_header.header_layout_uber .ubermenu-item-level-0 > .ubermenu-target {
    text-transform: initial;
    color: #003A5D;
}

#astir_main_header.header_layout_uber .ubermenu-item-level-0 .ubermenu-target-title{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 149.3%;
    /* or 27px */
    display: flex;
    align-items: center;
    /*text-align: right;*/
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#astir_main_header.header_layout_uber .ubermenu-item-level-0 > a:hover{
    color: #00A887 !important;
}

#astir_main_header.header_layout_uber .ubermenu-item-level-0.ubermenu-active > a{
    color: #00A887 !important;
}

#astir_main_header.header_layout_uber .ubermenu-item-level-1 .ubermenu-target-title{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 149.3%;
    text-transform: initial;
}

#astir_main_header.header_layout_uber li.ubermenu-item-level-0 > ul.ubermenu-submenu {
    padding-bottom: 12px;
}

.ABdev_latest_portfolio.portfolio_excerpt {
    display: flex;
    flex-wrap: wrap;
}

ul.portfolio_filter a.portfolio_filter_button {
    color: #5c5c5c;
}

.tcvpb-button_filled.tcvpb-button_dark:hover {
    background-color: #03b8f1;
}

ul.portfolio_filter a.portfolio_filter_button:hover,
ul.portfolio_filter a.portfolio_filter_button.selected {
    color: #03b8f1;
}

.portfolio_mobile_filter div.portfolio_filter_mobile_selector {
    font-family: "Brandon Grotesque";
    float: left;
    padding-left: 30px;
}

.portfolio_mobile_filter ul:last-child li a {
    padding: 15px 31px;
}

/*@media only screen and (max-width: 1100px) {*/
/*    #astir_main_header .ubermenu span.ubermenu-target-text {*/
/*        font-size: 12px;*/
/*    }*/

/*    html {*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        background: #f6f6f6;*/
/*    }*/


/*    div.breadcrumb-container {*/
/*        display: none;*/
/*    }*/

/*    #astir_main_header.header_layout_uber .wrapper_right_icons {*/
/*        float: none;*/
/*        display: flex !important;*/
/*        text-align: left;*/
/*    }*/

/*    #astir_main_header.header_layout_uber .widget_search_header.opened_form {*/
/*        width: 150px !important;*/
/*    }*/

/*    #astir_main_header .ubermenu.ubermenu-responsive .ubermenu-column {*/
/*        min-width: 16.67%;*/
/*    }*/
/*}*/

div.breadcrumb-container {
    margin-top: 100px;
}

div.breadcrumb-container span:last-child {
    display: none;
}

div.breadcrumb-container ul {
    /*background-color: #000;*/
    /*color: #fff;*/
}

div.breadcrumb-container li {
    font-family: "Roboto Condensed";
}

div.breadcrumb-container a {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
}

div.breadcrumb-container li:last-child a {
    font-weight: 700;
    color: #fff;
}

/*@media only screen and (max-width: 980px) {*/
/*    #astir_main_header .ubermenu-main .ubermenu-nav {*/
/*        display: block !important;*/
/*    }*/

/*    #astir_main_header.header_layout_uber .wrapper_right_icons {*/
/*        text-align: center;*/
/*        display: none !important;*/
/*    }*/

/*}*/

/*@media only screen and (min-width: 980px) {*/
/*    #astir_main_header .ubermenu-main .ubermenu-nav {*/
/*        display: block;*/
/*    }*/

/*    #astir_main_header .ubermenu-column-1-6 {*/
/*        height: 569px;*/
/*    }*/

/*    #single_post_header_meta span.post_tags.right {*/
/*        margin: 0 65px 0 40px;*/
/*    }*/
/*}*/

/*#astir_main_header .ubermenu-main .ubermenu-nav {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    justify-content: space-between;*/
/*}*/

#astir_main_header .ubermenu-main .ubermenu-item-level-1 > a {
    color: #003A5D;
    text-transform: initial;
    font-weight: 900;
    padding: unset;

}

#astir_main_header .ubermenu-main {
    font-family: "Source Sans Pro", brandon-grotesque, "roboto condensed";
}

#astir_main_header .ubermenu-main .ubermenu-item-level-1 .ubermenu-target-title {
    border-bottom: solid transparent 3px;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-1 .ubermenu-target-title:hover {
    border-bottom: solid #FFC629 3px;
    color: #0065A1;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-1 > a .ubermenu-target-title {
    margin: 20px 40px 10px 40px;
}

/*#astir_main_header a:hover {*/
/*    color: #00A887 !important;*/
/*}*/

#astir_main_header .ubermenu-main .ubermenu-nav li:first-child .ubermenu-item-level-1 > a > span {
    /*font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    width: 100%;
    cursor:initial;*/
}

#astir_main_header .ubermenu-main .ubermenu-item-level-2 {
    padding: 4px 0;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-2:hover {

}

#astir_main_header .ubermenu-main .ubermenu-item-level-2 > a {
    text-transform: initial;
    font-size: 13px;
    color: #003A5D;
    margin: 0px 20px 0px 20px;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-3 {
    line-height: 1.1em;
    padding-top: 4px;
    padding-bottom: 4px;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-3 > a {
    font-size: 12px;
    color: #003A5D;
    /*padding: 0px 18px;*/
    padding: 0;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-3 > ul.ubermenu-submenu {
    padding-top: 0;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-3 > a > span {
    /*margin-left: 12px;*/
    margin: 0px 20px 0px 20px;
    padding: 5px;
}

#astir_main_header .ubermenu-main .ubermenu-item-level-4 > a > span {
    margin: 0px 20px 0px 20px;
    padding: 5px;
    font-weight: 300;
    font-size: 12px;
}

#astir_main_header .ubermenu-main .sub-menu-title {
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 149.3%;
    /* or 19px */
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #003A5D;
    opacity: 0.5;
    margin: 20px 20px 10px 40px;
}

@media only screen and (max-width: 1200px) {
    #astir_main_header .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto {
        width: 80%;
    }
}

.tcvpb-tabs ul.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tcvpb-tabs ul.nav.nav-tabs li a {
    padding: 9px 0;
}

.tcvpb_container .tcvpb-tabs-position-top .nav-tabs li.active:after {
    display: none;
}

.portfolio_item_tags span.subhead {
    display: none;
}

.portfolio_item_tags,
.overlay_title {
    font-family: "Roboto Condensed";
}

.portfolio_item .portfolio_item_details .overlay_title {
    font-weight: 400;
    font-style: italic;
    text-transform: initial;
    display: block;
}

div.portfolio_mobile_filter li.filter_button_all a {
    color: #fff !important;
}

.portfolio_filter li.work_with_us {
    visibility: hidden;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) {

    /* Header Regular */
    #astir_main_header.header_layout_uber nav > ul > li a {
        /*padding-right: 12px;
        padding-left: 12px;*/
    }

    #astir_main_header.header_layout_uber .widget_search_header.opened_form {
        width: 200px;
    }

    #astir_main_header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
        right: 0;
    }

}

@media only screen and (max-width: 1024px) {

    #single_post_header div.single_post_header_media {
        height: 100% !important;
    }

    #single_post_header .single_post_title_wrapper {
        position: relative;
        margin-top: -30%;
    }
}

/*@media only screen and (max-width: 959px) {
    !*Mobile Nav*!
    #astir_main_header.header_layout_uber div#logo {
        width: 30%;
        float: left;
        margin-left: 6%;
        margin-bottom: 0;
    }

    #astir_main_header.header_layout_uber div#logo img {
        height: auto;
    }

    #astir_main_header.header_layout_uber .ubermenu-responsive-toggle {
        float: none;
        padding-top: 9px;
        margin-top: 3%;
    }

    #astir_main_header .ubermenu.ubermenu-responsive .ubermenu-column {
        min-width: 0px;
    }

    #astir_main_header.header_layout_uber div.menu_toggle {
        display: inline;
    }

    div.breadcrumb-container {
        display: none;
    }
}*/

/*@media only screen and (min-width: 783px) and (max-width: 959px) {

    !* Header Regular *!
    #astir_main_header.header_layout_uber {
        position: static;
        padding: 28px 0 17px 0;
    }

    #astir_main_header.header_layout_uber ~ #astir_header_spacer {
        display: none !important;
    }

    .header_layout_uber #logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .header_layout_uber .wrapper_right {
        width: 100%;
    }

    .header_layout_uber #main_menu {
        padding-right: 0;
        margin-right: 120px;
        margin-top: 12px;
    }

    #astir_main_header.header_layout_uber .wrapper_right_icons {
        !*position: absolute;
        right: 0;*!
    }

    #astir_main_header.header_layout_uber .wrapper_right_icons button#header_get_started {
        padding: 12px 10px;
    }

    #astir_main_header.header_layout_uber .wrapper_right_icons:before {
        display: none;
    }

    #astir_main_header.header_layout_uber .search_box {
        position: absolute;
        right: 100px;
        height: 43px;
    }

    #astir_main_header.header_layout_uber .search_box.search_box_opened {
        background: #fff;
    }

    #astir_main_header.header_layout_uber .search_box:before {
        top: 0;
    }

    .header_layout_uber .searchbox-icon {
        height: 43px;
    }

    #astir_main_header.header_layout_uber .search_box input {
        padding: 12px;
    }

    #astir_main_header.header_layout_uber .post_dropdown,
    #astir_main_header.header_layout_uber .twitter_dropdown {
        position: absolute;
        right: 50px;
        padding-left: 0;
    }

    .header_layout_uber .post_dropdown ul.recent_posts,
    .header_layout_uber .twitter_dropdown ul.recent_tweets {
        top: 73px;
        right: -5px;
    }

    #astir_main_header.header_layout_uber nav > ul > li a {
        !*padding-right: 8px;
        padding-left: 8px;*!
        text-align: left;
    }

    #astir_main_header.header_layout_uber .wrapper_right_icons {
        display: none;
    }

    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        width: 100%;
    }

    div.breadcrumb-container {
        margin-top: 0;
    }

}*/

/*@media only screen and (max-width: 782px) {*/

/*    !* Regular header *!*/
/*    #astir_main_header.header_layout_uber {*/
/*        padding: 20px 0 4px 0;*/
/*        position: static;*/
/*    }*/

/*    .header_layout_uber .header_sidebar_toggle {*/
/*        display: none;*/
/*        position: fixed;*/
/*        right: 25px;*/
/*        top: 20px;*/
/*        left: auto;*/
/*    }*/

/*    body.admin-bar .header_layout_uber .header_sidebar_toggle {*/
/*        top: 66px;*/
/*    }*/

/*    #astir_main_header.header_layout_uber #logo {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .header_layout_uber .wrapper_right {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/

/*    #astir_main_header.header_layout_uber .wrapper_right_icons {*/
/*        float: none;*/
/*        padding-left: 0;*/
/*    }*/


/*    #astir_main_header.header_layout_uber .search_box {*/
/*        padding-left: 0;*/
/*    }*/

/*    #astir_main_header.header_layout_uber .widget_search_header.opened_form {*/
/*        width: 175px;*/
/*    }*/

/*    .header_layout_uber .post_dropdown ul.recent_posts,*/
/*    .header_layout_uber .twitter_dropdown ul.recent_tweets {*/
/*        right: -100px;*/
/*        top: 56px;*/
/*    }*/

/*    .header_layout_uber .post_dropdown ul.recent_posts.post_dropdown_open:before,*/
/*    .header_layout_uber .twitter_dropdown ul.recent_tweets.twitter_dropdown_open:before {*/
/*        right: 111px;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav {*/
/*        !*position: fixed;*/
/*        top: 0;*/
/*        left: 0;*/
/*        height: 100%;*/
/*        width: 85%;*/
/*        background: #f6f6f6;*/
/*        z-index: 100000;*/
/*        overflow-y: scroll;*/
/*        overflow-x: hidden;*/
/*        border-right: 1px solid #eee;*!*/
/*    }*/

/*    body.admin-bar #astir_main_header.header_layout_uber nav {*/
/*        top: 46px;*/
/*    }*/

/*    .header_layout_uber #main_menu {*/
/*        padding-right: 0;*/
/*    }*/

/*    .header_layout_uber nav > ul {*/
/*        width: 100%;*/
/*        float: none;*/
/*        position: relative;*/
/*        background-color: #f6f6f6;*/
/*    }*/

/*    .header_layout_uber nav > ul#main_menu_right {*/
/*        padding-top: 0;*/
/*    }*/

/*    .header_layout_uber nav > ul > li {*/
/*        display: block;*/
/*    }*/

/*    .header_layout_uber .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {*/
/*        min-width: 100%;*/
/*    }*/

/*    .header_layout_uber nav > ul > li:first-child {*/
/*        margin-left: 0;*/
/*    }*/

/*    .header_layout_uber nav > ul > li > a {*/
/*        display: block;*/
/*        width: 100%;*/
/*        padding-bottom: 0;*/
/*        padding-left: 0 !important;*/
/*        padding-right: 0 !important;*/
/*        text-align: left;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul > .menu-item-has-children:hover > a span:after {*/
/*        display: block;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul ul {*/
/*        margin: 0 !important;*/
/*        background-color: rgba(0, 0, 0, 0.9) !important;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul > li a span.arrow_down {*/
/*        position: absolute;*/
/*        right: 31px;*/
/*        top: 26px;*/
/*        width: 0;*/
/*        height: 0;*/
/*        border-left: 5px solid transparent;*/
/*        border-right: 5px solid transparent;*/
/*        border-top: 5px solid #98b7ba;*/
/*        -webkit-transform: rotate(0);*/
/*        -moz-transform: rotate(0);*/
/*        -ms-transform: rotate(0);*/
/*        -o-transform: rotate(0);*/
/*        transform: rotate(0);*/
/*        -webkit-transition: all .5s ease-out;*/
/*        -moz-transition: all .5s ease-out;*/
/*        -ms-transition: all .5s ease-out;*/
/*        -o-transition: all .5s ease-out;*/
/*        transition: all .5s ease-out;*/
/*    }*/

/*    .header_layout_uber nav > ul > li > ul:before {*/
/*        display: block;*/
/*    }*/

/*    .header_layout_uber nav > ul ul li {*/
/*        overflow: visible !important;*/
/*        height: auto !important;*/
/*    }*/

/*    .header_layout_uber nav > ul ul li a {*/
/*        padding: 0 !important;*/
/*    }*/

/*    #astir_main_header.header_layout_left nav ul li:hover {*/
/*        background-color: #fff;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul > li a {*/
/*        padding: 21px 0px 20px 30px !important;*/
/*        color: #8f8f8f !important;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul > li a:hover {*/
/*        color: #272727 !important;*/
/*        background-color: #fff;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul ul li a {*/
/*        color: #8f8f8f;*/
/*        font-size: 16px;*/
/*        padding: 21px 0px 20px 45px !important;*/
/*        text-transform: uppercase;*/
/*        margin-left: 10px;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul ul li:hover {*/
/*        background-color: #fff;*/
/*    }*/

/*    #astir_main_header.header_layout_uber nav > ul ul li a:hover {*/
/*        color: #272727;*/
/*        background-color: #fff;*/
/*    }*/

/*    #astir_main_header.header_layout_uber .wrapper_right_icons,*/
/*    #astir_main_header.header_layout_uber .wrapper_right_icons:before,*/
/*    #astir_main_header.header_layout_uber .search_box:before {*/
/*        display: none;*/
/*    }*/

/*    .back_to_all_link {*/
/*        display: none;*/
/*    }*/

/*    div.breadcrumb-container {*/
/*        margin-top: 0;*/
/*    }*/

/*}*/

/*Mobile Header Styles*/
@media only screen and (max-width: 480px) {
    .tier_1_header {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .tier_1_header h1 {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    .tier_2_header {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .tier_2_header h2 {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    .tier_3_header {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .tier_3_header h2 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .tier_4_header {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .tier_4_header h2 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}

@media only screen and (max-width: 380px) {
    .tier_1_header {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .tier_1_header h1 {
        font-size: 26px !important;
        line-height: 31px !important;
    }

    .tier_2_header {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .tier_2_header h2 {
        font-size: 26px !important;
        line-height: 31px !important;
    }

    .tier_3_header {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .tier_3_header h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .tier_4_header {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .tier_4_header h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

/*Hide Comments on Posts*/
#single_post_header_meta span.post_comments.right,
.single-post #comments_section {
    display: none;
}

.previous_portfolio_title span.subhead,
.next_portfolio_title span.subhead {
    display: none;
}

section.tcvpb_section_tc.tcvpb-parallax,
div.backstretch {
    background-attachment: scroll;
}

#homepage_projects .tcvpb_service_box.tcvpb_service_box_big {
    padding: 45px 30px;
    min-height: 450px;
}

.sidebar_menu {
    background-color: #fff;
    padding: 40px 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    max-width: 300px;
    font-family: 'Roboto Condensed';
}

.sidebar_menu .menu,
.sidebar_menu .menu .sub-menu {
    list-style: none;
}

.sidebar_menu .menu > li > a {
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar_menu .menu > li > ul > li > a {
    font-size: 12px;
}

.sidebar_menu a {
    color: #282829;
}

p {
    font-size: 18px !important;
}

.post_content p {
    font-family: "Brandon Grotesque" !important;
}

#home_projects .portfolio_excerpt .more_portfolio_link {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#home_projects .portfolio_excerpt .more_portfolio_link a {
    font-size: 18px;
    position: relative;
    top: 0;
    padding: 18px;
}

#home_projects .portfolio_excerpt .more_portfolio_link a i {
    top: 6px;
    left: -65px;
}

@media only screen and (max-width: 1190px) {
    #home_projects .portfolio_excerpt .more_portfolio_link {
        flex-direction: row;
    }

    #home_projects .portfolio_excerpt .more_portfolio_link a i {
        top: 12px;
        left: 0;
    }
}

@media only screen and (max-width: 780px) {
    #home_projects .portfolio_excerpt .more_portfolio_link {
        flex-direction: column;
    }
}


/*Homepage Team Slider*/
div.ABt_testimonials_wrapper {
    margin-top: -30px;
}

.ABt_testimonials_slide {
    width: 100% !important;
}

.ABt_testimonials_slide li .testimonials_right {
    padding-left: 30px;
    padding-right: 30px;
}

.ABt_testimonials_slide li .testimonials_right h3 {
    font-family: "Roboto Condensed" !important;
    font-size: 52px;
    color: #272727;
    line-height: 62px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ABt_testimonials_slide li .testimonials_right .source span.ABt_company {
    text-align: right;
}

.ABt_testimonials_slide .testimonial_small p:before,
.ABt_testimonials_slide .testimonial_small p:after {
    display: none;
}

#homepage_meet_team .tcvpb_container {
    width: 100%;
}

#homepage_meet_team .ABt_testimonials_slide li .testimonials_left {
    width: 40%;
}

#homepage_meet_team .ABt_testimonials_slide li .testimonials_right {
    width: 60%;
    padding: 0 60px;
}

.ABt_testimonials_wrapper .testimonial_title {
    padding-top: 36px;
}

.ABt_testimonials_slide .testimonial_small {
    display: flex;
}

footer#main_footer .container .row > .span3:first-child {
    margin-top: -26px;
}

footer#main_footer #main_footer_columns .widget .textwidget p a:hover {
    color: #009eda;
}

.single_post_title_wrapper h1 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}


/*Flexbox Grids*/

.flex-container {
    padding: 0;
    margin: -5px;
    font-size: 0;
    font-family: Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-container .flex-item {
    position: relative;
    display: inline-block;
    height: 0;
    width: 100%;
    padding-top: 100%;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 480px) {
    .flex-container .flex-item {
        width: 33.3333%;
        padding-top: 33.3333%;
    }
}

@media (min-width: 768px) {
    .flex-container .flex-item {
        width: 25%;
        padding-top: 25%;
    }

    .flex-5-wide .flex-container .flex-item {
        width: 33.3%;
        padding-top: 33.3%;
    }

}

@media (min-width: 1200px) {
    .flex-5-wide .flex-container .flex-item {
        width: 20%;
        padding-top: 20%;
    }
}

.flex-container .flex-item .flex-item-inner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 3%;
    padding: 10%;
    background-size: cover;
}

.flex-container .flex-item h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}


.flex-container div.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    color: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-container div.overlay:hover {
    opacity: 1;
    background-color: rgba(5, 119, 164, .2);
    border: 16px solid #f6f6f6;
}

.flex-container div.overlay .overlay-link {
    height: 100%;
    width: 100%;
}

.flex-container div.overlay:hover p.overlay-content {
    bottom: 0;
}

.flex-container p.overlay-content {
    padding: 30px;
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #f6f6f6;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #282829;
    font-weight: 400;
    font-family: "Brandon Grotesque";
    font-size: 12px;
}

@media only screen and (max-width: 1023px) {
    .flex-container .flex-item {
        width: 100%;
        /*padding-top: 15%;*/
    }

    .flex-container .flex-item .overlay-content {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .ABt_testimonials_slide .testimonial_small {
        flex-direction: column;
    }

    #homepage_meet_team .ABt_testimonials_slide li .testimonials_left,
    #homepage_meet_team .ABt_testimonials_slide li .testimonials_right {
        width: 100%;
        padding: 0 30px;
    }
}

/* less than iPhone  6+*/
@media only screen and (max-width: 479px) {
    .container, .tcvpb_container, .section_body_fullwidth .tcvpb_section_content .tcvpb_container, .boxed_body_wrapper {
        width: 90%;
    }

    .breadcrumb-container {
        font-size: 10px;
    }

    #astir_main_header.header_layout_uber .ubermenu-responsive-toggle {
        margin-top: 1%;
    }

    #home_projects .portfolio_excerpt .more_portfolio_link a {
        width: 100%;
    }

    .single_post_title_wrapper h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 0;
    }

    .single_post_title_wrapper p.single_post_tagline {
        display: none;
    }

    section.single_post_content,
    #astir_single_portfolio {
        padding: 24px;
    }

    .nivo-main-image {
        height: 250px !important;
    }
}

@media only screen and (max-width: 320px) {
    #astir_main_header.header_layout_uber .ubermenu-responsive-toggle {
        margin-top: 0;
    }

}

.overlaid {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.overlaid:hover {
    border: 16px solid #fff;
    padding: 16px;
    -webkit-filter: grayscale(25%);
}

sub {
    vertical-align: baseline;
    position: relative;
    top: 0.4em;
}

.tab_dropdown .portfolio_mobile_filter {
    display: block !important;
}

.tab_dropdown ul.portfolio_filter {
    left: 0;
}

.tab_dropdown .portfolio_mobile_filter ul li a {
    cursor: pointer;
}

.tcvpb-animo-children .post_extended_thumb {
    background-position: center center;
}

.tcvpb-animo-children .post_extended_thumb img {
    display: none;
}

.tcvpb_container .tcvpb_service_box.tcvpb_service_box_big .tcvpb_icon_boxed i.md-puzzle {
    line-height: 80px;
    padding-left: 4px
}

.tcvpb_container .tcvpb_service_box.tcvpb_service_box_big .tcvpb_icon_boxed i.ion-ios-cloud-download {
    padding-left: 6px
}

#astir_main_header.header_layout_uber .menu_toggle {
    margin-top: 25px;
}


/*Responsive Hides*/
@media only screen and (min-width: 1191px) {
    .desktop-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1190px) {
    .laptop-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 783px) and (max-width: 979px) {
    .tablet-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 782px) {
    .phablet-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .mobile-hide {
        display: none !important;
    }
}

/*.hidden-desktop {display: none !important;}
.hidden-tablet {display: inherit !important;}
.hidden-phablet {display: inherit !important;}
.hidden-phone {display: inherit !important;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.hidden-desktop {display: inherit !important;}
	.hidden-tablet {display: none !important;}
	.hidden-phablet {display: inherit !important;}
	.hidden-phone {display: inherit !important;}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.hidden-desktop {display: inherit !important;}
	.hidden-tablet {display: inherit !important;}
	.hidden-phablet {display: none !important;}
	.hidden-phone {display: inherit !important;}
}

@media only screen and (max-width: 479px) {
	.hidden-desktop {display: inherit !important;}
	.hidden-tablet {display: inherit !important;}
	.hidden-phablet {display: inherit !important;}
	.hidden-phone {display: none !important;}
}*/


/* FOOTER MENU */
#ac-globalfooter {
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#ac-globalfooter, #ac-globalfooter:before, #ac-globalfooter:after,
#ac-globalfooter *, #ac-globalfooter * :before, #ac-globalfooter * :after {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    letter-spacing: normal
}

#ac-globalfooter article, #ac-globalfooter aside, #ac-globalfooter details,
#ac-globalfooter figcaption, #ac-globalfooter figure, #ac-globalfooter footer,
#ac-globalfooter header, #ac-globalfooter nav, #ac-globalfooter section {
    display: block
}

#ac-globalfooter img {
    border: 0;
    vertical-align: middle
}

#ac-globalfooter ul {
    list-style: none
}

#ac-globalfooter, #ac-globalfooter input, #ac-globalfooter textarea,
#ac-globalfooter select, #ac-globalfooter button {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
    text-align: left
}

#ac-globalfooter, #ac-globalfooter select, #ac-globalfooter button,
#ac-globalfooter input, #ac-globalfooter textarea {
    font-family: 'Roboto Condensed', sans-serif;
}

#ac-globalfooter {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: normal;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    min-width: 1024px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1044px) {
    #ac-globalfooter {
        min-width: 320px
    }
}

#ac-globalfooter a {
    color: #fff;
    text-decoration: none
}

#ac-globalfooter.no-js a:hover {
    color: #03b8f1;
    text-decoration: none
}

#ac-globalfooter.no-touch a:hover {
    color: #03b8f1;
    text-decoration: none
}

#ac-globalfooter .bs-content {
    margin: 0 auto;
    padding: 48px 0px;
    max-width: 80%;
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-content {
        padding: 24px 16px;
        max-width: 100%;
    }
}

#ac-globalfooter .bs {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: normal;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs {
        font-size: 12px;
        line-height: 2.5;
        font-weight: 400;
        letter-spacing: normal
    }

    #ac-globalfooter .footer-divider,
    #ac-globalfooter .footer-bottom {
        padding: 0 20px;
    }

}

#ac-globalfooter .bs:before, #ac-globalfooter .bs:after {
    content: ' ';
    display: table
}

#ac-globalfooter .bs:after {
    clear: both
}

#ac-globalfooter .bs-column {
    position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
    float: left;
    width: 20%
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column {
        width: 100%
    }

}

#ac-globalfooter .bs-column-section {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
    float: left;
    pointer-events: none
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section {
        /*border-bottom: 1px solid #e3e3e3;*/
        overflow: hidden;
        pointer-events: auto
    }
}

#ac-globalfooter .bs-column-section ~ .bs-column-section {
    padding-top: 20px
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section ~ .bs-column-section {
        padding-top: 0
    }
}

#ac-globalfooter .bs-column-section-title {
    font-size: 13px;
    line-height: 1.66667;
    font-weight: 600;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-right: 12px;
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section-title {
        font-size: 14px;
        line-height: 2.78571;
        font-weight: 400;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section-title {
        background: #rgba(0, 0, 0, 0.9);
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 2
    }

    #ac-globalfooter.no-js .bs-column-section-title:hover {
        color: #fff
    }

    #ac-globalfooter.no-touch .bs-column-section-title:hover {
        color: #fff
    }

    #ac-globalfooter .bs-column-section-title:after {
        content: '+';
        float: right;
        font-weight: normal;
        margin-right: 8px;
        font-family: "Helvetica";
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
}

#ac-globalfooter .bs-column-section-list {
    margin-right: 20px;
    list-style: none;
    padding: 0
}

#ac-globalfooter .bs-column-section-list > li > a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #fff;
}

#ac-globalfooter .bs-column-section-list > li > div > ul > li > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #d2d2d2;
    text-transform: inherit;
}

#ac-globalfooter .bs-column-section-list > li > div > ul > li > div > ul > li > a {
    font-weight: 300;
    color: #929292;
    font-size: 12px;
    line-height: 18px;
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section-list {
        margin: 0;
        overflow: hidden;
        padding-bottom: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section-list > li > a {
        outline-offset: -6px;
        padding: 0 14px;
        display: block
    }
}

#ac-globalfooter .bs-column-section-anchor {
    right: 0;
    cursor: default;
    display: none;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}

#ac-globalfooter .bs-column-section-anchor:focus {
    outline-offset: -6px;
    width: 25px;
    height: 38px
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section-anchor {
        display: block
    }
}

#ac-globalfooter.no-js .bs-column-section-anchor {
    cursor: pointer;
    outline-offset: -6px;
    width: 100%;
    height: 38px
}

#ac-globalfooter .bs-column-section-anchor-close {
    display: none
}

#ac-globalfooter .bs-column-section-anchor-label {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#ac-globalfooter .bs-column-section-state,
#ac-globalfooter .bs-column-section-substate {
    display: none
}

.bs-column-subsection ul.dropdown li a {
    padding-left: 7px !important;
    display: block;
}

.bs-column-subsection-child ul.dropdown-child li a {
    padding-left: 14px !important;
    display: block;
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs-column-section-state:target + .bs-column-section .bs-column-section-title:after,
    #ac-globalfooter .bs-column-section-state:checked + .bs-column-section .bs-column-section-title:after {
        -webkit-transform: rotate(45deg) scale(1.08);
        -ms-transform: rotate(45deg) scale(1.08);
        transform: rotate(45deg) scale(1.08)
    }

    #ac-globalfooter .bs-column-section-state:target + .bs-column-section .bs-column-section-list,
    #ac-globalfooter .bs-column-section-state:checked + .bs-column-section .bs-column-section-list {
        position: static;
        visibility: visible;
        z-index: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease
    }

    #ac-globalfooter .bs-column-section-state:target + .bs-column-section .bs-column-section-anchor-open,
    #ac-globalfooter .bs-column-section-state:checked + .bs-column-section .bs-column-section-anchor-open {
        display: none
    }

    #ac-globalfooter .bs-column-section-state:target + .bs-column-section .bs-column-section-anchor-close,
    #ac-globalfooter .bs-column-section-state:checked + .bs-column-section .bs-column-section-anchor-close {
        display: block
    }

    .bs-column-subsection ul.dropdown li a {
        padding-left: 28px !important;
        padding-right: 14px !important;
        display: block;
    }

    .bs-column-subsection-child ul.dropdown-child li a {
        padding-left: 42px !important;
        display: block;
    }

    /*.bs-column-subsection ul.dropdown{
    margin: 0;
    overflow: hidden;
    padding-bottom: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .has-dropdown:hover ul.dropdown,
  .has-dropdown-child ul.dropdown-child {
  position: static;
  visibility: visible;
  z-index: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;

  }*/
    li.has-dropdown > a:after,
    li.has-dropdown-child > a:after {
        content: ' +';
        float: right;
    }

    li.has-dropdown:hover > a:after,
    li.has-dropdown-child:hover > a:after {
        -webkit-transform: rotate(45deg) scale(1.08);
        -ms-transform: rotate(45deg) scale(1.08);
        transform: rotate(45deg) scale(1.08);
        font-family: "Helvetica";
    }
}

@media only screen and (max-width: 768px) {
    #ac-globalfooter .bs.with-5-columns .bs-column {
        width: 100%
    }
}

#ac-globalfooter .bs-breadcrumbs + .bs {
    padding-top: 2px
}

#ac-globalfooter div.wpcf7 {
    margin-top: 12px;
}

#ac-globalfooter input.wpcf7-form-control {
    padding-left: 18px;
    font-size: 12px;
    line-height: 18px;
    width: 90%;
    font-family: 'Vollkorn';
}

#ac-globalfooter .footer-divider hr {
    border-color: #222;
}

.form-submit-button {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1px solid white;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque";

}

/**
* Layers DevKit Custom Main CSS
*/
.form-submit-button {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1px solid white;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque";

}

.hidden {
    display: none !important;
}

.margin-5-bottom {
    margin-bottom: 5px;
}

.margin-10-bottom {
    margin-bottom: 10px;
}

.margin-15-bottom {
    margin-bottom: 15px;
}

.margin-20-bottom {
    margin-bottom: 20px;
}

.margin-25-bottom {
    margin-bottom: 25px;
}

.margin-30-bottom {
    margin-bottom: 30px;
}

.margin-35-bottom {
    margin-bottom: 35px;
}

.margin-40-bottom {
    margin-bottom: 40px;
}

.margin-50-left {
    margin-left: 50px;
}

.no-margin * {
    margin: 0px;
}

.min-height-225 {
    min-height: 225px;
}

.max-width-270 {
    max-width: 270px;
}

.max-width-75 {
    max-width: 75%;
}

.text-shadow-90 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}

.text-shadow-70 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

.text-shadow-50 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.text-shadow-30 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.text-blue, .text-blue * {
    color: rgb(0, 145, 200);
!important;
}

.menu_head {
    font-weight: bold;
}

span.subhead {
    display: block;
    color: #999999;
    line-height: 135%;
    font-size: 24px;
    margin-top: 10px;
    font-family: "roboto condensed";
    font-weight: 400;
    text-transform: uppercase;
}

h1.single_portfolio_title {
    font-size: 50px;
    line-height: 110%;
}

h1, h2, p, ul, li {
    font-family: "Brandon Grotesque";
}

h3, h4, h5, h6 {
    font-family: 'Roboto Condensed';
}

.text-center, .text-center > * {
    text-align: center !important;
}

a {
    text-decoration: none !important;
}

.ubermenu span.ubermenu-target-text {
    text-tranform: uppercase;
}

.tcvpb_container {
    width: 80%;
}

#homepage_header {
    height: 50vh;
    background-image: url('https://ml6enrcgsmjx.i.optimole.com/XiuyMSA.XJND~3042/w:auto/h:auto/q:75/http://www.bluesource.com/wp-content/uploads/2016/07/generating-offsets-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#homepage_header h3 {
    margin-top: 10%;
    margin-left: 10%;
    color: #fff;
}

.nocaps {
    text-transform: initial;
}

#weare_header p span {
    font-family: "Roboto Condensed" !important;
    font-size: 52px;
    color: #272727;
    line-height: 62px;
    font-weight: 700;
    letter-spacing: 3px;
}

#home_projects h2 {
    margin-bottom: 0;
}

#home_projects .portfolio_title_intro p {
    margin-bottom: 0;
}

#home_projects p.p_tc {
    font-family: "Brandon Grotesque" !important;
}

#homepage_meet_team h3 {
    font-family: "Roboto Condensed" !important;
}

.ABdev_latest_portfolio h2 {
    font-family: "Roboto Condensed" !important;
}

#casestudies_header h1 {
    font-family: "Roboto Condensed" !important;
}

#casestudies_header p.p_tc {
    font-family: "Vollkorn" !important;
}

.ubermenu span.ubermenu-target-text {
    font-weight: 600;
}

ul > li > ul > li span {
    letter-spacing: 1px;
}

#home_footer-quote h3 {
    margin: 40px 0 8px;
}

#mc_embed_signup {
    background: none;
    clear: none;
    font: 14px brandon-grotesque, sans-serif;
    width: 100%;
    display: inline-block;
}

.clear {
    display: inline-block;
}

#mce-EMAIL {
    margin: 0;
    display: inline-block;
    width: 75%;
}

#mc_embed_signup .button {
    background: none;
    color: white;
    border: none;
    padding: .1em;
    display: inline-block;
    margin: 0;
}

body {
    background-color: #f6f6f6;
}

.section_container {
    width: 100%;
    position: absolute;
    display: block;
    min-height: 500px;
    background-color: white;
}

.section_header {
    height: 90px;
    text-align: center;
    padding-top: 30px;
    width: 100%;
    background-color: white;
    position: relative;
    display: block;
    vertical-align: bottom;
}


.elementor-element-cf9ed4b {
    margin-bottom: 0px !important;

}

iFrame#iFrameResizer0 {
    width: 100% !important;
}

#astir_header_spacer {
    /*margin-top: 10rem;*/
}