/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.vid-cust .ts-video-thumbnail {
    display: none;
}
.pricing-inner span.premium-dual-header-second-header b {
    display: block;
    font-size: 25px;
    color: white;
}
.pricing-inner-mobile span.premium-dual-header-second-header b {
    font-size: 26px;
    color: white;
}
.pmagic .pm-login-box input[type=submit] {
    color: black!important;
    border-color: #e0a123!important;
}
.pmagic .pm-login-box input[type=submit]:hover {
    color: white!important;
    background-color: #e0a123!important;
}
.pmagic .pm-login-box a {
    color: black;
}
.user-banner .elementor-shortcode {
    color: white;
    font-size: 30px;
}
.password-block .pm-field-input {
    width: 100%;
}
.password-block .pm-field-lable {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.ctm-responsive-icon ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: end !important;
}
}
@media (max-width:1188px) and (min-width:1024px) {
    .footer-address li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 13px !important;
}
}