.am-hidden {
    display: none;
}
/*main menu*/

#advanced_menu_toggle {
    display: none;
}
#advanced_menu_hide {
    display: none;
}    
#top #header .av-main-nav > li > a .avia-menu-text {
    text-transform: uppercase !important;
    font-weight: normal;
}
.main_menu {
  left: 25%;
}
.header-addition {
    font-family: "custom-font", "Roboto", “HelveticaNeue”, “Helvetica Neue”, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 40px;
    color: #00a6ae;
    position: absolute;
    display: block;
    right: 40px;
    top: 40px;;
}
#header.header-scrolled .header-addition{
    font-size: 34px !important;
    top: 20px;
}
.header_color .avia-menu-fx {
    background-color: #00a6ae;
}
.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
  background-color: #00a6ae;
  color: #ffffff;
  border-color: white;
}

/*home page*/

/*custom icons on home page*/
.am-custom-icon .iconbox_icon {
    font-size: 80px !important;
}
#top .iconbox.av-no-box .iconbox_icon {
    margin: 0 auto 5px auto;
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.am-homepage-cta .modern-quote .av-special-heading-tag {
    font-weight: bold !important;
}
.av-subheading_above {
    font-family: "custom-font","Roboto", “HelveticaNeue”, “Helvetica Neue”, Helvetica, sans-serif !important;
    margin: 0;
}
.widgettitle {
    font-size: 32px;
    font-weight: bold !important;
}
.footer-contact {
    font-family: "custom-font","Roboto", “HelveticaNeue”, “Helvetica Neue”, Helvetica, sans-serif !important;
    line-height: 2;
    margin-top: 20px;
}
.footer-contact-right {
    font-family: "custom-font","Roboto", “HelveticaNeue”, “Helvetica Neue”, Helvetica, sans-serif !important;
    text-align: right;
    line-height: 2;
    margin-top: 20px;
}
#footer .flex_column:nth-child(3) {
    text-align: right;
}
.footer-centre {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}
.footer-centre-social {
    display: inline-block;
    position: relative;
    margin-top: -30px;
}
#after_layer_slider_1 {
    border: none;
}
/* header top right hand side */
#header .slogan_header_right {
    position: relative;
    display: block;
    line-height: 1.3;
    color: #00a6ae;
    font-family: "custom-font","Roboto", “HelveticaNeue”, “Helvetica Neue”, Helvetica, sans-serif !important;
    font-size: 42px;
    font-weight: bold;
    margin-top: 29px;
    text-align: right;
}
#header .button_header_right {
    position: relative;
    float: right;
    display: block;
    background: #29b3e1;
    border-radius: 20px;
    padding: 10px 20px;
    line-height: 1.3;
    color: white;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 15px; 
    text-align: center;
}

/*about page*/
.slideshow_align_caption {
    padding: 0 !important;
}
/*services page*/

.sidebar_tab .tab_icon {
    font-size: 24px !important;
    margin-right: 15px !important;
}
.tab {
    color: #58585a !important;
    font-size: 16px !important;
}
div .main_color .tabcontainer .active_tab {
    background-color: #00a6ae;
}
div .main_color .tabcontainer .active_tab {
    background-color: #00a6ae;
    color: white !important;
}
.av-image-caption-overlay-center {
    vertical-align: bottom !important;
    padding: 10px 1.5em !important;
}
.am-widget-area {
    float: right !important;
    margin-left: 0 !important;
}

/*services page*/
#top .main_color input[type='text'] {
    color: #333 !important;
}
#top .main_color textarea {
    color: #333;
}
/*media queries*/
@media only screen and (max-width: 990px) {
    .header-addition {display: none;}
    h2 { margin-top:10px;}
}    
@media only screen and (max-width: 767px) and (min-width: 350px) {
    .header-addition {display: none;}
    .am-header-slider {display: none;}
    #footer .widget {text-align: center !important; margin:0 !important;}
    .footer-contact-right {text-align: center !important;}
    .footer-centre {margin-top: 0 !important;}
    #top #wrap_all .ls-wp-container .ls-slide > * {display: none;}
}
@media only screen and (max-width: 850px) and (min-width: 350px) {
    .slideshow_align_caption {display: none !important;}
}
@media only screen and (min-width: 850px) {
    .am-responsive-header {display: none !important;}
}

@media only screen and (max-width: 1350px) {
    #top #header .av-main-nav > li > a {font-size:11px;}
}
@media only screen and (max-width: 1200px) {
    .main_menu {display: none;}
    /*.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {display:block;}*/
    .header-addition {right:120px;}
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {top: 40px;left: auto;right: 0;display: block;}
}
@media only screen and (max-width: 1205px) {
    .current-menu-item > a > .avia-menu-fx {visibility:hidden;}
}