/*
	Theme Name: Chimel Cake
	Theme URI: http://www.chimelcake.com
	Description: Hueman child theme for Chimel Cake
	Author: andrastudio
	Author URI: http://www.andrastudio.com
	Template: oceanwp
	Version: 1.0.0
*/

@import url("../oceanwp/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	font-size: 14px;
}

p {
	margin-bottom: 20px;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: .85em;
	line-height: 100%;
}

img.alignleft {
	margin: 0 10px 10px 0;
}

.entry {
	font-size: 14px;
}

/* Tables */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

th {
  text-align: left;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #dddddd;
}


/* Header */
#header {
	background: url(images/bg-header.jpg) no-repeat top center;
}

.site-title,
.site-description {
	float: none;
	text-align: center;
	line-height: 1;
}

.site-title {
	text-shadow: 1px 1px #999;
}

.site-description {
	background: #ffeb3b;
	width: 150px;
	color: #555;
	padding: 3px 0;
	margin: 0 auto;
}

#nav-header .container {
	background-color: #C2185B;
}

#nav-topbar .nav li a {
	font-size: 13px;
}

#nav-header .nav li a {
	font-size: 14px;
	font-weight: 700;
}

li.order-now a {
	background: #00c853;
	color: #fff !important;
}

li.order-now a:hover {
	background: #4caf50 !important;
}

/* Homepage */
body.home section.content .page-title {
	display: none;
}

body.home .vc_images_carousel .vc_carousel-control .icon-prev, 
body.home .vc_images_carousel .vc_carousel-control .icon-next {
	background-color: #fff;
	border-radius: 100%;
}

body.home .vc_images_carousel .vc_carousel-control .icon-prev:before,
body.home .vc_images_carousel .vc_carousel-control .icon-next:before {
	top: 5px;
}

body.home .vc_images_carousel .vc_carousel-control .icon-next:before {
	left: 1px;
}

body.home .vc_images_carousel .vc_carousel-control .icon-prev:before {
	left: -1px;
}

/* Testimonials */
body.page-template-page-testimonials .vc_row {
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.page-template-page-testimonials .vc_inner {
	border-bottom: none;
}

body.page-template-page-testimonials .vc_row p:last-child {
	margin-bottom: 20px;
}

body.page-template-page-testimonials .vc_row .wpb_text_column {
	padding-right: 30px;
}

/* Cake Taxonomy */
body.tax-cake_type article.type-cake {
	margin-bottom: 20px;
}

body.tax-cake_type article.type-cake .post-title {
	font-size: 16px;
}

/* Widgets */
.widget {
	font-size: 13px;
}

/* Gravity Form */
.gform_confirmation_wrapper .gform_confirmation_message {
	background-color: #4caf50;
	font-size: 16px;
	color: #fff;
	margin: 30px 0;
	padding: 10px;
}

.gform_wrapper textarea.large {
	width: 100%;
}

#recaptcha_widget_div {
	width: 60%;
}

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) {
	.nav ul {
		top: 45px;
	}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
