/*

Theme Name: Magic

Theme URI: http://themeforest.net/user/liviu_cerchez

Version: 1.0.2-php83-compatible

Author: liviu_cerchez

Author URI: http://themeforest.net/user/liviu_cerchez

Description: Fully responsive unique theme that looks great on any device. Updated for PHP 8.3 compatibility.

Tags: light, gray, white, one-column, two-columns, custom-menu, featured-images, full-width-template, theme-options, translation-ready

License: GNU General Public License version 3.0 & Envato Regular/Extended License

License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

Text Domain: magic

Requires PHP: 7.4

*/

/*



Table of contents:



 1. reset

 2. font-face icons

 3. general body

 4. typography

 5. horizontal separators

 6. useful classes (align, wp-caption)

 7. links

 8. buttons

 9. tables

10. form elements

11. contact form 7

12. mouse selected text

13. page borders

14. social links

15. alert boxes

16. accordion

17. tabs

18. audio plugin

19. fancybox2

20. cerchez slider

21. responsive iframe or embed

22. call to action box

23. pricing table

24. header

25. sticky header

26. mobile menu

27. regular menu

28. offcanvas menu

29. post comments

30. blog list

31. post meta info

32. sidebar widgets

33. search form

34. project filters

35. thumbnail wrapper

36. media queries



*/

/* Marc's */

#post-list .post h3 .meta {
  visibility: hidden;
}

.post-meta-info,
.post-meta-info {
  visibility: hidden;
}

.breadcrumbs {
  float: right;

  display: block;

  padding: 0.2em 1em;

  line-height: 1;

  margin: 0.2em 0.2em;

  font-weight: 300;

  text-transform: uppercase;

  vertical-align: middle;

  text-decoration: none;

  cursor: pointer;

  color: #999;

  border: 1px solid #eee;

  outline: 0;

  z-index: -10;
}

#content h2.page-title,
p.cerchez-filter-selectors {
  margin-top: 0px;
}

.cat-item {
  text-transform: uppercase;
}

/* 1. reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2. font-face icons */

@font-face {
  font-family: "Magic Icons";
  src: url("fonts/magic-icons.eot");
  src: url("fonts/magic-icons.eot") format("embedded-opentype"),
    url("fonts/magic-icons.woff") format("woff"),
    url("fonts/magic-icons.ttf") format("truetype"),
    url("fonts/magic-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Magic Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e600";
}

.icon-close:before,
.icon-cross:before {
  content: "\e601";
}

.icon-search:before {
  content: "\e602";
}

.icon-cart:before {
  content: "\e603";
}

.icon-share:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-right:before {
  content: "\e606";
}

.icon-arrow-down:before {
  content: "\e607";
}

.icon-arrow-up:before {
  content: "\e608";
}

.icon-resize-enlarge:before {
  content: "\e609";
}

.icon-link:before {
  content: "\e60a";
}

.icon-plus:before {
  content: "\e60b";
}

.icon-minus:before {
  content: "\e60c";
}

.icon-refresh:before,
.icon-cycle:before {
  content: "\e60d";
}

.icon-clock:before {
  content: "\e60e";
}

.icon-user:before {
  content: "\e60f";
}

.icon-comments:before {
  content: "\e610";
}

.icon-category:before {
  content: "\e611";
}

.icon-tag:before {
  content: "\e612";
}

.icon-play:before {
  content: "\e613";
}

.icon-pause:before {
  content: "\e614";
}

.icon-stop:before {
  content: "\e615";
}

.icon-quote:before {
  content: "\e616";
}

.icon-star:before {
  content: "\e617";
}

.icon-star-outline:before {
  content: "\e618";
}

.icon-facebook:before {
  content: "\e619";
}

.icon-twitter:before {
  content: "\e61a";
}

.icon-googleplus:before {
  content: "\e61b";
}

.icon-mail:before {
  content: "\e61c";
}

.icon-youtube:before {
  content: "\e61d";
}

.icon-pinterest:before {
  content: "\e61e";
}

.icon-vimeo:before {
  content: "\e61f";
}

.icon-instagram:before {
  content: "\e620";
}

.icon-dribbble:before {
  content: "\e621";
}

.icon-flickr:before {
  content: "\e622";
}

.icon-tumblr:before {
  content: "\e623";
}

.icon-linkedin:before {
  content: "\e624";
}

.icon-github:before {
  content: "\e625";
}

.icon-skype:before {
  content: "\e626";
}

.icon-soundcloud:before {
  content: "\e627";
}

.icon-envato:before {
  content: "\e628";
}

.icon-location:before {
  content: "\e629";
}

.icon-phone:before {
  content: "\e62a";
}

/* 3. general body */

html {
  background-color: #fff;
}

html.page-border {
  padding: 5px;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -ms-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}

body {
  font-size: 87.52%;
  line-height: 1.6875;
  font-family: 微軟正黑體, Heiti, "Heiti TC", "LiHei Pro", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}

html.noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
}

/* 4. typography */

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

h1.error {
  font-size: 10em;
  line-height: 1.5em;
  margin-bottom: 0;
}

h2 {
  font-size: 2.25em;
  line-height: 1.33333333em;
  margin-bottom: 0.6666666666666667em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.33333333em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.3125em;
  line-height: 1.142857142857143em;
  margin-bottom: 1.142857142857143em;
}

h5 {
  font-size: 1.125em;
  line-height: 1.333333333333333em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}

p,
ol,
ul,
blockquote,
pre {
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 1.5em;
}

p:empty {
  margin-bottom: 0;
}

ul {
  list-style: square outside none;
  padding-left: 1.2em;
}

ul li {
  margin-left: 1.2em;
}

ol {
  list-style: decimal outside none;
  padding-left: 1.2em;
}

ul li,
ol li {
  margin-left: 1.2em;
}

