#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #686868;
    font-weight: 600;
}

@media all and (max-width: 768px){
.temp-menu-button a.mega-menu-link {
   border-radius: 0 !important;
}

#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff !important;
}

.footer_top a {
    display: block;
}

#mega-menu-wrap-top-navigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before, #mega-menu-wrap-top-navigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after, #mega-menu-wrap-top-navigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
    background-color: #686868;
}
}

@media all and (min-width: 768px){
#mega-menu-item-4431 {
   display: none !important;
}

.temp-menu-button a.mega-menu-link {
   border-radius: 50px !important;
}

#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: rgba(34, 34, 34, 0);
    color: #686868;
    font-weight: 600;
}

.footer_bottom_holder {
    display: block;
    background-color: #fff;
}

.footer_top h5 {
    margin-bottom: 0px;
}

.footer_top a {
    display: block;
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
    color: #303030;
}

.q_logo {
    left: 50px!important;
}

header.fixed.scrolled .header_bottom {
     background-color: #fff !important;
}

.footerlogo {
    width: 250px;
}

    .scrolled .q_logo a {
        height: 75px !important;
    }

.scrolled .q_logo img {
    height: 75px !important;
}

.side_menu_button {
    height: 110px !important;
}

.header_bottom_right_widget_holder {
    width: 185px;
}

nav.main_menu.right {
    position: relative;
    left: -4%;
    float: right;
}

.logo_wrapper {
    height: 100px !important;
}

#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item > a.mega-menu-link {
    line-height: 110px;
    height: 110px;
}

   .q_logo a {
        height: 75px !important;
    }
} 

.footerlogo {
    width: 250px;
    margin-top: 50px;
} 

.latest_post_image img {
    width: 85%;
    float: left;
}

.footer_top .latest_post_text h5 {
    line-height: 28px;
}

.footer_top .latest_post_title a {
    font-size: 15px;
    line-height: 15px;
}

.tempfootermap iframe {
    margin-top: -59px;
    margin-bottom: -100px;
}

.tempfootermap {
    overflow: hidden;
    border-radius: 20px;
    width: 250px;    
    margin-bottom: 15px;
}

.footer_top .q_font_awsome_icon_square:hover {
    background: #64c7e2 !important;
}

.footer_top i.qode_icon_font_awesome.fa.fa-yelp.qode_icon_element.fa-stack-1x:hover {
    background: #64c7e2 !important;
}

.footer_top i.qode_icon_font_awesome.fa.fa-yelp.qode_icon_element.fa-stack-1x {
    background: #ff4242;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.footer_top .fa-inverse {
    color: #686868;
}

.footer_top .single-icon p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 8px;
}

.footer_top .fa-circle {
    color: #fff;
}

.footer_top .single-icon .fa-stack {
    float: left;
    margin-right: 15px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-top: 2px;
}

.footer_top .single-icon {
    margin-top: -7px;
}

