/*
Theme Name: Conexus Child
Theme URI: http://themefuse.com/demo/wp/conexus/
Description: Child theme for the Conexus theme. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags: translation-ready
Author URI: http://themefuse.com
Template: conexus-parent
*/

@import url("../conexus-parent/style.css");

@font-face {
  font-family: "quevedo";
  src:url("fonts/quevedo.eot");
  src:url("fonts/quevedo.eot?#iefix") format("embedded-opentype"),
    url("fonts/quevedo.woff") format("woff"),
    url("fonts/quevedo.ttf") format("truetype"),
    url("fonts/quevedo.svg#quevedo") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "quevedo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "quevedo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-align-left:before {
  content: "a";
}
.icon-picture:before {
  content: "b";
}
.icon-basket:before {
  content: "c";
}
.icon-magnifying-glass:before {
  content: "d";
}
.header_top .ppqtrans_language_chooser {
    position: absolute;
    right: 0;
    top: 15px;
}
.ppqtrans_language_chooser li {
    display: inline-block;
    margin-right: 5px;
}
.ppqtrans_language_chooser li a {
    opacity: 0.5;
}
.ppqtrans_language_chooser li.active a,
.ppqtrans_language_chooser li a:hover {
    opacity: 1;
}

