.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden] {
display: none;
}  html {
font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body {
margin: 0;
}  a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
} pre {
white-space: pre-wrap;
} q {
quotes: "\201C" "\201D" "\2018" "\2019";
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; padding: 0;
} button {
background: transparent;
} button,
input {
line-height: normal;
} button,
select {
text-transform: none;
}  button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; resize: none; }  table {
border-collapse: collapse;
border-spacing: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
} :focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
} table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a,
a:hover,
a:visited {
text-decoration: none;
}
select {
font-size: inherit;
color: inherit;
}
img {
max-width: 100%;
height: auto;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both } .slicknav_menu { *zoom: 1 } .slicknav_menu {
font-size:16px;
} .slicknav_btn {
margin: 5px 5px 6px;	
text-decoration:none;	
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;  
background-color: #222222;
} .slicknav_menu  .slicknav_menutxt {	
color: #FFF;
font-weight: bold;	
text-shadow: 0 1px 3px #000;	
} .slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_menu {
background:#4c4c4c;
padding:5px;
}
.slicknav_nav {
color:#fff;
margin:0;	
padding:0;
font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow:hidden;
}
.slicknav_nav ul {
padding:0;
margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
padding:5px 10px;
margin:2px 5px;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#fff;
}
.slicknav_nav .slicknav_item a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;   
}@font-face{font-family:'FontAwesome';src:url(//www.sarl-pele.fr/wp-content/themes/garnish/_theme_styles/fa/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(//www.sarl-pele.fr/wp-content/themes/garnish/_theme_styles/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(//www.sarl-pele.fr/wp-content/themes/garnish/_theme_styles/fa/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(//www.sarl-pele.fr/wp-content/themes/garnish/_theme_styles/fa/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(//www.sarl-pele.fr/wp-content/themes/garnish/_theme_styles/fa/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.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;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.sarl-pele.fr/wp-content/themes/garnish/js/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.sarl-pele.fr/wp-content/themes/garnish/js/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.sarl-pele.fr/wp-content/themes/garnish/js/fancybox/blank.gif); -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%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.sarl-pele.fr/wp-content/themes/garnish/js/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
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: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.sarl-pele.fr/wp-content/themes/garnish/js/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.sarl-pele.fr/wp-content/themes/garnish/js/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}body { height: 100%; color:#555; background-size: auto auto; }
.shell { width:1200px; margin:0 auto; }
.inner-shell { width:940px; margin:0 auto; }
strong { font-weight:600; }
.block-spacer { height:70px; }
.cl { clear:both; }
.sticky-nav { padding-top:64px; } .one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { position: relative; margin:10px 4% 5px 0; float: left; }
.last { margin-right: 0 !important; clear: right; }
.mobile-nav-wrapper { position:relative; }
#mobileSlickNav, #mobileNav { display:none; }
#mobile-cart { position:absolute; width:60%; top:0; left:0; display:none; height:47px; }
#mobile-cart a { display:block; width:100%; line-height:44px; padding:0 15px 0 42px; height:47px; text-align:left; font-size:13px; color:#fff; text-decoration:none; font-weight:300; } #top-bar .socials .fa, #top-bar .socials a,
#bottom-bar .socials .fa, #bottom-bar .socials a,
.bx-btn,
nav ul li a,
.post-meta span a,
.widget-button,
.comment-reply-link,
#cancel-comment-reply-link,
.fg-schedule-tabs a, .schedule-content,
body input.es-button, body a.es-button, body input[type=button], body input[type=submit], .rtb-booking-form button {
-webkit-transition: all .1s ease-out;
-moz-transition: all .1s ease-out;
-o-transition: all .1s ease-out;
transition: all .1s ease-out;
} .widget article a img,
#page-post article.recent-post-block .floated-thumb img {
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
} .bx-btn, .rtb-booking-form button { -webkit-appearance:none; display:inline-block; font-weight:400; padding:0 15px; text-align:center; border:2px solid; line-height:40px; margin:0 10px 0 0; }
.bx-btn.sm { font-size:13px; padding:0 10px; line-height:32px; }
.bx-btn.iconed .fa { padding-right:10px; } #top-bar { width:100%; height:47px; }
#top-bar p { font-size:15px; line-height:47px; }
#top-bar p.left { padding-left:20px; float:left; width:50%; }
#top-bar p.right { padding-right:20px; float:right; text-align:right; width:50%; }
.boxed #top-bar p.left { padding-left:0; }
.boxed #top-bar p.right { padding-right:0; }
#top-bar .fa { padding-right:3px; }
#top-bar .socials a.ico { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); -moz-opacity:0.30; -khtml-opacity: 0.30; opacity: 0.30; line-height:1px; display:inline-block; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; width:25px; height:25px; padding:5px; margin:0 3px; text-align:center; }
#top-bar .socials a.ico:hover { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }
#top-bar .socials a.ico .fa { padding:0; } #bottom-bar { width:100%; height:47px; }
#bottom-bar p { font-size:15px; line-height:47px; }
#bottom-bar p.left { padding-left:20px; float:left; width:50%; }
#bottom-bar p.right { padding-right:20px; float:right; text-align:right; width:50%; }
#bottom-bar .fa { padding-right:3px; }
#bottom-bar .socials a.ico { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); -moz-opacity:0.30; -khtml-opacity: 0.30; opacity: 0.30; line-height:1px; display:inline-block; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; width:25px; height:25px; padding:5px; margin:0 3px; text-align:center; }
#bottom-bar .socials a.ico:hover { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }
#bottom-bar .socials a.ico .fa { padding:0; } header { width:100%; }
#logo { display:block; margin:0 auto; max-width:100%; background-size:100% auto !important; width:100%; text-align:center; }
#logo img { display:block; margin:0; padding:0; } nav { height:63px; }
nav.fixed { position:fixed; top:0; left:0; z-index:8000; width:100%; -moz-box-shadow:0 5px 0 rgba(0,0,0,0.10); -webkit-box-shadow:0 5px 0 rgba(0,0,0,0.10); box-shadow:0 5px 0 rgba(0,0,0,0.10); }
.sticky-nav.admin-bar nav { top:32px; }
nav > ul { display:block; width:100%; height:63px; text-align:center; }
nav > ul > li { height:63px; position:relative; display:inline-block; }
nav > ul > li > a { font-size:16px; display:inline-block; padding:0 20px; line-height:61px; height:63px; font-weight:300; }
nav > ul .dropdown { width:200px; padding:10px; z-index:99999; display:none; position:absolute; top:63px; left:0; }
nav > ul .dropdown a { text-align:left; }
nav > ul  .dropdown .dropdown { width:200px; padding:10px; z-index:99999; display:none; position:absolute; top:0; left:200px; }
nav > ul  .dropdown li { display:block; position:relative; }
nav > ul  .dropdown li > a { font-size:14px; text-decoration:none; display:block; padding:5px 10px; } .slicknav_nav { padding:6px; }
.slicknav_nav .slicknav_item,
.slicknav_nav a { margin:0; }
.slicknav_menu .slicknav_icon-bar { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #slider { overflow:hidden; }
#slider .text-slider-wrap { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; position:relative; width:690px; height:576px; float:left; margin:0; }
#slider .text-slider .slide { width:525px; height:576px; padding-left:50px; float:left; margin-left:78px; }
#slider .text-slider h2 { font-size:40px; line-height:50px; margin:0 0 25px; }
#slider .text-slider p { font-size:16px; line-height:28px; margin:0 0 25px; }
#slider .image-slider-wrap { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:510px; float:right; overflow:hidden; }
#slider .image-slider .slide { position:relative; float:left; }
#slider .image-slider .slide img { max-width:none; width:685px; height:774px; top:-100px; position:relative; -moz-border-radius:50% 0 0 50%; -webkit-border-radius:50% 0 0 50%; border-radius:50% 0 0 50%; }
#slider .slider-nav { position:absolute; right:100px; bottom:40px; } #feature-blocks { padding:60px 0; }
#feature-blocks .fblock { text-align:center; float:left; margin:0 20px 0 0; padding:15px 20px 25px; }
#feature-blocks .fblock:last-child { margin:0; }
#feature-blocks .fblock.third { width:300px; }
#feature-blocks .fblock.half { width:460px; }
#feature-blocks .fblock.full { width:940px; margin:0; }
#feature-blocks .fblock h3 { font-size:16px; font-weight:600; text-align:center; margin:0 0 15px; }
#feature-blocks .fblock img { margin:0 0 15px; padding:0; display:block; }
#feature-blocks .fblock p { font-size:14px; line-height:22px; padding:5px 0 20px; text-align:center; } h2.centered { font-weight:400 !important; text-align:center; font-size: 30px !important; line-height:23px !important; position:relative;  padding:0; display: block; margin:0 0 60px !important; }
h2.centered:before { content:""; display:block; position:absolute; left:0; bottom:3px; width:100%; height:3px; border-top:1px solid; }
h2.centered span { position:relative; top:5px; display:inline-block; padding:0 30px; } h1.page-title { position:relative; margin:0 0 40px !important; } #homepage-recent-posts article.recent-post-block { float:left; margin:0 0 0 20px; width:300px; }
#homepage-recent-posts article.recent-post-block:first-child, #homepage-recent-posts .cl + article { margin:0; }
#homepage-events article.upcoming-event-block { float:left; margin:0 0 0 20px; width:300px; }
#homepage-events article.upcoming-event-block:first-child, #homepage-events .cl + article { margin:0; }
#homepage-recent-posts .cl, #homepage-events .cl { height:50px; } #homepage-countdown article.single-event-block { margin:0 0 25px; text-align:center; }
#homepage-countdown article.single-event-block .event-info { display:inline-block; text-align:left; width:60%; }
#homepage-countdown article.single-event-block h3 { font-size:25px; margin:0 0 5px; }
#homepage-countdown article.single-event-block h3 a { text-decoration:none; }
#homepage-countdown article.single-event-block small { font-size:15px; margin:0 0 15px; display:block; color:#888; }
#homepage-countdown article.single-event-block small span { display:inline-block; padding:0 5px; }
#homepage-countdown article.single-event-block p { margin:0 0 20px; }
#homepage-countdown .hidden-timezone { display:none; } #homepage-countdown .countdown-rtl { direction: rtl; }
#homepage-countdown .countdown-holding span { color: #888; }
#homepage-countdown .countdown-row { clear: both; width: 100%; padding: 0px 2px; text-align: center; }
#homepage-countdown .countdown-show1 .countdown-section { width: 98%; }
#homepage-countdown .countdown-show2 .countdown-section { width: 48%; }
#homepage-countdown .countdown-show3 .countdown-section { width: 32.5%; }
#homepage-countdown .countdown-show4 .countdown-section { width: 24.5%; }
#homepage-countdown .countdown-show5 .countdown-section { width: 19.5%; }
#homepage-countdown .countdown-show6 .countdown-section { width: 16.25%; }
#homepage-countdown .countdown-show7 .countdown-section { width: 14%; }
#homepage-countdown .countdown-section { display: block; float: left; font-size: 15px; color:#aaa; text-transform: uppercase; text-align: center; }
#homepage-countdown .countdown-amount { font-size: 80px; display:block; }
#homepage-countdown .countdown-period { display: block; }
#homepage-countdown .countdown-descr { display: block; width: 100%; }
#homepage-countdown article.single-event-block .is-countdown { border:none; background:none; width:60%; margin:0 auto 30px; display:block; height:140px; line-height:1.2; }
#homepage-countdown article.single-event-block .event-img { float:left; width:30%; }
#homepage-countdown article.single-event-block .event-img img { width:100%; height:auto; position:relative; top:4px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#homepage-countdown article.single-event-block .event-content { float:right; width:65%; } #page-post article.left, #page-post article.right { width:600px; }
#page-post article.left, #page-post aside.left { float:left; }
#page-post article.right, #page-post aside.right { float:right; }
#page-post aside.left, #page-post aside.right { width:288px; }
#page-post article.page-content .featured-image { margin:0 0 25px }
#page-post article.page-content h1 { display:block; position:relative; z-index:1; font-size:37px; line-height:50px; font-weight:300; margin:0 0 20px; padding:0; }
#page-post article.page-content h2 { display:block; font-size:27px; line-height:37px; margin:0 0 20px; font-weight:600; }
#page-post article.page-content h3 { display:block; font-weight: 300; font-size: 23px; line-height: 32px; margin:0; padding: 0 0 20px 0; }
#page-post article.page-content h4 { display:block; font-size:19px; line-height:26px; font-weight:600; margin:0; padding: 0 0 20px 0; position: relative; }
#page-post article.page-content h4 a:hover { color: #000; }
#page-post article.page-content h5 { display:block; font-size:13px; line-height:19px; font-weight:300; margin:0 0 20px; }
#page-post article.page-content h6 { display:block; font-size:13px; line-height:19px; font-weight:300; margin:0 0 20px; }
#page-post article.page-content h1 a,
#page-post article.page-content h2 a,
#page-post article.page-content h3 a,
#page-post article.page-content h4 a,
#page-post article.page-content h5 a,
#page-post article.page-content h6 a { text-decoration:none; }
#page-post article.page-content p { margin:0 0 20px; }
#page-post article.page-content .wp-caption.alignright, #page-post article.page-content img.alignright { display:block; float:right; margin:7px 0 15px 30px; }
#page-post article.page-content .wp-caption.alignleft, #page-post article.page-content img.alignleft { display:block; float:left; margin:7px 30px 15px 0; }
#page-post article.page-content .wp-caption.aligncenter, #page-post article.page-content img.aligncenter { display:block; margin:7px auto 15px; }
#page-post article.page-content .wp-caption.alignright img,
#page-post article.page-content .wp-caption.alignleft img,
#page-post article.page-content .wp-caption.aligncenter img { margin:0 auto; }
#page-post article.page-content .wp-caption-text { font-size:13px; text-align:center; color:#aaa; padding-top:5px; }
#page-post article.page-content section { padding: 0 0 40px 0; }
#page-post article.page-content section.post { padding-left: 31px; padding-bottom:0; }
#page-post article.page-content section.post.active { padding-bottom:40px; }
#page-post article.page-content section.post.last { padding: 0; }
#page-post article.page-content section.post.last-post { padding-bottom: 0; }
#page-post article.page-content section.post .section-content { }
#page-post article.page-content section.post .section-content p { padding: 0 0 13px 0; }
#page-post article.page-content section.post.active h3 span { background-position: 0 0; }
#page-post article.page-content section.post.active .section-content { }
#page-post article.page-content ul, #page-post article.page-content ol { margin:0 0 25px 40px; }
#page-post article.page-content ul ul, #page-post article.page-content ol ol, #page-post article.page-content ul ol, #page-post article.page-content ol ul { margin:0 0 10px 80px; }
#page-post article.page-content .highlight { background-color:#fff6c6;  }
#page-post article.page-content blockquote { padding: 4px 5% 10px 5%; display: block; }
#page-post article.page-content blockquote p { padding:0; font-size: 22px; line-height: 30px; color:#aaa; }
#page-post .fluid-width-video-wrapper { margin:0 0 40px; }
#page-post .fluid-width-video-wrapper iframe { margin:10px 0 0; }
#page-post .mejs-container { margin:0 0 25px; } .Collage{ padding:10px; }
.Collage .Image_Wrapper { vertical-align:bottom; opacity:0; }
.Collage .Caption_Content { padding:10px 10px 17px; font-size:13px; color:#fff; text-align:center; } #page-post article.recent-post-block { margin:0 0 40px; }
#page-post article.recent-post-block h3 { padding:0 0 5px; }
#page-post article.recent-post-block p { margin:0; }
#page-post article.recent-post-block .floated-thumb { float:left; margin:5px 0 0 0; width:23%; }
#page-post article.recent-post-block .floated-thumb img { margin:0; }
#page-post article.recent-post-block .floated-content { float:right; margin:0; width:73%; }
a.es-button, input[type=button], input[type=submit] { border:none; cursor:pointer; display:inline-block; text-decoration:none; color:#fff; line-height:39px; padding:0 20px; font-size:13px; font-weight:600; }
#author-info { position:relative; display:block; padding:20px 0 0 0; margin:60px 0 50px 0; border-top:1px solid #ddd; }
#author-info h2 { margin:0 !important; padding:0 0 15px !important; }
#author-info .avatar-wrap { width:55px; height:55px; position:absolute; top:79px; left:0; }
#author-info .avatar-wrap img { width: 55px; height:55px; overflow: hidden; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; -webkit-background-clip: padding-box; }
#author-info .description { margin-left:75px; }
#author-info p { padding:0 0 10px !important; margin:0 !important; }
#author-info .author-link { margin:0 0 10px; font-weight:bold; }
.categories-links, .tags-links { font-size:13px; display:block; margin:0 0 5px; }
.post-meta { font-weight:400; padding:0 0 30px; font-size:14px; line-height:24px; }
.post-meta span { display:inline-block; margin:0 17px 0 0; }
.post-meta i { padding-right:5px; }
.post-meta span a { text-decoration:none; }
.post-meta.sm { font-size:13px; padding:5px 0 0; line-height:20px; } #comments-block { padding:20px 0 0; margin:0 0 40px; border-top:1px solid #ddd; }
#reply-title { display: none; }
#respond { padding: 0 0 15px; }
#respond .textarea_wrap { padding:15px; margin: 0 0 15px; width: 100%; }
#respond textarea#comment { width: 100%; border: none; -webkit-resize: none; -moz-resize: none; resize: none; height: 100px; line-height:19px; font-family:sans-serif; }
#respond input#author,#respond input#email,#respond input#url { padding: 8px 11px; margin: 0 10px 10px 0; width: 250px; }
#respond p.comment-form-author,#respond p.comment-form-email,#respond p.comment-form-url { font-size:13px; font-weight: bold; text-transform: uppercase; height: 45px; padding:0; position: relative; margin-bottom: 0 !important; }
#respond p.comment-form-author input,#respond p.comment-form-email input,#respond p.comment-form-url input { position: absolute; left: 70px; top:-5px; }
#respond p.comment-form-author label,#respond p.comment-form-email label,#respond p.comment-form-url label { position: relative; top: 3px; }
#respond span.required { font-weight: bold; }
#respond p.form-allowed-tags { color: #999999; font-size: 11px; line-height: 15px; }
p.closed-comments { display: none; }
ol.commentlist { list-style: none; margin:0 0 15px 0 !important; padding:0; }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; font-size: 19px; font-weight:600; color:#000; }
ol.commentlist li.comment div.vcard cite.fn a.url { text-decoration: none; }
ol.commentlist li.comment div.vcard img.avatar { width:38px; height:38px; float: left; margin:5px 20px 10px 0px; }
ol.commentlist li.comment div.vcard span.says { font-size: 19px; font-style: italic; }
ol.commentlist li.comment div.comment-meta { padding:0 0 5px; font-size: 13px; line-height:24px; }
ol.commentlist li.comment div.comment-meta a { text-decoration: none; }
#page-post article.page-content ol.commentlist li.comment p { margin:0; padding: 5px 0 10px; }
ol.commentlist li.comment div.reply { font-size: 13px; }
ol.commentlist li.comment div.reply a,
#cancel-comment-reply-link { font-weight: bold; text-decoration: none; margin: 7px 0 10px; display: inline-block; border: none; padding:3px 6px 2px; font-size: 11px; line-height:15px; text-transform: uppercase; font-family: sans-serif; text-shadow: none; }
ol.commentlist li.comment div.reply a:hover,
#cancel-comment-reply-link:hover { background:#000; }
ol.commentlist li.comment ul.children { list-style: none; margin: 15px 0 0 10%; padding:0; }
ol.commentlist li.comment ul.children li { list-style:none; }
ol.commentlist li.comment ul.children li.depth-2 { border: none; margin: 0 0 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border: none; margin: 0 0 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border: none; margin: 0 0 10px; }
ol.commentlist li.comment ul.children li.depth-5 { border: none; margin: 0 0 10px; }
ol.commentlist li.parent { margin: 0 0 10px; }
#respond .textarea_wrap { border: 1px solid #ccc; background: #fff; }
#respond textarea#comment { color: #222; }
#respond input#submit {  }
#respond input#author,#respond input#email,#respond input#url { border: 1px solid #ccc; background: #fff; color: #222; }
ol.commentlist li.comment { padding: 15px 0; margin: 0 0 15px; }
ol.commentlist li.comment div.vcard span.says { color: #aaa; }
ol.commentlist li.comment div.comment-meta a { color: #aaa; }
ol.commentlist li.comment div.reply a,
#cancel-comment-reply-link { color: #fff; }
.entry ol.commentlist li.comment ul.children li.depth-2 { padding:15px 0 10px 0; list-style:none!important; }
.entry ol.commentlist li.comment ul.children li.depth-3 { padding:15px 0 10px 0; list-style:none!important; }
.entry ol.commentlist li.comment ul.children li.depth-4 { padding:15px 0 10px 0; list-style:none!important; }
.entry ol.commentlist li.comment ul.children li.depth-5 { padding:15px 0 10px 0; list-style:none!important; }
.comment-awaiting-moderation { font-size:11px; line-height:16px; }
#respond input#submit { text-decoration: none; display: inline-block; font-weight: bold; font-size: 11px; line-height: 27px; padding: 0 10px; border:none; cursor:pointer; text-transform: uppercase; color: #fff; }
#respond input#submit:hover { text-decoration: none; }
.comment #respond { padding: 15px 0 15px; border-top:1px solid #ddd; margin-top:20px; }
#respond input#submit:hover { background-color:#000; }
ol.commentlist li.comment p.comment-notes { margin:0 0 15px; }
.sticky, .gallery-caption, .bypostauthor { } .parallax-zone { overflow:hidden; box-sizing:border-box; }
.parallax-zone .parallax-screen { position:absolute; width:100%; } #recent-tweets { position:relative; padding:40px 0 45px; }
#recent-tweets h3 { text-align:center; line-height:35px; font-size:30px; margin:0 0 20px; font-weight:400; }
#recent-tweets .tweet { float:left; display:block; text-align:center; }
#recent-tweets .tweet .wrapped { width:700px; margin:0 auto; }
#recent-tweets .tweet p { font-size:18px; line-height:30px; font-weight:300; margin:0 0 20px; }
#recent-tweets .tweet p a { text-decoration:none; font-weight:400; }
#recent-tweets .tweet small { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; font-size:15px; font-weight:300; line-height:20px; }
#recent-tweets .tweet small a { text-decoration:none; }
#recent-tweets .btn-prev,
#recent-tweets .btn-next { font-size:38px; line-height:48px; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; position:absolute;	left:72px; top:50%; margin-top:-27px; width:34px; height:51px; z-index:10; overflow:hidden; }
#recent-tweets .btn-next { right:72px; left:auto; }
#recent-tweets .btn-prev:hover,
#recent-tweets .btn-next:hover { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }
#recent-tweets .btn-prev:hover { left:70px; }
#recent-tweets .btn-next:hover { right:70px; }
#recent-tweets .btn-prev,
#recent-tweets .btn-next { -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }
#recent-tweets a,#recent-tweets .btn-prev,#recent-tweets .btn-next { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; filter: alpha(opacity=65); -moz-opacity:0.65; -khtml-opacity: 0.65; opacity: 0.65; }
#recent-tweets, #recent-tweets p, #recent-tweets small,#recent-tweets a:hover,#recent-tweets .btn-prev:hover,#recent-tweets .btn-next:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; } .widget article { width:100%; margin:0 0 40px; float:none; }
.widget article a { font-weight:400; text-decoration:none; }
.widget article h3 { line-height:25px; font-size:21px; font-weight:300; margin:0 0 15px; padding:0; }
.widget article ul, .widget article ul > li { list-style:none; padding:0; margin:0 0 5px; }
article.recent-post-block, article.upcoming-event-block { margin:0 0 25px; }
article.recent-post-block img, article.upcoming-event-block img { width:100%; max-width:100%; margin:0 0 25px; display:block; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
article.recent-post-block h3, article.upcoming-event-block h3 { margin:0 0 2px; }
article.recent-post-block h3.bordered,
article.upcoming-event-block h3 { padding-top:15px; border-top:1px solid #ddd; }
#homepage-events article.upcoming-event-block h3 { padding:0; border:none; }
article.recent-post-block h3 a { display:block; text-decoration:none; }
article.recent-post-block small { display:block; line-height:21px; color:#888; font-size:13px; font-weight:300; font-style:italic; }
article.recent-post-block p { padding:15px 0 23px; }
article.upcoming-event-block small { background:url(//www.sarl-pele.fr/wp-content/themes/garnish/images/icon_event.png) no-repeat 0 3px; padding-left:23px; display:block; line-height:22px; color:#000; font-size:15px; font-weight:400; }
article.upcoming-event-block small span { font-weight:600; display:inline-block; padding:0 5px; }
article.upcoming-event-block small em { font-style:normal; color:rgba(0,0,0,0.5); font-weight:300; }
article.upcoming-event-block p { padding:12px 0 20px; }
article.upcoming-event-block a.es-button { float:left; display:inline-block; text-decoration:none; color:#fff; line-height:39px; padding:0 20px; font-size:13px; font-weight:600; }
article.text-block h3 { padding:0 0 20px; margin:0; }
article.text-block p { padding:0 0 20px; }
article.text-block strong, article.text-block a { text-decoration:none; font-weight:600; }
article.text-block p:last-child { padding:0; }
article.hours-block h3 { margin:0 0 20px; }
article.hours-block p { padding:0; line-height:25px; margin:0; }
article.hours-block p.left { float:left; width:60%; }
article.hours-block p.right { float:right; width:40%; text-align:right; }
#searchform { display:block; position:relative; }
#searchform .field { font-size:13px; width:100%; padding:9px 60px 8px 12px; border:1px solid; margin:0; font-weight:300; height:42px; }
#searchform input.es-button { position:absolute; top:0; right:0; left:auto; height: 42px; margin:0 0 0 -2px; line-height: 42px; font-size: 15px; padding: 0; color: #fff; width: 48px; top: 0px; }
.recent-widget .item, .posts-block .item { padding:15px 0; border-top:1px solid #ddd; }
.recent-widget .item h4, .posts-block .item h4 { margin:0 0 2px; font-size:16px; line-height:22px; }
.posts-block .item h4 { padding:0 0 3px; }
.recent-widget .item small, .posts-block .item small { display:block; line-height:21px; font-size:13px; font-weight:300; font-style:italic; }
.recent-widget .item p, .posts-block .item p { padding:10px 0 0; }
.text-widget h4 { margin:0 0 15px; padding-bottom:10px; border-bottom:1px solid; }
.text-widget p, .textwidget p { margin:0 0 20px; padding:0; }
.widget article .facebook-widget li,
.widget article .tweets-widget li { border-top:1px solid #d1d1d1; padding:15px 0; margin:0; }
.widget article .facebook-widget, .widget article .tweets-widget { position:relative; }
.widget article .facebook-widget .tweet_text, .widget article .tweets-widget .tweet_text { overflow: hidden; text-overflow: ellipsis; display:block; margin:0 0 7px; }
.widget article .facebook-widget .tweet_time, .widget article .tweets-widget .tweet_time { opacity:0.5; font-size:13px; line-height:21px; font-weight:300; display:block; }
.widget article .facebook-widget .tweet_time a, .widget article .tweets-widget .tweet_time a { text-decoration:none; }
.widget-button, .comment-reply-link, #cancel-comment-reply-link { position:absolute; top:2px; right:0; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; display: inline-block; font-size: 11px; line-height: 20px; font-weight: bold; text-transform: uppercase; padding: 0 7px; }
.comment-reply-link, #cancel-comment-reply-link { position:relative; top:auto; right:auto; }
.widget-button:hover, .comment-reply-link:hover { text-decoration:none; }
#wp-calendar { border-collapse: collapse; border:1px solid #ddd; width:100%; border-top:none; }
#wp-calendar td, #wp-calendar th { text-align:center; }
#wp-calendar caption { color: #fff; padding: 0; line-height: 39px; }
#wp-calendar thead, #wp-calendar tfoot { line-height:33px; background:#eee; }
#wp-calendar tbody { line-height:33px; }
#wp-calendar #prev, #wp-calendar #next { padding:0 10px; background:#eee; }
#wp-calendar #prev { text-align:left; }
#wp-calendar #next { text-align:right; }
.map-widget iframe { width:100%; }
.widget img { max-width:100%; width:auto; }
.widget select { max-width:100%; width:auto; }
.widget_rss li a.rsswidget { font-weight:bold; display:block; padding:0 0 3px; }
.widget_rss li span.rss-date { opacity:0.5; font-weight:11px; display:block; padding:0 0 3px; }
.widget.widget_rss article ul > li { margin:0 0 15px; } #pagination { padding:20px 0 0; }
#pagination ul { list-style:none; margin:0 !important; padding:0 !important; }
#pagination ul li { display:inline-block; float:left; margin:0 3px 0 0; padding:0; }
#pagination ul li span, #pagination ul li a { display:block; line-height:15px; text-decoration:none; padding:4px 9px; font-size:12px; text-align:center; }
#pagination ul li span { background:#eee; }
#pagination ul li a { color:#fff; font-weight:600; }
.top-nav { float:right; position:relative; z-index:5; background: #fff; padding-left: 20px; }
.top-nav #pagination { padding:0; } .cta_align_bottom .wpb_button { margin-top:0 !important; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header { margin:0 0 1px !important; padding:0 !important; }
.wpb_content_element .wpb_tabs_nav { margin:0 !important; }
.wpb_separator, .vc_text_separator { border-bottom:1px solid #ddd !important; }
#page-post article.page-content h4.wpb_toggle { padding:0 0 0 25px; }
body .vc-carousel-control { top:20% !important; left:-70px !important; }
body .vc-carousel-control.vc-right { left:auto !important; right:-70px !important; }
body .vc-carousel-control .icon-prev, body .vc-carousel-control .icon-next { height:60px !important; line-height:75px !important; }
.vc_separator h4 { padding:0; padding:0 15px !important; } #footer-widgets { color:#fff; padding:50px 0 20px; }
#footer-widgets .widget { padding-right:20px; }
#footer-widgets p,
#footer-widgets small { color:rgba(255,255,255,0.45); }
#footer-widgets article.upcoming-event-block small { color:#fff; background-position:0 -15px; }
#footer-widgets article.upcoming-event-block small em { color:rgba(255,255,255,0.45); }
#footer-widgets a:hover { color:#fff; }
#footer-widgets a.es-button:hover, #footer-widgets a.button.black { background:#fff; color:#888; }
#footer-widgets a.es-button.black:hover { background:rgba(255,255,255,0.50); color:#000; }
#footer-widgets article.recent-post-block h3.bordered,
#footer-widgets article.upcoming-event-block h3 { border:none; padding-top:0; }
#footer-widgets #wp-calendar { border:none; }
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar tfoot,
#footer-widgets #wp-calendar #prev, #footer-widgets #wp-calendar #next { background:rgba(255,255,255,0.1); }
#footer-widgets .widget article .facebook-widget li,
#footer-widgets .widget article .tweets-widget li { border-color:rgba(255,255,255,0.15); }
#footer-widgets .widget article .facebook-widget .tweet_time a,
#footer-widgets .widget article .tweets-widget .tweet_time a { color:rgba(255,255,255,0.45); }
#footer-widgets .widget article .facebook-widget .tweet_time a:hover,
#footer-widgets .widget article .tweets-widget .tweet_time a:hover { color:#fff; }
footer { height:66px; color:#fff; line-height:21px; }
footer section.left { float:left; width:50%; padding-top:22px; }
footer section.right { float:right; }
footer section.social-search { padding:20px 0 0; }
footer .iconed-phone { margin:0 0 0 20px; }
footer section.social-search .search form { line-height:23px; }
footer section.social-search .search form input { left:8px; } form.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], textarea {
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; width:100%; border:1px solid #ddd; padding:5px 10px; font-size:13px; color:#888; display:block; margin:9px 0 0; }
form.wpcf7-form .wpcf7-form-control-wrap { display:block; padding:9px 0 10px; }
form.wpcf7-form span.wpcf7-list-item { margin:0 10px 0 0; }
form.wpcf7-form span.wpcf7-list-item-label { font-size: 13px; position: relative; top: 1px; padding-left: 5px; padding-right: 10px; }
form.wpcf7-form div.wpcf7-mail-sent-ok { padding:10px 14px; margin-left:0; margin-right:0; border:1px solid #62BB46; background:#97d983; color:#fff; }
form.wpcf7-form div.wpcf7-validation-errors { padding:10px 14px; margin-left:0; margin-right:0; border:1px solid #f8dc23; background:#FFF5B0; color:#000; }
form.wpcf7-form span.wpcf7-not-valid-tip { top:18px; background:#FFA8A8; color:#fff; width:100%; left:0; padding:5px 13px 5px; } #page-post article.page-content ul.products,
#page-post article.page-content .woocommerce-tabs ul.tabs { margin:0 0 25px; }
.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea { border-size:1px !important; font-size:13px; padding:5px 10px; }
header#header a.cart-contents { background:url(//www.sarl-pele.fr/wp-content/themes/garnish/images/icon_cart.png) no-repeat 0 0; line-height:16px; padding-left:26px; text-decoration:none !important; color:#fff; color:rgba(255,255,255,0.75); position:absolute; top:27px; right:0; font-size: 13px; }
header#header a.cart-contents:hover { color:#fff; }
header#header.alt a.cart-contents { top:32px; }
.added_to_cart { font-size:11px; float:right; position:relative; top:-2px; color:#888; }
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table { float:right; }
.woocommerce div.product span.price ins, .woocommerce-page div.product span.price ins, .woocommerce #content div.product span.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce-page div.product p.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page #content div.product p.price ins, .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins { text-decoration:none }
#page-post article.page-content .product h3 { font-size:19px; line-height:28px; padding:5px 0; font-weight:400; }
#page-post article.page-content .product .add_to_cart_button { margin-top:10px; }
#mobile-cart { position:absolute; width:60%; top:0; left:0; display:none; height:47px; }
#mobile-cart a { display:inline; line-height:44px; padding:2px 0 0 10px; height:47px; text-align:left; font-size:13px; color:#fff; text-decoration:none; font-weight:300; }
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart { display:none !important; }
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale { margin:-8px -8px 0 0 !important; }
.woocommerce span.onsale, .woocommerce-page span.onsale { font-size:14px !important; line-height:40px !important; width:50px !important; height:50px !important; -moz-border-radius:50px !important; -webkit-border-radius:50px !important; border-radius:50px !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta { font-size:15px !important; margin:0 !important; padding:0 0 10px !important; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p { font-size:15px !important; margin:0 !important; padding:0 0 15px !important; }
p.comment-form-comment textarea { border:1px solid #ddd !important; margin:0 0 20px !important; }
p.form-submit input[type=submit] { font-size:13px !important; color:#fff !important; text-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-radius:0 !important; border:0 !important; }
p.stars { margin:0 0 15px !important; }
.woocommerce p.stars span a, .woocommerce-page p.stars span a {
-webkit-transition: all 0 ease-out;
-moz-transition: all 0 ease-out;
-o-transition: all 0 ease-out;
transition: all 0 ease-out;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after { top:-2px; }
#page-post article.page-content dl { display:block; margin:0 0 20px; }
#page-post article.page-content dl dt { font-weight:600; }
#page-post article.page-content dl dd { display:inline-block; padding-bottom:15px; }
#page-post article.page-content ul.order_details { margin:0 0 30px; padding:20px; border:1px solid #ddd; }
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit { position:relative; top:5px; text-decoration:none; background:#eee; display:inline-block; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; font-size:12px; font-weight:600; padding:2px 12px; text-transform:uppercase; }
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dd p, .woocommerce-page td.product-name dl.variation dd p,
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation { padding:0 !important; margin:0 !important; }
a.shipping-calculator-button { font-size:20px !important; display:block; padding:10px 0 0 0; text-align:right; }  .woocommerce .widget_shopping_cart_content,
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text,
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; box-sizing: border-box; background: #fff; border:1px solid #ccc; -moz-box-shadow:0 3px rgba(0,0,0,0.07); -webkit-box-shadow:0 3px rgba(0,0,0,0.07); box-shadow:0 3px rgba(0,0,0,0.07); } .woocommerce #page-post article.page-content .woocommerce-result-count, .woocommerce-page #page-post article.page-content .woocommerce-result-count { margin:0 0 40px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align:center; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { text-align:center; padding:10px 0; font-size:19px; }
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating { margin:0 auto 15px }
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { padding-top:3px; text-align:center; }
.woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button { margin:0 auto }
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale { z-index:5; } .woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating { float:none; display:block; }
.woocommerce-review-link { display:block; } .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li { line-height:1.6; padding:10px 0; position:relative; }
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating { margin:10px 0; }
.woocommerce ul.cart_list li:first-child, .woocommerce ul.product_list_widget li:first-child, .woocommerce-page ul.cart_list li:first-child, .woocommerce-page ul.product_list_widget li:first-child { border-top:0; padding-top:0; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img { position:absolute; top:50%; right:0; margin-top:-16px; }
.woocommerce .widget_shopping_cart_content { padding:20px 20px 10px; }
.woocommerce .widget_shopping_cart_content p.total { text-align:center; font-size:17px; line-height:35px; }
.woocommerce .widget_shopping_cart_content p.buttons { text-align:center; }
.widget ul li.current-cat > a { color:#333; font-weight:600; } .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs { padding: 0 0 0 5px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a { font-weight:400; text-shadow:none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li { background:#eee; box-shadow:none; border-top-left-radius:3px; border-top-right-radius:3px; padding:0 20px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after { display:none; } .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #review_form #submit, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt { border:none; text-shadow:none; box-shadow:none; padding: 0 15px; line-height: 33px; height: 35px; font-size:14px; font-weight:400; } .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text { padding:9px 11px 5px; height:35px; width:200px; }
.woocommerce table td.actions { padding:15px 20px; }
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td { padding:6px 10px; }
.woocommerce .shipping-calculator-button, .woocommerce-page .shipping-calculator-button { display:block; padding-top:10px; font-size:20px; text-transform:none; } .woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar { border:none; padding:0; }
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before { display:none; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info { padding:1em !important; background:#f5f5f5; text-shadow:none; }
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info { border-top:5px solid; }
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error { border-top:5px solid #ed6331; } .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #review_form #submit, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.woocommerce ul.products li.product:hover a img, .woocommerce-page ul.products li.product:hover a img {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .gform_wrapper { margin:10px 0 30px !important; }
.gform_wrapper img { width:auto; }
.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .gfield_list input, .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select { box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:10px; width:100%; border:1px solid #ccc; font-size:13px; }
.gform_wrapper .gfield_list input, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input { font-size:13px !important; padding:10px !important; }
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input { margin:6px 0 0 0 !important; }
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label input.small, .gform_wrapper .top_label input.large,
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] { box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:10px; border:1px solid #ccc; font-size:13px; margin:0 0 10px; }
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction { color:#888; font-size:12px; text-transform:uppercase; }
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] { position: relative; top: 1px; left: 15px; margin-right: 26px; margin-top:0; }
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li { margin:8px 0 0 0 !important; }
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio { margin:0 0 10px 0 !important; }
.gform_wrapper input[type=file] { border:inherit !important; padding:0 !important; }
.gform_wrapper .top_label textarea.textarea { margin:0 0 10px; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { font-size:13px; }
.gform_wrapper .top_label .gfield_label { margin:10px 0 !important; }
.gform_wrapper .gsection { padding: 0 0 5px 0 !important; margin: 21px 0 !important; }
.ginput_complex { margin:0 0 10px !important; }
.gform_wrapper select { margin:0 0 8px !important; }
.gform_wrapper .gfield_description { padding:0 0 10px !important; color:#888; }
article.page-content .gform_wrapper .datepicker { width:30% !important; }
article.page-content .gform_wrapper .gfield_time_hour,
article.page-content .gform_wrapper .gfield_time_minute,
article.page-content .gform_wrapper .gfield_date_month,
article.page-content .gform_wrapper .gfield_date_day,
article.page-content .gform_wrapper .gfield_date_year { width:90px; }
article.page-content .gform_wrapper .gfield_time_hour input,
article.page-content .gform_wrapper .gfield_time_minute input,
article.page-content .gform_wrapper .gfield_date_month input,
article.page-content .gform_wrapper .gfield_date_day input,
article.page-content .gform_wrapper .gfield_date_year input { height: 29px; margin: 0 8px 0 0 !important; }
.gform_wrapper input.datepicker.datepicker_with_icon { height:37px; } .ajax-wrapper .spinner { min-height:100px; } h2.schedule-title { margin-bottom:90px !important; }
.schedule-category { display:none; }
.fg-schedule-prev-week, .fg-schedule-next-week { margin:0; z-index:100; position:absolute; top:57px; }
.fg-schedule-prev-week { left:0; }
.fg-schedule-next-week { right:0; }
.fg-schedule-tabs { position:relative; display:block; border-bottom:5px solid; height:141px; padding-top:30px; margin:0 0 30px; }
.fg-schedule-tabs a { -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6; border-bottom:3px solid #fff; text-decoration:none; display:inline-block; width:13.9%; overflow:hidden; margin-right:4px; padding:15px 20px 17px; box-sizing:border-box; float:left; }
.fg-schedule-tabs a:hover, .fg-schedule-tabs a.active { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }
.fg-schedule-tabs a:last-child { margin-right:0; }
.fg-schedule-tabs a span { line-height:23px; display:block; }
.fg-schedule-tabs a .date { text-transform:uppercase; font-size:11px; font-weight:600; }
.fg-schedule-tabs a .day { font-size:17px; font-weight:600; padding:0 0 2px; }
.fg-schedule-tabs a .count { text-transform:uppercase; font-size:13px; font-weight:600; }
.fg-schedule-tabs a .count.empty { font-weight:300; }
.fg-schedule-tabs a.active { border-bottom:3px solid; }
.fg-schedule-tabs .date-range { z-index:50; text-transform:uppercase; width:100%; text-align:center; position:absolute; top:-47px; left:0; font-weight:300; font-size:20px; }
.fg-schedule-block { margin:0 0 0 210px; border-left:1px solid #ddd; }
.fg-schedule-block .fg-event { padding:10px 35px; position:relative }
.fg-schedule-block .fg-event h3 { position:relative; font-size:20px; line-height:29px; margin:0 0 5px; font-weight:600; }
.fg-schedule-block .fg-event p { font-size:15px; line-height:23px; margin:0 0 5px; }
.fg-schedule-block .fg-event p a.fg-event-link { font-weight:600; text-transform:uppercase; }
.fg-schedule-block .fg-event h3 .fg-event-time { font-weight:300; position:absolute; top:2px; left:-241px; width:210px; line-height:24px; font-size:16px; color:#aaa; text-align:right; padding-right:30px; }
.fg-schedule-block .fg-event h3 .fg-event-time .fa { position:absolute; right:-3px; top:4px; }
h3.fg-schedule-none { text-align: center; color: #aaa; font-weight: 300; font-size: 20px; line-height: 29px; height: 100px; padding-top: 30px; }
.fg-schedule-block .fg-event .event-thumbnail { position:absolute; top:17px; left:30px; }
.fg-schedule-block .fg-event .event-thumbnail img { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.fg-schedule-block .fg-event .event-content { padding-left:90px; }
.fg-schedule-block .fg-event .event-content h3 .fg-event-time { left:-331px; } .rtb-booking-form:before,.rtb-booking-form:after { content: " "; display: table; }
.rtb-booking-form:after { clear: both; }
.rtb-booking-form { *zoom: 1; }
.rtb-booking-form fieldset { float:right; box-sizing:border-box; width:48%; margin:0 4% 0 0; margin-bottom:30px !important; border: 1px solid #ddd; padding: 0 20px 22px !important; }
.rtb-booking-form fieldset:nth-child(2) { margin-right:0; }
.rtb-booking-form fieldset legend { font-weight:600; padding:0 10px; margin:0; }
.rtb-booking-form fieldset label { font-size:14px; margin:0 0 5px; }
.rtb-booking-form fieldset input, .rtb-booking-form fieldset select, .rtb-booking-form fieldset textarea { width:100%; max-width:100%; box-sizing:border-box; }
.rtb-booking-form input, .rtb-booking-form select { height:35px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:10px; width:100%; border:1px solid #ccc; font-size:13px; }
.rtb-booking-form textarea { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:10px; width:100%; border:1px solid #ccc; font-size:13px; } .espresso-menu { margin:0 0 40px; }
.wpb_column .espresso-menu { padding:0 10px 0 10px; }
.espresso-menu .es-menu-item { margin:0 0 20px; padding-bottom:20px; border-bottom:1px solid #ddd; }
.espresso-menu .es-menu-item:last-child { border:none; }
.espresso-menu .es-menu-item p.img-p { float:left; width:15%; height:auto; margin:3px 4% 0 0 !important; }
.espresso-menu .es-menu-item p.img-p img { width:100%; height:auto; margin:0; }
.espresso-menu .es-menu-item .es-content { float:left; width:79%; margin:0 3% 0 0; }
.espresso-menu .es-menu-item .es-content.full-width { float:none; width:100%; margin:0; }
.espresso-menu .es-menu-item .es-content.with-image { width:60%; }
.espresso-menu .es-menu-item .es-content.full-width.with-image { float:left; width:81%; margin:0; }
.espresso-menu .es-menu-item .es-price-type { margin-top:5px; width:18%; float:left; }
.espresso-menu .es-menu-item .es-content h3.es-title { padding:0 0 15px !important; }
.espresso-menu .es-menu-item .es-content p.es-subtitle { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; font-size:17px; margin:-5px 0 15px !important }
.espresso-menu .es-menu-item .es-content .es-desc { margin:0 !important; }
#page-post article.page-content .espresso-menu .es-menu-item .es-price-type p.es-price { font-size: 24px; text-align: right; margin:0 0 20px; }
.espresso-menu .es-menu-item .es-price-type .es-type { margin: 0 0 5px 5px !important; display: inline-block; float: right; background: #000; color: #fff; padding: 6px 7px; font-size: 12px; line-height: 11px; text-transform: uppercase; font-weight: 600; }
.espresso-menu .es-menu-item .es-price-type .es-type.new { background:#dd0000; }
.espresso-menu .es-menu-item .es-price-type .es-type.special { background:#2f9acc; }
.espresso-menu .es-menu-item .es-price-type .es-type.healthy { background:#c16cd9; }
.espresso-menu .es-menu-item .es-price-type .es-type.spicy { background:#f58616; }
.espresso-menu .es-menu-item .es-price-type .es-type.vegetarian { background:#8cca19; }.effect-parent {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
} .effect-1 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
-moz-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: fly ease-in-out forwards;
-moz-animation: fly ease-in-out forwards;
animation: fly ease-in-out forwards;
}
@-webkit-keyframes fly {
100% { -webkit-transform: rotateX(0deg); opacity: 1; -webkit-transform-origin:50% 50% 0; }
}
@-moz-keyframes fly {
100% { -moz-transform: rotateX(0deg); opacity: 1; -moz-transform-origin:50% 50% 0; }
}
@keyframes fly {
100% { transform: rotateX(0deg); opacity: 1; transform-origin:50% 50% 0; }
} .effect-2 {
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp ease forwards;
-moz-animation: moveUp ease forwards;
animation: moveUp ease forwards;
}
@-webkit-keyframes moveUp {
to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
to { transform: translateY(0); opacity: 1; }
} .effect-3 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective ease-in-out forwards;
-moz-animation: fallPerspective ease-in-out forwards;
animation: fallPerspective ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fallPerspective {
100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
} .effect-4 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
-moz-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip ease-in-out forwards;
-moz-animation: flip ease-in-out forwards;
animation: flip ease-in-out forwards;
}
@-webkit-keyframes flip {
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flip {
100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
100% { transform: rotateX(0deg); opacity: 1; }
} .effect-5 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: moveUp ease-in-out forwards;
-moz-animation: moveUp ease-in-out forwards;
animation: moveUp ease-in-out forwards;
} .effect-6 {
-webkit-transform:  scale(0.638) translate(-179px);
-moz-transform:     scale(0.638) translate(-179px);
transform:          scale(0.638) translate(-179px);
-webkit-animation: moveUp ease-in-out forwards;
-moz-animation: moveUp ease-in-out forwards;
animation: moveUp ease-in-out forwards;
} .effect-duration-1{
-webkit-animation-duration: .4s;
-moz-animation-duration:    .4s;
animation-duration:         .4s;
}
.effect-duration-2{
-webkit-animation-duration: .5s;
-moz-animation-duration:    .5s;
animation-duration:         .5s;
}
.effect-duration-3{
-webkit-animation-duration: .6s;
-moz-animation-duration:    .6s;
animation-duration:         .6s;
}
.effect-duration-4{
-webkit-animation-duration: .7s;
-moz-animation-duration:    .7s;
animation-duration:         .7s;
}
.effect-duration-5{
-webkit-animation-duration: .8s;
-moz-animation-duration:    .8s;
animation-duration:         .8s;
}
.effect-duration-6{
-webkit-animation-duration: .9s;
-moz-animation-duration:    .9s;
animation-duration:         .9s;
}
.effect-duration-7{
-webkit-animation-duration: .95s;
-moz-animation-duration:    .95s;
animation-duration:         .95s;
}
.effect-duration-8{
-webkit-animation-duration: 1s;
-moz-animation-duration:    1s;
animation-duration:         1s;
}
.effect-duration-9{
-webkit-animation-duration: 1.05s;
-moz-animation-duration:    1.05s;
animation-duration:         1.05s;
}
.effect-duration-10{
-webkit-animation-duration: 1.1s;
-moz-animation-duration:    1.1s;
animation-duration:         1.1s;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
text-align:right;
width:100px;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }
.mfp-iframe-holder .mfp-close {
top: -40px; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure {
line-height: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; } .mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; 
-moz-transition: all 0.3s ease-out; 
-o-transition: all 0.3s ease-out; 
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}@media only screen and (max-width: 1200px) {
body .shell { margin:0; width:100%; }
.boxed #top-bar p.left { padding-left:20px; }
.boxed #top-bar p.right { padding-right:20px; }
.fg-schedule-tabs { height:112px; }
.fg-schedule-tabs a { height:77px; padding:1% 2% 0.5%; width:13.7%; }
.fg-schedule-tabs a span { line-height:18px; }
.fg-schedule-tabs a .date { font-size:9px; }
.fg-schedule-tabs a .day { font-size:13px; }
.fg-schedule-tabs a .count { font-size:11px; }
#slider.garnish .text-slider-wrap { left: 50%; margin-left: -600px; }
}
@media only screen and (max-width: 1080px) {
body #slider.garnish .text-slider-wrap { left: auto; margin-left:0; }
#slider.garnish .text-slider-wrap,
body.boxed #slider.garnish .text-slider-wrap { width:50% !important; }
#slider.garnish .text-slider-wrap .caroufredsel_wrapper,
#slider.garnish .text-slider-wrap .caroufredsel_wrapper .text-slider { width:100% !important; }
#slider.garnish .text-slider .slide, body.boxed #slider .text-slider .slide { padding:0; margin:0 12%; width:76%; }
#slider.garnish .image-slider-wrap { width:50%; }
#slider.garnish .text-slider h2 { font-size:26px; line-height:1.5; margin:0 0 20px; }
#slider.garnish .text-slider p { line-height:1.5; }
#slider .image-slider .slide img { top:-140px; }
#slider.garnish,
#slider.garnish .text-slider-wrap,
#slider.garnish .text-slider-wrap .caroufredsel_wrapper,
#slider.garnish .text-slider-wrap .caroufredsel_wrapper .text-slider { height:500px !important; }
}
@media only screen and (max-width: 1040px) {
#recent-tweets .btn-prev, #recent-tweets .btn-next { top:50%; margin-top:-26px; }
#recent-tweets .tweet .wrapped { width:55%; }
#recent-tweets .btn-prev,
#recent-tweets .btn-next { left:42px; }
#recent-tweets .btn-next { right:42px; left:auto; }
#recent-tweets .btn-prev:hover { left:40px; }
#recent-tweets .btn-next:hover { right:40px; left:auto; }
#parallax_page_section, #parallax_page_section div { height:auto !important; }
#parallax_page_section div:first-child { position:absolute !important; height:100% !important; }
#parallax_page_section div:last-child { position:relative !important; }
#homepage-recent-posts article.recent-post-block,
#homepage-events article.upcoming-event-block { width:31.3%; margin-left:3%; }
#homepage-recent-posts article.recent-post-block:first-child,
#homepage-events article.upcoming-event-block:first-child { margin:0; }
#page-post article.left, #page-post article.right { width:60%; }
#page-post aside.left, #page-post aside.right { width:35%; }
}
@media only screen and (max-width: 1024px) {
body header, body header #logo { height:auto !important; }
.sticky-nav { padding-top:0; }
#mobileSlickNav, #mobile-cart { display:block; }
nav, #normal-cart { display:none; }
#top-bar { height:auto; }
#top-bar p.left, #top-bar p.right { float:none; text-align:center; display:block; width:100%; }
#top-bar p.left { line-height:15px; padding:12px 0 6px; }
#top-bar p.right { line-height:15px; padding:6px 0 12px; }
.boxed #top-bar p.left { line-height:15px; padding:12px 0 6px; }
.boxed #top-bar p.right { line-height:15px; padding:6px 0 12px; }
#bottom-bar { height:auto; }
#bottom-bar p.left, #bottom-bar p.right { float:none; text-align:center; display:block; width:100%; }
#bottom-bar p.left { line-height:15px; padding:12px 0 6px; }
#bottom-bar p.right { line-height:15px; padding:6px 0 12px; }
#parallax_page_section { background-size:cover !important; -webkit-background-origin:border !important; background-attachment:scroll !important; background-position:top center !important; }
body .inner-shell { width:90%; }
#feature-blocks .fblock.third { width:31.3%; margin-right:3%; }
#feature-blocks .fblock.half { width:48.5%; margin-right:3%; }
#feature-blocks .fblock.full { width:100%; margin-right:0; }
#feature-blocks .fblock.third:last-child, #feature-blocks .fblock.half:last-child { margin-right:0; }
}
@media only screen and (max-width: 900px) {
.fg-schedule-tabs { height:auto; }
.fg-schedule-tabs a { border:none !important; margin-bottom:2px; height:37px; width:100%; padding:10px 20px; display:block; float:none; }
.fg-schedule-tabs a span { line-height: 17px; float: left; width: 120px; }
.fg-schedule-tabs a .date { font-size:13px; }
.fg-schedule-tabs a .day { font-size:15px; }
.fg-schedule-tabs a .count { font-size:13px; float:right; text-align:right; }
#page-post article.left, #page-post article.right,
#page-post aside.left, #page-post aside.right { width:100%; float:none; margin:0 0 30px; }
#page-post article.recent-post-block .floated-thumb { width:20%; }
article.single-event-block .is-countdown { width:90%; height:140px; }
}
@media only screen and (max-width: 723px) {
body .inner-shell { width:80%; }
#slider.garnish .text-slider .slide { width:80%; margin:0 10%; }
#feature-blocks .fblock.third, #feature-blocks .fblock.half { width:100%; margin-right:0; margin-bottom:30px; float:none; }
#feature-blocks .fblock.third:last-child, #feature-blocks .fblock.half:last-child { margin-bottom:0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width:40% !important; height:auto; margin:0 5% 3% 5% !important; clear:none !important;
}
#recent-tweets .tweet p { font-size:15px; line-height:24px; }
#recent-tweets .tweet small { font-size:13px; line-height:18px; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth,
#homepage-recent-posts article.recent-post-block,
#homepage-events article.upcoming-event-block { float:none; width:100%; margin:0 0 30px; }
#homepage-recent-posts article.recent-post-block,
#homepage-events article.upcoming-event-block,
#homepage-recent-posts article.recent-post-block:first-child,
#homepage-events article.upcoming-event-block:first-child { margin-left:0; margin-bottom:5%; }
#page-post article.page-content .single-event-image { float:none; margin:0 0 20px 0; width:100%; }
#page-post article.page-content .single-event-image img { width:100%; }
#slider.garnish .text-slider-wrap,
body.boxed #slider.garnish .text-slider-wrap,
#slider.garnish .text-slider-wrap,
#slider.garnish .text-slider-wrap .caroufredsel_wrapper,
#slider.garnish .text-slider-wrap .caroufredsel_wrapper .text-slider { width:100% !important; height:400px !important; }
#slider.garnish .image-slider-wrap { width:100% !important; height:150px !important; }
#slider.garnish { height:550px !important; }
#slider.garnish .text-slider h2 { font-size:22px; line-height:32px; margin:0 0 20px; font-weight:600; }
#slider.garnish .text-slider p { font-size:14px; line-height:22px; }
#slider .image-slider .slide img { top:50%; margin-top:-50%; width:100%; height:auto; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }
.fg-schedule-week-change span { display:none; }
#homepage-countdown article.single-event-block .event-info { display:inline-block; text-align:left; width:80%; }
#homepage-countdown .countdown-section { font-size: 15px; }
#homepage-countdown .countdown-amount { font-size: 60px; }
#homepage-countdown article.single-event-block .is-countdown { width:70%; height:120px; }
}
@media only screen and (max-width: 600px) {
body header #logo { width:80% !important; margin:0 auto; }
body header #logo img { height:auto !important; }
#page-post article.page-content .wp-caption.alignright, #page-post article.page-content img.alignright,
#page-post article.page-content .wp-caption.alignleft, #page-post article.page-content img.alignleft,
#page-post img { float:none; width:100% !important; height:auto; margin-left:0; margin-right:0; }
#top-bar .address-phone { font-size:12px; }
#top-bar .socials a.ico { margin:0 2px; }
#bottom-bar .address-phone { font-size:12px; }
#bottom-bar .socials a.ico { margin:0 2px; }
.text-logo { line-height:100% !important; padding:30px 0; }
.bx-btn { padding:0 10px; line-height:30px; font-size:14px; margin:0 6px 0 0; }
.fg-schedule-tabs .date-range, .fg-schedule-tabs a .day { display:none; }
.fg-schedule-prev-week, .fg-schedule-next-week { top:0; margin:0; }
.fg-schedule-tabs a span { width:50%; }
#homepage-events h2.centered { margin:0 0 10px !important; border:none; }
#homepage-events h2.centered:before { background:none; }
.fg-schedule-block { margin:0; border:none; }
.fg-schedule-block .fg-event { padding:0 20px; }
.fg-schedule-block .fg-event h3 .fg-event-time { position: relative; top: 0; left: 0; width:auto; background:none; text-align: left; padding-right:0; display: block; }
.tribe-events-single .tribe-events-cost { margin:20px 0 0 0; display:block; position:relative; }
.tribe-events-sub-nav li a { font-size:12px; font-weight:300; display:inline-block; }
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images,
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
float:none !important; width:100% !important; margin:0 0 50px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width:100% !important; margin:0 0 50px !important;
}
#parallax_page_section div { padding:5% !important; font-size: 20px !important; line-height: 29px !important; }
.espresso-menu .es-menu-item p.img-p { display:none; }
.espresso-menu .es-menu-item .es-content, .espresso-menu .es-menu-item .es-content.with-image { width:100%; float:none; padding:0 0 10px; margin:0; }
.espresso-menu .es-menu-item .es-price-type { width:100%; float:none; margin:0; }
#page-post article.page-content .espresso-menu .es-menu-item .es-price-type p.es-price { text-align:left; margin:5px 0 20px }
.espresso-menu .es-menu-item .es-price-type .es-type { float:left; margin:0 5px 5px 0 !important; }
.block-spacer { height:30px; }
#homepage-recent-posts article.recent-post-block,
#homepage-events article.upcoming-event-block,
#homepage-recent-posts article.recent-post-block:first-child,
#homepage-events article.upcoming-event-block:first-child { margin-left:0; margin-bottom:40px; }
#page-post article.page-content h1 { font-size:26px; line-height:40px; }
#page-post article.page-content h2 { font-size:19px; line-height:28px; }
#page-post article.page-content h3 { font-size:18px; line-height:26px; }
h2.centered, #recent-tweets h3 { font-size:24px !important; }
h2.centered:before { border:none; }
h3.fg-schedule-none { font-size:15px; line-height:23px; height:30px; padding-top:0; }
#homepage-countdown article.single-event-block { padding-top:30px; }
#homepage-countdown article.single-event-block .event-info { width:95%; }
#homepage-countdown article.single-event-block .event-info .event-img { display:none; }
#homepage-countdown article.single-event-block .event-info .event-content { width:100%; float:none; }
#homepage-countdown article.single-event-block .is-countdown { width:100%; height:70px; }
#homepage-countdown .countdown-section { font-size: 13px; }
#homepage-countdown .countdown-amount { font-size: 40px; }
} @media only screen and (max-width: 889px) {
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a { padding:5px 14px 4px; }
.tribe-bar-mini .tribe-bar-views-inner { padding:17px 0 37px; }
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters { padding:5px; }
}
@media only screen and (max-width: 777px) {
.es-views-list ul.tribe-bar-views-list { display:none !important; }
.tribe-bar-collapse #tribe-bar-collapse-toggle { display: block; width: 100%; margin-top: 15px; }
}
@media only screen and (max-width: 767px) {
.single-tribe_events .tribe-events-schedule .recurringinfo { margin:0; }
.tribe-events-list .tribe-events-event-image+div.tribe-events-content { float:none; width:100%; }
#tribe-geo-map-wrapper, .tribe-events-venue .tribe-events-map-wrap, .single-tribe_events .tribe-events-venue-map { float:none; width:100%; margin:0; background:none; padding:0 25px 25px; }
.tribe-events-list-event-description .tribe-events-event-meta .recurringinfo { top:-7px; padding: 0px 0 20px 0 !important; display: block !important; }
}
@media only screen and (max-width: 743px) {
#tribe-bar-form, #tribe-bar-form #tribe-bar-views { height:auto; }
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner { padding:10px 0 37px; }
}