﻿/*!
Theme Name: Quadregal
Theme URI: http://quadregal.com/
Author: Quadregal Infotech
Author URI: http://quadregal.com/
Description: ProGrowth Energy - Business theme developed by Quadregal for ProGrowth Energy Pvt. Ltd. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
Version: 3.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: progrowth energy
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
}

/* 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;
   }
}