/*
Theme Name: Cake
Theme URI: http://demo.themeton.com/cake/
Author: ThemeTon and CodePassenger
Author URI: http://themeforest.net/user/themeton
Description: Cake - Easy & Slight Bakery WordPress Theme
Version: 1.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: left-sidebar, featured-images, post-formats
Text Domain: cake
*/



body{
	word-wrap: break-word;
	word-break: break-word;
}

/*visual composure(start) */
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner
{ 
	padding-top: 0 !important;
}
/*visual composure(end) */
body:not(.single) .post p:last-child { 
	margin-bottom:0;
}

.single.single-post {
	padding: 0;
}
.sticky{
	background-color: #fcf8e3;
}
.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}
 .wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    text-align: center;
}
 .wp-caption img {
    max-width: 98%;
    height: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.gallery-caption{
	
}
.screen-reader-text{
	display:none;
}
.nav-links .nav-previous{
	float:right;
}
.nav-links .nav-next{
	float:left;
}
.single-post .page-links{
	text-align: center;
    margin-bottom: 20px;
}
.comment-content ul,
.comment-content ol{
	margin-left: 15px;
	padding-left: 10px;
}
.comment-content ul {
	list-style: disc;
}
.comment-content ol {
	list-style: decimal;
}

.widget li ul {
	list-style: circle;
	padding-top: 0;
	padding-left: 35px;
}

.widget li ul ul ul{
	padding-left: 5px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
}
.media-body ul li{
	list-style: inherit !important;
}
.error_404 {
	text-align:center;
	
}
.error_404 .error_code{
	color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 80px;
	line-height: 100%;
	padding: 15px 0;
}
.error_404 .error_text{
	font-size: 24px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
}
.error_404 a{
	margin-top: 20px;
	color: #fb0d29;
}
.error_404 a:hover{
	color: #0ec7ef;
}
.comment-metadata, .comment-content {
	min-height: 26px;
}
table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 0;
    margin: 20px 0;
    width: 100%;
}
.post-navigation .nav-links{
	margin-bottom: 20px;
}
.post-navigation .nav-links a{
    font-size: 16px;
    color: rgba(251, 13, 41, 0.9);
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous{
	display: inline-block;
}
.textwidget img{
	height:100%;
	width:100%;
}
.textwidget select{
	width:100%;
}
.post-navigation .nav-next{
	float:right;
}
.navbar-brand img{
	margin:0px;
}

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	table-layout: fixed;
}
table td ,table th{
	padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.comment-info img{
	max-width:100%;
}
.comment-list .children{
	margin-left:20px !important;
	padding-left:20px !important;
}
.comment-form  .comment-reply-title{
	display:none;
}
.comment-area .media-body img{
	max-width:100%;
}
.comment-area .media-body p:last-child {
	margin-bottom:0;
}
.media-list .media > .children{
    margin-top: 30px;
    display: inline-block;
}
select{
    max-width:100%;
}
.single-page-post .page-links{
	margin-bottom:30px;
}
.single-page-post .single-blog-post {
	box-shadow:none;
}
.single-post iframe{
	max-width:100%;
}
.single .post-title-date .entry-meta {
	padding-top: 40px;
}
.single .single-post .post-thumbnail {
    margin-bottom: 0;
}
.single .sticky-title {
	text-align: center;
	padding-right: 60px;
	padding-top: 40px;
	margin-bottom: 0 !important;
}
.breadcrumb {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.single-post .read-more {
    display: block;
    clear: both;
}
.error404{
	text-align:center;
}

#main-content .vc_column-inner {
	padding-top:0px;
}
.bg-style{
	background-color:transparent !important;
}
.wpcf7-form span{
	display:inline;
}
.sticky .sticky-title,
.category-sticky .sticky-title
{
	color: #00c0ff;
    padding-left: 60px;
    margin-bottom: 20px;
    font-family: serif;
}
.sticky-title {
    padding-left: 60px;
    margin-bottom: 20px;
}

aside.widget li i{
	margin-right:5px;
}

.widget .rssSummary {
	line-height: 22px;
	margin-top: 10px;
}
.single .post-thumbnail a {
	display: block;
}
.single .post-thumbnail img {
	width: 100%;
}
.logged-in.admin-bar .navbar-fixed-top {
	top: 32px;
}
.page-template-default .comment-block,
.page-template-default .comment-respond {
	padding: 0;
}
.comment-block .comment-list {
	list-style: none !important;
}
dl.wp-caption {
	background: none;
	margin: 0;
	border: none;
	padding: 0;
}
.post-password-form input[type='password'] {
	padding: 0 15px;
	border: 1px solid #e6a84c;
}
.post-password-form input[type='submit'] {
	background: #e6a84c;
	outline: none;
	border: none;
	color: #fff;
	padding: 2px 15px;
}
.post-content .post-tag-list {
	margin-bottom: 35px;
}
.post-content .post-tag-category {
	margin-bottom: 25px;
}
.post-content .post-tag-category span {
	margin-right: 10px;
}
.post-content .post-tag-category a {
	font-weight: 300;
	margin: 5px 10px 5px 0;
}
.comment-respond h3.comment-reply-title{
	font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 30px;
}
body:not(.page) .comment-respond h3.comment-reply-title{
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 40px;
}
.comment-respond p.comment-notes{
	display:none;
}
.comment-respond textarea{
    width: 100%;
    resize: none;
    border: 1px solid #e9e9e9;
    padding: 30px;
    font-size: 12px;
    font-family: "Merriweather", serif;
    font-weight: 400;
}
ul.children .comment-respond{
	margin-bottom:20px;
}

/*============= Category Style ==================*/

.widget li a {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #888888;
    transition: color .3s;
}

.widget li a:hover {
    color: #e6a84c;
}
.widget .tagcloud a {
    color: #7b7b7b;
    border: 1px solid #cfcfcf;
    padding: 10px 15px;
    margin: 3px 0px;
    font-size: 11px !important;
}
/*============== Search Style===================*/
form .form-inner-text{
	height: auto;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font-family: 'Merriweather', serif;
    line-height: 30px;
    font-size: 12px;
    box-shadow: none;
    padding-left: 26px;


}

.search-form-inner{
	position: relative;

}
.search-form-inner button{
	position: absolute;
	right: 0px;
	top: 0;

}
.inner-button-style{

	background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.8);
    border: none;
    width: 42px;
    height: 44px;
    text-align: center;
    outline: 0;
    font-size: 14px;
    margin-right: 0;
    background: #e6a84c;
    color: #ffffff;
}

