/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
h1, h2, h3, h4, h5, h6{
    color: #333;
}
#page-header{
    background-image: url('https://mlkfkdqxwdfj.i.optimole.com/3bnuw_I--aNHoqSu/w:auto/h:auto/q:mauto/process:5429/id:ae04ec9f17f419773b5f87417049c00b/https://www.susannrottloff.com/page-header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:  65px 20px;
    position: relative;
}
#page-header::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    height: 100%;
    width: 100%;
}
#page-header .inner{
    position: relative;
}
#page-header .page-title{
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
#page-header .subtitle{
    text-align: center;
    color: #333!important;
}
#page-header .cta{
    text-transform: uppercase;
    font-weight: 600;
}
.joinchat{
    right: 100px!important;
    bottom: 25px!important;
}
.video-list .list .video{
    margin-bottom: 50px;
}
.video-list .list .video .title{
    text-align: center;
    margin-top: 20px;
}
.video-list .list .video .description{
    margin-top: 10px;
    text-align: center;
    font-size: 0.8em;
}
.property-header-image{
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 992px){
    .property-header-image{
        height: 350px;
    }
}
@media (min-width: 992px){
    .video-list .list {
        display: flex;
        flex-wrap: wrap;
    }
    .video-list .list .video{
        width: 50%;
        padding: 0 30px;
    }
}