li ul,
li ol {
  margin: 0;
  padding-left: 0;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ol.upper-roman {
  list-style-type: upper-roman;
}

ol.lower-roman {
  list-style-type: lower-roman;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 85%;
}

big {
  font-size: 115%;
}

blockquote,
code,
amp,
pre {
  padding: 0.2em 0.4em;
  font-family: Consolas, "Times New Roman", serif;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}

blockquote {
  padding: 2em;
  position: relative;
  display: block;
  text-indent: 3.5em;
  quotes: none;
  font-style: normal;
}

blockquote:before {
  font-family: "Magic Icons";
  content: "\e616";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-indent: 0;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
  position: absolute;
  top: 0.4em;
  left: 0.65em;
}

blockquote cite {
  display: block;
  text-align: right;
}

blockquote p:last-child {
  margin-bottom: 0;
}

dl,
dd,
address {
  margin-bottom: 1.5em;
}

dt {
  font-size: 1.1em;
  font-weight: 500;
}

acronym,
q,
var {
  font-weight: 500;
}

abbr[title] {
  border-bottom: 1px dotted #999;
  cursor: help;
}

dfn,
var {
  font-style: italic;
}

ins {
  background-color: #fff8be;
  text-decoration: none;
  padding: 0.1em 0.2em;
}

mark {
  background-color: #000;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  padding: 0.1em 0.2em;
}

pre,
code,
kbd,
samp,
tt {
  font-family: Monaco, "Courier New", monospace;
}

pre {
  padding: 1em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre code {
  display: block;
  padding: 0;
  border: 0;
}

sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 0.8em;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* 5. horizontal separators */

hr,
.sep {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 2px;
  line-height: 1;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #eee;
  border-bottom: 0;
}

hr {
  -moz-box-sizing: content-box;
}

.sep {
  position: relative;
}

.sep:before,
.sep:after {
  content: "";
  background-color: #eee;
  width: 3rem;
  position: absolute;
  top: -3px;
  height: 5px;
}

.sep:before {
  left: 0;
}

.sep:after {
  right: 0;
}

.sep.dark {
  border-top-color: #000;
}

.sep.dark:before,
.sep.dark:after {
  background-color: #000;
}

/* 6. useful classes */

.grey-text {
  color: #aaa;
}

.small {
  font-size: 0.9em;
}

.big {
  font-size: 1.2em;
}

.float-left,
.floatleft {
  float: left;
}

.float-right,
.floatright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.margin-top {
  margin-top: 1.5em;
}

.margin-bottom {
  margin-bottom: 1.5em;
}

.no-bottom {
  margin-bottom: 0 !important;
}

.highlight {
  padding: 0 0.2em;
  background-color: #fff8be;
}

.highlight.dark {
  background-color: #000;
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  top: -999em;
  left: -999em;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

.tagcloud {
  margin-bottom: 1em;
}

.gallery {
  margin: auto;
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 1.5em;
  text-align: center;
  width: 100%;
}

.gallery.no-bottom .gallery-item {
  margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery img {
  border: 1px solid #eee;
}

.gallery .gallery-caption {
  margin-left: 0;
}

.wp-caption {
  max-width: 100%;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fff;
  padding: 3px;
  margin-bottom: 1.5em;
}

.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption .wp-caption-text,
.gallery-item .gallery-caption {
  font-size: 0.9em;
  padding: 0.3em 2px 0.2em;
  margin: 0;
}

.wp-caption dd {
  margin-bottom: 0;
}

.featured-image {
  margin-bottom: 1.5em;
}

.featured-image .wp-caption {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
}

#content .wp-video,
#content .mejs-container {
  margin-bottom: 1.5em;
}

/* 7. links */

a,
a:visited {
  font-weight: 600;
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* 8. buttons */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.pagination .page-numbers,
.comments-pagination a {
  display: inline-block;
  padding: 1em 1.3em;
  line-height: 1;
  margin: 0 0 1.2em;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  outline: 0;
  border-radius: 0;
}

button {
  background-color: transparent;
}

.button.square {
  padding: 1em;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: transparent;
  -webkit-appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
  display: inline;
  font-size: 0.8em;
  text-transform: none;
  margin-bottom: 0;
  padding: 0.2em 0.4em;
}

.button.small.square {
  padding: 0.1em;
}

.button.big,
button.big,
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.button:visited,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.pagination .page-numbers:hover,
.pagination .current,
.pagination .current:hover,
.pagination .loading,
.pagination .loading:hover,
.comments-pagination a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .current,
.pagination .current:hover,
.pagination .loading,
.pagination .loading:hover,
.button.filled,
.button.active,
.comments-pagination a:hover,
.comments-pagination a:focus {
  background-color: #000;
}

#content .button:hover,
#content button:hover,
#content input[type="submit"]:hover,
input[type="reset"]:hover,
#content input[type="button"]:hover,
#content .button:focus,
#content button:focus,
#content input[type="submit"]:focus,
#content input[type="reset"]:focus,
#content input[type="button"]:focus,
#content .pagination .page-numbers:hover,
#content .pagination .page-numbers:focus,
#content .pagination .current,
#content .pagination .current:hover,
#content .pagination .loading,
#content .pagination .loading:hover,
#content .button.filled,
#content .button.active,
#comments .comments-pagination a:hover,
#comments .comments-pagination a:focus {
  color: #fff;
}

#content .button.full-width,
#content button.full-width,
#content input[type="submit"].full-width,
#content input[type="reset"].full-width,
#content input[type="button"].full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.button.button-disabled,
button.button-disabled,
input[type="submit"].button-disabled,
input[type="reset"].button-disabled,
input[type="button"].button-disabled {
  opacity: 0.4;
  cursor: default;
}

.button.grey,
button.grey,
input[type="submit"].grey,
input[type="reset"].grey,
input[type="button"].grey {
  border-color: #ccc;
  color: #999;
}

.button.grey:hover,
button.grey:hover,
input[type="submit"].grey:hover,
input[type="reset"].grey:hover,
input[type="button"].grey:hover,
.button.grey:focus,
button.grey:focus,
input[type="submit"].grey:focus,
input[type="reset"].grey:focus,
input[type="button"].grey:focus,
.button.grey.filled {
  background-color: #ccc;
}

#content .button.grey:hover,
#content button.grey:hover,
#content input[type="submit"].grey:hover,
#content input[type="reset"].grey:hover,
#content input[type="button"].grey:hover,
#content .button.grey:focus,
#content button.grey:focus,
#content input[type="submit"].grey:focus,
#content input[type="reset"].grey:focus,
#content input[type="button"].grey:focus,
#content .button.grey.filled {
  color: #333;
}

.button + .button {
  margin-left: 0.25em;
}

/* 9. tables */

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-bottom: 1.5em;
}

table caption {
  padding: 0.4em;
  font-weight: 400;
  border: 0;
  text-align: center;
  border-bottom: 1px solid #000;
}

table th {
  padding: 0.6em 0.4em;
  text-align: left;
  vertical-align: bottom;
  font-weight: 400;
  border-bottom: 1px solid #000;
  position: relative;
}

table tfoot td {
  padding: 0.6em 0.4em;
  border-top: 1px solid #000;
  position: relative;
}

table tbody th,
table tbody td {
  padding: 0.4em;
  border-bottom: 1px solid #eee;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: 0;
}

table tbody + tbody {
  border-top: 1px solid #000;
}

/* 10. form elements */

form {
  margin-bottom: 1.5em;
}

label,
legend {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
}

label.checkbox {
  margin-bottom: 1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #eee;
  outline: none;
  color: #000;
  font-family: 微軟正黑體, Heiti, "Heiti TC", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 0.9em;
  width: 20em;
  max-width: 100%;
  display: block;
  background-color: #fff;
  margin: 0 0 1em;
  padding: 0.7em;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"].full-width,
input[type="password"].full-width,
input[type="email"].full-width,
input[type="search"].full-width,
textarea.full-width,
select.full-width {
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #000;
}

input[type="text"]:focus:invalid,
input[type="password"]:focus:invalid,
input[type="email"]:focus:invalid,
input.text:focus:invalid,
textarea:focus:invalid {
  border-color: #cb3315;
}

textarea {
  width: 30em;
  min-height: 6.3em;
  overflow: auto;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  vertical-align: middle;
  margin-top: -1px;
  margin-bottom: 0;
}

select {
  padding: 0.636em 0.7em;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

/* 11. contact form 7 */

div.wpcf7-response-output {
  border: 0;
  position: relative;
  margin: 1.5em 0 0;
  padding: 1em;
  font-size: 0.9em;
  background-color: #fffad4;
  border: 1px solid #fcf08d;
}

div.wpcf7-mail-sent-ok {
  background-color: #defcca;
  border-color: #95f8a5;
}

span.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-not-valid-tip {
  display: block;
  border: 0;
  font-size: 0.9em;
  line-height: 1;
  color: #cb3315;
  margin-top: 0.5em;
}

div.wpcf7 img.ajax-loader {
  margin: 0.1em 0.8em 0;
}

div.wpcf7 .wpcf7-form-control-wrap br,
div.wpcf7 .wpcf7-form-control-wrap p:empty {
  display: none;
}

div.wpcf7 input[type="submit"] {
  margin-bottom: 0;
}

div.wpcf7 p {
  margin-bottom: 0;
}

div.wpcf7 .wpcf7-text,
div.wpcf7 .wpcf7-textarea,
div.wpcf7 .wpcf7-select {
  width: 100%;
  margin-bottom: 0;
}

div.wpcf7 .wpcf7-text.wpcf7-not-valid,
div.wpcf7 .wpcf7-textarea.wpcf7-not-valid,
div.wpcf7 .wpcf7-select.wpcf7-not-valid {
  border-color: #cb3315;
}

div.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 1.2rem;
}

.underscore-titles div.wpcf7-response-output,
.underscore-titles span.wpcf7-not-valid-tip {
  text-transform: lowercase;
}

/* grid system */

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.container .col {
  width: 100%;
}

.container:after,
.gallery:after,
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  width: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* 12. mouse selected text */

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.1);
}

