/*
Theme Name:	Chocolat Koi Child
Theme URI:
Description:	Chocolat (with Koi elements) Child Theme
Author:		Corinne Welsh
Author URI:
Template:	chocolat
Version:	1.0.0
License:
License URI:
Tags:
Text Domain:	chocolat-koi-child
*/


/* -- Chocolat Custom CSS below here -- */


/* ------------------------------------
4.1.1 - header base style
------------------------------------ */

#header {
	background: url(images/bg-top.gif) repeat-x left top;
	word-wrap: break-word;
}


/* ------------------------------------
4.1.2 - header search-form
------------------------------------ */

.search-form {
	display: none;
}


/* ------------------------------------------------
5.0 - Content Style
------------------------------------ */

#content-inner section,
#content-header,
.common-contents,
.comment-respond {
	background: #ffffcc;
	border: solid 1px #d6ac75;
	border-radius: 10px;
	overflow: hidden;
}


/* ------------------------------------
5.2.1 - section-top
------------------------------------ */

.entry-title {
        display: none;
}


/* ------------------------------------
6.1 - Widgets
------------------------------------ */

.contactlink-side,
.widget-common:not(.widget_search) {
	background: #ffffcc;
	border: solid 1px #895628;
	border-radius: 10px;
	line-height: 1.3;
}


.widget-common .widget-title {
	background: #603c21;
	border-radius: 8px 8px 0 0;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 15px 8px;
}



/* ------------------------------------
7.0 - Footer Style
------------------------------------ */

#footer:before {
	background-image: url(images/bg-foot.gif);
	background-repeat: repeat-x, repeat;
	background-position: bottom left, top left;
	content: "";
	display: block;
	height: 140px;
}


#footer #footer-inner {
	background: #41250c;
	padding: 5px 0 10px;
}


#footer .footer-title,
#footer .footer-description {
        display: none;
	margin: 0;
}


#footer .footer-description,
#footer #footer-bottom {
	font-size: 0.6em;
}


/* ------------------------------------
Contact Form 7 Styling
------------------------------------ */

.wpcf7-form .wpcf7-submit {
	background:#f56993;
	color:#000;
	}

.wpcf7-form input:hover[type="submit"] {
	background:#895628;
	cursor:pointer;
	color:#fff;
	}


/* ------------------------------------------------
My custom style taken from original Koi site setup
------------------------------------ */

.contacticonlist
{
	font-size:1.2em;
	list-style-type:none;
	margin: 1em 0 1em 0px;
	padding: 0em;
	line-height: 200%;
}
li.email
{
	background-image:url(/wp-content/media/email-icon.png);
	background-repeat:no-repeat;
	background-position: 0 0 0 5px;
	line-height:200%;
	margin: 0 0 1.5em 5px;
	padding: 0 0 0 60px;
}
li.phone
{
	background-image:url(/wp-content/media/phone-icon.png);
	background-repeat:no-repeat;
	background-position: 0 0 0 5px;
	line-height:200%;
	margin: 0 0 1.5em 5px;
	padding: 0 0 0 60px;
}
li.post
{
	background-image:url(/wp-content/media/post-icon.png);
	background-repeat:no-repeat;
	background-position: 0 0 0 5px;
	line-height:130%;
	margin: 0 0 1.5em 5px;
	padding: 0 0 0 60px;
}
