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




.wp-caption-text,
a,a:link,a:visited,
.blog_links,
.dtbaker_pagination,
.woocommerce-result-count{
    color:#deb682;
}
#menu_wrap #menu_container > div > ul li.current_page_parent > a,
#menu_wrap #menu_container > div > ul li.current_page_ancestor > a,
#menu_wrap #menu_container > div > ul li.current-menu-item > a,
#menu_wrap #menu_container > div > ul li.current_page_item > a{
	color:#A8895C;
}


#logo a,
h1,h2{
	text-shadow: 2px 2px rgba(222,182,130,0.3);
}


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


.gallery-dtbaker-pretty .gallery-icon-inner{
	background-image: url(https://mommyiskandar.my/wp-content/themes/boutique-kids/images/bg-widget.png);
	background-repeat: repeat;
}


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



/* sidebar width */

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

#menu_buttons{
	display: none;
}