::-ms-selection {
  background-color: rgba(0, 0, 0, 0.1);
}

::selection {
  background-color: rgba(0, 0, 0, 0.1);
}

/* 13. page borders */

.borders {
  position: fixed;
  z-index: 10;
  background-color: #eee;
  pointer-events: none;
}

#border-top,
#border-bottom {
  left: 0;
  width: 100%;
  height: 5px;
}

#border-right,
#border-left {
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
}

#border-top {
  top: 0;
}

#border-right {
  right: 0;
}

#border-bottom {
  bottom: 0;
}

#border-left {
  left: 0;
}

.admin-bar #border-right,
.admin-bar #border-left,
.admin-bar #border-top {
  top: 46px;
}

html.post-preview .admin-bar #border-right,
html.post-preview .admin-bar #border-left,
html.post-preview .admin-bar #border-top {
  top: 0;
}

/* spinning animation used for loaders */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 14. social links */

a.social-link {
  display: inline-block;
  font-size: 1.2em;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  margin: 0 0 0.3em;
  padding: 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  color: #000;
}

a.social-link:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  text-decoration: none;
}

a.social-link em {
  display: block;
  font-size: 1.7rem;
}

/* 15. alert boxes */

.alert {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  border: 1px solid #eee;
  padding: 1em;
  background-color: #f8f8f8;
  height: 100%;
}

.alert.success {
  background-color: #defcca;
  border-color: #95f8a5;
}

.alert.notice {
  background-color: #fffad4;
  border-color: #fcf08d;
}

.alert.error {
  background-color: #fe4929;
  color: #fff;
  border-color: #cb3315;
}

.box {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  padding: 1em;
  margin-bottom: 1.5em;
}

.box.white {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1.5em;
}

/* 16. accordion */

.accordion {
  list-style: none;
  padding-left: 0;
}

.accordion li {
  margin-left: 0;
}

.accordion .accordion-title {
  position: relative;
  cursor: pointer;
  font-size: 1.2em;
  padding: 0.5em 0;
  margin-bottom: 0;
  color: #000;
}

.accordion .accordion-title:before {
  margin-right: 0.5em;
  font-family: "Magic Icons";
  content: "\e60b";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 0.08em;
  left: 0.2em;
}

.accordion .accordion-content {
  padding: 1em 0.5em;
  display: none;
}

.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion .active .accordion-title {
  color: inherit;
}

.accordion .active .accordion-title:before {
  content: "\e60c";
}

.accordion .active .accordion-content,
.no-js .accordion .accordion-content {
  display: block;
}

/* 17. tabs */

.tab-container {
  margin-bottom: 1.5em;
}

.tab-container .tab_content {
  background-color: #fff;
  padding-top: 1.5em;
}

.tab-container .tab_content > :last-child {
  margin-bottom: 0;
}

.tab-container .tabs {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #000;
}

.tab-container .tabs li {
  float: left;
  margin: 0;
}

.tab-container .tabs li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0.5em 1.5em;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.tab-container .tabs li a:after {
  content: "";
  background-color: #000;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.tab-container .tabs li.active a {
  color: #fff;
}

.tab-container .tabs li.active a:after {
  height: 100%;
}

.big-circle {
  position: relative;
  padding-top: 100%;
  margin-bottom: 1.5em;
}

.big-circle .inner {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  border: 1px solid #000;
  border-radius: 100%;
}

.big-circle .inner h3 {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
  margin-bottom: 0;
}

#content .big-circle .inner h3 {
  font-weight: 300;
}

/* 18. audio plugin */

.audiojs audio {
  position: absolute;
  left: -1px;
}

.audiojs {
  position: relative;
  height: 4em;
  margin-bottom: 1.5em;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  font-size: 0.8em;
}

.audiojs.grey {
  background-color: #777;
}

.audiojs.error {
  background-color: #fe4929;
}

.audiojs .play-pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 4em;
}

.audiojs .play-pause span {
  display: none;
  cursor: pointer;
  width: 2em;
  height: 2em;
  line-height: 2.1em;
  font-size: 2em;
  text-align: center;
}

.audiojs .play-pause .play {
  display: block;
  cursor: pointer;
}

.audiojs .play-pause .audio-loading {
  -webkit-animation: spin 0.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: spin 0.8s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: spin 0.8s ease-out;
  animation-iteration-count: infinite;
}

.audiojs .scrubber {
  position: relative;
  margin: 1.5em 8em 0 4em;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  height: 1em;
  overflow: hidden;
}

.audiojs .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 0;
  background-color: #fff;
  z-index: 1;
}

.audiojs .loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 0px;
  background-color: #ddd;
  background-color: rgba(255, 255, 255, 0.25);
}

.audiojs .time {
  position: absolute;
  top: 0;
  right: 0;
  width: 8em;
  height: 4em;
  line-height: 4em;
  text-align: center;
}

.audiojs .time em {
  padding: 0 0.3em;
  font-style: normal;
}

.audiojs .time strong {
  padding: 0 0.3em;
  font-weight: 400;
}

.audiojs .error-message {
  display: none;
  padding: 0 1em 0 4em;
  height: 4em;
  line-height: 4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
  color: #ccc;
  text-decoration: none;
}

.audiojs.playing .play-pause .pause {
  display: block;
}

.audiojs.playing .play-pause .play,
.audio-loading .play-pause .play {
  display: none;
}

.audiojs.audio-loading .play-pause .audio-loading {
  display: block;
}

.audiojs.error .time,
.audiojs.error .play-pause .play,
.audiojs.error .play-pause .pause,
.audiojs.error .scrubber,
.audiojs.error .audio-loading {
  display: none;
}

.audiojs.error .play-pause .error {
  display: block;
}

.audiojs.error .play-pause p {
  cursor: auto;
}

.audiojs.error .error-message {
  display: block;
}

/* 19. fancybox2 */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  margin-left: -15px;
}

.fancybox-skin {
  position: relative;
  background-color: #fff;
  color: #000;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  font-size: 1.2em;
  margin: 0;
  padding: 1em;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before,
#fancybox-loading div:before {
  font-family: "Magic Icons";
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.fancybox-close,
.fancybox-nav span {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  line-height: 2.2em;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-close {
  position: absolute;
  top: -2em;
  right: 0;
  text-decoration: none;
}

.fancybox-close:hover {
  text-decoration: none;
}

.fancybox-close:before {
  content: "\e601";
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  z-index: 8060;
  color: #000;
  background-color: #fff;
}

#fancybox-loading div {
  height: 50px;
  text-align: center;
  -webkit-animation: spin 0.8s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: spin 0.8s linear;
  -moz-animation-iteration-count: infinite;
  animation: spin 0.8s linear;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#fancybox-loading div:before {
  content: "\e60d";
  font-size: 28px;
  line-height: 48px;
}

.fancybox-nav {
  position: absolute;
  top: 25%;
  width: 70px;
  height: 50%;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -1em;
}

.fancybox-prev span {
  left: -4px;
}

.fancybox-prev span:before {
  content: "\e605";
}

.fancybox-next span {
  right: -4px;
}

.fancybox-next span:before {
  content: "\e606";
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  max-width: 9999px;
  max-height: 9999px;
  overflow: visible !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 4px;
  right: 0;
}

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -1.2em;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
}

