/*!
Theme Name: Custom Nelumbo Theme
Theme URI: http://hilart.com
Author: Hilart Abrahamian
Author URI: http://hilart.com/
Description: Theme customized solely for Nelumbo.io.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consulting
Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.stm_gmap_wrapper .alert {
   margin-bottom: 0;
}

.stm_gmap_wrapper .alert strong {
   color: #ff0000;
}

.loader {
   position: relative;
   margin: 0 auto;
   width: 100px
}

.loader:before {
   content: '';
   display: block;
   padding-top: 100%
}

.circular {
   -webkit-animation: rotate 2s linear infinite;
   animation: rotate 2s linear infinite;
   height: 100%;
   -webkit-transform-origin: center center;
   transform-origin: center center;
   width: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}

.path {
   stroke-dasharray: 1, 200;
   stroke-dashoffset: 0;
   -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
   animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
   stroke-linecap: round
}

.top_nav .top_nav_wrapper > ul > li, 
.top_nav .main_menu_nav > ul > li,
.breadcrumbs {
	text-transform: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
	font-family: inherit !important;
}

/* OCT 26 UPD */
@media only screen and (max-width: 992px) {
   body.header_style_3 .logo {
      float: none;
   }
   body.header_style_3 #header .header_top .icon_text {
      float: left;
      margin: 30px 30px 0 0;
   }
   body.header_style_3 #header .top_nav .icon_text {
      display: none;
   }
   body.header_style_3 #header .top_nav .icon_text:before {
      display: none;
   }
   .top_nav .top_nav_wrapper > ul > li > a {
      padding: 21px 14px;
   }
}

@media only screen and (max-width: 767px) {
   body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
      width: auto !important;
      text-align: center;
      margin: 0 0 20px;
   }
   body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
      text-align: center;
   }
   body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
      text-align: center
   }
   .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
      z-index: 15;
   }
}

/* Dec 1 2016 */
.staff_list.grid.cols_2 ul li {
	width: 50%;
}

.staff_list.grid.cols_2 ul li .staff_image {
	max-width: 100%;
}

@media only screen and (max-width: 667px) {
    .staff_list.grid.cols_2 ul li {
        width: 100%;
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {z-index:999}

#footer .footer_widgets .widget .widget_title {
	font-size: 26px;
}