/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600');


.catch-breadcrumb .sep {
    padding: 5px;
}

/* Remove after content if theme ads any */
.catch-breadcrumb .entry-breadcrumbs a:after, .catch-breadcrumb .woocommerce .woocommerce-breadcrumb a:after {
	display: none;
}

/* Set margin right to 0 */
.catch-breadcrumb .entry-breadcrumbs a, .catch-breadcrumb .woocommerce .woocommerce-breadcrumb a {
	margin-right: 0;
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.catch-breadcrumb.right .entry-breadcrumbs,
.catch-breadcrumb.right .woocommerce-breadcrumb {
    text-align: right;
}

.catch-breadcrumb.left .entry-breadcrumbs,
.catch-breadcrumb.left .woocommerce-breadcrumb {
    text-align: left;
}

.catch-breadcrumb.center .entry-breadcrumbs,
.catch-breadcrumb.center .woocommerce-breadcrumb {
    text-align: center;
}

.breadcrumb-home-icon {
    font-family: dashicons, "FontAwesome";
    margin-right: 2px;
}

@media screen and (max-width:768px) {
.catch-breadcrumb.breadcrumb-area ,.woocommerce-breadcrumb  {
    width: 100% !important;
}
}
.catch-breadcrumb.breadcrumb-area {
    margin: 0 auto;
    margin-bottom: 10px;
}

#catch-breadcrumb-container {
    display: none;
}