.fancybox-title-float-wrap .child,
.fancybox-title-outside-wrap {
  padding: 0.7em 1.2em;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: -4px;
  text-align: center;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  background-color: rgba(250, 250, 250, 0.5);
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* 20. cerchez slider */

.cerchez-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 0 38% 0;
  margin-bottom: 1.5em;
  background-color: #f8f8f8;
}

.cerchez-slider {
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -ms-touch-action: pan-y;
  height: 1600px;
}

.cerchez-slider .slider {
  position: relative;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  height: 100%;
}

.cerchez-slider .slider .item {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
}

.cerchez-slider .slider .item img {
  width: 100%;
  height: auto;
}

.cerchez-slider .slider .item .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  max-height: 100%;
  text-decoration: none;
  text-align: center;
}

.no-js .cerchez-slider .slider .item .caption,
.cerchez-slider-init .slider .item .caption {
  display: block;
}

.cerchez-slider .slider .item .caption a {
  color: #000;
  display: inline-block;
}

.cerchez-slider .slider .item .caption .text {
  display: inline-block;
  position: relative;
  padding: 0.75em 1.2em;
  max-width: 100%;
  background-color: #fff;
}

.cerchez-slider .controls {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cerchez-slider .controls div {
  display: inline-block;
  background-color: #fff;
  color: #000;
  width: 3.2em;
  height: 3.2em;
  line-height: 3.1em;
  text-align: center;
}

.cerchez-slider .controls div span {
  display: none;
}

.cerchez-slider .controls div em:before {
  font-family: "Magic Icons";
  speak: none;
  font-size: 1.8em;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.cerchez-slider .controls div.prev em:before {
  content: "\e605";
  left: -0.05em;
}

.cerchez-slider .controls div.next em:before {
  content: "\e606";
  left: 0.05em;
}

.cerchez-slider .slider .item {
  display: none;
}

.cerchez-slider .slider .item:first-child {
  display: block;
}

.cerchez-slider-init .slider .item {
  display: block;
}

.no-js .cerchez-slider .controls {
  display: none;
}

.cerchez-slider-container.show-pagination {
  margin-bottom: 3em;
  overflow: inherit;
}

.cerchez-slider-container.show-pagination .pagination {
  position: absolute;
  left: 0;
  bottom: -1.6em;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.cerchez-slider-container .pagination .page {
  display: inline-block;
}

.cerchez-slider-container .pagination .page em {
  display: inline-block;
  width: 3em;
  height: 5px;
  margin: 0 0.3em;
  background-color: #eee;
}

.cerchez-slider-container .pagination .page:hover em {
  background-color: #ddd;
}

#content .cerchez-slider-container .pagination .page.active em {
  background-color: #000;
}

/* 21. responsive iframe or embed */

.responsive-container {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: rgba(80, 80, 80, 0.1);
}

.responsive-container iframe,
.responsive-container object,
.responsive-container video,
.responsive-container embed,
.responsive-container img,
.responsive-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-wrapper {
  max-width: 100%;
}

/* 22. call to action box */

.call-to-action {
  padding: 2em;
  margin-bottom: 1.5em;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}

.call-to-action h3 {
  margin-bottom: 0.75em;
  font-weight: 300;
}

.call-to-action .button {
  margin-bottom: 0.5em;
}

/* 23. pricing table */

.pricing-table .price-item {
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 1.5em;
}

.pricing-table .price-item .price-title {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1em;
  text-transform: uppercase;
}

.pricing-table .price-item .price-tag {
  display: block;
  font-size: 1.75em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding: 0.75em;
}

.pricing-table .price-item .price-tag span {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
  color: #999;
  line-height: 1;
  margin-top: 0.5em;
}

.pricing-table .price-item ul {
  display: block;
  padding: 0 0.5em;
  list-style-position: inside;
}

.pricing-table .price-item ul li {
  margin-left: 0;
}

.pricing-table .special,
.pricing-table .special .price-title,
.pricing-table .special .price-tag {
  border-color: #000;
}

.pricing-table .special .price-title {
  background-color: #000;
  color: #fff;
}

/* 24. header */

#header,
#header .sep,
.offcanvas-menu .sep {
  margin-top: 0.75em;
  -webkit-transition: margin-top 0.1s linear;
  -moz-transition: margin-top 0.1s linear;
}

#header #logo,
#header h1,
#header h1 a,
#header .description {
  display: inline-block;
}

#header h1 {
  margin-bottom: 0;
  line-height: 0;
}

#header h1 a {
  padding: 0.1em 0;
  text-decoration: none;
  color: #fff;
}

#header h1.text {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

#header h1.text a {
  color: #000;
}

#header .description {
  margin-top: 1.1em;
  color: #999;
  position: relative;
}

#header .description:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.7em;
  width: 3rem;
  height: 5px;
  background-color: #000;
}

/* 25. sticky header */

.fixed-header #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.fixed-header #header,
.fixed-header #header .sep {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.fixed-header.show-offcanvas-menu #header {
  display: none;
}

html.page-border .fixed-header #header {
  top: 5px;
  left: 5px;
  right: 5px;
}

.admin-bar.fixed-header #header {
  top: 46px;
}

html.page-border .admin-bar.fixed-header #header {
  top: 51px;
}

html.post-preview .admin-bar.fixed-header #header {
  top: 0;
}

html.page-border.post-preview .admin-bar.fixed-header #header {
  top: 5px;
}

.fixed-header #header .sep,
.fixed-header #header #logo br,
.fixed-header #header #logo .description {
  display: none;
}

.fixed-header #header h1 a {
  padding: 0;
}

#header .wrapper {
  display: table;
  width: 100%;
  position: relative;
}

#header .cell {
  display: table-cell;
  vertical-align: middle;
}

#header .cell-right {
  display: none;
}

#header .cell-left {
  position: relative;
  width: 100%;
}

#menu-toggle,
#search-toggle,
#shopping-cart-link {
  font-size: 2.5em;
  line-height: 1;
  text-decoration: none;
  color: #000;
}

#menu-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.62em;
  padding: 0.1em 0.2em;
}

#menu-toggle:focus {
  outline: 0;
}

/* 26. mobile menu */

#header #mobile-menu {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 4;
}

#header #mobile-menu em {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 69px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

#header #mobile-menu em:before {
  font-size: 2.5em;
  color: #000;
}

#header #mobile-menu select {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50px;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: transparent;
  border: 0;
  cursor: pointer;
}

#header #mobile-menu select:focus {
  outline: none;
}

#header .show-search-form #mobile-menu {
  display: none;
}

/* 27. regular menu */

#header ul {
  display: block;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

#header ul li {
  display: inline-block;
  margin-left: 0;
}

#header ul a {
  display: inline-block;
  padding: 0.4em 0.8em;
  margin: 0.2em 0.2em 0.2em 0;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}

