/*
Theme Name: Zuki Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: zuki
Version: 1.0
Tags: Zuki Child Theme
*/

/* This will import the stylesheet from the Zuki parent theme */
@import url('../zuki/style.css');

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

/* Helper */

.m-top-0 {
	margin-top: 0;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.inline-block {
	display: inline-block;
}

.full-width {
	width: 100%;
}

.italic {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-style: italic;
}


/* Widget */

.textwidget table {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.43;
	border-bottom: none;
	margin-bottom: 0px;
}

.textwidget table td {
	border: none;
	vertical-align: top;
}

/* MC4WP Form in sidebar */
.mc4wp-form input {
	width: 100%;
	margin-bottom: 6px;
}	

/* Home Screen adjustments */
.home .entry-comments {
	display: none !important; /* hide comments on recent posts medium 1) */
}

.rp-medium-one .entry-cats {
	font-size: 0.6875rem;
  line-height: 1.5;
  font-style: italic;
}

/* Fix Safari bug for social media Icons */
.widget-area .widget ul li:last-child {
	padding-bottom: 7px;
}

@media (max-width: 1259px) {
	/* hide navi sub items on 'mobile' */
	#site-nav ul li li {
		display: none;
	}
}

/* Header adjustments */

@media screen and (min-width: 1260px) {
	#site-nav {
	  padding: 15px 0 40px;
	}
}

/* ---------------------------------------------------- */
/* accordion											*/
/* ---------------------------------------------------- */

.accordion{
	border-bottom:1px solid #e8e8e8;
}
.accordion .title a{
	font-size:15px;
	font-weight:700px;
	color:#777777;
	display: block;
	border-top:1px solid #e8e8e8;
	padding:25px 20px 25px 50px;
	background: url(./images/plus.png) no-repeat 20px 28px;
}
.accordion .title a:hover{
	background: #f8f8f8 url(./images/plus.png) no-repeat 20px 28px;
}
.accordion .title.active a{
	color:#ec7100 !important;
	background: #ffffff url(./images/minus.png) no-repeat 20px 28px;
}
.accordion .inner{
	margin-top:-10px;
	padding:0px 20px 20px 50px;
}