@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/includes/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/includes/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/includes/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/includes/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/includes/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/includes/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#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: 0.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .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;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-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 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-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 {
-ms-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-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
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: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
font-size: 16px;
font-size: 14px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin: 0 0 20px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 25px 20px;
padding: 0 0 0 10px;
}
ul li,
ol li {
margin: 0 0 12px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 0;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: 300;
line-height: 1.0em;
word-wrap: break-word;
margin-top: 0;
}
h1 {
font-size: 32px;
margin-bottom: .55em;
}
h2 {
font-size: 28px;
margin-bottom: .65em;
}
h3 {
font-size: 22px;
margin-bottom: .8em;
}
h4 {
font-size: 20px;
margin-bottom: 1.1em;
}
h5 {
font-size: 16px;
margin-bottom: 1.3em;
}
h6 {
font-size: 14px;
margin-bottom: 1.4em;
}
.entry-content code {
display: block;
padding: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
margin: 5px 0;
overflow-x: auto;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 3px;
color: #FFF;
cursor: pointer; -webkit-appearance: button; font-size: 14px;
font-weight: 400;
line-height: 1;
padding: 10px 25px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 0;
border-radius: 3px;
box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
padding: 1%;
width: 89%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}  a {
text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
}
a:focus {
}
a:hover,
a:active {
outline: 0;
} .main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
margin: 0 8px;
padding: 0;
}
.main-navigation a {
display: block;
font-size: 12px;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
color: inherit;
}
.main-navigation ul ul {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 75px;
left: -999em;
z-index: 99999;
}
.conica-navigation-animation-none ul ul {
display: none;
}
.main-navigation ul ul ul {
left: 100%;
top: 1px;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: 0.2s ease 0.15s;
-moz-transition: 0.2s ease 0.15s;
-o-transition: 0.2s ease 0.15s;
transition: 0.2s ease 0.15s;
}
.main-navigation ul ul li a {
width: 200px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
white-space: nowrap;
text-align: left;
width: auto;
padding: 15px 32px 15px 20px;
min-width: 190px;
}
.site-header-nocart .main-navigation ul ul li a {
padding: 15px 32px 15px 20px !important;
}
.main-navigation ul ul li {
float: none;
width: 100%;
margin: 0;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
left: auto;
}
.conica-navigation-animation-none ul li:hover > ul {
display: block;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
top: 1px;
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_ancestor > a {
color: #FFF;
}
.header-menu-button,
.main-menu-close {
display: none;
}
.menu-dropdown-btn {
display: none;
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 10px 14px;
height: 37px;
line-height: 15px;
text-align: center;
font-size: 14px;
z-index: 9;
cursor: pointer;
} .conica-navigation-style-blocks li {
margin: 0;
}
.conica-navigation-style-blocks a span {
padding: 3px 8px 2px;
border-radius: 4px;
}
.conica-navigation-style-blocks ul ul a span {
padding: 0;
background: none !important;
}
.conica-navigation-style-blocks .nav-arrow {
width: 0px;
height: 0px;
border-left: 18px solid transparent;
border-right: 18px solid transparent;
border-bottom: 15px solid #ebebeb;
position: absolute;
top: -15px;
left: 37px;
margin: 0 0 0 -18px;
}
.conica-navigation-style-blocks ul ul ul .nav-arrow {
display: none !important;
}
.conica-navigation-style-blocks a:hover,
.conica-navigation-style-blocks li.current-menu-item > a,
.conica-navigation-style-blocks li.current_page_item > a,
.conica-navigation-style-blocks li.current-menu-parent > a,
.conica-navigation-style-blocks li.current_page_parent > a,
.conica-navigation-style-blocks li.current-menu-ancestor > a,
.conica-navigation-style-blocks li.current_page_ancestor > a {
color: #FFF;
} .conica-navigation-style-underline ul ul a {
box-shadow: none !important;
}
.conica-navigation-style-underline ul ul {
border-top: 4px solid #1d1d1d;
top: 70px;
}
.conica-navigation-style-underline li:hover ul {
top: 80px;
}
.conica-navigation-style-underline ul ul a:hover {
color: #FFF;
} .conica-navigation-style-plain ul ul a:hover {
color: #FFF;
}
.conica-navigation-style-plain ul ul {
top: 70px;
}
.conica-navigation-style-plain li:hover ul {
top: 84px;
}
.main-navigation ul ul ul {
top: 1px !important;
}
.main-navigation.conica-navigation-style-underline ul ul ul {
border-top: 0;
}
.main-navigation ul ul.navigation-ul-right {
left: auto;
right: 0;
}
.main-navigation ul .sub-menu .menu-item ul.navigation-ul-right,
.main-navigation ul ul.navigation-ul-right ul {
left: auto !important;
right: 100% !important;
} .side-aligned-social {
position: fixed;
top: 195px;
right: -5px;
z-index: 999;
-webkit-transition: right 0.4s ease 0.5s;
-moz-transition: right 0.4s ease 0.5s;
-ms-transition: right 0.4s ease 0.5s;
-o-transition: right 0.4s ease 0.5s;
transition: right 0.4s ease 0.5s;
}
.side-aligned-social.hide-side-social {
right: -60px;
}
.side-aligned-social a.social-icon {
display: block;
border-radius: 0;
width: 51px;
height: 47px;
margin: 0 0 2px;
color: #FFF;
text-align: center;
padding: 8px 5px 0 0;
font-size: 20px;
position: relative;
left: 0;
-webkit-transition: left 0.2s ease 0s;
-moz-transition: left 0.2s ease 0s;
-ms-transition: left 0.2s ease 0s;
-o-transition: left 0.2s ease 0s;
transition: left 0.2s ease 0s;
}
.side-aligned-social a.social-icon:hover {
left: -2px;
} #page {
position: relative;
right: 0;
-webkit-transition: right 0.4s ease 0s;
-moz-transition: right 0.4s ease 0s;
-ms-transition: right 0.4s ease 0s;
-o-transition: right 0.4s ease 0s;
transition: right 0.4s ease 0s;
}
.gallery {
padding-bottom: 30px;
}
.sticky { }
.hentry {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin: 0 0 60px;
padding: 0 0 60px;
}
.hentry:last-child {
border-bottom: 0;
}
.type-page.hentry {
margin: 0;
padding: 0;
}
.page-template .hentry {
border-bottom: 0;
}
.post-loop-content .posted-on .updated {
display: none;
}
body.single .posted-on .updated {
display: none;
}
.entry-date.published {
display: inline-block !important;
}
.entry-content-img {
margin: 0 0 20px;
}
.page-links {
clear: both;
}
.page-fimage-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.page-fimage-banner img {
width: 100%;
height: auto;
display: block;
}
.page-fimage-banner-actual {
text-align: center;
}
.page-fimage-banner-actual img {
width: auto;
height: auto;
display: inline-block;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.gallery-caption {
display: block;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.widget .gallery {
padding: 0;
}
.widget .gallery .gallery-item {
margin: 0 !important;
}
.widget .gallery .gallery-item img {
border-color: rgba(0, 0, 0, 0) !important;
display: block;
} embed,
iframe,
object {
max-width: 100%;
} .site-content [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
}
footer.comment-meta {
position: relative;
}
.comments-title {
font-size: 18px;
}
.comment-list {
margin: 0;
padding: 20px 0 0;
list-style-type: none;
clear: both;
}
.comment-list li {
margin: 0;
padding: 0 0 10px;
}
.comment {
}
.comment-body {
position: relative;
padding-left: 55px;
}
.comment-author {
float: none;
width: auto;
}
.comment-author b.fn {
display: block;
font-size: 15px;
font-weight: 600;
}
.comment-container {
margin-left: 65px;
}
.comment-author .avatar {
border: 2px solid #DCDCDC;
position: absolute;
left: 0;
}
.comment-meta cite {
display: block;
font-size: 13px;
font-weight: 600;
}
.comment-meta > a {
font-size: 11px;
}
.comment-content {
margin: 0 0 0 55px;
}
.comment-meta {
font-size: 0.9em;
font-style: italic;
padding: 0 0 4px;
}
.comment .reply {
text-align: right;
font-size: 0.9em;
}
.comments-area label {
float: left;
min-width: 10.5%;
padding: 6px 0 0;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
padding: 1%;
width: 85%;
}
#comments ul {
margin-left: 2em;
}
#comments li {
list-style-type: none;
}
.post-password-required input {
max-width: 280px;
margin: 0 5px;
}
span.says {
display: none;
}
.comment-form-cookies-consent input {
display: inline-block;
position: relative;
top: -1px;
}
.comment-form-cookies-consent label {
display: inline-block;
float: none;
margin: 0 0 0 10px;
} .widget {
margin: 0 0 40px;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}  .infinite-scroll .navigation-paging, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .entry-content a {
text-decoration: none;
}
.clearboth {
clear: both;
}
.site-container {
margin: 0 auto;
max-width: 1180px;
padding: 0 25px;
}
.site-content {
line-height: 1.7;
}
.scroll-to-top {
border-radius: 4px;
font-size: 22px;
line-height: 22px;
cursor: pointer;
height: 48px;
padding: 10px 0 0;
position: fixed;
bottom: 50px;
right: 20px;
text-align: center;
width: 50px;
z-index: 14;
display: none;
}
.site-boxed {
max-width: 1180px;
margin: 0 auto;
box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.site-header {
position: relative;
z-index: 11;
border-top: 4px solid #1d1d1d;
}
.site-header.no-border {
border-top: 0;
}
.header-top-bar .social-icon {
color: inherit;
} .not-found {
text-align: center;
padding: 80px 0 80px !important;
}
.not-found .fa-ban {
font-size: 160px;
margin: 0 0 10px;
}
.not-found .entry-header {
margin: 0 0 20px;
}
.not-found .page-title {
float: none;
}
.not-found-options {
text-align: center;
padding: 25px 0 50px;
}
.not-found-options a {
display: inline-block;
min-width: 140px;
margin: 0 8px;
padding: 15px 30px;
text-decoration: none;
float: none;
}
.taxonomy-description {
} .search-results .page-header {
margin: 0;
}
.search-results .page-header .page-h-title span {
opacity: 0.8;
}
.search-results .page-title {
font-size: 22px;
font-weight: 300;
padding: 2px 0 22px;
float: none;
}
.search-results .page-title span {
font-weight: 500;
opacity: 0.8;
}
.search-block label:after {
font-family: FontAwesome !important;
font-style: normal;
font-weight: lighter;
text-decoration: inherit;
position: absolute;
color: #FFF;
right: 18px;
bottom: 12px;
z-index: 8;
font-size: 18px;
pointer-events: none;
}
.search-block label.conica-search-icon-arrow:after {
content: '\f061';
}
.search-block label.conica-search-icon-magnify:after {
content: '\f002';
}
.search-block label.conica-search-icon-caret:after {
content: '\f0da';
font-size: 25px;
bottom: 7px;
right: 20px;
}
.search-block label.conica-search-icon-angle:after {
content: '\f105';
font-size: 25px;
bottom: 7px;
right: 20px;
} .page-header .page-h-title {
float: left;
margin: 0;
padding: 20px 0 15px;
font-size: 26px;
font-weight: 300;
}
.page-header .conica-breadcrumbs {
float: right;
font-size: 11px;
padding: 30px 0 15px;
}
.page-header .conica-breadcrumbs > span {
position: relative;
top: -1px;
margin: 0 2px;
}
.page-header .conica-breadcrumbs a {
border: 0;
margin: 0;
padding: 0;
}
.archive .page-header {
width: 100%;
} .woocommerce #container,
.woocommerce-page #container,
body.page-template-default .content-area,
body .content-area {
width: 100%;
float: left;
margin: 0 -25% 0 0;
}
.woocommerce #container #content,
.woocommerce-page #container #content,
body.page-template-default .site-main,
body .site-main {
margin: 0 25% 0 0;
}
body.page-template-template-left-sidebar .content-area {
width: 100%;
float: left;
margin: 0 0 0 -25%;
}
body.page-template-template-left-sidebar .site-main {
margin: 0 0 0 25%;
}
.widget-area {
width: 25%;
float: left;
overflow: hidden;
position: relative;
}
.woocommerce .breadcrumbs,
.woocommerce-page .breadcrumbs,
.woocommerce .entry-header.site-container,
.woocommerce-page .entry-header.site-container {
display: none;
}
.error404 .content-area,
.content-area-full,
.page-template-template-full-width-php .content-area,
.woocommerce .content-no-sidebar #container,
.woocommerce-page .content-no-sidebar #container,
.content-no-sidebar .content-area {
float: none;
width: 100%;
box-shadow: none;
margin: 0;
}
.content-area.content-area-full .site-main {
box-shadow: none;
margin: 0;
}
.woocommerce #container #content,
.woocommerce-page #container #content,
body.page-template-default .content-area .site-main,
body.page-template-template-left-sidebar .content-area .site-main,
.error404 .content-area .site-main,
.content-area-full .site-main,
.page-template-template-full-width-php .content-area .site-main,
.woocommerce .content-no-sidebar #container #content,
.woocommerce-page .content-no-sidebar #container #content,
.content-no-sidebar .content-area .site-main,
body .site-main,
.widget-area {
padding: 30px;
}
.woocommerce #container #content,
.woocommerce-page #container #content,
body.page-template-default .content-area .site-main,
body .site-main,
body.page-template-template-left-sidebar .widget-area {
padding-left: 0;
}
body.page-template-template-left-sidebar .content-area .site-main,
body.page-template-default .widget-area,
.woocommerce .widget-area,
body.blog .widget-area,
body.archive .widget-area,
body.single-post .widget-area,
.woocommerce .widget-area,
.woocommerce-page .widget-area {
padding-right: 0;
}
.error404 .content-area .site-main,
.content-area-full .site-main,
.page-template-template-full-width-php .content-area .site-main,
.woocommerce .content-no-sidebar #container #content,
.woocommerce-page .content-no-sidebar #container #content,
.content-no-sidebar .content-area .site-main {
padding-left: 0 !important;
padding-right: 0 !important
}
.site-boxed {
max-width: 1180px;
margin: 0 auto;
} .post,
.search article.page {
margin: 0 0 60px;
padding: 0 0 60px;
}
.post:last-child {
border-bottom: 0;
padding: 0;
}
.format-aside {
padding: 5px 0 20px;
}
.entry-header {
}
.entry-title {
margin: 0 0 10px;
}
.entry-header .entry-meta {
}
.entry-content {
}
body.single .entry-meta,
body.single .entry-footer {
font-style: italic;
font-size: 0.9em;
margin: 0 0 5px;
}
body.single .entry-meta > span {
margin: 0 2px 0 0;
}
body.single .entry-footer > span {
margin: 0 12px 0 0;
} .post-loop-thumbnail {
display: block;
width: 33.5%;
}
.post-loop-thumbnail img {
display: block;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.post-loop-content {
width: 100%;
}
.post-loop-content .entry-header {
margin: 0;
padding: 0;
border: 0;
}
.post-loop-content .entry-title {
margin: 0 0 8px;
font-size: 32px;
}
.post-loop-content .entry-meta {
font-size: 0.9em;
font-style: italic;
margin: 0 0 3px;
}
.has-post-thumbnail .post-loop-content .entry-content {
min-height: 80px;
}
.post-loop-content .entry-footer {
font-style: italic;
font-size: 0.9em;
}
.post-loop-content .entry-footer > span {
margin: 0 12px 0 0;
}
.post-loop-content.has-post-thumbnail {
width: 64%;
} .blog-left-layout .post-loop-thumbnail {
float: left;
margin: 0 2.5% 0 0;
}
.blog-left-layout .post-loop-content {
float: left;
} .blog-right-layout .post-loop-thumbnail {
float: right;
margin: 0 0 0 2.5%;
}
.blog-right-layout .post-loop-content {
float: left;
} .blog-top-layout .post-loop-thumbnail {
float: none;
margin: 0 0 20px;
width: 100%;
}
.blog-top-layout .post-loop-content {
float: none;
width: 100%;
} .blog-alt-layout.blog-alt-odd .post-loop-thumbnail {
float: left;
margin: 0 2.5% 0 0;
}
.blog-alt-layout.blog-alt-odd .post-loop-content {
float: left;
}
.blog-alt-layout.blog-alt-even .post-loop-thumbnail {
float: right;
margin: 0 2.5% 0 0;
}
.blog-alt-layout.blog-alt-even .post-loop-content {
float: left;
} .blog-grid-layout-wrap {
}
.blog-grid-layout-wrap-inner {
margin: 0 -1%;
}
.blog-grid-layout-wrap-remove {
height: 400px;
background-image: url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/images/loader_light.gif);
background-repeat: no-repeat;
background-position: center center;
}
.blog-grid-layout-wrap-remove .blog-grid-layout-wrap-inner {
visibility: hidden;
}
.blog-grid-layout {
width: 31.3%;
margin: 0 1% 25px;
box-sizing: border-box;
padding: 0 0 20px;
}
.blog-grid-layout .post-loop-thumbnail {
width: 100%;
margin: 0 0 15px;
}
.blog-grid-layout .post-loop-content {
width: 100%;
}
.blog-grid-layout .post-loop-content .entry-title {
font-size: 24px;
}
.blog-grid-layout .post-loop-content .entry-footer .comments-link {
display: block;
margin: 0;
}
.blog-grid-layout .post-loop-content .entry-footer .edit-link {
position: absolute;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.06);
border-radius: 4px 0 4px 0;
padding: 1px 8px;
font-size: 11px;
border: 1px solid rgba(0, 0, 0, 0.06);
border-right: 0;
border-bottom: 0;
color: #a2a2a2 !important;
}
.blog-grid-layout .post-loop-content .entry-footer .edit-link a {
color: inherit;
} .home-slider-wrap {
position: relative;
width: 100%;
padding: 40px 0;
overflow: hidden;
}
.home-slider-wrap-hint {
position: absolute;
width: 220px;
top: 7px;
left: 50%;
margin: 0 0 0 -110px;
padding: 4px 0 4px;
text-align: center;
z-index: 9;
font-size: 11px;
background-color: #f8f8f8;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 0.3s ease 0s;
-moz-transition: opacity 0.3s ease 0s;
-ms-transition: opacity 0.3s ease 0s;
-o-transition: opacity 0.3s ease 0s;
transition: opacity 0.3s ease 0s;
}
.home-slider-wrap-hint a {
font-size: 12px;
}
.home-slider-remove {
height: 403px !important;
overflow: hidden;
background-image: url(//www.gowerbeachguide.co.uk/wp-hh2020/wp-content/themes/conica/images/loader_dark.gif);
background-repeat: no-repeat;
background-position: center center;
}
.home-slider-remove .home-slider {
visibility: hidden;
}
.home-slider-block {
background-position: center center;
background-size: cover;
float: left;
position: relative;
box-sizing: border-box;
}
.home-slider-block-inner {
width: 70%;
height: 40%;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
font-size: 18px;
color: inherit;
text-align: center;
}
.home-slider-block-bg {
display: inline-block;
padding: 30px;
}
.home-slider-block-bg.slider-nobg {
background: none;
}
.home-slider-block-title {
color: inherit;
font-size: 46px;
font-weight: 300;
letter-spacing: 1px;
margin: 0 0 8px;
padding: 0;
text-transform: uppercase;
}
.home-slider-block-inner p {
max-width: 980px;
margin: 0 auto;
}
.home-slider img {
display: block;
width: 100%;
height: auto;
}
.home-slider-pager {
bottom: 0;
height: 30px;
position: absolute;
text-align: center;
width: 100%;
}
.home-slider-pager a.selected span {
position: relative;
}
.home-slider-pager a {
display: inline-block;
vertical-align: middle;
padding: 3px 2px;
}
.home-slider-pager span {
border-radius: 8px;
display: inline-block;
height: 10px;
line-height: 0;
overflow: hidden;
text-indent: -100px;
width: 10px;
}
.home-slider-prev,
.home-slider-next {
position: absolute;
top: 50%;
line-height: 50px;
margin: -38px 0 0;
padding: 20px 0 18px;
width: 40px;
text-align: center;
font-size: 27px;
opacity: 0;
cursor: pointer;
z-index: 9;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.home-slider-prev {
left: -1px;
border-radius: 0 3px 3px 0;
}
.home-slider-next {
right: -1px;
border-radius: 3px 0 0 3px;
}
.home-slider-prev i,
.home-slider-next i {
font-size: 0.8em;
position: relative;
top: -3px;
}
.home-slider-wrap:hover .home-slider-prev,
.home-slider-wrap:hover .home-slider-next {
opacity: 1;
}
.home-slider-wrap:hover .home-slider-prev.disabled,
.home-slider-wrap:hover .home-slider-next.disabled {
opacity: 0.4;
cursor: default;
}
.home-slider-wrap:hover .home-slider-wrap-hint {
opacity: 1;
} .conica-slider-size-small {
padding: 20px 0;
}
.conica-slider-size-small .home-slider-pager {
bottom: 15px;
}
.conica-slider-size-small .home-slider-prev,
.conica-slider-size-small .home-slider-next {
width: 32px;
padding: 15px 0 12px;
}
.conica-slider-size-small .home-slider-block-inner {
margin: -60px 0 0;
}
.conica-slider-size-small .home-slider-block-bg {
padding: 20px;
}
.conica-slider-size-small .home-slider-block-title {
font-size: 42px;
margin: 0;
} .conica-slider-size-large {
padding: 50px 0;
}
.conica-slider-size-large .home-slider-block-inner {
font-size: 22px;
margin: -95px 0 0;
}
.conica-slider-size-large .home-slider-block-bg {
padding: 40px;
}
.conica-slider-size-large .home-slider-block-title {
font-size: 54px;
margin: 0 0 4px;
}
.home-slider-wrap.slider-full-width {
padding: 0;
overflow: hidden;
} .widget-title {
font-size: 16px;
font-weight: 400;
padding: 0 0 15px;
margin: 0 0 20px;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
margin: 0;
padding: 3px 0;
list-style-type: none;
}
.widget ul li a {
color: inherit;
text-decoration: none;
}
.widget-area .widget {
} .widget_calendar table {
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-left: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
.widget_calendar caption {
padding: 4px 0;
text-align: center;
}
.widget_calendar th {
font-weight: bold;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
background-color: rgba(0, 0, 0, 0.14);
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.widget_calendar td {
background-color: rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
padding: 10px 0;
text-align: center;
}
.widget_calendar #today {
background-color: rgba(0, 0, 0, 0.15);
} .widget_search {
}
.widget_search input {
border: 0 none;
padding: 3%;
width: 100%;
outline: none;
box-sizing: border-box;
}
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) {
border-left: 2px solid #999;
padding: 8px 0 8px 25px;
font-size: 1.3em;
opacity: 0.8;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border: 0;
padding: 8px 15px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 1.5em;
}
.wp-block-quote:not(.is-large) cite,
.wp-block-quote:not(.is-style-large) cite {
font-size: 0.8em;
opacity: 0.6;
} div.wpcf7 {
padding: 15px 0 0;
}
.wpcf7 p {
}
.wpcf7 input {
margin: 5px 0 0;
}
.wpcf7 textarea {
margin: 5px 0 0;
}
.wpcf7-submit {
border: 1px solid rgba(0, 0, 0, 0.3) !important;
border-radius: 2px !important;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) !important;
color: #FFFFFF !important;
display: inline-block !important;
font-weight: 300 !important;
margin: 35px 0 0 !important;
padding: 15px 30px !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6) !important;
}
.wpcf7-checkbox .wpcf7-list-item-label {
margin: 0 18px 0 0;
}
.wpcf7-checkbox input {
margin: 5px 2px 0 0;
position: relative;
top: 2px;
}
.wpcf7-radio .wpcf7-list-item-label {
margin: 0 18px 0 0;
}
.wpcf7-radio input {
margin: 5px 2px 0 0;
position: relative;
top: 2px;
} .navigation {
padding: 0 0 20px;
}
.navigation h2 {
display: none !important;
}
.navigation:after {
display: block;
content: '';
clear: both;
} .site-footer-bottom-bar {
padding: 12px 0;
font-size: 11px;
}
.site-footer-bottom-bar-left {
float: left;
padding: 5px 0 0;
}
.site-footer-bottom-bar-right {
float: right;
}
.site-footer-bottom-bar ul {
margin: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
}
.site-footer-bottom-bar ul li {
margin: 0 7px;
padding: 0;
display: inline-block;
list-style-type: none;
text-transform: uppercase;
position: relative;
top: 1px;
}
.site-footer-bottom-bar .social-icon {
font-size: 1.5em;
margin: 0 0 0 10px;
display: inline-block;
vertical-align: middle;
}
.site-footer-bottom-bar a {
color: inherit;
}
.footer-custom-txt {
margin: 0 0 0 10px;
vertical-align: middle;
}
.footer-custom-txt i.fa {
font-size: 1.5em;
vertical-align: middle;
}
.site-footer-bottom-bar-left .footer-custom-txt i.fa {
margin: 0 4px 0 0;
}
.site-footer-bottom-bar-right .footer-custom-txt i.fa {
margin: 0 0 0 4px;
} .page-template-template-gutenberg .site-content.site-container {
max-width: 100%;
width: 100%;
float: none;
padding: 30px 0 20px;
}
body.page-template-template-gutenberg {
background-color: #FFF;
}
.page-template-template-gutenberg .entry-content > *,
.page-template-template-gutenberg .breadcrumbs,
.page-template-template-gutenberg .page-titlebar,
.page-template-template-gutenberg .entry-header,
.page-template-template-gutenberg .post-thumbnail,
.page-template-template-gutenberg #comments {
max-width: 55%;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.page-template-template-gutenberg .wp-block-columns {
margin-bottom: 5px;
}
.page-template-template-gutenberg .entry-header .entry-title {
margin: 20px 0 10px;
}
.page-template-template-gutenberg .page-titlebar {
margin-bottom: 25px;
}
.page-template-template-gutenberg .content-boxed .page-titlebar {
margin-top: 25px;
}
.page-template-template-gutenberg .page-titlebar-h {
margin: 0 0 10px;
}
.page-template-template-gutenberg .breadcrumbs {
float: none;
padding: 0;
margin: 0 auto;
}
.alignwide,
.page-template-template-gutenberg .alignwide {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
.alignfull,
.page-template-template-gutenberg .alignfull {
max-width: 100%;
}
.page-template-template-gutenberg img {
width: 100%;
height: auto;
} @media only screen and (max-width: 980px) {
.side-aligned-social {
display: none;
}
.main-navigation {
}
.header-menu-button {
display: block;
padding: 38px 24px 43px 100px;
text-transform: uppercase;
font-size: 14px;
cursor: pointer;
text-align: center;
}
.header-menu-button i {
font-size: 14px;
vertical-align: middle;
}
.header-menu-button span {
vertical-align: middle;
margin: 0 0 0 6px;
}
#main-menu > div,
.menu-dropdown-btn,
.main-navigation ul {
display: block;
}
.main-navigation #main-menu {
color: #FFFFFF;
position: fixed;
top: 0;
right: -280px;
width: 280px;
max-width: 100%;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 52px 22px 30px 22px;
background: #151515;
z-index: 99998;
height: 100%;
overflow: auto;
-webkit-transition: right 0.4s ease 0s;
-moz-transition: right 0.4s ease 0s;
-ms-transition: right 0.4s ease 0s;
-o-transition: right 0.4s ease 0s;
transition: right 0.4s ease 0s;
}
.main-navigation li {
display: block;
float: none;
padding: 0;
margin: 0 0 1px;
}
.main-navigation li a {
display: block;
float: none;
padding: 8px 0 !important;
color: #C5C5C5 !important;
font-size: 14px;
text-align: left;
box-shadow: none !important;
}
.main-navigation li a:hover {
color: #FFF !important;
}
.nav-arrow {
display: none !important;
}
.main-navigation ul ul {
position: relative !important;
border: 0;
top: 0 !important;
left: 0 !important;
float: none !important;
background-color: rgba(255, 255, 255, 0.14) !important;
padding: 0;
margin: 0;
display: none !important;
}
.main-navigation ul ul li:last-child a,
.main-navigation ul ul li a {
padding: 8px 10px !important;
width: auto;
}
.stuck .main-navigation ul li:last-child a {
padding: 8px 0px !important;
}
.stuck .main-navigation ul ul li a,
.stuck .main-navigation ul ul li:last-child a {
padding: 8px 10px !important;
}
.main-navigation ul ul li a {
background: none !important;
}
.main-navigation a span {
background: none !important;
}
#primary-menu {
display: block;
}
.main-menu-close {
display: block;
border-radius: 4px;
position: absolute;
top: 10px;
right: 10px;
font-size: 30px;
color: #898989;
text-align: center;
padding: 0 8px 0 12px;
height: 40px;
line-height: 38px;
cursor: pointer;
z-index: 99;
}
.main-menu-close .fa-angle-left {
position: relative;
left: -4px;
}
li.open-page-item > ul.children,
li.open-page-item > ul.sub-menu {
display: block !important;
visibility: visible;
opacity: 1;
}
.main-navigation ul .sub-menu .menu-item ul.navigation-ul-right,
.main-navigation ul ul.navigation-ul-right ul {
left: auto !important;
right: auto !important;
}
body.admin-bar .main-navigation #main-menu {
padding: 85px 22px 30px 22px;
}
body.admin-bar .main-menu-close {
top: 38px;
}
.home-slider-block-title {
font-size: 26px;
}
.blog-grid-layout {
width: 48%;
}
}
@media only screen and (max-width: 782px) {
.main-navigation {
float: none;
}
.header-menu-button,
.site-header-align-right .header-menu-button {
padding: 8px 0 !important;
}
body.admin-bar .main-navigation #main-menu {
padding: 97px 22px 30px 22px;
}
body.admin-bar .main-menu-close {
top: 50px;
} .woocommerce #container,
.woocommerce-page #container,
body.page-template-default .content-area,
body .content-area {
margin: 0 !important;
box-shadow: none !important;
}
.woocommerce #container #content,
.woocommerce-page #container #content,
body.page-template-default .content-area .site-main,
body.page-template-template-left-sidebar .content-area .site-main,
.error404 .content-area .site-main, .content-area-full .site-main,
.page-template-template-full-width-php .content-area .site-main,
.woocommerce .content-no-sidebar #container #content,
.woocommerce-page .content-no-sidebar #container #content,
.content-no-sidebar .content-area .site-main,
body .site-main,
.widget-area {
padding: 30px 0 !important;
box-shadow: none !important;
width: 100% !important;
margin: 0 !important;
}
.home-slider-block {
height: 280px;
}
.home-slider-block img {
width: 100%;
height: 280px;
}
.home-slider-block-inner {
font-size: 14px;
}
.home-slider-block-title {
font-size: 26px;
}
.site-footer-standard ul li.widget {
width: 100%;
float: none;
padding: 0;
}
.footer-social-icon {
font-size: 30px;
}
}
@media only screen and (max-width: 640px) {
.blog-left-layout .post-loop-thumbnail {
width: 100%;
float: none;
margin: 0 0 20px;
}
.post-loop-content.has-post-thumbnail {
width: 100%;
float: none;
}
.blog-grid-layout-wrap-inner {
margin: 0;
}
.blog-grid-layout {
width: 100%;
}
.post,
.search article.page {
margin: 0 0 30px;
padding: 0 0 25px;
}
.has-post-thumbnail .post-loop-content .entry-content {
min-height: auto;
}
}
@media only screen and (max-width: 560px) {
.title-bar {
padding: 10px 0 8px;
}
.title-bar h1 {
float: none;
width: 100%;
text-align: center;
padding: 0 0 2px;
font-size: 22px;
}
.title-bar .conica-breadcrumbs {
float: none;
width: 100%;
text-align: center;
padding: 0;
}
.footer-social-icon {
font-size: 24px;
}
}
body.show-main-menu #main-menu {
right: 0px;
}
body.show-main-menu #page {
right: 280px;
} body,
.widget-area .widget a {
color: #3C3C3C;
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.widget-area .widget-title {
color: #1d1d1d;
font-family: 'Poppins', sans-serif;
}
.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input,
.home-slider-block-title,
.main-navigation a,
.header-menu-button,
.conica-breadcrumbs,
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: 'Poppins', sans-serif;
}
#comments .form-submit #submit,
.search-block .search-submit,
.side-aligned-social a.social-icon,
.no-results-btn,
.search-block .search-submit,
.conica-navigation-style-blocks a:hover span,
.conica-navigation-style-blocks li.current_page_item > a span,
.conica-navigation-style-blocks li.current_page_ancestor > a span,
.conica-navigation-style-blocks li.current_page_parent > a span,
.conica-navigation-style-blocks li.current-menu-item > a span,
.conica-navigation-style-blocks li.current-menu-parent > a span,
.main-navigation ul ul li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.single-product span.onsale,
.woocommerce nav.woocommerce-pagination ul li span.current,
.wpcf7-submit {
background: inherit;
background-color: #64ace0;
}
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) {
border-left-color: #64ace0;
}
a,
.conica-navigation-style-plain a:hover,
.conica-navigation-style-plain li.current-menu-item > a,
.conica-navigation-style-plain li.current_page_item > a,
.conica-navigation-style-plain li.current-menu-parent > a,
.conica-navigation-style-plain li.current_page_parent > a,
.conica-navigation-style-plain li.current-menu-ancestor > a,
.conica-navigation-style-plain li.current_page_ancestor > a,
.content-area .entry-content a,
#comments a,
.post-edit-link,
.site-title a,
.entry-content a,
.conica-blog-standard-block a,
.widget ul li a,
#comments .logged-in-as a,
.entry-footer a,
.error-404.not-found .page-header .page-title span,
.search-button .fa-search,
.header-cart-checkout.cart-has-items i.fa {
color: #64ace0;
}
.conica-navigation-style-underline a:hover,
.conica-navigation-style-underline li.current-menu-item > a,
.conica-navigation-style-underline li.current_page_item > a,
.conica-navigation-style-underline li.current-menu-parent > a,
.conica-navigation-style-underline li.current_page_parent > a,
.conica-navigation-style-underline li.current-menu-ancestor > a,
.conica-navigation-style-underline li.current_page_ancestor > a {
box-shadow: 0 -4px #64ace0 inset;
}
.site-header,
.site-footer-widgets .widgettitle,
.conica-navigation-style-underline ul ul {
border-color: #64ace0;
}
a:hover,
.widget-area .widget a:hover,
.site-footer-widgets .widget a:hover,
.site-footer .widget a:hover,
.search-btn:hover,
.search-button .fa-search:hover,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
color: #148be0;
}
.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
.no-results-btn:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.wpcf7-submit:hover {
background: inherit;
background-color: #148be0;
}body {
background: #FFF; }
body,
button,
input,
select,
textarea {
color: #808080;
}
pre {
background: #eee;
}
hr {
background-color: #ccc;
}
.entry-content code {
background: #f7f7f7;
border: 1px solid #D8D8D8;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
} .hentry {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wp-caption {
border: 1px solid #ccc;
}
.entry-content code {
background: #f7f7f7;
border: 1px solid #D8D8D8;
}
.scroll-to-top {
background-color: #1d1d1d;
}
.site-header {
background-color: #FFF;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
color: #8a8a8a;
}
.not-found .fa-ban {
color: #BDBDBD;
}
.search-results .page-header {
}
.search-results .page-title span {
}
.widget-area .widget-title {
border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
} .header-top-bar {
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
color: #b0b0b0;
}
.header-top-bar-left ul li {
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
.header-top-bar-right ul li {
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
.header-top-bar-right-ad i.fa,
.header-top-bar-right-no i.fa,
.header-top-bar-ad i.fa,
.header-top-bar-no i.fa
{
color: #1d1d1d;
}
.header-bar-inner,
.site-sticky-header .header-bar {
background-color: #FFF;
}
.site-sticky-header .header-bar {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.site-header-main {
background-color: #FFFFFF;
}
.site-header-three .header-bar,
.site-header-four .header-bar {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.search-block {
background-color: #FFF;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.search-block-close i {
color: #000000;
}
.site-sticky-header .main-navigation {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
background-color: #FFF;
} .main-navigation,
.header-cart {
color: #1d1d1d;
}
.main-navigation ul ul {
background-color: #FFF;
}
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_ancestor > a {
color: #FFF;
}
.menu-dropdown-btn {
background-color: rgba(255, 255, 255, 0.1);
color: #838383;
}
.conica-navigation-style-blocks .nav-arrow {
border-bottom: 15px solid #ebebeb;
} .title-bar.page-header {
background-color: #1d1d1d;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}
.title-bar.page-header .page-h-title {
color: #FFF;
}
.page-header .conica-breadcrumbs {
color: #AFAFAF;
}
.page-header .conica-breadcrumbs a {
color: #DFDFDF;
} body.page-template-default .site-main,
.woocommerce #container #content,
.woocommerce-page #container #content,
.woocommerce.single-product #container #content,
.woocommerce-page.single-product #container #content,
body .content-area .site-main {
box-shadow: -1px 0 0 rgba(0, 0, 0, 0.04) inset;
}
body.page-template-template-left-sidebar .site-main,
body.blog.conica-blog-lists-leftsidebar .content-area .site-main,
body.archive.conica-blog-lists-archives-leftsidebar .content-area .site-main,
body.single.single-post.conica-blog-single-leftsidebar .content-area .site-main {
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.04) inset;
}
.widget-area {
box-shadow: -1px 0 0 rgba(0, 0, 0, 0.04);
}
body.page-template-template-left-sidebar .widget-area,
body.blog.conica-blog-lists-leftsidebar .widget-area,
body.archive.conica-blog-lists-archives-leftsidebar .widget-area,
body.single.single-post.conica-blog-single-leftsidebar .widget-area {
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.04);
}
.site-boxed {
background-color: #FFF;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.post,
.search article.page {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
} .home-slider-wrap {
background-color: #1d1d1d;
border-bottom: 1px solid #efefef;
}
.home-slider-block {
color: #FFF !important;
}
.home-slider-block-inner {
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.home-slider-block-bg {
background-color: rgba(0, 0, 0, 0.6);
}
.home-slider-block-title a {
color: #fff;
}
.home-slider-pager a.selected span {
background-color: #ffffff;
}
.home-slider-pager span {
border: 1px solid #FFFFFF;
}
.home-slider-prev,
.home-slider-next {
background-color: rgba(255, 255, 255, 0.1);
color: #FFFFFF;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.home-slider-prev:hover,
.home-slider-next:hover {
background-color: rgba(255, 255, 255, 0.2);
} body.post-type-archive-product.woocommerce.conica-shop-leftsidebar .widget-area,
body.archive.woocommerce.conica-shop-archives-leftsidebar .widget-area,
body.single-product.woocommerce.conica-shop-single-leftsidebar .widget-area {
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.04);
}
body.post-type-archive-product.woocommerce.conica-shop-leftsidebar #container #content,
body.archive.woocommerce.conica-shop-archives-leftsidebar #container #content,
body.single-product.woocommerce.conica-shop-single-leftsidebar #container #content {
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.04) inset;
} .site-footer-standard,
.site-footer-custom {
background-color: #FDFDFD;
color: #1d1d1d;
}
.site-footer-no-widgets {
color: rgba(0, 0, 0, 0.4);
}
.site-footer .widgettitle,
.site-footer .widget-title {
border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
color: #000000;
}
.site-footer-bottom-bar {
background-color: #1d1d1d;
color: #656565;
}
.site-footer-social {
border-top: 1px solid #efefef;
}
.site-footer-social .site-footer-bottom-bar {
background-color: #efefef;
color: #000;
}.header-top-bar {
min-height: 34px;
font-size: 12px;
}
.header-top-bar-left {
float: left;
padding: 7px 0;
}
.header-top-bar-left > div {
display: inline-block;
vertical-align: middle;
}
.header-top-bar-left ul {
margin: 0;
padding: 0;
}
.header-top-bar-left ul li {
margin: 0 4px 0 0;
padding: 0 5px 0 0;
list-style-type: none;
display: inline-block;
line-height: 11px;
}
.header-top-bar-left ul li:last-child {
box-shadow: none
}
.header-top-bar-left ul li a {
color: inherit;
text-transform: uppercase;
}
.header-top-bar-left .social-icon {
font-size: 14px;
margin: 0 4px 0 0;
display: inline-block;
vertical-align: middle;
padding: 1px 4px 2px;
}
.header-top-bar-right {
float: right;
padding: 10px 0 10px;
}
.header-top-bar-right-ad {
margin: 0 0 0 10px;
}
.header-top-bar-right-no {
margin: 0 0 0 10px;
}
.header-top-bar-right i.fa {
font-size: 14px;
margin: 0 1px 0 0;
}
.header-bar > .site-container {
position: relative;
}
.header-bar-inner {
position: relative;
z-index: 5;
} .site-branding {
float: left;
position: relative;
z-index: 12;
}
.site-branding a,
.site-branding a img {
display: block;
}
.site-header-main {
float: right;
z-index: 10;
}
.main-navigation {
float: left;
}
.site-social {
font-size: 24px;
min-height: 18px;
padding: 15px 0 0;
text-align: right;
}
.site-social i {
margin: 0 0 0 12px;
}
.site-title {
margin: 18px 0 0;
padding: 0;
font-size: 48px;
font-weight: 300;
text-transform: uppercase;
}
.site-title a {
font-weight: inherit;
}
.site-description {
font-size: 12px;
font-weight: 300;
margin: 0 0 0 5px;
padding: 0 0 25px;
text-transform: uppercase;
color: inherit;
}
.search-button {
cursor: pointer;
display: inline-block;
margin: 28px 0 0 12px;
padding: 10px 0 10px 15px;
position: relative;
float: right;
}
.search-button i {
font-size: 16px;
}
.search-block {
border-radius: 0 0 3px 3px;
font-size: 14px;
padding: 8px 8px;
position: absolute;
right: 26px;
bottom: 5px;
z-index: 4;
width: 290px;
-webkit-transition: bottom 0.3s ease 0.08s;
-moz-transition: bottom 0.3s ease 0.08s;
-ms-transition: bottom 0.3s ease 0.08s;
-o-transition: bottom 0.3s ease 0.08s;
transition: bottom 0.3s ease 0.08s;
}
.search-block .search-field {
padding: 7px 8px;
width: 100%;
outline: none;
}
.search-block .search-submit {
border-radius: 0 3px 3px 0;
position: absolute;
top: 8px;
right: 8px;
height: 35px;
width: 36px;
padding: 2px 0 0;
font-size: 22px;
font-weight: 600;
text-align: center;
}
.search-block-close {
cursor: pointer;
height: 20px;
left: 2px;
position: absolute;
top: 33px;
width: 17px;
display: none;
}
.search-block-close i {
font-size: 15px;
}
.header-cart {
float: left;
}
a.header-cart-contents {
padding: 38px 0 44px 14px;
}
.header-cart i.fa {
position: relative;
top: -1px;
font-size: 12px;
}
.main-navigation a {
padding: 42px 14px 43px;
}
.site-header-nocart .main-navigation ul > li:last-child a {
padding: 42px 0 43px 14px;
}
.main-navigation ul ul {
top: 103px;
}
body.show-site-search .search-block {
bottom: -48px;
}
.conica-navigation-animation-none.conica-navigation-style-blocks ul ul {
top: 103px;
}
.conica-navigation-animation-none.conica-navigation-style-underline ul ul {
top: 99px;
}
.conica-navigation-animation-none.conica-navigation-style-plain ul ul {
top: 103px;
} .header-top-bar.header-top-bar-switch .header-top-bar-left {
float: right;
}
.header-top-bar.header-top-bar-switch .header-top-bar-left ul li:last-child {
margin: 0;
}
.header-top-bar.header-top-bar-switch .header-top-bar-left .social-icon {
margin: 0 0 0 4px;
}
.header-top-bar.header-top-bar-switch .header-top-bar-left .social-icon:last-child {
padding-right: 0;
}
.header-top-bar.header-top-bar-switch .header-top-bar-right {
float: left;
}
.header-top-bar.header-top-bar-switch .header-top-bar-right-ad {
margin: 0;
} .site-header-align-right .site-branding {
float: right;
text-align: right;
}
.site-header-align-right .site-header-main {
right: auto;
left: 0;
}
.site-header-align-right .header-menu-button {
padding: 38px 20px 43px 0px;
}
.site-header-align-right .search-button {
float: left;
}
.site-header-align-right .main-navigation ul li:first-child a {
padding-left: 0;
} .site-sticky-header .header-bar {
position: fixed;
width: 100%;
left: 0;
top: 0;
}
body.admin-bar .site-sticky-header .header-bar {
top: 32px;
}
.site-boxed .site-sticky-header .header-bar {
left: auto;
max-width: 1180px;
}
@media only screen and (max-width: 782px) {
.header-top-bar {
font-size: 12px;
}
.header-top-bar-left {
float: none;
width: 100%;
text-align: center;
padding: 3px 0 0;
}
.header-top-bar-right {
float: none;
width: 100%;
text-align: center;
padding: 0 0 3px;
}
.header-bar > .site-container {
padding: 0;
}
.site-branding {
float: none !important;
width: 100%;
text-align: center !important;
}
.site-title {
font-size: 38px;
margin: 8px 0 0 !important;
}
.site-description {
font-size: 11px;
padding: 0 0 2px;
}
.site-header-main {
position: relative;
top: auto;
right: auto;
width: 100%;
margin: 0;
text-align: center;
padding: 0 0 5px;
}
.search-button {
z-index: 11;
margin: 0;
position: relative;
display: inline-block;
right: auto;
bottom: auto;
float: none;
padding: 0 10px 4px;
}
.search-block {
left: 25px;
width: auto;
}
.main-navigation {
float: none;
} .site-sticky-header .header-bar {
box-shadow: none;
position: relative;
width: auto;
left: auto;
top: auto;
}
.site-boxed .site-sticky-header .header-bar {
left: auto;
max-width: none;
}
}
@media only screen and (max-width: 560px) {
.menu-header-menu-container {
display: block;
text-align: center;
}
.header-top-bar-right-ad,
.header-top-bar-right-no {
display: inline-block;
}
}.site-footer-standard {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
}
.site-footer-no-widgets {
text-align: center;
padding: 40px 0 30px;
font-weight: 600;
}
.site-footer-standard .site-footer-widgets {
padding: 50px 0 60px;
}
.site-footer-standard .site-footer-widgets .site-container > ul {
margin: 0;
padding: 0;
display: table-row;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
margin: 0;
padding: 10px 18px 20px;
list-style-type: none;
display: table-cell;
width: 10%;
box-sizing: border-box;
vertical-align: top;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
padding: 10px 18px 20px 0;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
padding: 10px 0 20px 18px;
}
.site-footer .widgettitle,
.site-footer .widget-title {
padding: 0 0 15px;
margin: 0 0 20px;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
}
.site-footer .widget a {
color: inherit;
}
@media only screen and (max-width: 960px) {
.site-footer-standard .site-footer-widgets .site-container > ul {
display: block;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
margin: 0;
padding: 10px 10px 20px;
display: block;
width: 50%;
float: left;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
padding: 10px 10px 20px;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
padding: 10px 10px 20px;
}
}
@media only screen and (max-width: 782px) {
.site-footer-standard .site-footer-widgets .site-container > ul {
display: block;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
padding: 10px 0 30px;
width: 100%;
float: none;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child,
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
padding: 10px 0 30px;
}
}
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
BUTTON.fancybox-close-small,BUTTON.fancybox-close-small:hover,BUTTON.fancybox-close-small:focus{background-color:transparent}.fancybox-hide{display:none}A.ari-fancybox:focus,A.ari-fancybox:visited,A.ari-fancybox:active,A.ari-fancybox-iframe:focus,A.ari-fancybox-iframe:visited,A.ari-fancybox-iframe:active{outline:none}BUTTON.fancybox-arrow,BUTTON.fancybox-arrow:hover,BUTTON.fancybox-arrow:focus{background:transparent;outline:none}.fancybox-arrow:hover::after{background-color:rgba(30,30,30,1.0)}.ari-fancybox-video-container{overflow:hidden;}.ari-fancybox-video-container VIDEO{outline:none;width:100%!important;height:100%!important;}.fancybox-button--share{display: none!important;}