/*   
Theme Name: Dorayaki Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/

/* Import the stylesheet from the Dorayaki parent theme */
@import url('../dorayaki/style.css');

/* 
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

.footerlabel-title {
	font-family: "Lato","Helvetica Neue",Arial,sans-serif !important;
	letter-spacing: 1px;
}


.service-box {background-color: #ffffff;}
.service-box span.service-name {color:#777777 !important; font-size:1.3rem !important; }

.service-box span.service-name:hover {color: #ffffff !important; font-size:1.3rem !important; }
.service-box:hover {background-color: #8db81b !important;}
a.service-box:hover {text-color: #ffffff !important;}

.service-box img.service-img {margin:0px !important; padding:0px !important;}

.entry-title {
	font-family: "Lato","Helvetica Neue",Arial,sans-serif !important;
	color: #999999 !important;
}


div.wpcf7-response-output {
	color: #333333 !important;
	font-family: "Lato","Helvetica Neue",Arial,sans-serif !important;
}

.green-btn {
    background-color: #8DB81B !important;
}

.green-btn:hover {
    background-color: #789c17 !important;
}

.contact-info {
   float: left !important;
}

.contact-box .cb-emails {
     visibility: hidden !important;
}

.page .contact-info {
    width: 100%  !important;
    float: left;
}

.contact-box .cb-address-wrap {
    border-right: none !important;
}