.no-touch #header ul a:hover {
  background-color: #f8f8f8;
}

.no-touch #header ul a:hover,
#header ul .current-menu-item > a,
#header ul .current_page_item > a,
#header ul .current-menu-parent > a {
  color: #999;
}

#header ul li.menu-item-has-children,
#header ul li.page_item_has_children,
#header ul li.menu-item-language {
  position: relative;
}

#header ul li.menu-item-has-children ul,
#header ul li.page_item_has_children ul,
#header ul li.menu-item-language ul.submenu-languages {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  min-width: 10em;
  margin-top: -0.2em;
  margin-right: 0.2em;
  padding: 0;
  text-align: right;
  background-color: #f8f8f8;
}

#header ul li.menu-item-has-children li ul,
#header ul li.page_item_has_children li ul {
  top: 0;
  right: 99.99%;
  margin: 0;
  border-right: 1px solid #eee;
}

#header ul li.menu-item-has-children ul li,
#header ul li.page_item_has_children ul li,
#header ul li.menu-item-language ul.submenu-languages li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

#header ul li.menu-item-has-children ul li:last-child,
#header ul li.page_item_has_children ul li:last-child,
#header ul li.menu-item-language ul.submenu-languages li:last-child {
  border-bottom: 0;
}

#header ul li.menu-item-has-children ul a,
#header ul li.page_item_has_children ul a,
#header ul li.menu-item-language ul.submenu-languages a {
  display: block;
  margin: 0;
}

.no-touch #header ul li.menu-item-has-children ul a:hover,
#header ul li.menu-item-has-children li.hover > a,
.no-touch #header ul li.page_item_has_children ul a:hover,
#header ul li.page_item_has_children li.hover > a,
.no-touch #header ul li.menu-item-language ul.submenu-languages a:hover,
#header ul li.menu-item-language.hover ul.submenu-languages > a {
  color: #999;
}

.no-touch #header ul li.menu-item-has-children:hover > a,
#header ul li.menu-item-has-children.hover > a,
.no-touch #header ul li.page_item_has_children:hover > a,
#header ul li.page_item_has_children.hover > a,
.no-touch #header ul li.menu-item-language:hover > a,
#header ul li.menu-item-language.hover > a {
  background-color: #f8f8f8;
  color: #999;
}

.no-touch #header ul li.menu-item-has-children:hover > ul,
#header ul li.menu-item-has-children.hover > ul,
.no-touch #header ul li.page_item_has_children:hover > ul,
#header ul li.page_item_has_children.hover > ul,
.no-touch #header ul li.menu-item-language:hover > ul.submenu-languages,
#header ul li.menu-item-language.hover > ul.submenu-languages {
  visibility: visible;
}

#header ul li.menu-item-language img.iclflag {
  position: relative;
  top: -0.12em;
  margin-right: 0.4em;
}

@-webkit-keyframes overlay-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes overlay-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes overlay-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 28. offcanvas menu */

.offcanvas-content {
  position: relative;
}

.offcanvas-overlay {
  display: none;
}

.offcanvas-menu {
  position: fixed;
  width: 16em;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: #fff;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-16em, 0, 0);
  -moz-transform: translate3d(-16em, 0, 0);
  transform: translate3d(-16em, 0, 0);
}

html.page-border .offcanvas-menu {
  border-right: 5px solid #eee;
}

.admin-bar .offcanvas-menu {
  top: 46px;
}

html.page-border .offcanvas-menu {
  left: 5px;
  top: 5px;
  bottom: 5px;
}

html.page-border .admin-bar .offcanvas-menu {
  top: 51px;
}

.offcanvas-content,
.offcanvas-menu {
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.show-offcanvas-menu .offcanvas-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: overlay-fade 0.3s;
  -moz-animation: overlay-fade 0.3s;
  animation: overlay-fade 0.3s;
}

.show-offcanvas-menu .offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.show-offcanvas-menu .offcanvas-content {
  -webkit-transform: translate3d(16em, 0, 0);
  -moz-transform: translate3d(16em, 0, 0);
  transform: translate3d(16em, 0, 0);
}

.close-offcanvas-menu {
  position: relative;
  min-height: 2.8em;
}

.close-offcanvas-menu a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.4em;
  margin-left: -0.5em;
  font-size: 2.5em;
  line-height: 1;
  text-decoration: none;
  color: #000;
}

.offcanvas-menu ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.offcanvas-menu ul li {
  margin-left: 0;
}

.offcanvas-menu ul a {
  display: inline-block;
  font-weight: 300;
  padding: 0.4em 0.8em;
  text-decoration: none;
}

.no-touch .offcanvas-menu ul a:hover {
  background-color: #eee;
}

.no-touch .offcanvas-menu ul a:hover,
.offcanvas-menu ul .current-menu-item > a,
.offcanvas-menu ul .current_page_item > a {
  color: #999;
}

.offcanvas-menu ul ul {
  padding: 0 1em;
}

.offcanvas-menu ul ul ul {
  padding: 0;
}

.offcanvas-menu ul ul li {
  display: inline-block;
  font-size: 0.9em;
}

.offcanvas-menu ul ul > li.menu-item-has-children {
  display: block;
}

#go-to-top-link {
  display: none;
}

#wpadminbar {
  position: fixed;
}

/* 29. post comments */

#comments .comment-form,
#comments .form-submit {
  margin-bottom: 0;
}

.comments-container {
  display: none;
}

.commentlist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.commentlist ul {
  list-style: none;
}

.commentlist .comment {
  border-top: 1px solid #eee;
  padding-top: 1.5em;
  margin-left: 0;
  margin-top: 1em;
  list-style: none;
}

.commentlist .bypostauthor {
  border-top: 3px solid #000;
}

.commentlist .comment .comment-author {
  float: left;
  width: 5em;
  height: 5em;
  margin-right: 1em;
  margin-bottom: 1em;
}

.commentlist .comment .comment-author img {
  display: block;
  width: 100%;
  max-height: 100%;
}

.commentlist .comment h6 {
  margin-bottom: 0;
}

.commentlist .comment h6 a,
.commentlist .comment p.comment-date a {
  font-weight: 300;
}

.commentlist .comment a.comment-reply-link {
  margin-left: 0.2em;
}

.commentlist .comment p.comment-date {
  font-weight: 300;
  font-size: 0.9em;
  color: #999;
}

.commentlist .comment p.comment-date a {
  color: #999;
  text-decoration: none;
}

.commentlist .comment p {
  margin-bottom: 0;
}

.commentlist .comment .children {
  margin: 0 0 0 2em;
}

.commentlist .comment_body_text {
  margin-top: 0.3em;
}

.commentlist .comment_body_text ol,
.commentlist .comment_body_text ul {
  padding-left: 1.2em;
}

.commentlist .comment_body_text li ol,
.commentlist .comment_body_text li ul {
  padding-left: 0;
}

.commentlist .comment_body_text ul {
  list-style-type: square;
}

.commentlist #respond {
  margin-top: 1em;
}

.comment-respond h3 {
  margin-bottom: 0.7em;
}

.comment-respond p.logged-in-as {
  border: 1px solid #eee;
  padding: 1em;
  background-color: #f8f8f8;
  font-size: 0.9em;
}

.commentlist .comment-respond p.logged-in-as {
  margin-bottom: 1.5em;
}

/* 30. blog list */

#post-list {
  margin-bottom: 1.5em;
}

#post-list .post {
  border-bottom: 1px solid #eee;
}

#post-list .post:last-child {
  border-bottom: 0;
}

