/*
 Theme Name:   Video Conference
 Theme URI:    http://example.com/twenty-seventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Ewise
 Author URI:   http://www.ewise.co.il
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

/* PAGE */

header.entry-header h1.entry-title{
    font-size: 40px !important;

}
header.entry-header{
    width: 100% !important;
}

header.entry-header h2.entry-title{
    font-size: 30px !important;
}

div.entry-content{
    width: 100% !important;    
}

p.site-description{
    font-weight: bolder;
    color: black !important;
}

div.blured-div{
    background: #fff; 
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    filter: blur(30px); 
    float: left;
}

.site-branding-text{
    position: absolute;
}

h1.site-title a{
    color: black !important;
}

@media screen and (min-width: 48em){
    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 5em;
    }
}