@charset "UTF-8";


body, button, input, select, textarea {
	color: #824f1a;
}

a {
	color: #ed4e7d;
}

a:active,
a:hover {
	color: #ed4e7d;
}

h1:not(.site-title),
h2,
h3,
h4,
h5,
h6 {
	;
}

::selection {
	background: #c34537;
}

::-moz-selection {
	background: #c34537;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #be4356;
	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: rgba(190,67,86,0.7);
	color: #fff;
}

.site-header {
	background-color: #fcf3d4;
}

.menu-toggle {
	/* background-color: #fffac0;	201611 */
	background-color: #c34537;
	border-left: 1px solid #fff;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: rgba(255, 255, 255, .15);
}

.search-toggle {
	background-color: #c34537;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: rgba(255, 255, 255, .15);
}

.search-box {
	background-color: #c34537;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation a {
	color: #c34537;
	text-transform: none;
}

.site-navigation a:hover {
	color: #c34537;
}

.site-navigation li a:hover {
	background-color: rgba(255, 255, 255, .15);
	color: #c34537;	/* #c34537; 201604 */
}

.site-navigation ul ul a:hover,
.site-navigation ul ul li.focus > a {
	background-color: rgba(255, 255, 255, .15);
	color: #c34537;
}

.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: #c34537;
}

/*
.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: #c34537;
}

.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: #552D12;	/* 201409 #803B05; */
}

.entry-title a {
	color: #ed4e7d;
}

.entry-title a:hover {
	color: #ed4e7d;
}

.entry-meta a:hover {
	color: #ed4e7d;
}

.cat-links a:hover {
	color: #ed4e7d;
}

.entry-meta .tag-links a:hover {
	background-color: #c34537;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #c34537;
}

.entry-content .edit-link a:hover {
	color: #ed4e7d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #c34537;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #c34537;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #ed4e7d;
}

.page-links a:hover {
	background: #c34537;
	border: 1px solid #c34537;
	color: #fff;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #ed4e7d;
}

.post-navigation a, .image-navigation a {
     color: #ed4e7d;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #c34537;
}

.paging-navigation a:hover {
	border-top: 5px solid #c34537;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #ed4e7d;
}

.comment-reply-title small a:hover {
	color: #ed4e7d;
}

#secondary {
	background-color: #fcf3d4;
	border-top: 0;
/*	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: #ed4e7d;
}

.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: #c34537;
}

.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: #c34537;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #c34537;
}

.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: #c34537;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #c34537;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ed4e7d;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #2b2b2b;
	color: #824f1a;
}

.content-sidebar .widget a {
	color: #ed4e7d;
}

.content-sidebar .widget a:hover {
	color: #ed4e7d;
}

.widget_calendar tbody a {
    background-color: #c34537;
    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: #c34537;
	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: #c34537;
}

.content-sidebar .widget .widget-title a:hover {
	color: #ed4e7d;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ed4e7d;
}

.site-footer,
.site-info,
.site-info a {
	color: #c34537;
}

.site-footer {
	background-color: #fffac0;
}

.site-info a:hover {
	color: #c34537;
}

#footer-sidebar #recentcomments {
	color: rgba(122,176,27, 0.7);	/* 201502 add */
}

.featured-content .entry-header {
	background-color: #000;
}

.featured-content a:hover {
	color: #ed4e7d;
}

.slider-control-paging a:hover:before {
	background-color: #c34537;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #c34537;
}

.slider-direction-nav a:hover {
	background-color: #c34537;
}


@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: #fcf3d4;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #c34537; /* #c34537; 201604 */
	}

	.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: #c34537;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #fcf3d4;
	}

	#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: #fcf3d4;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #c34537;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}
}

.site {
		background-color: #fff;
}
.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;
}

/* --- custom css Start ------------------------------------------ */

.site-title a, .site-title a:hover {
    color: #c34537;
}

/* --- h tag --- */
.entry-title {
	color: #824f1a;
	font-weight: 400;
}

h2 {
	color: #834e1a;	/* #8b0000; */
	background-color: #fffac0;
	padding: 10px;
	border-bottom: 1px dashed #834e1a;
	border-top: 1px dashed #834e1a;
}


h3 {
	color: #834e1a;
	background-color: rgba(255, 250, 192, 0.5);
	padding: 10px;
	border-bottom: 1px dashed #f5b08f;
	border-top: 1px dashed #f5b08f;
}

h4 {
	color: #834e1a;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dashed #f5b08f;
	border-top: 1px dashed #f5b08f;
}

h5 {
	color: #834e1a;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dashed #f5b08f;
}

/* --- services --- */
.service_menu2, .service_menu3 {
	border-radius: 7px;
	background-color: #fffdde;
	border: 1px dotted #c34537;
	height: 60px;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 3px 3px 3px rgba(50,50,50,0.4);
}

.service_tb {
	border: none;
}

.service_tb td {
	width: 33%;
	background-color: rgb(252, 243, 212);
	border-right: 2px solid #fff;
	border-bottom: none;
}

.service_tb_title {
	font-weight: 400;
	font-size: 150%;
	color: #c34537;
}

/* --- top --- */
.top_hr {
	border-bottom: 1px dashed #f5b08f;
	margin-bottom: 20px;
}


/* --- counseling --- */
.counseling_p td {
	vertical-align: middle;
}

/* --- contact --- */
.wpcf7_tb, .wpcf7_tb td {
	border: none;
}

.wpcf7_tb {
	color: #ec1a49;
}


/* --------------------------- End ----------------------------- */