#post-list .page-title + .post {
  border-top: 1px solid #eee;
}

#post-list .pagination {
  text-align: center;
  padding-top: 1.5em;
}

.pagination .page-numbers {
  height: 3em;
}

#post-list .pagination .page-numbers {
  margin-bottom: 0;
}

#post-list .post h3 {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
  line-height: 1.2;
  -webkit-transform: translateZ(0);
}

#post-list .post h3 a.title {
  display: block;
  padding: 1em 0 1em 0;
  word-wrap: break-word;
  text-decoration: none;
  outline: 0;
}

#content #post-list .post.sticky {
  background-color: rgba(255, 248, 190, 0.25);
}

#post-list .post.has-post-thumbnail h3 a.title {
  padding-left: 40px;
  padding-top: 1em;
  padding-bottom: 1em;
}

#post-list .post h3 a.title img {
  position: absolute;
  display: block;
  left: 0;
  width: 32px;
  font-size: 1px;
  color: #fff;
  background-color: #fff;
  -webkit-transform: translateZ(0);
}

#post-list .post h3 .meta {
  float: right;
  display: block;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0;
  pointer-events: none;
}

#post-list .post h3 .meta a {
  font-size: 0.8em;
  color: #999;
  text-decoration: none;
  margin-left: 0.5em;
}

#post-list .post > h3 .meta a em {
  position: relative;
  top: 1px;
}

#post-list .post h3 .meta a.comment-no {
  display: none;
}

#post-list .post h3 .meta a.comment-no em {
  top: 0;
}

/* 31. post meta info */

.post-meta-info {
  font-size: 0.9em;
}

.post-meta-info,
.post-meta-info a {
  color: #999;
}

.post-meta-info span {
  margin-right: 0.5em;
}

.post-meta-info em {
  position: relative;
  top: 0.1em;
}

.post-meta-info-extra {
  margin-bottom: 0;
}

/* 32. sidebar widgets */

#sidebar {
  margin-top: 1.5em;
}

#sidebar.left-side {
  margin-top: 0;
  margin-bottom: 1.5em;
}

#sidebar .widget {
  margin-bottom: 1.5em;
}

#sidebar h3 {
  font-size: 1.25em;
  margin-bottom: 0;
}

#sidebar h3 + .sep {
  margin-top: 0.75em;
  margin-bottom: 1.2em;
}

#sidebar select {
  width: 100%;
  margin-bottom: 1.5em;
}

#sidebar .widget ul#recentcomments {
  padding-left: 0;
}

#sidebar .widget ul li {
  margin-left: 0;
}

#sidebar .widget ul li li {
  margin-left: 1em;
}

.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table caption {
  padding: 0.2em 0.2em;
}

.widget_calendar table th,
.widget_calendar table tfoot td {
  padding: 0.2em;
}

.widget_calendar table th,
.widget_calendar table tbody td {
  text-align: center;
}

.widget_calendar table caption {
  text-align: left;
}

.widget_calendar table tfoot td#prev {
  text-align: left;
}

.widget_calendar table tfoot td#next {
  text-align: right;
}

.widget_calendar table tfoot td#prev a,
.widget_calendar table tfoot td#next a {
  text-decoration: none;
}

.widget_rss a.rsswidget img {
  display: none;
}

.widget_rss ul {
  padding-left: 0;
}

.widget_rss li {
  list-style: none;
  margin-bottom: 1em;
}

.widget_rss li a.rsswidget {
  font-size: 1.1em;
}

.widget_rss li .rss-date {
  display: block;
  margin-bottom: 0.25em;
  color: #999;
  font-size: 0.9em;
}

.widget_icl_lang_sel_widget #lang_sel img.iclflag {
  top: -1px;
}

#sidebar .recentcomments {
  list-style: none;
}

#sidebar .recentcomments:before {
  content: "\e610";
  font-family: "Magic Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}

.widget_cerchez_flickr a,
.widget_cerchez_dribbble a {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.6em;
  border: 1px solid #eee;
  padding: 3px;
}

.no-touch .widget_cerchez_flickr a:hover,
.no-touch .widget_cerchez_dribbble a:hover {
  border-color: #000;
}

.widget_cerchez_flickr a {
  max-width: 5em;
}

.widget_cerchez_dribbble a {
  max-width: 10em;
}

.widget_icl_lang_sel_widget #lang_sel_list {
  height: auto;
  margin-bottom: 1.5em;
  z-index: 2;
  font-family: inherit;
}

.widget_icl_lang_sel_widget #lang_sel_list li {
  float: none;
}

.widget_icl_lang_sel_widget #lang_sel_list li:before {
  display: none;
}

.widget_icl_lang_sel_widget #lang_sel_list a {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.widget_icl_lang_sel_widget #lang_sel_list a.lang_sel_sel {
  color: #000;
}

.widget_icl_lang_sel_widget #lang_sel_list a img.iclflag {
  top: -1px;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical,
.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical li {
  width: 100%;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical a {
  padding: 0.5em 0.7em;
  border-color: #eee;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul {
  border-top-color: #eee;
  height: auto;
  top: auto;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal li {
  display: inline-block;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal li a {
  display: inline-block;
}

.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_click {
  height: auto;
  width: 100%;
  font-family: inherit;
}

.widget_icl_lang_sel_widget #lang_sel li,
.widget_icl_lang_sel_widget #lang_sel_click li {
  float: none;
  width: 100%;
}

.widget_icl_lang_sel_widget #lang_sel li:before,
.widget_icl_lang_sel_widget #lang_sel_click li:before {
  display: none;
}

.widget_icl_lang_sel_widget #lang_sel a,
.widget_icl_lang_sel_widget #lang_sel_click a {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  padding: 0.5em 0.7em;
  border-color: #eee;
}

.widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel,
.widget_icl_lang_sel_widget #lang_sel_click a.lang_sel_sel {
  color: #000;
  background-position: 98% center;
}

.widget_icl_lang_sel_widget #lang_sel ul ul,
.widget_icl_lang_sel_widget #lang_sel_click ul ul {
  height: auto;
  top: 100%;
  width: 100%;
  border-top: 0;
  z-index: 2;
}

.widget_icl_lang_sel_widget #lang_sel ul ul li,
.widget_icl_lang_sel_widget #lang_sel_click ul ul li {
  margin-left: 0;
}

.widget_icl_lang_sel_widget #lang_sel ul ul a,
.widget_icl_lang_sel_widget #lang_sel_click ul ul a {
  line-height: inherit;
}

.widget_icl_lang_sel_widget #lang_sel img.iclflag,
.widget_icl_lang_sel_widget #lang_sel_click img.iclflag {
  float: left;
  margin-right: 0.4em;
  margin-top: 0.5em;
}

.widget_icl_lang_sel_widget #lang_sel_click img.iclflag {
  top: -1px;
}

.widget_icl_lang_sel_widget #lang_sel ul ul img.iclflag,
.widget_icl_lang_sel_widget #lang_sel_click ul ul img.iclflag {
  margin-top: 0.7em;
}

/* 33. search form */

.searchform {
  position: relative;
  width: 100%;
  display: block;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.searchform input {
  margin-bottom: 0;
}

.searchform input[type="text"] {
  width: 100%;
  padding: 0.8em 2.6em 0.8em 0.8em;
  font-size: 1.1em;
}

.searchform input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 1.4em;
  height: 1.5em;
  line-height: 1.6em;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ccc;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: "Magic Icons";
  font-size: 2em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-transform: none;
}

