/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
    font-family: "Playlist Script";
    src:  url("https://angelikabuchmayer.com/wp-content/uploads/et-fonts/AnyConv.com__Playlist-Script.ttf") format("ttf");
    font-weight: normal;
}

.fl-logo-img {
    max-height:80px;
}

.fl-page-footer{
    font-size: 15px;
    font-weight: 600;
}

#ncore_footer{
	display:none;
}

#login_1_form > div.ncore.ncore_user_form {

}

form.ncore_user_form.ncore_form_narrow input[type=password], 
form.ncore_user_form.ncore_form_narrow input[type=password]:focus, 
form.ncore_user_form.ncore_form_narrow input[type=text], 
form.ncore_user_form.ncore_form_narrow input[type=text]:focus {
    border: 2px solid #dec878;
    height: 35px;
}

form.ncore_user_form.ncore_form_narrow div.ncore_without_value div.ncore_form_label label,
#login_1_form > div.ncore.ncore_user_form > div.ncore_form_row.ncore_input_checkbox.ncore_without_value > div > label {
    top: -4px;
	color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
}

#login_1_form > div.ncore.ncore_user_form > div.ncore_form_row.ncore_input_checkbox.ncore_without_value > div > div {
	display: none;
}

.button.button-primary.ncore_custom_button, form#login_1_form .button.button-primary {
	background-color: #dec878 !important;
	color: #fff !important;
}

form.ncore_user_form.ncore_form_narrow .button.button-primary {
	padding: 14px 55px;
}

#login_1_form > div.ncore.ncore_user.ncore_form_buttons {
	margin-top: 0px;
}

/* video embed container */
 .embed-container {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
 }
 .embed-container iframe, .embed-container object, .embed-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

div.digimember_lecture_progress > div {
	background-color: #dec878 !important;
	color: #fff;
}

.fl-comments {
	padding-left: 40px;
	padding-right: 40px;
}

#fl-comment-form {
	padding-bottom: 40px;
}

.fl-comments-list .comment-meta{
    margin: 10px 0 10px;
}

.fl-comments-list .comment-content {
	padding: 12px;
}
