/*
 Theme Name:   Food Blog Child
 Theme URI:    http://yourwebsite.com/twentyfourteen-child/
 Description:  My first child theme, based on Food Blog
 Author:       David Lopes
 Template:     food-blog
 Version:      1.0.0
 Tags:         food
*/

body > .container .row.content_squeeze { padding:0 0px; }

.btn-custom {
	background-color: #ffcc66;
	border-color: #ffcc66;
	color:#fff;
	font-weight:400;
}

.btn-custom.active {
	background-color: #cca351;
	border-color: #cca351;
	color:#fff;
}

fieldset[disabled] .btn-custom.active {
	background-color: #ffcc66;
	border-color: #ffcc66;
}

.blog .post, .archive .post { margin-bottom:0px; }

.blog_pagination a, .single_post_nav  a{ display: inline-block; padding: .65em 2em;color:#ffcc66; background:#fff; border:2px solid #ffcc66; font-weight:300; font-size:20px; text-transform:none; -webkit-border-radius: 5px; border-radius: 5px; }

.blog_pagination a:hover, .single_post_nav a:hover { color:#ffcc66; background:#fff4e0; border:2px solid #ffcc66; }

.nimbus_image_box_img {margin-bottom: 10px;}

.widget_nimbus_image_box_widget .textwidget {margin-bottom: 10px;}