/*
 Theme Name:   Harper Child Theme
 Theme URI:    https://harper.axiomthemes.com/
 Description:  Harper Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     harper
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  harper
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.sc_blogger_portmodern .sc_blogger_content .sc_blogger_item:after {
    color: #fff;
}

.sc_blogger_portmodern {
    padding-top: 5%;
    min-height: 80vh;
}

.sc_icons.color_style_dark .sc_icons_icon {
    font-family: afronaut, sans-serif;
}
.sc_services_item_subtitle {
    display: none;
}
.elementor-18890 .elementor-element.elementor-element-3a2b089 {
    --spacer-size: 0px;
}
.scroll_to_top_style_default {
    border-color: #d3ad3d;
    background-color: #d3ad3d;
}
.scroll_to_top_style_default:hover {
    border-color: #b4923e;
    background-color: #b4923e;
}
.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]){
    color: #85939b;
}
a.theme_button.post_readmore {
    display: none;
}

.menu_mobile .menu_mobile_widgets_area {
    background-color: #14232b;
}

.elementor-icon {
    padding-top: 30px;
}

@media (max-width: 479px) {
	.menu_mobile .sc_layouts_logo img {
		max-height: 57px!important;
	}
	h6.sc_item_title {
		line-height: 23px!important;
	}
}
input[type="checkbox"].tml-checkbox {
	position: unset !important;
}
input[type="checkbox"] + label::before {
	content: none;
}
input[type="checkbox"] + label {
  padding: 0;
}

/*LOGIN*/
input#user_login {
    padding: 12px 47px 11px;
    line-height: 1.5em;
    border: 1px solid var(--theme-color-input_bd_color);
    -webkit-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
}
input#user_pass {
    line-height: 1.5em;
    padding: 12px 47px 11px;
    border: 1px solid var(--theme-color-input_bd_color);
    border-radius: 26px;
}

/*Registrazione*/
li {
    font-weight: 400;
}
.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-form-field .wppb-password-field-container, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-auth input {
    padding: 12px 47px 11px!important;
    line-height: 1.5em!important;
    border: 1px solid var(--theme-color-input_bd_color)!important;
    border-radius: 26px!important;
}
input[type=password].filled {
	border-color: transparent;
}
.wppb-user-forms input[type="password"] {
	border: none!important;
	border-radius: 0px;
}
.wppb-gdpr-checkbox.wppb-form-field label {
    font-size: 15px;
}
.wppb-required {
    color: #85868b!important;
}
.select2-container {
    padding: 30px 0;
}

/* Playlist */
.mejs-container,
div.wpcf7 .form-style-4 .wpcf7-spinner, 
.tml-register-link,
.plyr__control,
.wppb-send-credentials-checkbox {
	display: none;
}
.plyr__progress input[data-plyr="seek"] {
  pointer-events: none !important;
}
#controlli {
	margin: 40px 0;
	line-height: 1.2;
}
#controlli button {
	cursor: pointer;
	background-color: unset;
	font-size: 30px;
}
#controlli button img {
	width: 25px;
    border: 2px solid black;
    border-radius: 50px;
    padding: 10px;
    background-color: white;
}
ul.tml-links {
    list-style: none;
    padding: 0;
}
input#user_consent_gdpr {
    margin-right: 5px !important;
}
@media (max-width: 600px) {
	#playlist-page .playlist-header img {
		max-width: 300px!important;
	}
	#controlli button img {
		width: 35px;
	}
	.playlist-info,
	.playlist-thumb	{
		flex: 1 1 100%!important;
		padding: 8px 0;
	}
}