#content .searchform input[type="submit"] {
  color: #ccc;
}

#content .searchform input[type="text"]:focus + input[type="submit"],
#content .searchform input[type="submit"]:focus,
.no-touch .searchform input[type="submit"]:hover {
  color: #000;
}

#header .search-container {
  visibility: hidden;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.6em;
  width: 15em;
  background-color: #fff;
}

#header .search-container .searchform {
  width: 15em;
  margin-bottom: 0;
}

#header .search-container .searchform input[type="submit"] {
  display: none;
}

#header .search-container .searchform input[type="text"] {
  padding-right: 0.8em;
  border-color: #eee;
}

/* 34. project filters */

.cerchez-filter-selectors a {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1;
  margin: 0 0.2em 0.7em;
  font-weight: 300;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  color: #999;
  border: 1px solid #eee;
  outline: 0;
}

.cerchez-filter-selectors a:hover {
  color: #000;
  border-color: #000;
}

.cerchez-filter-selectors a.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* 35. thumbnail wrapper */

.thumb {
  margin-bottom: 1em;
  text-align: center;
}

.thumb .photo a {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb .photo img {
  width: 100%;
}

.thumb.switch .photo img.secondary {
  display: none;
}

.thumb .photo .info {
  display: none;
}

.thumb h4 {
  margin-bottom: 0;
  padding: 0.5em 0.5em 0.25em;
  font-weight: 300;
}

.thumb h4.item-title {
  font-size: 1.2em;
  padding-right: 3em;
  position: relative;
}

.thumb h4.padding-bottom {
  padding-bottom: 0.5em;
}

.thumb h4.item-title .price {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.68em;
  color: #000;
}

.thumb .type {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  color: #999;
  padding: 0 0.95em 0.75em;
  text-align: center;
}

.thumb p {
  padding: 0 0.75em;
  margin-bottom: 0;
}

.portfolio-showcase .thumb {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.image-zoom {
  display: block;
  position: relative;
  overflow: hidden;
}

.image-zoom img {
  display: block;
  width: 100%;
}

.image-zoom img.zoomImg {
  position: absolute;
  width: auto;
  max-width: none;
  cursor: crosshair;
}

#content .portfolio-showcase {
  margin-bottom: 1.5em;
}

#content {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.page-loading #content:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-animation: overlay-fade 0.5s;
  -moz-animation: overlay-fade 0.5s;
  animation: overlay-fade 0.5s;
}

#content h2.page-title {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 1.2em;
}

#content h2.page-title em {
  font-style: normal;
  color: #999;
}

#content h2.page-title strong {
  font-weight: 500;
}

#content h3.page-title {
  font-weight: 300;
}

#footer {
  padding-bottom: 1.5em;
}

#footer p {
  margin-bottom: 0;
}

/* 36. media queries */

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1160px;
  }
  .breadcrumbs {
    display: none;
  }

  #content h2.page-title,
  p.cerchez-filter-selectors {
    margin-top: 0px;
  }
  #logo img {
    width: 50%;
  }
  .thumb .photo .info {
    display: inline-block;
    position: relative;
    top: -50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }

  span.bottom {
    display: none;
  }
}

.leftBtn {
  position: fixed;
  bottom: 90px;
  left: 20px;
  z-index: 50;
}
.rightBtn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 50;
}

@media screen and (max-width: 479px) {
  .leftBtn a,
  .rightBtn a {
    width: 100%;
    display: block;
  }
  .leftBtn,
  .rightBtn {
    position: static;
    display: block;
    margin: 10px 0;
    width: 100%;
  }
}

@media (min-width: 480px) {
  html.page-border {
    padding: 10px;
  }

  #border-top,
  #border-bottom {
    height: 10px;
  }

  #border-right,
  #border-left {
    width: 10px;
  }

  html.page-border .offcanvas-menu {
    left: 10px;
    top: 10px;
    bottom: 10px;
    border-right-width: 10px;
  }

  html.page-border .admin-bar .offcanvas-menu {
    top: 56px;
  }

  .container {
    padding: 0 15px;
  }

  html.page-border .fixed-header #header {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  html.page-border .admin-bar.fixed-header #header {
    top: 56px;
  }

  html.post-preview .admin-bar.fixed-header #header {
    top: 0;
  }

  html.page-border.post-preview .admin-bar.fixed-header #header {
    top: 10px;
  }

  #header .cell-right {
    display: table-cell;
    text-align: right;
  }

  #header .cell-left {
    width: auto;
  }

  #menu-toggle {
    right: auto;
    margin-left: 0.5em;
  }

  #search-toggle em {
    position: relative;
    top: 0.04em;
  }

  #shopping-cart-link {
    position: relative;
    margin-left: 0.1em;
  }

  #shopping-cart-link span {
    position: absolute;
    top: 1.24em;
    left: 0.62em;
    width: 2.05em;
    line-height: 1.95em;
    text-align: center;
    font-size: 0.3em;
    font-weight: 300;
    background-color: #000;
    color: #fff;
  }

  #header .visible-search-icon #mobile-menu,
  #header .visible-shopping-cart #mobile-menu {
    right: 2.8em;
  }

  #header .visible-search-icon.visible-shopping-cart #mobile-menu {
    right: 5.8em;
  }

  #header .show-search-form .search-container {
    visibility: visible;
  }

  #header .show-search-form .cell-right ul {
    visibility: hidden;
  }

  #header .search-container .searchform {
    margin-left: auto;
    margin-right: 0;
  }

  .regular-menu {
    position: relative;
  }

  #header .regular-menu ul {
    display: none;
  }

  .regular-menu.visible-search-icon ul,
  .regular-menu.visible-shopping-cart ul {
    padding-right: 3em;
  }

  .regular-menu.visible-search-icon.visible-shopping-cart ul {
    padding-right: 6em;
  }

  .regular-menu #search-toggle,
  .regular-menu #shopping-cart-link {
    position: absolute;
    top: 50%;
    margin-top: -0.58em;
  }

  .regular-menu #shopping-cart-link {
    right: 0;
  }

  .regular-menu #search-toggle {
    margin-top: -0.55em;
    right: 0;
  }

  .regular-menu.visible-shopping-cart #search-toggle {
    right: 1.21em;
  }

  .regular-menu #shopping-cart-link span {
    top: 1.16em;
    left: 0.63em;
  }

  .offcanvas-menu {
    width: 22em;
    -webkit-transform: translate3d(-22em, 0, 0);
    -moz-transform: translate3d(-22em, 0, 0);
    transform: translate3d(-22em, 0, 0);
  }

  .show-offcanvas-menu .offcanvas-content {
    -webkit-transform: translate3d(22em, 0, 0);
    -moz-transform: translate3d(22em, 0, 0);
    transform: translate3d(22em, 0, 0);
  }

  .offcanvas-menu ul a {
    font-size: 1.1em;
  }

  .offcanvas-menu ul ul {
    padding: 0 2em;
  }

  .close-offcanvas-menu a {
    margin-top: -0.35em;
  }

  .portfolio-showcase .thumb {
    width: 50%;
  }

  #post-list .post h3 a.title {
    word-wrap: break-word;
    text-decoration: none;
    outline: 0;
  }

  #post-list .post.has-post-thumbnail h3 a.title {
    padding-left: 60px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  #post-list .post h3 a.title img {
    width: 50px;
    margin-top: -2em;
    padding: 3px;
    border: 1px solid #eee;
  }
}

