/* WARNING - this file will be overwritten every time changes are saved in the Theme Customizer */




.wp-caption-text,
a,a:link,a:visited,
.dtbaker_pagination,
.woocommerce-result-count{
    color:#927715;
}
.widget .widget_content a:hover,
a:hover{
    color:#795105;
}


.blog_footer,
div.blog_footer li a, div.blog_footer li a:link, div.blog_footer li a:visited{
    color: #927715;
}




.commentlist div.comment{
    border: 1px solid #f8e6d0;
}
#respond input[type="text"],
#respond input[type="email"],
#respond textarea,
.wpcf7 input,
.wpcf7 textarea{
    background: #FFFFFF;
    color:#4a4438;
}


/* sidebar width */

.sidebar .widget{
    width: 270px;
}
#column_wrapper .content_main.with-left-sidebar{
    left: 300px;
}
.rtl #column_wrapper .content_main.with-left-sidebar{
    right: 300px;
	left:auto;
}
#column_wrapper .content_main.with-right-sidebar{
    margin-left: -300px;
}
.rtl #column_wrapper .content_main.with-right-sidebar{
    margin-right: -300px;
	margin-left: 0;
}
#column_wrapper .content_main.with-left-sidebar .content_main_wrap{
    right: 300px;
}
.rtl #column_wrapper .content_main.with-left-sidebar .content_main_wrap{
    left: 300px;
	right:auto;
}
#column_wrapper .content_main_data{
    margin-left: 300px; /* increase gap between sidebar and content */
}
.rtl #column_wrapper .content_main_data{
    margin-right: 300px; /* increase gap between sidebar and content */
}
#column_wrapper .sidebar{
    width: 270px;
    right: 300px; /* increase to get sidebar closer to left wall */
}
.rtl #column_wrapper .sidebar{
    left: 300px; /* increase to get sidebar closer to left wall */
	right: auto;
}
#column_wrapper .content_main.with-right-sidebar .sidebar{
    left: 300px; /* increase to get sidebar closer to left wall */
}
.rtl #column_wrapper .content_main.with-right-sidebar .sidebar{
    right: 300px; /* increase to get sidebar closer to left wall */
	left: auto;
}



		#menu_wrap #menu_container > div > ul li.current_page_parent > a:after,
		#menu_wrap #menu_container > div > ul li.current_page_ancestor > a:after,
		#menu_wrap #menu_container > div > ul li.current-menu-item > a:after,
		#menu_wrap #menu_container > div > ul li.current_page_item > a:after{
			border-bottom: 1px solid rgba(186, 159, 61, 0.6);
		}
	    .beautiful_blog_more:hover,
    .dtbaker-page-numbers span,
    .dtbaker-page-numbers a:hover{
        }
    #page_style_transparent .blog.post{
        background: #FFFFFF;
    }
	         .widget .widget_content a{
         color: #4a4439;
         }
        

    #menu_container{
        opacity: 0;
    }

/* some inline responsive stuff */



		.dtbaker_line_rectangle{
			font-family: 'Indie Flower';
		}
		.woocommerce span.onsale {
			font-family: 'Indie Flower';
			font-size: 17px;
		}
		
