/*
Theme Name: DotLife Child
Theme URI: https://themes.themegoods.com/dotlife/landing
Description: Premium Speaker & Coach WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: dotlife
Template: dotlife
*/


#valamit iframe
{height: auto!important;}

.pum-container .pum-content a {
    display: inline-block;
    background-color: #009DDA;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #009DDA;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.pum-container .pum-content a:hover {
    background-color: #fff;
    color:#009DDA;
    border: 2px solid #009DDA;
}