@media (min-width: 768px) {
  .offcanvas-menu {
    overflow-y: auto;
  }
  .container {
    max-width: 1160px;
  }

  /* add grid based layout only for larger screens */

  .container .col {
    float: left;
    display: inline;
    margin-right: 3%;
  }

  .container .omega {
    margin-right: 0;
  }

  .container .grid1.col {
    width: 5.58333333333%;
  }

  .container .grid2.col {
    width: 14.1666666667%;
  }

  .container .grid3.col {
    width: 22.75%;
  }

  .container .grid4.col {
    width: 30.3333333333%;
  }

  .container .grid5.col {
    width: 39.9166666667%;
  }

  .container .grid6.col {
    width: 48.5%;
  }

  .container .grid7.col {
    width: 57.0833333333%;
  }

  .container .grid8.col {
    width: 65.6666666667%;
  }

  .container .grid9.col {
    width: 74.25%;
  }

  .container .grid10.col {
    width: 82.8333333333%;
  }

  .container .grid11.col {
    width: 91.4166666667%;
  }

  .container .grid12.col {
    margin-right: 0;
    width: 100%;
  }

  #header,
  #header .sep,
  .offcanvas-menu .sep {
    margin-top: 1em;
  }

  #header .regular-menu ul {
    display: block;
  }

  #header #mobile-menu {
    display: none;
  }

  #header .search-container {
    width: 22em;
  }

  #header .search-container .searchform {
    width: 22em;
  }

  .fixed-header #header {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    -moz-box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
  }

  #go-to-top-link {
    visibility: hidden;
    display: block;
    position: fixed;
    width: 2em;
    height: 2em;
    right: 20px;
    bottom: 20px;
    line-height: 2.1em;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
  }

  #go-to-top-link.active {
    visibility: visible;
  }

  .commentlist .comment .comment-body {
    position: relative;
    margin-left: 5.8em;
  }

  .commentlist .comment h6 {
    padding-right: 11em;
  }

  .commentlist .comment p.comment-date {
    position: absolute;
    top: 0.2em;
    right: 0;
  }

  .commentlist .comment p {
    margin-top: 0;
  }

  .commentlist .comment .children {
    margin-left: 5.7em;
  }

  .commentlist .comment-respond .comment-reply-title small {
    float: right;
  }

  .big-circle .inner {
    top: 2%;
    left: 2%;
    right: 2%;
    bottom: 2%;
  }

  .thumb {
    margin-bottom: 1.5em;
  }

  .thumb .photo .info {
    position: absolute;
    opacity: 0;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.85);
  }

  .thumb .photo .info span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    line-height: 1em;
    display: block;
    font-size: 2.5em;
  }

  .thumb .photo .info span.bottom {
    top: auto;
    margin-top: 0;
    bottom: 0.5em;
    font-size: 2em;
  }

  .thumb .photo .info .title {
    margin-top: 1em;
    padding: 0.1em 1em;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
  }

  .thumb .photo .info .tagline {
    font-style: normal;
    font-size: 0.8em;
    font-weight: 300;
    color: #999;
  }

  .thumb .photo a:hover .info {
    opacity: 1;
  }

  .no-js .thumb .photo .info {
    top: 0;
    left: -100%;
  }

  .no-js .thumb .photo a:hover .info {
    left: 0;
  }

  .fade .photo .info,
  .thumb.switch .photo img.secondary {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .fade .photo .info {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .fade .photo .info span {
    -ms-filter: "alpha(opacity=0)";
  }

  .thumb.switch .photo img.secondary {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    -ms-filter: "alpha(opacity=0)";
  }

  .directional .photo .info {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fade .photo a:hover .info {
    opacity: 1;
    -ms-filter: "alpha(opacity=70)";
  }

  .fade .photo a:hover .info span {
    -ms-filter: "alpha(opacity=100)";
  }

  .thumb.switch .photo a:hover img.secondary {
    opacity: 1;
  }

  .portfolio-showcase .thumb {
    width: 33.3333%;
  }

  #post-list .post {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  #post-list .post:hover {
    background-color: #f8f8f8;
  }

  #post-list .post h3:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 25px;
    margin-top: -0.52em;
    content: "\e606";
    font-family: "Magic Icons";
    speak: none;
    font-size: 2em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.3s ease, right 0.3s ease;
    -moz-transition: color 0.3s ease, right 0.3s ease;
    transition: color 0.3s ease, right 0.3s ease;
  }

  #post-list .post:hover h3:after {
    right: 15px;
    color: #000;
  }

  #post-list .post h3 {
    font-size: 1.3em;
  }

  #post-list .post h3 a.title {
    padding: 20px 50px 40px 15px;
  }

  #post-list .post.has-post-thumbnail h3 a.title {
    padding-left: 110px;
    padding-top: 35px;
  }

  #post-list .post h3 a.title img {
    left: 15px;
    width: 78px;
    margin-top: -40px;
    padding: 3px;
    border: 1px solid #eee;
  }

  #post-list .post:hover h3 a.title img {
    border-color: #ddd;
  }

  #post-list .post h3 .meta {
    right: auto;
    top: auto;
    left: 15px;
    bottom: 20px;
    margin-top: 0;
  }

  #post-list .post.has-post-thumbnail h3 .meta {
    left: 110px;
    bottom: 35px;
  }

  #post-list .post h3 .meta a {
    font-size: 0.7em;
    margin-right: 0.5em;
    margin-left: 0;
  }

  #post-list .post h3 .meta a.comment-no {
    display: inline-block;
  }

  .fancybox-close {
    top: -1em;
    right: -1em;
    margin-top: 2px;
    margin-right: 2px;
  }

  .fancybox-prev span {
    left: -1em;
    margin-left: -2px;
  }

  .fancybox-next span {
    right: -1em;
    margin-right: -2px;
  }

  .cerchez-slider .controls {
    display: block;
  }

  #sidebar {
    margin-top: 0;
  }

  .widget_cerchez_dribbble a {
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 783px) {
  /* query added only to adjust page to admin bar */

  .admin-bar #border-right,
  .admin-bar #border-left,
  .admin-bar #border-top {
    top: 32px;
  }

  .admin-bar .offcanvas-menu {
    top: 32px;
  }

  html.page-border .admin-bar .offcanvas-menu {
    top: 42px;
  }

  .admin-bar.fixed-header #header {
    top: 32px;
  }

  html.page-border .admin-bar.fixed-header #header {
    top: 42px;
  }

  html.post-preview .admin-bar.fixed-header #header {
    top: 0;
  }

  html.page-border.post-preview .admin-bar.fixed-header #header {
    top: 10px;
  }
}
/*
    
    @media (min-width: 1024px) {
    
        body { font-size: 100%; }
    
        .container { padding: 0 20px; }
    
        #header, #header .sep, .offcanvas-menu .sep { margin-top: 1.5em; }
    
        .close-offcanvas-menu a { margin-top: -0.25em; }
    
    
    
        #header ul a { padding: 0.5em 1em; }
    
    
    
        .thumb .photo .info .title { margin-top: 0.5em; }
    
        .thumb .photo .info span.bottom { bottom: 0.75em; }
    
    
    
        .widget_cerchez_flickr a { max-width: 3.9em; }
    
    }
    
    
    
    @media (min-width: 1180px) {
    
        .container { max-width: 1160px; }
    
    
    
        .portfolio-showcase .thumb { width: 25%; }
    
    
    
        .fancybox-close { display: none; }
    
        .fancybox-overlay { cursor: crosshair; }
    
    
    
        .widget_cerchez_flickr a { max-width: 4.7em; }
    
    }
    */