.footer_top h5 {
    color: #686868;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}

.submenu.third {
    top: 135px;
}

.submenu.second {
    top: 100px;
}

.submenu.first {
    top: 0;
}

.submenu {
    display: none;
    position: absolute;
    left: 500px !important;
    background-color: #444;
    padding: 10px;
    border-radius: 4px;
    z-index: 100;
}

.footer-menu-item:hover .submenu {
    display: block;
}

/* Submenu links */
.submenu a {
    padding: 8px 15px;
    width: 200px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.submenu a:hover {
    background-color: #5e5e5e;
}

/* Submenu-item for nested menu */
.submenu-item {
    position: relative;
}

.sub-submenu {
    display: none;
    position: absolute;
    top: -200px;
    left: 240px; /* Adjust as needed for positioning */
    background-color: #555;
    padding: 10px;
    border-radius: 4px;
    z-index: 200;
}

/* Show sub-submenu on hover */
.submenu-item:hover .sub-submenu {
    display: block;
}

/* Sub-submenu links */
.sub-submenu a {
    padding: 8px 15px;
    width: 200px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.sub-submenu a:hover {
    background-color: #6e6e6e;
}

.header_bottom_widget .icon_phone:before {
    content: "\e090";
    color: #fff;
}

.header_bottom_widget p {
    text-decoration: none;
    color: #686868;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'League Spartan', sans-serif !important;
    padding-top: 5px;
}

header.sticky .temp-menu-button a {
    margin-top: -2px !important;
}

.temp-menu-button a.mega-menu-link {
    padding: 0px 10px 0px 24px !important;
    background-color: #ff4242 !important;
    color: #fff !important;
    line-height: 42px !important;
    height: 40px !important;
    font-family: 'League Spartan', sans-serif !important;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.temp-menu-button .mega-sub-menu a.mega-menu-link:hover {
    background-color: #fff !important;
    color: #686868 !important;
}

.temp-menu-button .mega-sub-menu a.mega-menu-link {
    padding: 0px 10px 0px 24px !important;
    background-color: #f1f1f1 !important;
    color: #686868 !important;
    line-height: 42px !important;
    height: 40px !important;
    font-family: 'League Spartan', sans-serif !important;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.temp-menu-button a.mega-menu-link:hover {
    background-color: #64c7e2 !important;
    color: #fff;
}

#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item > a.mega-menu-link {
    text-decoration: none;
    color: #686868;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'League Spartan', sans-serif !important;
    padding: 0px 25px 0px 25px;
}

#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'League Spartan', sans-serif !important;
}

html .q_logo a {
    visibility: visible !important;
}

.q_logo a {
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
	
	.desktop-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
	
  .mobile-only {
    display: none;
  }
	
	.desktop-only {
    display: block;
  }
}

.post_text iframe {
    width: 560px;
    height: 315px;
    max-width: 100%;
}
.blog-button {
    font-size: 12px!important;
    font-weight: 600!important;
color: white!important;
}
.blog-button:hover {
    background: #333;
    color: white!important;
}
.widget #searchform {
    border: 2px solid #0056a3;
}

section.parallax_section_holder {
    background-size: cover!important;
}

.page-header h1 {
font-size: 60px;
line-height: 68px;
font-weight: 800;
}
@media all and (max-width:760px) {
.q_logo a {
    top: -15px;
}
}
i.qode_icon_font_awesome.fa.fa-yelp.qode_icon_element.fa-stack-1x {
    background: #e81a18;
    width: 36px;
    height: 36px;
    border-radius: 100%;
transition: all 0.5s ease;
}

i.qode_icon_font_awesome.fa.fa-yelp.qode_icon_element.fa-stack-1x:hover {
    background: #000;
transition: all 0.5s ease;
}

.latest_post_two_holder .latest_post_two_text {
    min-height: 320px!important;
}
.greyscale img {
    opacity: 0.2!important;
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
    transition: all 0.5s ease;
}
.greyscale img:hover {
    opacity: 1!important;
    filter: none;
    transition: all 0.5s ease;
}
.latest_post_two_holder.three_columns > ul > li {
    width: 100% !important;
}
.vc_custom_1493417835970 {
    z-index: 99!important;
}
@media all and (max-width: 1000px) {
.header_bottom, nav.mobile_menu {
    background-color: transparent !important;
}
}
@media all and (max-width: 760px) {
.call_to_action .column2.button_wrapper .qbutton {
    margin: 60px 0 0 !important;
}
nav.mobile_menu ul li, nav.mobile_menu ul li {
    border-color: #42609b;
}
/*header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img {
    height: 100% !important;
    margin-top: 25px !important;
}*/
.mobile_menu_button span {
    color: white;
}
}
.header_bottom.clearfix {
    background:#fff !important;
}

/*header.scrolled .logo_wrapper {
    margin-top: -18px!important;
}
header.scrolled.dark:not(.header_style_on_scroll) .q_logo img.normal, header.scrolled.light:not(.header_style_on_scroll) .q_logo img.normal, header.scrolled:not(.header_style_on_scroll) .q_logo img.normal {
    margin-top: 0px!important;
}*/
.q_elements_holder.two_columns .q_elements_item {
    background-size: cover;
}
.iconlist-2 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    float: left;
}
.iconlist-2 .icon {
    width: 18px;
    height: 18px;
    padding: 0px;
    margin: 3px 0px 0px 0px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    color: #000;
    border-radius: 100%;
}
.iconlist-2 .text {
    padding: 0px 0 0 28px;
    margin: 0px;
    display: block;
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;
text-align: left;
}
img.teaser:hover {
    margin-top: -30px;
    transition: all 0.2s ease;
    padding-bottom: 40px;
}
img.teaser {
    padding-top: 50px;
    transition: all 0.2s ease;
}
@media all and (min-width: 760px) {
#recent-posts-3 {
    padding-left: 50px;
}
}
nav.main_menu > ul > li > a {
    color: #fff!important;
}
.text-shadow h1, .text-shadow h2, .text-shadow h3, .text-shadow h4, .text-shadow p {
text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.qbutton.small {
    padding: 10px 20px!important;
}
.parallax {
background-size: cover;
background-attachment: fixed;
background-position: center;
}

.footer_bottom p, .footer_bottom span {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
}
.footer_top ul.sub-menu {
    display: none!important;
}
.footer_top a:hover {
    color: #283891!important;
}
.white h2, .white h1, .white h3, .white h4, .white p {
color: white;
    text-shadow: 0px 1px 7px rgba(0,0,0,0.6);
}
.darkpolygon .angled-section polygon {
    fill: #80bd01!important;
}

