/* 
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 */
.mb-0 p{
    margin-bottom:0 !important;
}

.homeinsta img{
    width:100% !important;
}
table.homeTable, table.homeTable th, table.homeTable td{
    border: 1px solid #a7a9a8;
    /*border-collapse: collapse;*/
    background:transparent !important;
}
.iconBox h3.elementor-image-box-title {
    margin-bottom: 5px;
}
.iconBox figure.elementor-image-box-img {
    margin-top: 15px !important;
}
.boldSpan span{
    font-weight:700 !important;
}


.removebr br{
    display:none;
}

ul#menu-1-d0d0210 ul ul ul {
    background: #222 !important;
    border-top:2px solid #fff !important;
    border-bottom:2px solid #fff !important;
}

.gallerySlider img{
    border:1px solid #333;
}

.hide-vimeo-controls .vimeo-player iframe {
    pointer-events: none;
}
.hide-vimeo-controls .vimeo-player iframe::-webkit-media-controls {
    display: none !important;
}
.hide-vimeo-controls .vimeo-player iframe::-moz-media-controls {
    display: none !important;
}

/* Hide Vimeo information */
.hide-vimeo-info .vimeo-player iframe {
    pointer-events: none;
}
.hide-vimeo-info .vimeo-player iframe::-webkit-media-controls {
    display: none !important;
}
.hide-vimeo-info .vimeo-player iframe::-moz-media-controls {
    display: none !important;
}
.hide-vimeo-info .vimeo-player iframe {
    display: block !important;
}
.hide-vimeo-info iframe {
    border: none;
}

.audio-button-p{
    display:none;
}