/*!
Theme Name: MegaWP
Theme URI: http://themegawp.com/
Author: Alechko Studio
Author URI: http://alechkostudio.com/
Description: MegaWP - Business WordPress theme. Using the MegaWP theme with drag & drop page builder you can easily create a modern website with real content. The MegaWP is fully responsive and easy to customize theme using intuitive drag & drop Visual Composer and theme Options panel in WordPress customizer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megawp
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout

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.

*/

.ast_gmap_wrapper .alert {
   margin-bottom: 0px;
}
.ast_gmap_wrapper .alert strong {
   color: #ff0000;
}

.mod-custom__mobile_version
{
    background: rgba(180, 180, 180, 0.2) url("http://www.astemplates.com/images/bg.mobile.png") no-repeat scroll left bottom;
    border-top-right-radius: 100%;
    bottom: 0;
    height: 120px;
    position: fixed;
    transition: background-image 0.5s ease-in-out 0s;
    width: 160px;
    z-index: 999;
    transition: opacity 0.5s ease-in-out 0s;		
}

.mod-custom__mobile_version p
{
	padding: 0px;
	margin: 0px;
}

.mod-custom__mobile_version p a
{
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border-top-right-radius: 100%;
    color: #fff;
    display: table-caption;
    font-size: 14px;
    font-weight: bold;
    height: 150px;
    line-height: 18px;
    opacity: 0;
    padding-left: 25px;
    padding-top: 45px;
    text-transform: uppercase;
    transition: opacity 0.5s ease-in-out 0s;
    width: 170px;	
}

.mod-custom__mobile_version p a:hover
{
	opacity: 1;
}