.vc_row .section-header h3 {
    margin-top: 30px;
}
.section-padding{
	padding:100px 0;
}
iframe{
	width:100%;
}
.cake-contact-address ul{
	padding-left: 0px !important;
	margin-left:0px;
}

.entry-content > ol,
.entry-content > ul,
.cake-page  ol,
.comment-thread .media-body > ul,
.comment-thread .media-body > ol {
	padding-left: 15px;
}
.comment-thread .media-body dt,
.comment-thread .media-body dd,
.cake-page dt,
.cake-page dd,
.entry-content dt,
.entry-content dd {
	margin: 8px 0;
	line-height: 22px;
}
.widget label{
	display:none;
}
.page-template-default ul {
    list-style: none;
}
.contact-info li {
    margin-bottom: 60px !important;
    list-style: none;
}
.cake-page-comment {
	margin-top:20px;
}

.post-single h1,
.comment-box h1,
.post-single h2,
.comment-box h2,
.post-single h3,
.comment-box h3,
.post-single h4,
.comment-box h4,
.post-single h5,
.comment-box h5,
.post-single h6,
.comment-box h6 {
	margin-bottom: 20px;
}
.post-single blockquote p,
.comment-box blockquote p {
	margin-bottom: 0 !important;
}
.post-single dl dd,
.comment-box dl dd {
	margin-left: 15px;
}

.post-single ul,
.comment-box ul,
.post-single ol,
.comment-box ol {
	list-style-position: inside;
}
.post-single ul,
.comment-box ul { 
   list-style-type: disc; 
}
.post-single ol,
.comment-box ol { 
   list-style-type: decimal; 
}
.post-single ul ul, .post-single ol ul,
.comment-box ul ul, .comment-box ol ul { 
   list-style-type: circle;
   margin-left: 15px;
}
.post-single ol ol, .post-single ul ol, .post-single ul ul,
.comment-box ol ol, .comment-box ul ol, .comment-box ul ul  { 
   margin-left: 15px;
   padding-left: 15px;
}
.post-single ul li,
.comment-box ol li,
.comment-box ul li,
.post-single ul li,
.post-single ol li,
.comment-box ol li {
	margin-bottom: 10px;
}
.post-single ul li ul li,
.post-single ol li ul li,
.post-single ul li ol li,
.post-single ol li ol li,
.comment-box ul li ul li,
.comment-box li li,
.comment-box li li {
	margin-top: 10px;
	margin-bottom: 0;
}
.post-single strong,
.comment-box strong {
	display: inline !important;
	line-height: 18px;
}
.post-single .wp-caption-text,
.comment-box .wp-caption-text {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.post-single address,
.comment-box address {
	font-style: italic;
}
.post-single.sticky {
	background-color: #fcf8e3;
}
.comment-box .media-list {
	list-style: none;
}
.mc4wp-form-fields {
	display: inline-table;
}
.comment-area ul>li{
	list-style: none;
}
.page-links a{
	background: #e6a84c;
    color: #ffffff;
	padding: 6px 12px;
	border-radius: 50%;
	margin: 0px 2px;
}
.page-links a:hover{
	color: #ffffff;
	
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    padding-top: 5px;
    display: block;
}