/*
	Theme Name: The Voux
	Theme URI: https://themeforest.net/item/the-voux-a-comprehensive-magazine-theme/11400130
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 3.1.1
	Author: fuelthemes
	Author URI: http://themeforest.net/user/fuelthemes
	Text Domain: thevoux
	Domain Path: /inc/languages
	Tags: two-columns, four-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the app.css file that is located in your themes /assets/css/ folder to add your styles. 
* If you just want to add small css snippets you might also  want to consider to add it to the designated 
* CSS option field in your themes backend at: Appearance -> Theme Options
*/
#breadcrumb{
    margin: 1em 0;
    text-align: center;
}
#breadcrumb ol{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}
#breadcrumb li{
  display: inline;
  margin-right: 17px;
}
#breadcrumb li:nth-of-type(n+2)::before{
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    left: -11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#breadcrumb a{
  text-decoration: none;
  color: #000;
}
#breadcrumb a:hover,#breadcrumb a:active{
  opacity: 0.5;
}