/*
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. */

#site-nav {
    padding: 10px 0 40px !important;
}

#masthead {
    padding: 50px 0 0;
}

.search-box a#search-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #ededed;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 60px;
    z-index: 10000;
}

.search-box #searchform {
	display: none;
	position: relative;
	padding: 20px 60px 0 0;
	width: 320px;
	height: 60px;
}
.search-box #searchform input {
	height: 60px;
	padding: 13px 18px 12px;
}
.search-box #searchform:after {
	display: none;
}

#header-top-nav ul {
    display: inline-block;
    font-size: 0.7875rem;
    letter-spacing: 1px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.rp-medium-two h3.entry-title {
    font-size: 1.3rem;
    line-height: 1.2;
	font-family: "Libre Baskerville",Georgia,serif;
	font-weight: normal;
}

.widget h3.widget-title {
	display: block;
	margin: 0;
	padding: 0 0 35px;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

/* Infoboxes */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 0 0 26px;
	padding: 12px;
	overflow:hidden;
	font-size: 14px;
	font-size: 0.875rem;
	color: #474747;
	font-style: normal;
	line-height:1.65;
}

/* Infobox with code-like styling */

.code-box {
	background: #fff; border: 1px solid #ddd;
	margin: 0 0 26px;
	padding: 12px;
	overflow:hidden;
	font-family: courier;
	font-size: 14px;
	font-size: 0.875rem;
	color: #474747;
	font-style: normal;
	line-height:1.65;
}

h7 {
    font-size: 1.475rem;
    line-height: 1.35;
    margin: 17px 0 15px;
}

/*Changing Gravity Forms field description styling */

.gform_wrapper .field_description_below .gfield_description {
	font-size: 0.8125rem;
    line-height: 1.2;
	font-family: "Karla", Arial, sans-serif;
	font-weight: normal;
}

.gfield_radio li label {
	font-weight: normal;
}

.gfield_label {
	padding-top: 12px;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: normal;
}