/* 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:#ed6487;
}
.widget .widget_content a:hover,
a:hover{
    color:#f186a2;
}


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




.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_container{
        opacity: 0;
    }

/* some inline responsive stuff */




