@charset "UTF-8";


body, button, input, select, textarea {
	color: #693e2d;
}

a {
	color: #ed4e7d;
}

a:active,
a:hover {
	color: #ce471c;
}

h1:not(.site-title),
h2,
h3,
h4,
h5,
h6 {
	;
}

::selection {
	background: #c13a0f;
}

::-moz-selection {
	background: #c13a0f;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: rgba(50,50,50,0.8);
	color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ce1244;
	color: #fff;
}

.site-header {
	background-color: #ffb2b2; 
	/* background-color: #f47344; 201601 */
}

.menu-toggle {
	background-color: #f47344;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: rgba(255, 255, 255, .15);
}

.search-toggle {
	background-color: #c13a0f;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: rgba(255, 255, 255, .15);
}

.search-box {
	background-color: #c13a0f;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation a {
	color: #8c2500;
}

.site-navigation a:hover {
	color: #c13a0f;
}

.site-navigation li a:hover {
	background-color: rgba(255, 255, 255, .15);
	color: #8c2500;
}

.site-navigation ul ul a:hover,
.site-navigation ul ul li.focus > a {
	background-color: rgba(255, 255, 255, .15);
	color: #8c2500;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #c13a0f;
}

/*
.site-navigation li {
	border-top: 1px solid rgba(139, 69, 19, 0.2);	/* 201502 (255,255,255, 0.2)*/

}
*/

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #c13a0f;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.entry-title {
	color: #DE7A00;	/* 201601 #803B05->#552D12->#86502C */
}

.entry-title a {
	color: #ed4e7d;
}

.entry-title a:hover {
	color: #ce471c;
}

.entry-meta a:hover {
	color: #ce471c;
}

.cat-links a:hover {
	color: #ce471c;
}

.entry-meta .tag-links a:hover {
	background-color: #c13a0f;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #c13a0f;
}

.entry-content .edit-link a:hover {
	color: #ce471c;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #c13a0f;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #c13a0f;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #ce471c;
}

.page-links a:hover {
	background: #c13a0f;
	border: 1px solid #c13a0f;
	color: #fff;
}

.post-navigation a, .image-navigation a {	/* 201601 add */
	color: #ed4e7d;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #ce471c;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #c13a0f;
}

.paging-navigation a:hover {
	border-top: 5px solid #c13a0f;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #ce471c;
}

.comment-reply-title small a:hover {
	color: #ce471c;
}

#secondary {
	background-color: #ffb2b2;
	border-top: 0;	/* 1px solid #000;	201601 del */
/*	border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	color: rgba(255, 255, 255, 0.7);
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #ce471c;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #c13a0f;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #c13a0f;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #c13a0f;
}

.widget_calendar caption {
	color: #fff;
}

/*
.widget_calendar tbody td,
.widget_calendar thead th {
	color: rgba(255, 22, 102, 0.7);	/* 201502 add*/
}
*/

.widget_calendar tbody a {
	background-color: #c13a0f;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #c13a0f;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ce471c;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #c1432d;
	color: #c13a0f;	/* 201601 add */
}

.content-sidebar .widget a {
	color: #ed4e7d;
}

.content-sidebar .widget a:hover {
	color: #ce471c;
}

.widget_calendar tbody a {
    background-color: #c13a0f;
    color: #fff;
}

.widget_calendar tbody a:hover {
	filter:alpha(opacity=80); opacity:0.8;;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #c13a0f;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #c13a0f;
}

.content-sidebar .widget .widget-title a:hover {
	color: #ce471c;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ce471c;
}

.site-footer,
.site-info,
.site-info a {
	color: #8c2500;
}

.site-footer {
	background-color: #ffb2b2;
}

.site-info a:hover {
	color: #c13a0f;
}

#footer-sidebar #recentcomments {
	color: rgba(122,176,27, 0.7);	/* 201502 add */
}

.featured-content .entry-header {
	background-color: #000;
}

.featured-content a:hover {
	color: #ce471c;
}

.slider-control-paging a:hover:before {
	background-color: #c13a0f;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #c13a0f;
}

.slider-direction-nav a:hover {
	background-color: #c13a0f;
}


/* ----------------------------------
   custom css 201601
---------------------------- s --- */
.site-content .entry-meta {
	background-color: rgba(255, 255, 255, 0);
}

input, textarea, select {
	background-color: rgba(255, 255, 255, 0.6);
}

.entry-content H2 {
	position:relative;
	padding:0 0 3px 30px;
	border-bottom:2px solid rgba(193,67,45,0.8);
	background: url(https://www.aprile-musicschool.com/wp-content/uploads/2016/01/aprile_logo_20160127_01-4_h2.png) no-repeat left center;
	background-size: 23px auto;
	line-height: 1.4;
}

.entry-content H3 {
	position:relative;
	padding:0 0 3px 30px;
	border-bottom:1px solid #41A62A;
/*	background: url(https://www.aprile-musicschool.com/wp-content/uploads/2016/01/aprile_logo_20160127_01-4_h2.png) no-repeat left center; */
	background-size: 20px auto;
	line-height: 1.2;
}

.entry-content H4 {
	position:relative;
	padding:0 0 3px 30px;
	border-bottom:1px dashed #DACA04;
/*	background: url(https://www.aprile-musicschool.com/wp-content/uploads/2016/01/aprile_logo_h4.png) no-repeat left center; */
	background-size: 17px auto;
}


/* ------------------------- e --- */


@media screen and (min-width: 783px) {

	.admin-bar.masthead-fixed .site-header {
    		top: 0;
	}
	.masthead-fixed .site-header {
    		position: relative;
	}

	.primary-navigation {
    		margin: 0 10px 0 10px;
	}

	.primary-navigation ul ul {
		background-color: #ffb2b2;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #8c2500;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}

	.primary-navigation li li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li 	.current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
    		color: #c13a0f;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #ffb2b2;
	}

	#secondary {
		background-color: transparent;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.secondary-navigation li li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.secondary-navigation ul ul {
		background-color: #ffb2b2;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #8c2500;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}
}

.site {
		background-color: #f9f1e3;
}
.site-content .entry-header {
		background-color: transparent;
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
		background-color: transparent;
}

a, button, input {
	-webkit-transition: all .5s;
	transition: all .5s;
}
