@charset "UTF-8";
@charset "UTF-8";


.animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg)
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg)
}
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
from {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
to {
-webkit-transform: none;
transform: none
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
from {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
to {
-webkit-transform: none;
transform: none
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp
}
@-webkit-keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}
@-webkit-keyframes fadeInUp1 {
from {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInUp1 {
from {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.fadeInUp1 {
-webkit-animation-name: fadeInUp1;
animation-name: fadeInUp1
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}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,hgroup,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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px;}}@media (min-width:992px){.container{width:970px;}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left;}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}@font-face{font-family:FontAwesome;src:url(//pacifickitchenlife.com.au/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//pacifickitchenlife.com.au/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//pacifickitchenlife.com.au/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//pacifickitchenlife.com.au/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//pacifickitchenlife.com.au/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//pacifickitchenlife.com.au/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:auto;src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-brands-400.eot);src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-regular-400.eot);src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-solid-900.eot);src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/fonts-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{  }
 @font-face { font-family: "Ionicons"; src: url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/ionicons/fonts/ionicons.eot?v=2.0.0); src: url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/ionicons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/ionicons/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/ionicons/fonts/ionicons.woff?v=2.0.0) format("woff"), url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ion-alert:before { content: "\f101"; }
.ion-alert-circled:before { content: "\f100"; }
.ion-android-add:before { content: "\f2c7"; }
.ion-android-add-circle:before { content: "\f359"; }
.ion-android-alarm-clock:before { content: "\f35a"; }
.ion-android-alert:before { content: "\f35b"; }
.ion-android-apps:before { content: "\f35c"; }
.ion-android-archive:before { content: "\f2c9"; }
.ion-android-arrow-back:before { content: "\f2ca"; }
.ion-android-arrow-down:before { content: "\f35d"; }
.ion-android-arrow-dropdown:before { content: "\f35f"; }
.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }
.ion-android-arrow-dropleft:before { content: "\f361"; }
.ion-android-arrow-dropleft-circle:before { content: "\f360"; }
.ion-android-arrow-dropright:before { content: "\f363"; }
.ion-android-arrow-dropright-circle:before { content: "\f362"; }
.ion-android-arrow-dropup:before { content: "\f365"; }
.ion-android-arrow-dropup-circle:before { content: "\f364"; }
.ion-android-arrow-forward:before { content: "\f30f"; }
.ion-android-arrow-up:before { content: "\f366"; }
.ion-android-attach:before { content: "\f367"; }
.ion-android-bar:before { content: "\f368"; }
.ion-android-bicycle:before { content: "\f369"; }
.ion-android-boat:before { content: "\f36a"; }
.ion-android-bookmark:before { content: "\f36b"; }
.ion-android-bulb:before { content: "\f36c"; }
.ion-android-bus:before { content: "\f36d"; }
.ion-android-calendar:before { content: "\f2d1"; }
.ion-android-call:before { content: "\f2d2"; }
.ion-android-camera:before { content: "\f2d3"; }
.ion-android-cancel:before { content: "\f36e"; }
.ion-android-car:before { content: "\f36f"; }
.ion-android-cart:before { content: "\f370"; }
.ion-android-chat:before { content: "\f2d4"; }
.ion-android-checkbox:before { content: "\f374"; }
.ion-android-checkbox-blank:before { content: "\f371"; }
.ion-android-checkbox-outline:before { content: "\f373"; }
.ion-android-checkbox-outline-blank:before { content: "\f372"; }
.ion-android-checkmark-circle:before { content: "\f375"; }
.ion-android-clipboard:before { content: "\f376"; }
.ion-android-close:before { content: "\f2d7"; }
.ion-android-cloud:before { content: "\f37a"; }
.ion-android-cloud-circle:before { content: "\f377"; }
.ion-android-cloud-done:before { content: "\f378"; }
.ion-android-cloud-outline:before { content: "\f379"; }
.ion-android-color-palette:before { content: "\f37b"; }
.ion-android-compass:before { content: "\f37c"; }
.ion-android-contact:before { content: "\f2d8"; }
.ion-android-contacts:before { content: "\f2d9"; }
.ion-android-contract:before { content: "\f37d"; }
.ion-android-create:before { content: "\f37e"; }
.ion-android-delete:before { content: "\f37f"; }
.ion-android-desktop:before { content: "\f380"; }
.ion-android-document:before { content: "\f381"; }
.ion-android-done:before { content: "\f383"; }
.ion-android-done-all:before { content: "\f382"; }
.ion-android-download:before { content: "\f2dd"; }
.ion-android-drafts:before { content: "\f384"; }
.ion-android-exit:before { content: "\f385"; }
.ion-android-expand:before { content: "\f386"; }
.ion-android-favorite:before { content: "\f388"; }
.ion-android-favorite-outline:before { content: "\f387"; }
.ion-android-film:before { content: "\f389"; }
.ion-android-folder:before { content: "\f2e0"; }
.ion-android-folder-open:before { content: "\f38a"; }
.ion-android-funnel:before { content: "\f38b"; }
.ion-android-globe:before { content: "\f38c"; }
.ion-android-hand:before { content: "\f2e3"; }
.ion-android-hangout:before { content: "\f38d"; }
.ion-android-happy:before { content: "\f38e"; }
.ion-android-home:before { content: "\f38f"; }
.ion-android-image:before { content: "\f2e4"; }
.ion-android-laptop:before { content: "\f390"; }
.ion-android-list:before { content: "\f391"; }
.ion-android-locate:before { content: "\f2e9"; }
.ion-android-lock:before { content: "\f392"; }
.ion-android-mail:before { content: "\f2eb"; }
.ion-android-map:before { content: "\f393"; }
.ion-android-menu:before { content: "\f394"; }
.ion-android-microphone:before { content: "\f2ec"; }
.ion-android-microphone-off:before { content: "\f395"; }
.ion-android-more-horizontal:before { content: "\f396"; }
.ion-android-more-vertical:before { content: "\f397"; }
.ion-android-navigate:before { content: "\f398"; }
.ion-android-notifications:before { content: "\f39b"; }
.ion-android-notifications-none:before { content: "\f399"; }
.ion-android-notifications-off:before { content: "\f39a"; }
.ion-android-open:before { content: "\f39c"; }
.ion-android-options:before { content: "\f39d"; }
.ion-android-people:before { content: "\f39e"; }
.ion-android-person:before { content: "\f3a0"; }
.ion-android-person-add:before { content: "\f39f"; }
.ion-android-phone-landscape:before { content: "\f3a1"; }
.ion-android-phone-portrait:before { content: "\f3a2"; }
.ion-android-pin:before { content: "\f3a3"; }
.ion-android-plane:before { content: "\f3a4"; }
.ion-android-playstore:before { content: "\f2f0"; }
.ion-android-print:before { content: "\f3a5"; }
.ion-android-radio-button-off:before { content: "\f3a6"; }
.ion-android-radio-button-on:before { content: "\f3a7"; }
.ion-android-refresh:before { content: "\f3a8"; }
.ion-android-remove:before { content: "\f2f4"; }
.ion-android-remove-circle:before { content: "\f3a9"; }
.ion-android-restaurant:before { content: "\f3aa"; }
.ion-android-sad:before { content: "\f3ab"; }
.ion-android-search:before { content: "\f2f5"; }
.ion-android-send:before { content: "\f2f6"; }
.ion-android-settings:before { content: "\f2f7"; }
.ion-android-share:before { content: "\f2f8"; }
.ion-android-share-alt:before { content: "\f3ac"; }
.ion-android-star:before { content: "\f2fc"; }
.ion-android-star-half:before { content: "\f3ad"; }
.ion-android-star-outline:before { content: "\f3ae"; }
.ion-android-stopwatch:before { content: "\f2fd"; }
.ion-android-subway:before { content: "\f3af"; }
.ion-android-sunny:before { content: "\f3b0"; }
.ion-android-sync:before { content: "\f3b1"; }
.ion-android-textsms:before { content: "\f3b2"; }
.ion-android-time:before { content: "\f3b3"; }
.ion-android-train:before { content: "\f3b4"; }
.ion-android-unlock:before { content: "\f3b5"; }
.ion-android-upload:before { content: "\f3b6"; }
.ion-android-volume-down:before { content: "\f3b7"; }
.ion-android-volume-mute:before { content: "\f3b8"; }
.ion-android-volume-off:before { content: "\f3b9"; }
.ion-android-volume-up:before { content: "\f3ba"; }
.ion-android-walk:before { content: "\f3bb"; }
.ion-android-warning:before { content: "\f3bc"; }
.ion-android-watch:before { content: "\f3bd"; }
.ion-android-wifi:before { content: "\f305"; }
.ion-aperture:before { content: "\f313"; }
.ion-archive:before { content: "\f102"; }
.ion-arrow-down-a:before { content: "\f103"; }
.ion-arrow-down-b:before { content: "\f104"; }
.ion-arrow-down-c:before { content: "\f105"; }
.ion-arrow-expand:before { content: "\f25e"; }
.ion-arrow-graph-down-left:before { content: "\f25f"; }
.ion-arrow-graph-down-right:before { content: "\f260"; }
.ion-arrow-graph-up-left:before { content: "\f261"; }
.ion-arrow-graph-up-right:before { content: "\f262"; }
.ion-arrow-left-a:before { content: "\f106"; }
.ion-arrow-left-b:before { content: "\f107"; }
.ion-arrow-left-c:before { content: "\f108"; }
.ion-arrow-move:before { content: "\f263"; }
.ion-arrow-resize:before { content: "\f264"; }
.ion-arrow-return-left:before { content: "\f265"; }
.ion-arrow-return-right:before { content: "\f266"; }
.ion-arrow-right-a:before { content: "\f109"; }
.ion-arrow-right-b:before { content: "\f10a"; }
.ion-arrow-right-c:before { content: "\f10b"; }
.ion-arrow-shrink:before { content: "\f267"; }
.ion-arrow-swap:before { content: "\f268"; }
.ion-arrow-up-a:before { content: "\f10c"; }
.ion-arrow-up-b:before { content: "\f10d"; }
.ion-arrow-up-c:before { content: "\f10e"; }
.ion-asterisk:before { content: "\f314"; }
.ion-at:before { content: "\f10f"; }
.ion-backspace:before { content: "\f3bf"; }
.ion-backspace-outline:before { content: "\f3be"; }
.ion-bag:before { content: "\f110"; }
.ion-battery-charging:before { content: "\f111"; }
.ion-battery-empty:before { content: "\f112"; }
.ion-battery-full:before { content: "\f113"; }
.ion-battery-half:before { content: "\f114"; }
.ion-battery-low:before { content: "\f115"; }
.ion-beaker:before { content: "\f269"; }
.ion-beer:before { content: "\f26a"; }
.ion-bluetooth:before { content: "\f116"; }
.ion-bonfire:before { content: "\f315"; }
.ion-bookmark:before { content: "\f26b"; }
.ion-bowtie:before { content: "\f3c0"; }
.ion-briefcase:before { content: "\f26c"; }
.ion-bug:before { content: "\f2be"; }
.ion-calculator:before { content: "\f26d"; }
.ion-calendar:before { content: "\f117"; }
.ion-camera:before { content: "\f118"; }
.ion-card:before { content: "\f119"; }
.ion-cash:before { content: "\f316"; }
.ion-chatbox:before { content: "\f11b"; }
.ion-chatbox-working:before { content: "\f11a"; }
.ion-chatboxes:before { content: "\f11c"; }
.ion-chatbubble:before { content: "\f11e"; }
.ion-chatbubble-working:before { content: "\f11d"; }
.ion-chatbubbles:before { content: "\f11f"; }
.ion-checkmark:before { content: "\f122"; }
.ion-checkmark-circled:before { content: "\f120"; }
.ion-checkmark-round:before { content: "\f121"; }
.ion-chevron-down:before { content: "\f123"; }
.ion-chevron-left:before { content: "\f124"; }
.ion-chevron-right:before { content: "\f125"; }
.ion-chevron-up:before { content: "\f126"; }
.ion-clipboard:before { content: "\f127"; }
.ion-clock:before { content: "\f26e"; }
.ion-close:before { content: "\f12a"; }
.ion-close-circled:before { content: "\f128"; }
.ion-close-round:before { content: "\f129"; }
.ion-closed-captioning:before { content: "\f317"; }
.ion-cloud:before { content: "\f12b"; }
.ion-code:before { content: "\f271"; }
.ion-code-download:before { content: "\f26f"; }
.ion-code-working:before { content: "\f270"; }
.ion-coffee:before { content: "\f272"; }
.ion-compass:before { content: "\f273"; }
.ion-compose:before { content: "\f12c"; }
.ion-connection-bars:before { content: "\f274"; }
.ion-contrast:before { content: "\f275"; }
.ion-crop:before { content: "\f3c1"; }
.ion-cube:before { content: "\f318"; }
.ion-disc:before { content: "\f12d"; }
.ion-document:before { content: "\f12f"; }
.ion-document-text:before { content: "\f12e"; }
.ion-drag:before { content: "\f130"; }
.ion-earth:before { content: "\f276"; }
.ion-easel:before { content: "\f3c2"; }
.ion-edit:before { content: "\f2bf"; }
.ion-egg:before { content: "\f277"; }
.ion-eject:before { content: "\f131"; }
.ion-email:before { content: "\f132"; }
.ion-email-unread:before { content: "\f3c3"; }
.ion-erlenmeyer-flask:before { content: "\f3c5"; }
.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
.ion-eye:before { content: "\f133"; }
.ion-eye-disabled:before { content: "\f306"; }
.ion-female:before { content: "\f278"; }
.ion-filing:before { content: "\f134"; }
.ion-film-marker:before { content: "\f135"; }
.ion-fireball:before { content: "\f319"; }
.ion-flag:before { content: "\f279"; }
.ion-flame:before { content: "\f31a"; }
.ion-flash:before { content: "\f137"; }
.ion-flash-off:before { content: "\f136"; }
.ion-folder:before { content: "\f139"; }
.ion-fork:before { content: "\f27a"; }
.ion-fork-repo:before { content: "\f2c0"; }
.ion-forward:before { content: "\f13a"; }
.ion-funnel:before { content: "\f31b"; }
.ion-gear-a:before { content: "\f13d"; }
.ion-gear-b:before { content: "\f13e"; }
.ion-grid:before { content: "\f13f"; }
.ion-hammer:before { content: "\f27b"; }
.ion-happy:before { content: "\f31c"; }
.ion-happy-outline:before { content: "\f3c6"; }
.ion-headphone:before { content: "\f140"; }
.ion-heart:before { content: "\f141"; }
.ion-heart-broken:before { content: "\f31d"; }
.ion-help:before { content: "\f143"; }
.ion-help-buoy:before { content: "\f27c"; }
.ion-help-circled:before { content: "\f142"; }
.ion-home:before { content: "\f144"; }
.ion-icecream:before { content: "\f27d"; }
.ion-image:before { content: "\f147"; }
.ion-images:before { content: "\f148"; }
.ion-information:before { content: "\f14a"; }
.ion-information-circled:before { content: "\f149"; }
.ion-ionic:before { content: "\f14b"; }
.ion-ios-alarm:before { content: "\f3c8"; }
.ion-ios-alarm-outline:before { content: "\f3c7"; }
.ion-ios-albums:before { content: "\f3ca"; }
.ion-ios-albums-outline:before { content: "\f3c9"; }
.ion-ios-americanfootball:before { content: "\f3cc"; }
.ion-ios-americanfootball-outline:before { content: "\f3cb"; }
.ion-ios-analytics:before { content: "\f3ce"; }
.ion-ios-analytics-outline:before { content: "\f3cd"; }
.ion-ios-arrow-back:before { content: "\f3cf"; }
.ion-ios-arrow-down:before { content: "\f3d0"; }
.ion-ios-arrow-forward:before { content: "\f3d1"; }
.ion-ios-arrow-left:before { content: "\f3d2"; }
.ion-ios-arrow-right:before { content: "\f3d3"; }
.ion-ios-arrow-thin-down:before { content: "\f3d4"; }
.ion-ios-arrow-thin-left:before { content: "\f3d5"; }
.ion-ios-arrow-thin-right:before { content: "\f3d6"; }
.ion-ios-arrow-thin-up:before { content: "\f3d7"; }
.ion-ios-arrow-up:before { content: "\f3d8"; }
.ion-ios-at:before { content: "\f3da"; }
.ion-ios-at-outline:before { content: "\f3d9"; }
.ion-ios-barcode:before { content: "\f3dc"; }
.ion-ios-barcode-outline:before { content: "\f3db"; }
.ion-ios-baseball:before { content: "\f3de"; }
.ion-ios-baseball-outline:before { content: "\f3dd"; }
.ion-ios-basketball:before { content: "\f3e0"; }
.ion-ios-basketball-outline:before { content: "\f3df"; }
.ion-ios-bell:before { content: "\f3e2"; }
.ion-ios-bell-outline:before { content: "\f3e1"; }
.ion-ios-body:before { content: "\f3e4"; }
.ion-ios-body-outline:before { content: "\f3e3"; }
.ion-ios-bolt:before { content: "\f3e6"; }
.ion-ios-bolt-outline:before { content: "\f3e5"; }
.ion-ios-book:before { content: "\f3e8"; }
.ion-ios-book-outline:before { content: "\f3e7"; }
.ion-ios-bookmarks:before { content: "\f3ea"; }
.ion-ios-bookmarks-outline:before { content: "\f3e9"; }
.ion-ios-box:before { content: "\f3ec"; }
.ion-ios-box-outline:before { content: "\f3eb"; }
.ion-ios-briefcase:before { content: "\f3ee"; }
.ion-ios-briefcase-outline:before { content: "\f3ed"; }
.ion-ios-browsers:before { content: "\f3f0"; }
.ion-ios-browsers-outline:before { content: "\f3ef"; }
.ion-ios-calculator:before { content: "\f3f2"; }
.ion-ios-calculator-outline:before { content: "\f3f1"; }
.ion-ios-calendar:before { content: "\f3f4"; }
.ion-ios-calendar-outline:before { content: "\f3f3"; }
.ion-ios-camera:before { content: "\f3f6"; }
.ion-ios-camera-outline:before { content: "\f3f5"; }
.ion-ios-cart:before { content: "\f3f8"; }
.ion-ios-cart-outline:before { content: "\f3f7"; }
.ion-ios-chatboxes:before { content: "\f3fa"; }
.ion-ios-chatboxes-outline:before { content: "\f3f9"; }
.ion-ios-chatbubble:before { content: "\f3fc"; }
.ion-ios-chatbubble-outline:before { content: "\f3fb"; }
.ion-ios-checkmark:before { content: "\f3ff"; }
.ion-ios-checkmark-empty:before { content: "\f3fd"; }
.ion-ios-checkmark-outline:before { content: "\f3fe"; }
.ion-ios-circle-filled:before { content: "\f400"; }
.ion-ios-circle-outline:before { content: "\f401"; }
.ion-ios-clock:before { content: "\f403"; }
.ion-ios-clock-outline:before { content: "\f402"; }
.ion-ios-close:before { content: "\f406"; }
.ion-ios-close-empty:before { content: "\f404"; }
.ion-ios-close-outline:before { content: "\f405"; }
.ion-ios-cloud:before { content: "\f40c"; }
.ion-ios-cloud-download:before { content: "\f408"; }
.ion-ios-cloud-download-outline:before { content: "\f407"; }
.ion-ios-cloud-outline:before { content: "\f409"; }
.ion-ios-cloud-upload:before { content: "\f40b"; }
.ion-ios-cloud-upload-outline:before { content: "\f40a"; }
.ion-ios-cloudy:before { content: "\f410"; }
.ion-ios-cloudy-night:before { content: "\f40e"; }
.ion-ios-cloudy-night-outline:before { content: "\f40d"; }
.ion-ios-cloudy-outline:before { content: "\f40f"; }
.ion-ios-cog:before { content: "\f412"; }
.ion-ios-cog-outline:before { content: "\f411"; }
.ion-ios-color-filter:before { content: "\f414"; }
.ion-ios-color-filter-outline:before { content: "\f413"; }
.ion-ios-color-wand:before { content: "\f416"; }
.ion-ios-color-wand-outline:before { content: "\f415"; }
.ion-ios-compose:before { content: "\f418"; }
.ion-ios-compose-outline:before { content: "\f417"; }
.ion-ios-contact:before { content: "\f41a"; }
.ion-ios-contact-outline:before { content: "\f419"; }
.ion-ios-copy:before { content: "\f41c"; }
.ion-ios-copy-outline:before { content: "\f41b"; }
.ion-ios-crop:before { content: "\f41e"; }
.ion-ios-crop-strong:before { content: "\f41d"; }
.ion-ios-download:before { content: "\f420"; }
.ion-ios-download-outline:before { content: "\f41f"; }
.ion-ios-drag:before { content: "\f421"; }
.ion-ios-email:before { content: "\f423"; }
.ion-ios-email-outline:before { content: "\f422"; }
.ion-ios-eye:before { content: "\f425"; }
.ion-ios-eye-outline:before { content: "\f424"; }
.ion-ios-fastforward:before { content: "\f427"; }
.ion-ios-fastforward-outline:before { content: "\f426"; }
.ion-ios-filing:before { content: "\f429"; }
.ion-ios-filing-outline:before { content: "\f428"; }
.ion-ios-film:before { content: "\f42b"; }
.ion-ios-film-outline:before { content: "\f42a"; }
.ion-ios-flag:before { content: "\f42d"; }
.ion-ios-flag-outline:before { content: "\f42c"; }
.ion-ios-flame:before { content: "\f42f"; }
.ion-ios-flame-outline:before { content: "\f42e"; }
.ion-ios-flask:before { content: "\f431"; }
.ion-ios-flask-outline:before { content: "\f430"; }
.ion-ios-flower:before { content: "\f433"; }
.ion-ios-flower-outline:before { content: "\f432"; }
.ion-ios-folder:before { content: "\f435"; }
.ion-ios-folder-outline:before { content: "\f434"; }
.ion-ios-football:before { content: "\f437"; }
.ion-ios-football-outline:before { content: "\f436"; }
.ion-ios-game-controller-a:before { content: "\f439"; }
.ion-ios-game-controller-a-outline:before { content: "\f438"; }
.ion-ios-game-controller-b:before { content: "\f43b"; }
.ion-ios-game-controller-b-outline:before { content: "\f43a"; }
.ion-ios-gear:before { content: "\f43d"; }
.ion-ios-gear-outline:before { content: "\f43c"; }
.ion-ios-glasses:before { content: "\f43f"; }
.ion-ios-glasses-outline:before { content: "\f43e"; }
.ion-ios-grid-view:before { content: "\f441"; }
.ion-ios-grid-view-outline:before { content: "\f440"; }
.ion-ios-heart:before { content: "\f443"; }
.ion-ios-heart-outline:before { content: "\f442"; }
.ion-ios-help:before { content: "\f446"; }
.ion-ios-help-empty:before { content: "\f444"; }
.ion-ios-help-outline:before { content: "\f445"; }
.ion-ios-home:before { content: "\f448"; }
.ion-ios-home-outline:before { content: "\f447"; }
.ion-ios-infinite:before { content: "\f44a"; }
.ion-ios-infinite-outline:before { content: "\f449"; }
.ion-ios-information:before { content: "\f44d"; }
.ion-ios-information-empty:before { content: "\f44b"; }
.ion-ios-information-outline:before { content: "\f44c"; }
.ion-ios-ionic-outline:before { content: "\f44e"; }
.ion-ios-keypad:before { content: "\f450"; }
.ion-ios-keypad-outline:before { content: "\f44f"; }
.ion-ios-lightbulb:before { content: "\f452"; }
.ion-ios-lightbulb-outline:before { content: "\f451"; }
.ion-ios-list:before { content: "\f454"; }
.ion-ios-list-outline:before { content: "\f453"; }
.ion-ios-location:before { content: "\f456"; }
.ion-ios-location-outline:before { content: "\f455"; }
.ion-ios-locked:before { content: "\f458"; }
.ion-ios-locked-outline:before { content: "\f457"; }
.ion-ios-loop:before { content: "\f45a"; }
.ion-ios-loop-strong:before { content: "\f459"; }
.ion-ios-medical:before { content: "\f45c"; }
.ion-ios-medical-outline:before { content: "\f45b"; }
.ion-ios-medkit:before { content: "\f45e"; }
.ion-ios-medkit-outline:before { content: "\f45d"; }
.ion-ios-mic:before { content: "\f461"; }
.ion-ios-mic-off:before { content: "\f45f"; }
.ion-ios-mic-outline:before { content: "\f460"; }
.ion-ios-minus:before { content: "\f464"; }
.ion-ios-minus-empty:before { content: "\f462"; }
.ion-ios-minus-outline:before { content: "\f463"; }
.ion-ios-monitor:before { content: "\f466"; }
.ion-ios-monitor-outline:before { content: "\f465"; }
.ion-ios-moon:before { content: "\f468"; }
.ion-ios-moon-outline:before { content: "\f467"; }
.ion-ios-more:before { content: "\f46a"; }
.ion-ios-more-outline:before { content: "\f469"; }
.ion-ios-musical-note:before { content: "\f46b"; }
.ion-ios-musical-notes:before { content: "\f46c"; }
.ion-ios-navigate:before { content: "\f46e"; }
.ion-ios-navigate-outline:before { content: "\f46d"; }
.ion-ios-nutrition:before { content: "\f470"; }
.ion-ios-nutrition-outline:before { content: "\f46f"; }
.ion-ios-paper:before { content: "\f472"; }
.ion-ios-paper-outline:before { content: "\f471"; }
.ion-ios-paperplane:before { content: "\f474"; }
.ion-ios-paperplane-outline:before { content: "\f473"; }
.ion-ios-partlysunny:before { content: "\f476"; }
.ion-ios-partlysunny-outline:before { content: "\f475"; }
.ion-ios-pause:before { content: "\f478"; }
.ion-ios-pause-outline:before { content: "\f477"; }
.ion-ios-paw:before { content: "\f47a"; }
.ion-ios-paw-outline:before { content: "\f479"; }
.ion-ios-people:before { content: "\f47c"; }
.ion-ios-people-outline:before { content: "\f47b"; }
.ion-ios-person:before { content: "\f47e"; }
.ion-ios-person-outline:before { content: "\f47d"; }
.ion-ios-personadd:before { content: "\f480"; }
.ion-ios-personadd-outline:before { content: "\f47f"; }
.ion-ios-photos:before { content: "\f482"; }
.ion-ios-photos-outline:before { content: "\f481"; }
.ion-ios-pie:before { content: "\f484"; }
.ion-ios-pie-outline:before { content: "\f483"; }
.ion-ios-pint:before { content: "\f486"; }
.ion-ios-pint-outline:before { content: "\f485"; }
.ion-ios-play:before { content: "\f488"; }
.ion-ios-play-outline:before { content: "\f487"; }
.ion-ios-plus:before { content: "\f48b"; }
.ion-ios-plus-empty:before { content: "\f489"; }
.ion-ios-plus-outline:before { content: "\f48a"; }
.ion-ios-pricetag:before { content: "\f48d"; }
.ion-ios-pricetag-outline:before { content: "\f48c"; }
.ion-ios-pricetags:before { content: "\f48f"; }
.ion-ios-pricetags-outline:before { content: "\f48e"; }
.ion-ios-printer:before { content: "\f491"; }
.ion-ios-printer-outline:before { content: "\f490"; }
.ion-ios-pulse:before { content: "\f493"; }
.ion-ios-pulse-strong:before { content: "\f492"; }
.ion-ios-rainy:before { content: "\f495"; }
.ion-ios-rainy-outline:before { content: "\f494"; }
.ion-ios-recording:before { content: "\f497"; }
.ion-ios-recording-outline:before { content: "\f496"; }
.ion-ios-redo:before { content: "\f499"; }
.ion-ios-redo-outline:before { content: "\f498"; }
.ion-ios-refresh:before { content: "\f49c"; }
.ion-ios-refresh-empty:before { content: "\f49a"; }
.ion-ios-refresh-outline:before { content: "\f49b"; }
.ion-ios-reload:before { content: "\f49d"; }
.ion-ios-reverse-camera:before { content: "\f49f"; }
.ion-ios-reverse-camera-outline:before { content: "\f49e"; }
.ion-ios-rewind:before { content: "\f4a1"; }
.ion-ios-rewind-outline:before { content: "\f4a0"; }
.ion-ios-rose:before { content: "\f4a3"; }
.ion-ios-rose-outline:before { content: "\f4a2"; }
.ion-ios-search:before { content: "\f4a5"; }
.ion-ios-search-strong:before { content: "\f4a4"; }
.ion-ios-settings:before { content: "\f4a7"; }
.ion-ios-settings-strong:before { content: "\f4a6"; }
.ion-ios-shuffle:before { content: "\f4a9"; }
.ion-ios-shuffle-strong:before { content: "\f4a8"; }
.ion-ios-skipbackward:before { content: "\f4ab"; }
.ion-ios-skipbackward-outline:before { content: "\f4aa"; }
.ion-ios-skipforward:before { content: "\f4ad"; }
.ion-ios-skipforward-outline:before { content: "\f4ac"; }
.ion-ios-snowy:before { content: "\f4ae"; }
.ion-ios-speedometer:before { content: "\f4b0"; }
.ion-ios-speedometer-outline:before { content: "\f4af"; }
.ion-ios-star:before { content: "\f4b3"; }
.ion-ios-star-half:before { content: "\f4b1"; }
.ion-ios-star-outline:before { content: "\f4b2"; }
.ion-ios-stopwatch:before { content: "\f4b5"; }
.ion-ios-stopwatch-outline:before { content: "\f4b4"; }
.ion-ios-sunny:before { content: "\f4b7"; }
.ion-ios-sunny-outline:before { content: "\f4b6"; }
.ion-ios-telephone:before { content: "\f4b9"; }
.ion-ios-telephone-outline:before { content: "\f4b8"; }
.ion-ios-tennisball:before { content: "\f4bb"; }
.ion-ios-tennisball-outline:before { content: "\f4ba"; }
.ion-ios-thunderstorm:before { content: "\f4bd"; }
.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }
.ion-ios-time:before { content: "\f4bf"; }
.ion-ios-time-outline:before { content: "\f4be"; }
.ion-ios-timer:before { content: "\f4c1"; }
.ion-ios-timer-outline:before { content: "\f4c0"; }
.ion-ios-toggle:before { content: "\f4c3"; }
.ion-ios-toggle-outline:before { content: "\f4c2"; }
.ion-ios-trash:before { content: "\f4c5"; }
.ion-ios-trash-outline:before { content: "\f4c4"; }
.ion-ios-undo:before { content: "\f4c7"; }
.ion-ios-undo-outline:before { content: "\f4c6"; }
.ion-ios-unlocked:before { content: "\f4c9"; }
.ion-ios-unlocked-outline:before { content: "\f4c8"; }
.ion-ios-upload:before { content: "\f4cb"; }
.ion-ios-upload-outline:before { content: "\f4ca"; }
.ion-ios-videocam:before { content: "\f4cd"; }
.ion-ios-videocam-outline:before { content: "\f4cc"; }
.ion-ios-volume-high:before { content: "\f4ce"; }
.ion-ios-volume-low:before { content: "\f4cf"; }
.ion-ios-wineglass:before { content: "\f4d1"; }
.ion-ios-wineglass-outline:before { content: "\f4d0"; }
.ion-ios-world:before { content: "\f4d3"; }
.ion-ios-world-outline:before { content: "\f4d2"; }
.ion-ipad:before { content: "\f1f9"; }
.ion-iphone:before { content: "\f1fa"; }
.ion-ipod:before { content: "\f1fb"; }
.ion-jet:before { content: "\f295"; }
.ion-key:before { content: "\f296"; }
.ion-knife:before { content: "\f297"; }
.ion-laptop:before { content: "\f1fc"; }
.ion-leaf:before { content: "\f1fd"; }
.ion-levels:before { content: "\f298"; }
.ion-lightbulb:before { content: "\f299"; }
.ion-link:before { content: "\f1fe"; }
.ion-load-a:before { content: "\f29a"; }
.ion-load-b:before { content: "\f29b"; }
.ion-load-c:before { content: "\f29c"; }
.ion-load-d:before { content: "\f29d"; }
.ion-location:before { content: "\f1ff"; }
.ion-lock-combination:before { content: "\f4d4"; }
.ion-locked:before { content: "\f200"; }
.ion-log-in:before { content: "\f29e"; }
.ion-log-out:before { content: "\f29f"; }
.ion-loop:before { content: "\f201"; }
.ion-magnet:before { content: "\f2a0"; }
.ion-male:before { content: "\f2a1"; }
.ion-man:before { content: "\f202"; }
.ion-map:before { content: "\f203"; }
.ion-medkit:before { content: "\f2a2"; }
.ion-merge:before { content: "\f33f"; }
.ion-mic-a:before { content: "\f204"; }
.ion-mic-b:before { content: "\f205"; }
.ion-mic-c:before { content: "\f206"; }
.ion-minus:before { content: "\f209"; }
.ion-minus-circled:before { content: "\f207"; }
.ion-minus-round:before { content: "\f208"; }
.ion-model-s:before { content: "\f2c1"; }
.ion-monitor:before { content: "\f20a"; }
.ion-more:before { content: "\f20b"; }
.ion-mouse:before { content: "\f340"; }
.ion-music-note:before { content: "\f20c"; }
.ion-navicon:before { content: "\f20e"; }
.ion-navicon-round:before { content: "\f20d"; }
.ion-navigate:before { content: "\f2a3"; }
.ion-network:before { content: "\f341"; }
.ion-no-smoking:before { content: "\f2c2"; }
.ion-nuclear:before { content: "\f2a4"; }
.ion-outlet:before { content: "\f342"; }
.ion-paintbrush:before { content: "\f4d5"; }
.ion-paintbucket:before { content: "\f4d6"; }
.ion-paper-airplane:before { content: "\f2c3"; }
.ion-paperclip:before { content: "\f20f"; }
.ion-pause:before { content: "\f210"; }
.ion-person:before { content: "\f213"; }
.ion-person-add:before { content: "\f211"; }
.ion-person-stalker:before { content: "\f212"; }
.ion-pie-graph:before { content: "\f2a5"; }
.ion-pin:before { content: "\f2a6"; }
.ion-pinpoint:before { content: "\f2a7"; }
.ion-pizza:before { content: "\f2a8"; }
.ion-plane:before { content: "\f214"; }
.ion-planet:before { content: "\f343"; }
.ion-play:before { content: "\f215"; }
.ion-playstation:before { content: "\f30a"; }
.ion-plus:before { content: "\f218"; }
.ion-plus-circled:before { content: "\f216"; }
.ion-plus-round:before { content: "\f217"; }
.ion-podium:before { content: "\f344"; }
.ion-pound:before { content: "\f219"; }
.ion-power:before { content: "\f2a9"; }
.ion-pricetag:before { content: "\f2aa"; }
.ion-pricetags:before { content: "\f2ab"; }
.ion-printer:before { content: "\f21a"; }
.ion-pull-request:before { content: "\f345"; }
.ion-qr-scanner:before { content: "\f346"; }
.ion-quote:before { content: "\f347"; }
.ion-radio-waves:before { content: "\f2ac"; }
.ion-record:before { content: "\f21b"; }
.ion-refresh:before { content: "\f21c"; }
.ion-reply:before { content: "\f21e"; }
.ion-reply-all:before { content: "\f21d"; }
.ion-ribbon-a:before { content: "\f348"; }
.ion-ribbon-b:before { content: "\f349"; }
.ion-sad:before { content: "\f34a"; }
.ion-sad-outline:before { content: "\f4d7"; }
.ion-scissors:before { content: "\f34b"; }
.ion-search:before { content: "\f21f"; }
.ion-settings:before { content: "\f2ad"; }
.ion-share:before { content: "\f220"; }
.ion-shuffle:before { content: "\f221"; }
.ion-skip-backward:before { content: "\f222"; }
.ion-skip-forward:before { content: "\f223"; }
.ion-social-android:before { content: "\f225"; }
.ion-social-android-outline:before { content: "\f224"; }
.ion-social-angular:before { content: "\f4d9"; }
.ion-social-angular-outline:before { content: "\f4d8"; }
.ion-social-apple:before { content: "\f227"; }
.ion-social-apple-outline:before { content: "\f226"; }
.ion-social-bitcoin:before { content: "\f2af"; }
.ion-social-bitcoin-outline:before { content: "\f2ae"; }
.ion-social-buffer:before { content: "\f229"; }
.ion-social-buffer-outline:before { content: "\f228"; }
.ion-social-chrome:before { content: "\f4db"; }
.ion-social-chrome-outline:before { content: "\f4da"; }
.ion-social-codepen:before { content: "\f4dd"; }
.ion-social-codepen-outline:before { content: "\f4dc"; }
.ion-social-css3:before { content: "\f4df"; }
.ion-social-css3-outline:before { content: "\f4de"; }
.ion-social-designernews:before { content: "\f22b"; }
.ion-social-designernews-outline:before { content: "\f22a"; }
.ion-social-dribbble:before { content: "\f22d"; }
.ion-social-dribbble-outline:before { content: "\f22c"; }
.ion-social-dropbox:before { content: "\f22f"; }
.ion-social-dropbox-outline:before { content: "\f22e"; }
.ion-social-euro:before { content: "\f4e1"; }
.ion-social-euro-outline:before { content: "\f4e0"; }
.ion-social-facebook:before { content: "\f231"; }
.ion-social-facebook-outline:before { content: "\f230"; }
.ion-social-foursquare:before { content: "\f34d"; }
.ion-social-foursquare-outline:before { content: "\f34c"; }
.ion-social-freebsd-devil:before { content: "\f2c4"; }
.ion-social-github:before { content: "\f233"; }
.ion-social-github-outline:before { content: "\f232"; }
.ion-social-google:before { content: "\f34f"; }
.ion-social-google-outline:before { content: "\f34e"; }
.ion-social-googleplus:before { content: "\f235"; }
.ion-social-googleplus-outline:before { content: "\f234"; }
.ion-social-hackernews:before { content: "\f237"; }
.ion-social-hackernews-outline:before { content: "\f236"; }
.ion-social-html5:before { content: "\f4e3"; }
.ion-social-html5-outline:before { content: "\f4e2"; }
.ion-social-instagram:before { content: "\f351"; }
.ion-social-instagram-outline:before { content: "\f350"; }
.ion-social-javascript:before { content: "\f4e5"; }
.ion-social-javascript-outline:before { content: "\f4e4"; }
.ion-social-linkedin:before { content: "\f239"; }
.ion-social-linkedin-outline:before { content: "\f238"; }
.ion-social-markdown:before { content: "\f4e6"; }
.ion-social-nodejs:before { content: "\f4e7"; }
.ion-social-octocat:before { content: "\f4e8"; }
.ion-social-pinterest:before { content: "\f2b1"; }
.ion-social-pinterest-outline:before { content: "\f2b0"; }
.ion-social-python:before { content: "\f4e9"; }
.ion-social-reddit:before { content: "\f23b"; }
.ion-social-reddit-outline:before { content: "\f23a"; }
.ion-social-rss:before { content: "\f23d"; }
.ion-social-rss-outline:before { content: "\f23c"; }
.ion-social-sass:before { content: "\f4ea"; }
.ion-social-skype:before { content: "\f23f"; }
.ion-social-skype-outline:before { content: "\f23e"; }
.ion-social-snapchat:before { content: "\f4ec"; }
.ion-social-snapchat-outline:before { content: "\f4eb"; }
.ion-social-tumblr:before { content: "\f241"; }
.ion-social-tumblr-outline:before { content: "\f240"; }
.ion-social-tux:before { content: "\f2c5"; }
.ion-social-twitch:before { content: "\f4ee"; }
.ion-social-twitch-outline:before { content: "\f4ed"; }
.ion-social-twitter:before { content: "\f243"; }
.ion-social-twitter-outline:before { content: "\f242"; }
.ion-social-usd:before { content: "\f353"; }
.ion-social-usd-outline:before { content: "\f352"; }
.ion-social-vimeo:before { content: "\f245"; }
.ion-social-vimeo-outline:before { content: "\f244"; }
.ion-social-whatsapp:before { content: "\f4f0"; }
.ion-social-whatsapp-outline:before { content: "\f4ef"; }
.ion-social-windows:before { content: "\f247"; }
.ion-social-windows-outline:before { content: "\f246"; }
.ion-social-wordpress:before { content: "\f249"; }
.ion-social-wordpress-outline:before { content: "\f248"; }
.ion-social-yahoo:before { content: "\f24b"; }
.ion-social-yahoo-outline:before { content: "\f24a"; }
.ion-social-yen:before { content: "\f4f2"; }
.ion-social-yen-outline:before { content: "\f4f1"; }
.ion-social-youtube:before { content: "\f24d"; }
.ion-social-youtube-outline:before { content: "\f24c"; }
.ion-soup-can:before { content: "\f4f4"; }
.ion-soup-can-outline:before { content: "\f4f3"; }
.ion-speakerphone:before { content: "\f2b2"; }
.ion-speedometer:before { content: "\f2b3"; }
.ion-spoon:before { content: "\f2b4"; }
.ion-star:before { content: "\f24e"; }
.ion-stats-bars:before { content: "\f2b5"; }
.ion-steam:before { content: "\f30b"; }
.ion-stop:before { content: "\f24f"; }
.ion-thermometer:before { content: "\f2b6"; }
.ion-thumbsdown:before { content: "\f250"; }
.ion-thumbsup:before { content: "\f251"; }
.ion-toggle:before { content: "\f355"; }
.ion-toggle-filled:before { content: "\f354"; }
.ion-transgender:before { content: "\f4f5"; }
.ion-trash-a:before { content: "\f252"; }
.ion-trash-b:before { content: "\f253"; }
.ion-trophy:before { content: "\f356"; }
.ion-tshirt:before { content: "\f4f7"; }
.ion-tshirt-outline:before { content: "\f4f6"; }
.ion-umbrella:before { content: "\f2b7"; }
.ion-university:before { content: "\f357"; }
.ion-unlocked:before { content: "\f254"; }
.ion-upload:before { content: "\f255"; }
.ion-usb:before { content: "\f2b8"; }
.ion-videocamera:before { content: "\f256"; }
.ion-volume-high:before { content: "\f257"; }
.ion-volume-low:before { content: "\f258"; }
.ion-volume-medium:before { content: "\f259"; }
.ion-volume-mute:before { content: "\f25a"; }
.ion-wand:before { content: "\f358"; }
.ion-waterdrop:before { content: "\f25b"; }
.ion-wifi:before { content: "\f25c"; }
.ion-wineglass:before { content: "\f2b9"; }
.ion-woman:before { content: "\f25d"; }
.ion-wrench:before { content: "\f2ba"; }
.ion-xbox:before { content: "\f30c"; }@font-face {
font-family: 'ElegantIcons';
src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/elegant-font/css/fonts/ElegantIcons.eot);
src:url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/elegant-font/css/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/elegant-font/css/fonts/ElegantIcons.woff) format('woff'),
url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/elegant-font/css/fonts/ElegantIcons.ttf) format('truetype'),
url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/plugins/elegant-font/css/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//pacifickitchenlife.com.au/wp-content/plugins/yolo-rubino-framework//assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}.slick-slider
{
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}@supports (--css:variables) {
:root {
--layout_site_width: 90%;
--layout_site_max_width: 1200px;
--text_color: #333;
--text_color_lighten_5: #404040;
--text_color_lighten_10: #4d4d4d;
--text_color_lighten_15: #595959;
--text_color_lighten_20: #666666;
--text_color_lighten_25: #737373;
--text_color_lighten_30: #808080;
--text_color_lighten_35: #8c8c8c;
--text_color_lighten_40: #999999;
--text_color_lighten_50: #b3b3b3;
--text_color_lighten_60: #cccccc;
--text_color_lighten_70: #e6e6e6;
--text_color_darken_5: #262626;
--text_color_darken_10: #1a1a1a;
--text_color_darken_15: #0d0d0d;
--text_color_darken_20: #000000;
--text_color_darken_25: #000000;
--text_color_fade_10: rgba(51, 51, 51, 0.1);
--text_color_fade_20: rgba(51, 51, 51, 0.2);
--text_color_fade_30: rgba(51, 51, 51, 0.3);
--text_color_fade_40: rgba(51, 51, 51, 0.4);
--text_color_fade_50: rgba(51, 51, 51, 0.5);
--text_color_fade_60: rgba(51, 51, 51, 0.6);
--text_color_fade_70: rgba(51, 51, 51, 0.7);
--text_color_fade_80: rgba(51, 51, 51, 0.8);
--text_color_fade_90: rgba(51, 51, 51, 0.9);
--primary_color: #111;
--primary_color_lighten_5: #1e1e1e;
--primary_color_lighten_10: #2b2b2b;
--primary_color_lighten_15: #373737;
--primary_color_lighten_20: #444444;
--primary_color_lighten_25: #515151;
--primary_color_darken_5: #040404;
--primary_color_darken_10: #000000;
--primary_color_darken_15: #000000;
--primary_color_darken_20: #000000;
--primary_color_darken_25: #000000;
--primary_color_fade_10: rgba(17, 17, 17, 0.1);
--primary_color_fade_20: rgba(17, 17, 17, 0.2);
--primary_color_fade_30: rgba(17, 17, 17, 0.3);
--primary_color_fade_40: rgba(17, 17, 17, 0.4);
--primary_color_fade_50: rgba(17, 17, 17, 0.5);
--primary_color_fade_60: rgba(17, 17, 17, 0.6);
--primary_color_fade_70: rgba(17, 17, 17, 0.7);
--primary_color_fade_80: rgba(17, 17, 17, 0.8);
--primary_color_fade_90: rgba(17, 17, 17, 0.9);
--secondary_color: #4c4441;
--heading_color: #000;
--heading_color_lighten_20: #333333;
--heading_color_fade_10: rgba(0, 0, 0, 0.1);
--heading_color_fade_20: rgba(0, 0, 0, 0.2);
--heading_color_fade_30: rgba(0, 0, 0, 0.3);
--heading_color_fade_40: rgba(0, 0, 0, 0.4);
--heading_color_fade_50: rgba(0, 0, 0, 0.5);
--heading_color_fade_60: rgba(0, 0, 0, 0.6);
--heading_color_fade_70: rgba(0, 0, 0, 0.7);
--heading_color_fade_80: rgba(0, 0, 0, 0.8);
--heading_color_fade_90: rgba(0, 0, 0, 0.9);
--menu_font: Nunito;
--menu_font_weight: 400;
--menu_font_size: 16px;
--sub_menu_font_size: 15px;
--secondary_font: Montserrat;
--secondary_font_weight: 400;
--secondary_font_size: 15px;
--primary_font: Nunito;
--primary_font_weight: 400;
--primary_font_size: 15px;
--page_title_bg_color: #fff;
--page_title_overlay_color: #000;
--page_title_overlay_opacity: 0;
--page_title_color: #fff;
--page_title_margin_top: 0;
--page_title_margin_bottom: 70px;
--page_title_height: 300px;
--main_menu_height: 80px;
--logo_mobile_max_height: 70px;
--logo_mobile_padding: 15px;
--main_menu_mobile_height: 100px;
--header_1_nav_layout_padding: 100px;
--header_2_nav_layout_padding: 60px;
--header_3_nav_layout_padding: 60px;
--header_4_nav_layout_padding: 100px;
--header_1_nav_distance: 20px;
--header_2_nav_distance: 20px;
--header_3_nav_distance: 20px;
--header_4_nav_distance: 20px;
--top_bar_bg_color: #333;
--top_bar_text_color: #ddd;
--top_bar_layout_padding: 60px;
--logo_padding_top: 10px;
--logo_padding_bottom: 10px;
--menu_sub_bg_color: #fff;
--menu_sub_bg_color_darken_7: #ededed;
--menu_sub_bg_color_darken_15: #d9d9d9;
--menu_sub_bg_color_lighten_7: #ffffff;
--menu_sub_bg_color_lighten_15: #ffffff;
--menu_sub_text_color: #333;
--header_1_nav_bg_color: #ffffff;
--header_1_nav_text_color: #424242;
--header_1_height: 130px;
--header_2_nav_bg_color: #fff;
--header_2_nav_text_color: #424242;
--header_2_height: 130px;
--header_3_nav_bg_color: #ffffff;
--header_3_nav_text_color: #424242;
--header_3_height: 130px;
--header_4_nav_bg_color: #fff;
--header_4_nav_text_color: #424242;
--header_4_height: 130px;
--mobile_background_color: #fff;
--mobile_text_color: #111;
--mobile_text_color_fade_60: rgba(255, 255, 255, 0.6);
--mobile_page_title_height: 140px;
--headersidebar_nav_bg_color: #f4f4f4;
--headersidebar_nav_bg_color_lighten_10: #ffffff;
--headersidebar_nav_text_color: #424242;
--headersidebar_nav_text_color_fade_60: rgba(66, 66, 66, 0.6);
--headersidebar_nav_text_color_fade_85: rgba(66, 66, 66, 0.85);
--headersidebar_sidebar_width: 300px;
}
}  .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube {
background-color: var(--primary_color);
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes header-drop {
0% {
-webkit-transform: translateY(-92px);
-ms-transform: translateY(-92px);
transform: translateY(-92px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes header-drop {
0% {
-webkit-transform: translateY(-92px);
-ms-transform: translateY(-92px);
transform: translateY(-92px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes header-drop-out {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-92px);
-ms-transform: translateY(-92px);
transform: translateY(-92px);
}
}
@keyframes header-drop-out {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-92px);
-ms-transform: translateY(-92px);
transform: translateY(-92px);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
51% {
opacity: 1;
}
} @-webkit-keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes anim-dash {
0% {
stroke-dashoffset: 1680;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes anim-dash {
0% {
stroke-dashoffset: 1680;
}
100% {
stroke-dashoffset: 0;
}
} @-webkit-keyframes anim-elem-1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes anim-elem-1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.animate {
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
}
}
@keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.animate.slideDown {
-webkit-animation-name: slideDown;
animation-name: slideDown;
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(0);
}
100% {
-webkit-transform: translateY(-100%);
}
}
@keyframes slideUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.animate.slideUp {
-webkit-animation-name: slideUp;
animation-name: slideUp;
}
@-webkit-keyframes swingInX {
0% {
-webkit-transform: perspective(400px) rotateX(-90deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
}
}
@keyframes swingInX {
0% {
-webkit-transform: perspective(400px) rotateX(-90deg);
transform: perspective(400px) rotateX(-90deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
}
.animate.swingInX {
-webkit-transform-origin: top;
-ie-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-backface-visibility: visible !important;
-webkit-animation-name: swingInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: swingInX;
-o-backface-visibility: visible !important;
-o-animation-name: swingInX;
backface-visibility: visible !important;
animation-name: swingInX;
}
@-webkit-keyframes swingOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(-90deg);
}
}
@keyframes swingOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(-90deg);
transform: perspective(400px) rotateX(-90deg);
}
}
.animate.swingOutX {
-webkit-transform-origin: top;
-webkit-animation-name: swingOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: swingOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: swingOutX;
-o-backface-visibility: visible !important;
animation-name: swingOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.animate.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.animate.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-200px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-200px);
transform: translateY(-200px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.animate.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
30% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-200px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
30% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-200px);
transform: translateY(-200px);
}
}
.animate.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes pulse-left-right {
0% {
-webkit-transform: translate(0px, 0);
opacity: 0;
}
50% {
-webkit-transform: translate(20px, 0);
opacity: 1;
}
100% {
-webkit-transform: translate(0px, 0);
opacity: 0;
}
}
@keyframes pulse-left-right {
0% {
-ms-transform: translate(0px, 0);
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
opacity: 0;
}
50% {
-ms-transform: translate(20px, 0);
-webkit-transform: translate(20px, 0);
transform: translate(20px, 0);
opacity: 1;
}
100% {
-ms-transform: translate(0px, 0);
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
opacity: 0;
}
} @-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(30%);
}
50% {
opacity: 0;
-webkit-transform: translate(-30%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
-webkit-transform: translate(30%);
transform: translate(30%);
}
50% {
opacity: 0;
-webkit-transform: translate(-30%);
transform: translate(-30%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-30%);
}
50% {
opacity: 0;
-webkit-transform: translate(30%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-30%);
transform: translate(-30%);
}
50% {
opacity: 0;
-webkit-transform: translate(30%);
transform: translate(30%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0%);
opacity: 1;
}
}
.yolo-full-width {
padding-left: 15px;
padding-right: 15px;
width: 100%;
margin: 0 auto;
}
.post-navigation {
padding: 0;
display: table;
width: 100%;
position: relative;
margin-top: 50px;
}
.post-navigation .nav-links {
width: 100%;
margin: 0 auto;
display: table;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
position: relative;
display: table-cell;
vertical-align: middle;
padding: 15px 0;
width: 50%;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .post-navigation-content {
margin-left: 30px;
}
.post-navigation .nav-next {
display: table-cell;
text-align: right;
}
.post-navigation .nav-next .post-navigation-content {
margin-left: 0;
margin-right: 30px;
}
.post-navigation .post-navigation-label {
display: block;
font-size: 25px;
font-weight: normal;
text-transform: uppercase;
color: var(--text_color);
}
.post-navigation .post-navigation-title {
-ms-word-wrap: break-word;
text-align: left;
word-wrap: break-word;
font-size: 15px;
font-weight: 400;
text-transform: none;
color: var(--heading_color);
}
.post-navigation .post-navigation-icon {
font-size: 24px;
line-height: 1em;
width: 20px;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -15px;
color: var(--text_color);
z-index: 1;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
right: 0;
} img {
max-width: 100%;
height: auto;
}
.alignnone {
margin: 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 15px auto 15px auto;
}
.alignright {
float: right;
margin: 15px 0 15px 15px;
}
.alignleft {
float: left;
margin: 15px 15px 15px 0;
}
.aligncenter {
display: block;
margin: 15px auto 15px auto;
}
a img.alignright {
float: right;
margin: 15px 0 0 15px;
}
a img.alignnone {
margin: 15px 15px 0 0;
}
a img.alignleft {
float: left;
margin: 15px 15px 0 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #ffffff;
text-align: center;
max-width: 100%;
}
.wp-caption.alignnone {
margin: 15px 15px 30px 0;
}
.wp-caption.alignleft {
margin: 15px 15px 30px 0;
}
.wp-caption.alignright {
margin: 15px 0 30px 15px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 0.9em;
font-style: italic;
opacity: 0.7;
line-height: 17px;
margin: 1em 0 0 0;
padding: 0 10%;
}
.wp-post-image {
height: auto;
max-width: 100%;
}
.sticky {
opacity: 1;
}
.bypostauthor {
opacity: 1;
} .gallery {
margin-bottom: 20px;
margin-left: -4px;
}
.gallery:before {
content: "";
display: table;
}
.gallery:after {
clear: both;
content: "";
display: block;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: table;
margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
text-align: center;
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #ffffff;
font-size: 14px;
line-height: 1.3;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 2px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
-webkit-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
width: 100%;
}
.gallery-caption:before {
-webkit-box-shadow: 0 -10px 15px #000 inset;
box-shadow: 0 -10px 15px #000 inset;
content: "";
height: 100%;
min-height: 49px;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.overflow-hidden {
overflow: hidden;
}
.yolo-page-links {
font-size: 0;
margin-bottom: 30px;
display: inline-block;
line-height: 50px;
}
.yolo-page-links-title {
text-transform: uppercase;
font-size: 12px;
margin-bottom: 0;
color: #858585;
font-weight: normal;
margin-right: 20px;
}
.yolo-page-link {
display: inline-block;
margin-right: 4px;
font-size: 14px;
padding: 0;
width: 40px;
height: 40px;
color: var(--primary_color);
text-align: center;
line-height: 40px;
border: 1px solid var(--primary_color);
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.yolo-page-links .yolo-page-link:hover,
.yolo-page-links > .yolo-page-link {
color: #ffffff;
background-color: var(--primary_color);
} .lg-backdrop.in {
opacity: 0.6 !important;
}
.lightGallery-js img {
width: 100%;
}
body {
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
a,
a:focus,
a:hover {
outline: none;
text-decoration: none;
}
body {
line-height: 1.8;
-webkit-font-smoothing: antialiased;
color: var(--text_color);
}
.float-right {
float: right;
}
@media (max-width: 991px) {
.float-right {
float: none;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.5;
margin-top: 20px;
margin-bottom: 10px;
font-weight: 400;
color: var(--heading_color);
}
@media (max-width: 767px) {
h1 {
font-size: 24px !important;
}
}
.title_border {
text-align: center;
position: relative;
}
.title_border:after {
content: '';
position: absolute;
top: 15px;
left: 0;
background-color: #999;
height: 1px;
width: 100%;
}
.title_border h5 {
padding: 5px 20px;
background-color: #ffffff;
position: relative;
display: inline-block;
z-index: 1;
}
.rubino_btn button {
border-width: 1px !important;
padding: 13px 60px !important;
}
.container {
max-width: 100%;
}
@media (min-width: 1300px) {
.container {
width: 1320px;
}
}
#yolo-wrapper {
background-color: #ffffff;
}
body.boxed #yolo-wrapper {
margin: auto;
overflow: hidden;
}
@media only screen and (min-width: 992px) {
body.float {
padding-left: 45px !important;
padding-right: 45px !important;
}
}
div,
iframe,
img {
margin: 0;
padding: 0;
}
p {
font-weight: 400;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
::-moz-selection {
color: #ffffff;
background-color: var(--primary_color);
}
::selection {
color: #ffffff;
background-color: var(--primary_color);
}
::-moz-selection {
color: #ffffff;
background-color: var(--primary_color);
}
a,
a:hover,
a.active {
color: inherit;
text-decoration: none;
outline: none;
}
a:hover {
color: var(--primary_color);
}
a:focus,
a.active {
color: var(--primary_color);
}
input,
textarea,
button,
select {
outline: none;
}
.fl {
float: left;
}
.fr {
float: right;
}
.mfp-bg {
background-color: #ffffff;
opacity: 0.5;
}
#yolo-popup {
-webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 40px auto;
max-width: 95%;
position: relative;
text-align: left;
background-repeat: no-repeat !important;
background-size: cover !important;
color: var(--text_color_darken_10);
}
#yolo-popup .popup-content {
width: 70%;
text-align: center;
padding: 0 30px;
}
@media (max-width: 767px) {
#yolo-popup .popup-content {
width: 100%;
}
}
@media (max-width: 480px) {
#yolo-popup .popup-content {
padding: 0 15px;
}
}
#yolo-popup .popup-title {
padding-top: 55px;
font-size: 36px;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 10px;
}
@media (max-width: 480px) {
#yolo-popup .popup-title {
padding-top: 30px;
font-size: 20px;
font-weight: bold;
}
}
#yolo-popup .sub-title {
font-size: 18px;
width: 80%;
margin: 0 auto;
margin-bottom: 30px;
line-height: 1.4;
}
@media (max-width: 480px) {
#yolo-popup .sub-title {
font-size: 14px;
}
}
#yolo-popup .your-info {
margin-top: 10px;
}
#yolo-popup .popup-form .your-email input {
height: 40px;
width: 100%;
background-color: transparent;
border: 1px solid var(--primary_color);
color: var(--primary_color);
margin-bottom: 30px;
}
#yolo-popup .popup-form .your-email input .placeholder {
color: var(--primary_color_fade_50);
}
#yolo-popup .popup-form .ctf7_submit {
position: relative;
}
#yolo-popup .popup-form .ctf7_submit input {
width: 100%;
height: 50px;
background-color: var(--secondary_color);
border: none;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
border-radius: 3px;
}
#yolo-popup .popup-form .ctf7_submit input:hover {
background-color: var(--primary_color);
}
#yolo-popup .popup-form .ctf7_submit .ajax-loader {
position: absolute;
left: 50%;
top: -22px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
#yolo-popup .checkbox-label {
color: var(--primary_color);
}
#yolo-popup .checkbox-label label {
font-weight: normal;
}
@media (max-width: 480px) {
#yolo-popup .checkbox-label {
margin-left: 15px;
}
}
@media (max-width: 767px) {
#yolo-popup {
max-width: 90%;
}
}
@media (max-width: 479px) {
#yolo-popup {
height: 400px !important;
}
}
.maintanence-page {
position: relative;
height: 100vh;
text-align: center;
}
.maintanence-page .container {
position: absolute;
width: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.maintanence-page .maintenance-title h2 {
margin-top: 40px;
color: var(--text_color);
font-size: 36px;
text-transform: uppercase;
font-weight: normal;
}
@media (max-width: 479px) {
.maintanence-page .maintenance-title h2 {
font-size: 24px;
margin-top: 20px;
}
}
.maintanence-page .countdown-wrap .countdown-content ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.maintanence-page .countdown-wrap .countdown-content ul li {
position: relative;
display: inline-block;
margin: 30px 40px;
padding: 0 0px;
}
.maintanence-page .countdown-wrap .countdown-content ul li p {
margin: 0;
}
.maintanence-page .countdown-wrap .countdown-content ul li p.countdown-number {
font-size: 60px;
font-weight: normal;
}
@media (max-width: 479px) {
.maintanence-page .countdown-wrap .countdown-content ul li p.countdown-number {
font-size: 48px;
}
}
.maintanence-page .countdown-wrap .countdown-content ul li p:last-child {
position: absolute;
right: -50px;
top: 70px;
display: block;
margin-top: 0px;
text-align: left;
font-size: 16px;
width: 70px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.maintanence-page .countdown-wrap .countdown-content ul li.cd-seconds p.countdown-number:after {
content: '';
}
@media (max-width: 479px) {
.maintanence-page .countdown-wrap .countdown-content ul li {
margin: 10px 20px;
}
}
.maintanence-page .maintenance-social {
margin-top: 30px;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper {
padding-left: 0 !important;
margin-bottom: 0 !important;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li {
list-style: none;
display: inline-block;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a {
color: var(--primary_color);
font-size: 18px;
height: 35px;
width: 35px;
text-align: center;
line-height: 33px;
display: block;
border: 1px solid transparent;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin: 0 5px;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li:hover a {
border-color: var(--primary_color);
}
.under-construction,
.coming-soon {
text-align: center;
}
.under-construction .logo,
.coming-soon .logo {
max-width: 380px;
max-height: 380px;
margin: auto;
}
.under-construction .title,
.coming-soon .title {
line-height: 1;
}
.under-construction .title,
.coming-soon .title {
font-size: 36px;
margin-top: 40px;
}
.under-construction .sub-title,
.coming-soon .sub-title {
font-size: 16px;
margin-top: 30px;
}
.under-construction .entry-content .mc4wp-form,
.coming-soon .entry-content .mc4wp-form {
margin-top: 50px;
}
.under-construction .entry-content .mc4wp-form label,
.coming-soon .entry-content .mc4wp-form label {
display: none;
}
.under-construction .entry-content .mc4wp-form input,
.coming-soon .entry-content .mc4wp-form input {
display: none;
}
.under-construction .entry-content .mc4wp-form input[type="email"],
.coming-soon .entry-content .mc4wp-form input[type="email"] {
border: solid 2px #DDDDDD;
background-color: #ffffff;
color: #888;
width: 370px;
display: block;
padding-right: 30px;
}
.under-construction .entry-content .mc4wp-form input[type="submit"],
.coming-soon .entry-content .mc4wp-form input[type="submit"] {
display: none;
}
.under-construction .entry-content .mc4wp-form p,
.coming-soon .entry-content .mc4wp-form p {
display: inline-block;
}
.under-construction .entry-content .mc4wp-form span.email,
.coming-soon .entry-content .mc4wp-form span.email {
display: inline-block;
position: relative;
}
.under-construction .entry-content .mc4wp-form span.email i,
.coming-soon .entry-content .mc4wp-form span.email i {
position: absolute;
right: 14px;
top: 14px;
}
.under-construction p .sub-title {
line-height: 1;
} input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
padding: 0 15px;
font-size: 14px;
color: #878787;
height: 42px;
line-height: 1;
background-color: #f5f5f5;
border: none;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
color: #878787;
}
input[type="text"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
textarea :-moz-placeholder,
select :-moz-placeholder {
color: #878787;
}
input[type="text"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
color: #878787;
}
input[type="text"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
color: #878787;
}
textarea {
height: auto;
padding-top: 15px;
}
select {
max-width: 100%;
}
.block-inner > * {
margin: auto;
}
.overflow-hidden {
overflow: hidden !important;
} #yolo-modal-search {
z-index: 999999;
overflow: auto;
}
#yolo-modal-search.modal.in .modal-backdrop.in {
height: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.95);
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#yolo-modal-search.modal.in .yolo-modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
z-index: 9999;
}
#yolo-modal-search .yolo-modal-dialog {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: auto;
}
#yolo-modal-search .yolo-dismiss-modal {
position: absolute;
right: 50px;
top: 30px;
font-size: 24px;
line-height: 1;
color: #ffffff;
z-index: 1040;
cursor: pointer;
}
#yolo-modal-search .yolo-modal-search {
position: relative;
width: 100%;
height: 100%;
}
#yolo-modal-search .yolo-modal-search .yolo-search-result {
position: absolute;
width: 80%;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: 40%;
}
@media (max-width: 767px) {
#yolo-modal-search .yolo-modal-search .yolo-search-result {
top: 20%;
}
}
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper {
position: relative;
width: 100%;
font-size: 24px;
color: inherit;
background-color: transparent;
border-bottom: 2px solid #ffffff;
display: block;
}
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:before,
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
content: " ";
display: table;
}
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
clear: both;
}
#yolo-modal-search .yolo-modal-search input[type="search"] {
border: none;
outline: none;
display: block;
float: left;
width: 100%;
padding-right: 60px;
padding-left: 20px;
background-color: transparent;
font-size: 22px;
color: #ffffff;
}
#yolo-modal-search .yolo-modal-search input[type="search"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9);
}
#yolo-modal-search .yolo-modal-search input[type="search"]::-moz-placeholder {
color: rgba(255, 255, 255, 0.9);
}
#yolo-modal-search .yolo-modal-search button {
position: absolute;
display: block;
color: #ffffff;
bottom: 5px;
right: 0;
line-height: 1;
border: none;
outline: none;
font-size: 24px;
background-color: transparent;
}
#yolo-modal-search .ajax-search-result {
margin: auto;
background: rgba(77, 77, 77, 0.1);
}
#yolo-modal-search .ajax-search-result > ul {
list-style: none;
position: relative;
padding: 0;
margin: 0;
}
#yolo-modal-search .ajax-search-result li {
padding: 5px 20px;
color: inherit;
font-size: 14px;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
color: #ffffff;
}
#yolo-modal-search .ajax-search-result li:hover,
#yolo-modal-search .ajax-search-result li.selected {
background-color: rgba(127, 127, 127, 0.1);
}
#yolo-modal-search .ajax-search-result li > a {
color: #ffffff;
}
#yolo-modal-search .ajax-search-result li + li {
border-top: dotted 1px rgba(77, 77, 77, 0.1);
}
#yolo-modal-search .ajax-search-result li span {
color: #ffffff;
float: right;
}
#yolo-modal-search .ajax-search-result li.search-view-more {
font-size: 14px;
font-style: italic;
}
#yolo-modal-search .ajax-search-result li.search-view-more a {
text-decoration: underline;
}
#yolo-modal-search i.ajax-search-icon {
color: inherit;
}
#yolo-modal-search div.search-view-more {
background-color: rgba(255, 255, 255, 0.2);
padding: 5px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.3);
font-size: 14px;
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
color: #ffffff;
}
#yolo-modal-search div.search-view-more i.wicon {
vertical-align: middle;
}
#yolo-modal-search div.search-view-more:hover {
background-color: rgba(255, 255, 255, 0.5);
color: #ffffff;
}  #yolo_search_popup_wrapper .search-popup-inner {
margin: 1em 0;
width: 70%;
position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -10%);
-ms-transform: translate(-50%, -10%);
transform: translate(-50%, -10%);
}
#yolo_search_popup_wrapper .search-popup-inner > input {
width: 100%;
margin-bottom: 50px;
font-size: 30px;
border-bottom: 2px solid #ffffff;
background-color: transparent;
padding: 25px 20px;
color: #ffffff;
}
#yolo_search_popup_wrapper .search-popup-inner > input::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
#yolo_search_popup_wrapper .search-popup-inner > input:-ms-input-placeholder {
color: #ffffff;
}
#yolo_search_popup_wrapper .search-popup-inner > input::-webkit-input-placeholder {
color: #ffffff;
}
#yolo_search_popup_wrapper .search-popup-inner > input::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
#yolo_search_popup_wrapper .search-popup-inner > input:-ms-input-placeholder {
color: #ffffff;
}
#yolo_search_popup_wrapper .search-popup-inner > input::-webkit-input-placeholder {
color: #ffffff;
}
#yolo_search_popup_wrapper .search-popup-inner > button {
border: none;
background-color: transparent;
text-transform: uppercase;
position: absolute;
right: 0px;
top: -15px;
}
#yolo_search_popup_wrapper .search-popup-inner > button i {
font-size: 30px;
padding: 20px;
color: #ffffff;
}
#yolo_search_popup_wrapper .search-popup-inner > button i:hover {
color: var(--primary_color);
}
@media (max-width: 767px) {
#yolo_search_popup_wrapper .search-popup-inner {
top: 20%;
}
} .error404 section.yolo-page-title-wrap {
margin-bottom: 0;
}
.error404 .page-title-inner {
font-size: 32px;
}
.page404 {
text-align: center;
padding: 15% 0;
background-size: cover;
}
.page404 .content-wrap {
float: none;
}
.page404 .content-wrap .page404-title .p-title {
text-transform: uppercase;
line-height: 1;
font-weight: normal;
font-size: 60px;
}
@media (max-width: 767px) {
.page404 .content-wrap .page404-title .p-title {
font-size: 36px;
}
}
@media (max-width: 479px) {
.page404 .content-wrap .page404-title .p-title {
font-size: 30px;
}
}
.page404 .content-wrap .page404-title .p-description {
font-size: 16px;
}
.page404 .content-wrap .page404-content {
font-size: 150px;
line-height: 1;
font-style: italic;
text-transform: uppercase;
}
@media (max-width: 991px) {
.page404 .content-wrap .page404-content {
font-size: 110px;
}
}
@media (max-width: 767px) {
.page404 .content-wrap .page404-content {
font-size: 70px;
}
}
.page404 .content-wrap .return a {
margin-top: 30px;
border: 1px solid var(--primary_color);
text-transform: uppercase;
font-size: 18px;
padding: 10px 50px;
color: var(--primary_color);
font-weight: bold;
display: inline-block;
}
.page404 .content-wrap .return a:hover {
border-color: var(--primary_color);
background: var(--primary_color);
color: #ffffff;
}
@media (max-width: 767px) {
.page404 .content-wrap .return a {
margin-top: 10px;
padding: 10px 30px;
font-size: 15px;
}
}
.back-to-top {
position: fixed;
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
bottom: 10px;
right: 10px;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
z-index: 2;
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
border: 2px solid #eeeeee;
color: #1e1e1e;
background-color: #f5f5f5;
}
.back-to-top i {
font-size: 22px;
}
.back-to-top:hover {
text-decoration: none;
color: #1e1e1e;
}
.back-to-top.in {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
@media only screen and (min-width: 768px) {
body.float .back-to-top {
bottom: 30px;
right: 30px;
}
}
.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
width: 5px;
}
#yolo-content-wrapper {
background-color: #ffffff;
position: relative;
}
#yolo-content-wrapper > main[role='main'] {
overflow: hidden;
}
#yolo-site-preload {
position: fixed;
z-index: 10001;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.site-loading-center {
width: 100%;
height: 100%;
position: relative;
}
.site-loading-center-absolute {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wpb_map_wraper iframe {
display: block;
pointer-events: none;
}
.wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}
.container-fluid {
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px) {
.container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 480px) {
.container-fluid {
padding-left: 0;
padding-right: 0;
}
}
.toggle-icon-wrapper {
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
.toggle-icon-wrapper:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
display: inline-block;
height: 30px;
position: relative;
vertical-align: middle;
width: 30px;
top: 3px;
}
.toggle-icon-wrapper .toggle-icon > span {
background: none repeat scroll 0 0 #000000;
bottom: 0;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 80%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
background: none repeat scroll 0 0 #000000;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 80%;
}
.toggle-icon-wrapper .toggle-icon:before {
top: 20%;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
bottom: 20%;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
vertical-align: middle;
text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
background: transparent !important;
}
.toggle-icon-wrapper.in .toggle-icon:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
} .modal {
z-index: 99999;
}
.modal-content {
border-radius: 0;
}
.modal-backdrop {
background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
opacity: 1;
}
.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
display: block;
line-height: 1;
}
#popup-product-quick-view-wrapper .popup-close {
width: 30px;
height: 30px;
font-size: 18px;
text-align: center;
line-height: 30px;
cursor: pointer;
z-index: 2;
top: 0;
right: 0;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#popup-product-quick-view-wrapper .popup-close:hover {
color: #ffffff;
background-color: var(--secondary_color);
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a {
border-color: var(--primary_color);
color: var(--primary_color);
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a:hover {
background-color: var(--primary_color);
color: #ffffff;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div:hover {
color: var(--primary_color);
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price {
color: var(--primary_color);
}
.text-align-right {
text-align: right;
}
.text-align-left {
text-align: left;
}
.entry-content .mc4wp-form input[type="submit"] {
padding-top: 14px;
padding-bottom: 12px;
}
.entry-content .mc4wp-form input[type="email"] {
width: 296px;
height: 44px;
display: inline-block;
}
.center {
text-align: center;
}
.yolo-full-width.section .vc_row {
position: relative;
height: 100%;
}
.owl-yolo-shortcode .owl-controls .owl-buttons div {
position: absolute;
width: 40px;
height: 40px;
background: #ffffff;
border-radius: 50%;
border: 1px solid #eeeeee;
top: 50%;
margin-top: -20px;
opacity: 0;
-o-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
line-height: 40px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons div i {
color: #000000;
font-size: 20px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons .owl-prev {
left: 20px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons .owl-next {
right: 20px;
}
.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
left: -45px;
opacity: 1;
}
.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
right: -45px;
opacity: 1;
}
.owl-yolo-shortcode .owl-controls .owl-page span {
width: 10px;
height: 10px;
border-radius: 50%;
margin: 5px;
}
@media (max-width: 800px) {
.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
left: 0;
}
.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
right: 0;
}
}
.rubino-button {
position: relative;
display: inline-block;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
font-size: 15px;
line-height: 1.6;
font-weight: 400;
text-align: center;
}
.rubino-button i {
position: absolute;
font-size: 20px;
line-height: 1.2;
}
.rubino-button.i_left {
padding-left: 40px !important;
}
.rubino-button.i_right {
padding-right: 40px !important;
}
.rubino-button.i_left i {
left: 15px;
margin-right: 5px;
}
.rubino-button.i_right i {
margin-left: 5px;
right: 15px;
}
.rubino-button.style1 {
border: 2px solid;
color: #ffffff;
}
.rubino-button.style1.gray-color {
border: 2px solid #ccc;
background-color: #ccc;
color: #888;
}
.rubino-button.style1:hover,
.rubino-button.style1.active {
color: #ffffff;
}
.rubino-button.style2 {
border: 2px solid #eeeeee;
}
.rubino-button.style2:hover,
.rubino-button.style2.active {
color: #ffffff;
background: var(--primary_color);
}
.rubino-button.style2.button-light {
color: #ffffff;
}
.rubino-button.button-1x {
min-width: 140px;
padding: 4px 15px;
}
.rubino-button.button-1x i {
top: 4px;
}
.rubino-button.button-2x {
min-width: 140px;
padding: 7px 20px;
}
.rubino-button.button-2x i {
top: 7px;
}
.rubino-button.button-3x {
min-width: 160px;
padding: 10px 20px;
}
.rubino-button.button-3x i {
top: 10px;
}
.boxed #yolo-wrapper {
width: var(--layout_site_width);
max-width: var(--layout_site_max_width);
}
ul.pagination {
position: relative;
display: block;
padding: 0;
margin: 0;
margin-bottom: 80px;
font-size: 0;
border-radius: 0;
}
ul.pagination:before {
content: '';
height: 1px;
position: absolute;
width: 100%;
border-bottom: 1px solid #eeeeee;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 767px) {
ul.pagination {
margin-top: 0px;
}
}
.pagination > li {
display: inline-block;
}
.pagination > li:first-child a,
.pagination > li:first-child span {
padding-left: 30px;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
padding-right: 30px;
}
.pagination > li:last-child {
margin: 0;
}
.pagination > li > a,
.pagination > li > span {
border: none;
text-align: center;
display: inline-block;
padding: 0 15px;
color: var(--primary_color_fade_50);
margin: 0;
font-size: 18px;
font-weight: bold;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a.active,
.pagination > li > span.active {
color: var(--primary_color);
background-color: #ffffff;
}
.pagination > li > a.current,
.pagination > li > span.current {
color: var(--primary_color);
background-color: #ffffff;
}
.pagination > li > a.next,
.pagination > li > span.next,
.pagination > li > a.prev,
.pagination > li > span.prev {
text-transform: uppercase;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.cqtooltip-wrapper .title {
position: absolute;
bottom: 10px;
left: 0px;
width: 100%;
padding-left: 20px;
font-size: 20px;
font-weight: 600;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a {
border: 2px solid #ffffff !important;
height: 42px !important;
width: 42px !important;
padding: 4px !important;
background-color: rgba(0, 0, 0, 0.2) !important;
-webkit-animation: none !important;
animation: none !important;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a:before {
content: '';
position: absolute;
border-radius: 100%;
left: 0;
top: 0;
-webkit-animation: pulse-white 2s ease-out infinite !important;
animation: pulse-white 2s ease-out infinite !important;
width: 100%;
height: 100%;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-animation: none !important;
animation: none !important;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a span {
position: relative !important;
height: 30px !important;
width: 30px !important;
margin: 0 !important;
top: auto !important;
left: auto !important;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a span:before {
content: "\f1fe";
display: inline-block;
font-size: 18px;
font-family: "Ionicons";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
line-height: 28px;
margin-left: 8px;
color: var(--primary_color);
}
.tooltipster-default,
.tooltipster-shadow,
.tooltipster-base {
padding-left: 10px !important;
padding-right: 10px !important;
padding-top: 10px !important;
border-radius: 0 !important;
-webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3) !important;
box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3) !important;
font-size: 16px !important;
}
.tooltipster-default .tooltipster-content,
.tooltipster-shadow .tooltipster-content,
.tooltipster-base .tooltipster-content {
font-size: 16px !important;
font-family: var(--primary_font) !important;
}
.menu-menu-footer-container {
text-align: center;
}
.menu-menu-footer-container ul {
list-style: none;
padding: 0;
margin: 0;
position: relative;
}
.menu-menu-footer-container ul li {
display: inline-block;
padding: 10px 20px;
text-transform: uppercase;
font-size: 16px;
}
.menu-menu-footer-container ul li:hover ul.sub-menu {
top: 98%;
opacity: 1;
visibility: visible;
}
.menu-menu-footer-container ul li ul.sub-menu {
visibility: hidden;
width: 100%;
text-align: left;
z-index: 3;
opacity: 0;
position: absolute;
top: 120%;
left: 0;
background-color: #ffffff;
-webkit-transition: all 0.55s ease;
-o-transition: all 0.55s ease;
transition: all 0.55s ease;
}
.menu-menu-footer-container ul li ul.sub-menu li {
float: left;
width: 25%;
display: block;
-webkit-transition: all 0.55s ease;
-o-transition: all 0.55s ease;
transition: all 0.55s ease;
border-left: 1px solid transparent;
}
.menu-menu-footer-container ul li ul.sub-menu li:hover {
border-left: 1px solid #eee;
}
@media (max-width: 992px) {
.menu-menu-footer-container {
display: none;
}
}
.list_text {
position: relative;
padding-left: 30px;
}
.list_text:before {
position: absolute;
vertical-align: middle;
left: 0;
display: inline-block;
content: '';
height: 10px;
width: 10px;
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: var(--text_color);
opacity: 0.5;
}
.about-description {
margin-top: 20px;
}
.banner-widget {
position: relative;
margin-bottom: 50px;
}
.banner-widget a img {
width: 100%;
}
.banner-widget a:before,
.banner-widget a:after {
content: '';
position: absolute;
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.banner-widget a:before {
top: 0px;
left: 0px;
right: 100%;
bottom: 100%;
border-top: 5px solid;
border-left: 5px solid;
}
.banner-widget a:after {
left: 100%;
top: 100%;
bottom: 0px;
right: 0px;
border-bottom: 5px solid;
border-right: 5px solid;
}
.banner-widget a:hover:before {
opacity: 0.8;
bottom: 0px;
right: 0px;
border-color: var(--primary_color);
}
.banner-widget a:hover:after {
opacity: 0.8;
top: 0px;
left: 0px;
border-color: var(--primary_color);
}
.social-share-wrap .social-share li a {
border: 1px solid #eee;
border-radius: 3px;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.social-share-wrap .social-share li a i:before {
padding-right: 18px;
}
.social-share-wrap .social-share li a:hover {
color: var(--primary_color);
border-color: var(--primary_color);
}
.woocommerce div.product form.cart .variations label {
font-size: 16px;
color: var(--text_color);
text-transform: uppercase;
line-height: 1.8;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 600px;
margin: 30px auto;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 1300px) {
.modal-lg {
max-width: 1170px !important;
width: 1170px !important;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
}
}
.technical {
list-style-type: none;
padding: 0;
}
.technical li {
width: 50%;
color: #ffffff;
float: left;
margin: 5px 0;
} body.float .yolo-page-title-section {
margin: 0;
}
body.float header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith {
padding: 0;
}
body.float header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith.sticky-on {
padding-left: var(--header_3_nav_layout_padding);
padding-right: var(--header_3_nav_layout_padding);
}
.yolo-page-title-section {
margin: 0 60px;
margin-top: var(--page_title_margin_top);
margin-bottom: var(--page_title_margin_bottom);
}
.yolo-page-title-section .yolo-page-title-wrap {
background-color: var(--page_title_bg_color);
}
.yolo-page-title-section .page-title-inner h1 {
text-transform: uppercase;
font-weight: bold;
text-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs {
margin: 0;
padding: 0;
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li {
list-style: none;
display: inline-block;
padding: 0px 20px;
position: relative;
font-size: 18px;
font-weight: bold;
text-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
color: var(--page_title_color);
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li:before {
position: absolute;
left: 0;
content: '/';
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li:first-child:before {
display: none;
font-family: fontAwesome;
}
.yolo-page-title-section.page-title-style-1 .content-page-title {
top: 50%;
position: absolute;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.yolo-page-title-section.page-title-style-1 .content-page-title ul > li:first-child {
padding-left: 0;
}
.yolo-page-title-section.page-title-style-2 .content-page-title {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
position: absolute;
width: 90%;
}
.yolo-page-title-section.page-title-style-2 .content-page-title h1 {
text-align: center;
}
.yolo-page-title-section.page-title-style-2 .content-page-title ul.breadcrumbs {
text-align: center;
}
.yolo-page-title-section.page-title-style-3 .content-page-title {
top: 50%;
position: absolute;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.yolo-page-title-section.page-title-style-3 .content-page-title h1 {
text-align: right;
}
.yolo-page-title-section.page-title-style-3 .content-page-title ul.breadcrumbs {
text-align: right;
}
.yolo-page-title-section.page-title-style-3 .content-page-title ul.breadcrumbs li:last-child {
padding-right: 0;
}
.yolo-page-title-section.page-title-style-4 .content-page-title {
padding: 20px 0;
bottom: 0;
position: absolute;
width: 100%;
background-color: rgba(15, 15, 15, 0.6);
}
.yolo-page-title-section.page-title-style-4 .content-page-title h1 {
text-align: left;
line-height: 1;
}
.yolo-page-title-section.page-title-style-4 .content-page-title ul.breadcrumbs {
line-height: 48px;
text-align: right;
}
.yolo-page-title-section.page-title-style-4 .content-page-title ul.breadcrumbs li:last-child {
padding-right: 0;
}
.yolo-page-title-section.page-title-style-4 .content-page-title .page-title-inner,
.yolo-page-title-section.page-title-style-4 .content-page-title .yolo-breadcrumb-wrap {
width: 50%;
float: left;
display: inline-block;
}
.yolo-page-title-section.page-title-style-5 .content-page-title {
padding: 20px 0;
bottom: 0;
position: absolute;
width: 100%;
background-color: rgba(15, 15, 15, 0.6);
}
.yolo-page-title-section.page-title-style-5 .content-page-title h1 {
text-align: right;
line-height: 1;
}
.yolo-page-title-section.page-title-style-5 .content-page-title ul.breadcrumbs {
line-height: 48px;
text-align: left;
}
.yolo-page-title-section.page-title-style-5 .content-page-title .page-title-inner,
.yolo-page-title-section.page-title-style-5 .content-page-title .yolo-breadcrumb-wrap {
width: 50%;
display: inline-block;
}
.yolo-page-title-section.page-title-style-5 .content-page-title .page-title-inner {
float: right;
text-align: right;
}
.yolo-page-title-section.page-title-style-5 .content-page-title .yolo-breadcrumb-wrap {
float: left;
}
@media (max-width: 1299px) {
.yolo-page-title-section {
margin-left: 0px;
margin-right: 0px;
}
}
.yolo-page-title-wrap {
height: var(--page_title_height);
width: 100%;
position: relative;
background-color: var(--page_title_bg_color);
}
.yolo-page-title-wrap .content-page-title {
padding: 15px 0;
}
.page-title-inner h1 {
color: var(--page_title_color);
}
.page-title-inner .page-sub-title {
color: var(--page_sub_title_color);
}
.page-title-wrap-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.page-title-parallax {
background-attachment: fixed;
}
@media (max-width: 991px) {
.page-title-parallax {
background-position: center!important;
}
} ul.breadcrumbs {
padding: 32px 0;
margin: 0;
list-style-type: none;
}
ul.breadcrumbs li {
display: inline-block;
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
line-height: 1.2;
display: inherit;
}
.dialog {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
pointer-events: none;
z-index: 9999;
visibility: hidden;
width: 100%;
height: 100%;
background-color: #333;
top: 0px;
left: 0px;
}
.dialog.dialog--open {
visibility: visible;
}
.dialog__content {
width: 100%;
height: 100%;
padding: 20px;
text-align: center;
position: relative;
z-index: 5;
opacity: 0;
}
.dialog--open .dialog__content {
pointer-events: auto;
}
.dialog--open .dialog__overlay {
-o-transition-duration: 0.8s;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.dialog__content {
padding: 0;
}
.dialog.dialog--open .dialog__content {
opacity: 1;
}
.morph-shape {
position: absolute;
width: calc(100% + 2px);
height: calc(100% + 2px);
top: -2px;
left: -2px;
z-index: -1;
}
.morph-shape svg rect {
stroke: #ffffff;
stroke-width: 2px;
stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
-webkit-animation: anim-dash 0.6s forwards;
animation: anim-dash 0.6s forwards;
}
.dialog-inner {
opacity: 0;
}
.dialog-inner div button {
background-color: transparent;
}
.dialog-inner div button i {
font-size: 20px;
color: #ffffff;
}
.dialog--open .dialog-inner {
padding: 30px;
opacity: 1;
-webkit-transition: opacity 0.85s 0.35s;
-o-transition: opacity 0.85s 0.35s;
transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
-webkit-animation: anim-elem-1 0.7s ease-out both;
animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open button[data-dialog-close] {
position: absolute;
border: none;
top: 10%;
right: 5%;
width: 50px;
height: 50px;
line-height: 1;
color: #ffffff;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.dialog.dialog--open p {
line-height: 1.5;
font-size: 18px;
}
.dialog--open {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.yolo-footer-wrapper.footer-1 .link_left a {
display: inline-block;
margin-right: 30px;
font-weight: 600;
color: #666;
}
.yolo-footer-wrapper.footer-1 .link_left a:hover {
color: var(--primary_color);
}
@media (max-width: 1299px) {
.yolo-footer-wrapper.footer-1 .link_left a {
margin-right: 15px;
}
.yolo-footer-wrapper.footer-1 .link_left a:last-child {
margin: 0;
}
}
@media (max-width: 767px) {
.yolo-footer-wrapper.footer-1 .link_left {
text-align: center !important;
}
}
@media (max-width: 767px) {
.yolo-footer-wrapper.footer-1 h6 {
text-align: center !important;
}
}
ul.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
ul.instagram-pics li {
display: inline-block;
padding: 0;
margin: 0;
}
ul.instagram-pics a {
display: block;
position: relative;
overflow: hidden;
}
ul.instagram-pics a:before {
content: "";
position: absolute;
width: 101%;
height: 101%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity: 0;
}
ul.instagram-pics a:hover:before {
opacity: 1;
}
.instagram-col-2 ul.instagram-pics li {
width: 50%;
}
.instagram-col-3 ul.instagram-pics li {
width: 33.33333333%;
}
.instagram-col-4 ul.instagram-pics li {
width: 25%;
}
.instagram-col-6 ul.instagram-pics li {
width: 16.66666667%;
}
.instagram-col-8 ul.instagram-pics li {
width: 12.5%;
}
.padding-2 ul.instagram-pics {
margin-left: -2px;
margin-right: -2px;
margin-top: -2px;
}
.padding-2 ul.instagram-pics li {
padding: 2px;
}
.padding-3 ul.instagram-pics {
margin-left: -3px;
margin-right: -3px;
margin-top: -3px;
}
.padding-3 ul.instagram-pics li {
padding: 3px;
}
.padding-4 ul.instagram-pics {
margin-left: -4px;
margin-right: -4px;
margin-top: -4px;
}
.padding-4 ul.instagram-pics li {
padding: 4px;
}
.title-center .widget-title {
text-align: center;
}
ul.instagram-pics + p {
margin: 0;
font-size: 13px;
font-style: italic;
letter-spacing: 0.02em;
}
.wpcf7 form .wpcf7-response-output {
padding: 0;
margin: 0;
border: none;
color: #dd3333;
text-align: center;
}
.wpcf7 .wpcf7-spinner {
position: absolute;
}
.wpcf7 .newsletter-1 {
position: relative;
text-align: right;
}
.wpcf7 .newsletter-1 .your-email input {
height: 25px;
width: 50%;
background-color: #ffffff;
padding-right: 90px;
border-radius: 3px;
border: 1px solid var(--primary_color);
}
.wpcf7 .newsletter-1 .your-email input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.5);
font-style: italic;
}
.wpcf7 .newsletter-1 .your-email input::-moz-placeholder {
color: rgba(0, 0, 0, 0.5);
font-style: italic;
}
@media (max-width: 1299px) {
.wpcf7 .newsletter-1 .your-email input {
width: 70%;
}
}
@media (max-width: 991px) {
.wpcf7 .newsletter-1 .your-email input {
width: 100%;
}
}
@media (max-width: 480px) {
.wpcf7 .newsletter-1 .your-email input {
padding-right: 15px;
}
}
.wpcf7 .newsletter-1 .ctf7_submit {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
}
.wpcf7 .newsletter-1 .ctf7_submit input {
background-color: var(--secondary_color);
position: relative;
z-index: 2;
color: #ffffff;
height: 25px;
border: none;
padding: 0 15px;
text-transform: uppercase;
font-weight: 600;
border-radius: 3px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.wpcf7 .newsletter-1 .ctf7_submit input:hover {
background-color: var(--primary_color);
}
.wpcf7 .newsletter-1 .ctf7_submit .ajax-loader {
position: absolute;
right: -20px;
}
.wpcf7 .newsletter-1 .ctf7_submit img {
margin-left: -50px;
}
.wpcf7 .newsletter-1 .ctf7_submit:hover:before {
color: var(--primary_color);
}
@media (max-width: 480px) {
.wpcf7 .newsletter-1 .ctf7_submit {
position: relative;
margin-top: 10px;
}
}
@media (max-width: 767px) {
.wpcf7 .newsletter-1 {
margin-bottom: 30px;
text-align: center;
}
}
.wpcf7 .newsletter-2 {
position: relative;
}
.wpcf7 .newsletter-2 .your-email input {
width: 100%;
height: 80px;
padding-right: 70px;
background-color: #ffffff;
font-size: 16px;
border-radius: 3px;
}
.wpcf7 .newsletter-2 .your-email input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.5);
font-style: italic;
}
.wpcf7 .newsletter-2 .your-email input::-moz-placeholder {
color: rgba(0, 0, 0, 0.5);
font-style: italic;
}
.wpcf7 .newsletter-2 .ctf7_submit {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
}
.wpcf7 .newsletter-2 .ctf7_submit:before {
content: "\f30f";
font-family: "Ionicons";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
line-height: 80px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
font-size: 18px;
}
.wpcf7 .newsletter-2 .ctf7_submit input {
padding: 9px 10px;
position: relative;
z-index: 2;
color: transparent;
height: 80px;
background-color: transparent;
border: none;
border-radius: 3px;
}
.wpcf7 .newsletter-2 .ctf7_submit img {
margin-left: -50px;
}
.wpcf7 .newsletter-2 .ctf7_submit:hover:before {
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
color: var(--primary_color);
}
.wpcf7 .newsletter-3 {
position: relative;
width: 60%;
margin: 0 auto;
}
.wpcf7 .newsletter-3 .your-email input {
display: inline-block;
width: calc(80% - 10px);
margin-right: 10px;
height: 40px;
background-color: transparent;
border: 1px solid #ccc;
font-size: 16px;
color: var(--text_color);
border-radius: 3px;
}
.wpcf7 .newsletter-3 .your-email input::-webkit-input-placeholder {
color: var(--text_color_fade_50);
font-style: italic;
}
.wpcf7 .newsletter-3 .your-email input::-moz-placeholder {
color: var(--text_color_fade_50);
font-style: italic;
}
@media (max-width: 479px) {
.wpcf7 .newsletter-3 .your-email input {
width: calc(70% - 10px);
}
}
.wpcf7 .newsletter-3 .ctf7_submit {
width: 20%;
position: absolute;
top: 0;
right: 0;
display: inline-block;
overflow: hidden;
text-align: center;
}
.wpcf7 .newsletter-3 .ctf7_submit input {
width: 100%;
position: relative;
z-index: 2;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
background-color: var(--secondary_color);
height: 40px;
border: none;
border-radius: 3px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.wpcf7 .newsletter-3 .ctf7_submit input:hover {
background-color: var(--primary_color);
}
.wpcf7 .newsletter-3 .ctf7_submit img {
margin-left: -50px;
}
.wpcf7 .newsletter-3 .ctf7_submit:hover:before {
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
color: var(--primary_color);
}
@media (max-width: 479px) {
.wpcf7 .newsletter-3 .ctf7_submit {
width: 30%;
}
}
@media (max-width: 767px) {
.wpcf7 .newsletter-3 {
width: 100%;
}
}
.wpcf7 .newsletter-4 {
position: relative;
}
.wpcf7 .newsletter-4 .your-email input {
width: 100%;
margin-right: 10px;
height: 40px;
background-color: transparent;
border: 1px solid var(--text_color);
font-size: 16px;
color: var(--text_color);
border-radius: 3px;
}
.wpcf7 .newsletter-4 .your-email input::-webkit-input-placeholder {
color: var(--text_color_fade_50);
font-style: italic;
}
.wpcf7 .newsletter-4 .your-email input::-moz-placeholder {
color: var(--text_color_fade_50);
font-style: italic;
}
.wpcf7 .newsletter-4 .ctf7_submit {
margin-top: 20px;
width: 35%;
position: relative;
overflow: hidden;
text-align: center;
}
.wpcf7 .newsletter-4 .ctf7_submit input {
width: 100%;
position: relative;
z-index: 2;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
background-color: var(--text_color);
height: 40px;
border: none;
border-radius: 3px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.wpcf7 .newsletter-4 .ctf7_submit input:hover {
background-color: var(--primary_color);
}
.wpcf7 .newsletter-4 .ctf7_submit img {
margin-left: -50px;
}
.wpcf7 .newsletter-4 .ctf7_submit:hover:before {
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
color: var(--primary_color);
}
.wpcf7 .contact-form-1 p {
position: relative;
display: inline-block;
}
.wpcf7 .contact-form-1 p strong {
margin-bottom: 5px;
}
.wpcf7 .contact-form-1 p span {
margin-top: 5px;
position: relative;
display: block;
}
.wpcf7 .contact-form-1 p span input,
.wpcf7 .contact-form-1 p span textarea {
background-color: transparent;
border: 1px solid var(--text_color_fade_50);
width: 100%;
border-radius: 3px;
}
.wpcf7 .contact-form-1 p:first-child {
width: 30%;
float: left;
display: inline-block;
}
@media (max-width: 479px) {
.wpcf7 .contact-form-1 p:first-child {
width: 100%;
float: none;
}
}
.wpcf7 .contact-form-1 p:nth-child(2) {
width: calc(70% - 30px);
float: left;
margin-left: 30px;
display: inline-block;
}
@media (max-width: 479px) {
.wpcf7 .contact-form-1 p:nth-child(2) {
width: 100%;
float: none;
margin-left: 0;
}
}
.wpcf7 .contact-form-1 p:nth-child(3) {
width: 100%;
}
.wpcf7 .contact-form-1 p input[type="submit"] {
background-color: var(--text_color);
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
text-transform: uppercase;
font-weight: bold;
padding: 10px 50px;
border-radius: 3px;
}
.wpcf7 .contact-form-1 p input[type="submit"]:hover {
background-color: var(--primary_color);
} .yolo-top-bar {
background-color: var(--top_bar_bg_color);
color: var(--top_bar_text_color);
position: relative;
z-index: 998;
font-size: 14px;
font-weight: 400;
line-height: 50px;
}
.yolo-top-bar .top-sidebar aside {
display: inline-block;
margin-top: 0;
vertical-align: middle;
}
.yolo-top-bar .top-sidebar aside + aside {
margin-left: 30px;
}
.yolo-top-bar > ul {
list-style: none;
padding: 0;
margin: 0;
}
.yolo-top-bar > ul li {
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 0;
}
.yolo-top-bar > ul li + li {
margin-left: 20px;
}
.yolo-top-bar ul.top-bar-info li {
display: inline-block;
vertical-align: middle;
padding: 0;
}
.yolo-top-bar ul.top-bar-info li > a {
vertical-align: middle;
line-height: 2;
color: inherit;
}
.yolo-top-bar ul.top-bar-info li + li {
margin-left: 20px;
}
.yolo-top-bar ul.top-bar-info i.fa {
font-size: 14px;
padding-right: 5px;
vertical-align: middle;
}
.yolo-top-bar .top-sidebar .profile-text {
padding-right: 10px;
}
.yolo-top-bar .top-sidebar h4.widget-title {
color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar #wp-calendar caption,
.yolo-top-bar .top-sidebar #wp-calendar thead th {
color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu {
overflow: visible;
border: none;
margin: 0;
padding: 0;
color: inherit;
font-size: 14px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li {
display: inline-block;
position: relative;
border: none;
color: inherit;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li:before {
display: none;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
display: block;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li > a {
padding: 0;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li > a:hover {
padding-left: 0;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li {
padding: 0;
margin: 0;
line-height: 50px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li {
margin-left: 30px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -15px;
width: 1px;
height: 16px;
margin: auto;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul {
display: none;
position: absolute;
z-index: 999;
right: 0;
top: 100%;
background-color: var(--top_bar_bg_color);
color: var(--top_bar_text_color);
text-align: left;
margin: 0;
padding: 0 15px;
min-width: 150px;
-webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul li {
display: block;
white-space: nowrap;
padding: 8px 0;
margin: 0;
line-height: 28px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
border-top: solid 1px #f0f0f0;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul ul {
left: 100%;
top: 0;
}
.yolo-top-bar .top-sidebar .widget.base-primary-color i.fa,
.yolo-top-bar .top-sidebar .widget.base-primary-color a {
color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after {
background-color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar .separate-left {
position: relative;
}
.yolo-top-bar .top-sidebar .separate-left:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -15px;
width: 1px;
height: 16px;
margin: auto;
}
.yolo-top-bar .top-sidebar .separate-right {
position: relative;
}
.yolo-top-bar .top-sidebar .separate-right:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: -15px;
width: 1px;
height: 16px;
margin: auto;
}
.yolo-top-bar .top-sidebar a {
color: inherit;
}
.yolo-top-bar .top-sidebar .widget .custom-dropdown-list > ul li > a {
color: #333;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul {
position: relative;
display: inline-block;
padding: 0;
margin: 0;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul > li {
padding: 0;
display: block;
list-style: none;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul > li > a:after {
content: "\f107";
font-family: 'fontawesome';
display: inline-block;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul {
position: absolute;
top: 100%;
left: 0;
min-width: 150px;
list-style: none;
padding: 10px 0;
margin: 0;
display: none;
background-color: #fff;
z-index: 999;
-webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul > li {
list-style: none;
padding: 0 15px;
display: block;
line-height: 32px;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul > li img {
padding-right: 5px;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul:hover ul {
display: block;
}
.yolo-top-bar .top-bar-left {
text-align: left;
}
.yolo-top-bar .top-bar-right {
text-align: right;
}
.yolo-top-bar .top-bar-right.top-sidebar .widget_nav_menu > div > ul.menu ul ul {
left: auto;
right: 100%;
}
.yolo-top-bar .top-bar-right .yolo-login-button {
margin-left: 5px;
font-weight: 500;
}
.yolo-top-bar .top-bar-center {
text-align: center;
}
@media screen and (max-width: 991px) {
.yolo-top-bar {
position: relative;
z-index: 998;
color: var(--top_bar_text_color);
background: var(--top_bar_bg_color);
}
.yolo-top-bar .top-bar-left,
.yolo-top-bar .top-bar-right {
text-align: center;
}
.top-bar-right.top-sidebar .widget_nav_menu > div > ul.menu ul ul {
right: auto;
left: 100%;
}
}
@media screen and (max-width: 479px) {
.yolo-top-bar ul.top-bar-info li {
display: block;
margin-left: 0 !important;
}
}
.mini-cart-hover .woocommerce-mini-cart {
max-height: 320px;
}
.cqtooltip-wrapper .cq-hotspots {
z-index: 1;
}
.yolo-mobile-menu-overlay {
opacity: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: -1;
pointer-events: none;
overflow: hidden;
-webkit-backface-visibility: hidden;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
body.menu-mobile-in .yolo-mobile-menu-overlay {
opacity: 1;
z-index: 11;
pointer-events: auto;
cursor: url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/images/close.png) 15 15, default;
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li a {
font-family: var(--menu_font);
font-weight: var(--menu_font_weight);
font-size: var(--menu_font_size);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li a {
font-size: calc(var(--menu_font_size) - 2px);
}
@media screen and (min-width: 1370px) {
header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container {
width: 100%;
padding: 0;
}
header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container .yolo-header-wrapper .menu-wrapper .yolo-main-menu > li.menu_style_tab > ul,
header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container .yolo-header-wrapper .menu-wrapper .yolo-main-menu > li.menu_style_column > ul {
left: 0;
right: 0;
margin: 0 auto;
}
.yolo-top-bar .topbar-fullwith {
padding-left: var(--top_bar_layout_padding);
padding-right: var(--top_bar_layout_padding);
}
}
@media screen and (max-width: 1369px) {
.yolo-top-bar .topbar-fullwith {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (min-width: 992px) {
.header-mobile-before,
.yolo-mobile-header-wrapper,
li.menu-fly-search {
display: none !important;
}
.logo-sticky {
list-style: none;
display: none !important;
vertical-align: middle;
}
header.yolo-main-header .yolo-header-wrapper {
position: relative;
width: 100%;
display: table;
z-index: 5;
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav important li a {
color: inherit;
font-family: var(--menu_font);
font-weight: var(--menu_font_weight);
font-size: var(--menu_font_size);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav important li a:hover {
color: var(--primary_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.current-menu-item > a {
color: var(--primary_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children:hover > a {
color: var(--primary_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children .menu-caret {
color: var(--headersidebar_nav_text_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column ul.sub-menu .menu-item-type-custom > a {
background-color: transparent;
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column > ul.sub-menu {
background-color: var(--menu_sub_bg_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column > ul.sub-menu ul.sub-menu {
background-color: transparent;
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu {
background-color: var(--menu_sub_bg_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item > a {
color: var(--primary_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu > li {
color: var(--menu_sub_text_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu > li .menu-caret {
color: var(--menu_sub_text_color);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu .menu-item-type-custom > a {
background-color: var(--menu_sub_bg_color);
}
header.yolo-main-header .header-left.text-center,
header.yolo-main-header .header-right.text-center {
text-align: center;
}
header.yolo-main-header .header-left {
display: table-cell;
vertical-align: middle;
}
header.yolo-main-header .header-right {
display: table-cell;
vertical-align: middle;
}
header.yolo-main-header .header-logo > a > img {
padding-top: var(--logo_padding_top);
padding-bottom: var(--logo_padding_bottom);
padding-left: var(--logo_padding_left);
padding-right: var(--logo_padding_right);
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: none;
}
header.yolo-main-header .yolo-header-nav-wrapper {
position: relative;
left: 0;
right: 0;
z-index: 5;
}
header.yolo-main-header .header-customize .header-customize-item {
position: relative;
display: inline-block;
font-family: var(--menu_font);
font-size: var(--menu_font_size);
vertical-align: middle;
}
header.yolo-main-header .header-customize .header-customize-item a.yolo-login-button i {
margin-right: 5px;
}
header.yolo-main-header .header-customize.header-customize-right .header-customize-item {
margin-left: 20px;
}
header.yolo-main-header .header-customize.header-customize-left .header-customize-item {
margin-right: 20px;
}
header.yolo-main-header .header-customize-separate .header-customize-item + .header-customize-item:before {
content: '';
position: absolute;
left: -15px;
display: block;
width: 1px;
height: 16px;
top: 0;
bottom: 0;
margin: auto;
}
header.yolo-main-header .icon-search-menu {
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
border: none;
vertical-align: middle;
display: inline-block;
text-align: center;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
header.yolo-main-header .icon-search-menu i {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
header.yolo-main-header .icon-search-menu i:hover {
color: var(--primary_color);
}
header.yolo-main-header ul.header-social-profile-wrapper {
margin: 0;
padding: 0;
list-style: none;
font-size: 16px;
z-index: 1;
}
header.yolo-main-header ul.header-social-profile-wrapper li {
display: inline-block;
}
header.yolo-main-header ul.header-social-profile-wrapper li a {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
header.yolo-main-header ul.header-social-profile-wrapper li a:hover {
color: var(--primary_color);
}
header.yolo-main-header ul.header-social-profile-wrapper li a i {
font-size: 16px;
}
header.yolo-main-header ul.header-social-profile-wrapper li + li {
margin-left: 20px;
}
header.yolo-main-header .search-box input {
width: 100%;
padding-left: 10px;
padding-right: 40px;
max-width: 100%;
vertical-align: middle;
height: 30px;
}
header.yolo-main-header .search-box button {
border: none;
background-color: transparent;
position: absolute;
top: 0px;
bottom: 0;
right: 10px;
margin: auto;
padding: 0;
line-height: 1;
}
header.yolo-main-header .search-box button i {
font-size: 18px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
header.yolo-main-header .search-box button:hover i {
color: var(--primary_color);
}
header.yolo-main-header .search-box.search-with-category-inner input {
background-color: transparent;
height: 40px;
line-height: 38px;
border-left: 1px;
}
header.yolo-main-header .search-box-wrapper > form {
padding: 0;
margin: 0;
position: relative;
display: inline-block;
line-height: 30px;
border: none;
}
header.yolo-main-header .search-box-wrapper > form button i.fa-spinner:before {
content: '\f110';
font-family: fontawesome;
font-size: 14px;
line-height: 30px;
}
header.yolo-main-header .ajax-search-result {
position: absolute;
top: 100%;
z-index: 10;
color: var(--text_color);
background-color: #ffffff;
left: 0;
right: 0;
border: solid 1px #eee;
border-top: none;
min-width: 200px;
font-size: 14px;
}
header.yolo-main-header .ajax-search-result > ul {
position: relative;
display: block;
list-style: none;
text-align: left;
padding: 0;
margin: 0;
line-height: 1.8;
}
header.yolo-main-header .ajax-search-result > ul > li {
padding: 10px 15px;
position: relative;
}
header.yolo-main-header .ajax-search-result > ul > li:after {
content: '';
display: block;
clear: both;
}
header.yolo-main-header .ajax-search-result > ul > li img {
float: left;
width: 50px;
margin-right: 15px;
}
header.yolo-main-header .ajax-search-result > ul > li.no-result {
text-align: center;
}
header.yolo-main-header .ajax-search-result > ul > li.selected,
header.yolo-main-header .ajax-search-result > ul > li:hover {
background-color: #fafafa;
}
header.yolo-main-header .ajax-search-result > ul > li.selected + li:before,
header.yolo-main-header .ajax-search-result > ul > li:hover + li:before {
display: none;
}
header.yolo-main-header .ajax-search-result > ul > li + li.selected:before,
header.yolo-main-header .ajax-search-result > ul > li + li:hover:before {
display: none;
}
header.yolo-main-header .ajax-search-result > ul > li + li:before {
content: '';
position: absolute;
display: block;
margin: auto;
left: 15px;
right: 15px;
top: 0;
}
header.yolo-main-header .search-with-category {
width: 400px;
}
header.yolo-main-header .search-with-category > .search-with-category-inner {
line-height: 1;
}
header.yolo-main-header .search-with-category .form-search-left {
float: left;
width: 140px;
position: relative;
}
header.yolo-main-header .search-with-category .form-search-left > span {
border: solid 1px #eee;
display: inline-block;
height: 40px;
line-height: 38px;
vertical-align: middle;
width: 100%;
border-right: none;
padding: 0 18px;
font-size: 14px;
cursor: pointer;
text-align: left;
text-transform: uppercase;
font-family: var(--secondary_font);
}
header.yolo-main-header .search-with-category .form-search-left > span:after {
content: '\f0d7';
font-family: 'fontawesome';
position: absolute;
right: 15px;
margin: auto;
top: 15px;
bottom: 0;
height: 17px;
font-size: 14px;
line-height: 3px;
}
header.yolo-main-header .search-with-category .form-search-right {
padding-left: 140px;
}
header.yolo-main-header .search-with-category .form-search-right input {
border: 1px solid #eee;
}
header.yolo-main-header .search-with-category .form-search-right button[type="button"]:hover i {
color: var(--primary_color);
}
header.yolo-main-header .search-with-category .form-search-right button[type="button"] i {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
header.yolo-main-header .search-with-category .form-search-right button[type="button"] i.fa-spinner.fa-spin:before {
content: '\f110';
font-family: fontawesome;
font-size: 14px;
line-height: 38px;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
header.yolo-main-header .search-with-category .search-category-dropdown {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0px;
overflow: auto;
padding: 5px 0;
list-style: none;
margin: 0;
border: solid 1px #eee;
border-top: none;
background-color: #ffffff;
line-height: 36px;
z-index: 10;
max-height: 380px;
}
header.yolo-main-header .search-with-category .search-category-dropdown li > span {
cursor: pointer;
padding: 0 15px;
display: block;
text-align: left;
color: #333;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
header.yolo-main-header .search-with-category .search-category-dropdown ul li > span {
padding-left: 30px;
}
header.yolo-main-header .search-with-category .search-category-dropdown ul ul li > span {
padding-left: 45px;
}
header.yolo-main-header .search-with-category .search-category-dropdown li > span:hover {
color: var(--primary_color);
}
header.yolo-main-header .search-with-category .search-category-dropdown ul {
padding: 0;
list-style: inside;
}
header.yolo-main-header .search-with-category .ajax-search-result {
border-width: 2px;
}
header.yolo-main-header .header-customize-nav .search-box-wrapper .search-box input[type="text"] {
line-height: 45px;
height: 45px;
}
header.yolo-main-header .header-customize-nav .search-with-category .form-search-left > span,
header.yolo-main-header .header-customize-nav .search-with-category .search-with-category-inner,
header.yolo-main-header .header-customize-nav .search-with-category .form-search-right > input {
line-height: 38px;
height: 40px;
}
header.yolo-main-header .header-customize-right,
header.yolo-main-header .header-customize-left {
line-height: 50px;
}
header.yolo-main-header .header-customize-right:before,
header.yolo-main-header .header-customize-left:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
header.yolo-main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper,
header.yolo-main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
margin-top: 20px;
}
header.yolo-main-header .header-customize.header-customize-left {
margin-left: 0;
}
header.yolo-main-header .custom-list {
margin: 0;
list-style: none;
padding-left: 0;
}
header.yolo-main-header .custom-list li {
line-height: 24px;
}
header.yolo-main-header .custom-separate {
display: inline-block;
vertical-align: middle;
height: 16px;
width: 1px;
margin-left: 15px;
margin-right: 15px;
}
header.header-float {
position: absolute !important;
z-index: 5;
left: 0;
right: 0;
background-color: transparent;
}
header.header-float .yolo-sticky-wrapper .yolo-header-nav-wrapper {
background-color: transparent;
}
header.header-float .search-box input {
background-color: transparent;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper {
z-index: 10;
left: 0;
right: 0;
-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
border: none !important;
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .logo-sticky {
display: table !important;
line-height: 60px;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .logo-sticky > a > img {
padding-top: 5px;
padding-bottom: 5px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo.has-logo-sticky {
display: none !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo {
height: 60px;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo > a > img {
max-height: 40px !important;
padding-top: 10px;
padding-bottom: 10px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
max-width: none;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-customize {
line-height: 60px;
height: 60px;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-inherit.sticky-on .menu-wrapper .yolo-main-menu > li > a:hover {
color: var(--primary_color) !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on {
background-color: #eee !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li > a {
color: #333 !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
color: var(--primary_color) !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on {
background-color: #fff !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .menu-wrapper .yolo-main-menu > li > a {
color: #363738 !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on {
background-color: #333 !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li > a {
color: #ffffff !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
color: var(--primary_color) !important;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .yolo-header-wrapper {
border-bottom: none;
}
body.boxed .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper {
max-width: var(--layout_site_max_width);
margin: auto;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
header.yolo-main-header .header-customize .header-customize-item a.yolo-login-button span {
display: none;
}
}
.shopping-cart-wrapper {
padding: 0;
margin: 0;
display: inline-block;
vertical-align: middle;
text-align: right;
position: relative;
}
.shopping-cart-wrapper.no-price .sub-total-text {
display: none;
}
.shopping-cart-wrapper .widget_shopping_cart_content {
display: block;
text-align: left;
font-size: 12px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
position: relative;
display: inline-block;
line-height: 60px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.total {
position: absolute;
top: 14px;
right: -4px;
width: 20px;
height: 20px;
font-size: 12px;
text-align: center;
line-height: 20px;
color: var(--primary_color);
border-radius: 100%;
}
@media (max-width: 991px) {
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.total {
top: 0px;
}
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon {
cursor: pointer;
padding: 0;
vertical-align: middle;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
display: inline-block;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon:hover {
color: var(--primary_color) !important;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
display: block;
visibility: hidden;
opacity: 0;
position: absolute;
top: 150%;
right: 0;
left: auto;
z-index: 11;
min-width: 300px;
background-color: #ffffff;
border: solid 2px #eee;
padding: 0;
line-height: 2em;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
transition: 0.5s all;
-webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
-o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
padding: 0 15px 20px;
position: relative;
color: #222222;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
padding: 15px;
text-align: center;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
text-transform: uppercase;
padding: 0 0 15px;
margin: 0;
font-size: 16px;
word-spacing: 0.2em;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
color: var(--text_color);
padding: 0;
margin: 0;
font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
padding: 15px 0;
margin: 0;
position: relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
border-top: solid 1px #eeeeee;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
float: left;
overflow: hidden;
margin-right: 10px;
border: solid 1px #eee;
background: #fff;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
height: auto;
width: 58px;
margin: 0;
display: block;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
overflow: hidden;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
text-transform: uppercase;
word-spacing: 1px;
font-size: 12px;
font-weight: 700;
display: block;
padding-right: 15px;
color: var(--secondary_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover {
color: var(--primary_color);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
font-size: 12px;
font-weight: 700;
display: block;
text-align: left;
color: #8f8f8f;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
position: absolute;
right: 0;
top: 15px;
padding-right: 0;
font-size: 18px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
content: "";
display: block;
clear: both;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
padding: 0;
font-size: 13px;
font-weight: bold;
margin: 0;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
line-height: 43px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
text-transform: uppercase;
font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
font-weight: 700;
float: right;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
text-align: center;
margin: 0;
padding: 15px 0 0;
font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
color: #fff;
border-radius: 0;
line-height: 20px;
padding: 10px;
font-size: 12px;
min-width: 125px;
width: 48%;
display: inline-block;
text-transform: uppercase;
background-color: #333;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
background-color: var(--primary_color);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa {
margin-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
background-color: var(--primary_color);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
background-color: var(--primary_color_darken_20);
}
@media (max-width: 480px) {
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
min-width: 100px;
}
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
margin-left: 4%;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
border: none;
margin: 0;
padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
float: left;
margin: 0 10px 0 0;
padding: 0;
line-height: 20px;
clear: none;
font-size: 11px;
font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
padding: 0;
line-height: 20px;
display: block;
float: none;
margin: 0;
font-size: 11px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
margin: 0;
padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
position: relative;
margin: 0;
list-style: none;
padding: 15px 15px 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper.mini-cart-hover {
top: 100%;
visibility: visible;
opacity: 1;
-webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
-o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.shopping-cart-wrapper.with-price .sub-total-text {
position: absolute;
top: 25px;
right: 0px;
}
.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon {
border-radius: 0;
background-color: transparent;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper {
position: relative;
line-height: 60px;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
cursor: pointer;
padding: 0;
vertical-align: middle;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon:hover {
color: var(--primary_color);
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span.total {
position: absolute;
top: 14px;
right: -2px;
width: 20px;
height: 20px;
font-size: 12px;
text-align: center;
line-height: 20px;
color: var(--primary_color);
border-radius: 100%;
}
.custom-dropdown-list {
position: relative;
display: inline-block;
}
.custom-dropdown-list > span {
cursor: pointer;
}
.custom-dropdown-list:hover > ul {
display: block;
}
.custom-dropdown-list > ul {
position: absolute;
top: 100%;
left: 0;
min-width: 150px;
list-style: none;
padding: 10px 0;
margin: 0;
display: none;
background-color: #ffffff;
z-index: 4;
-webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.custom-dropdown-list > ul li {
line-height: 32px;
padding: 0 15px;
display: block;
}
.custom-dropdown-list > ul li > a {
color: #333;
white-space: nowrap;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper {
width: 370px;
padding: 0;
background: #ffffff;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .widget_shopping_cart_icon,
#mini-cart-canvas.yolo-canvas-menu-wrapper .sub-total-text {
display: none;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
top: 13px;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .mini-cart-title {
width: 100%;
text-align: center;
text-transform: uppercase;
color: #ffffff;
padding: 10.5px 0;
margin: 0;
background: #333333;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .product_list_widget {
padding: 0 25px;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart-total {
padding: 0 50px 0 25px;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li {
position: relative;
text-align: center;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li img {
float: none;
width: auto;
margin: 0;
display: block;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li > span {
display: block;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .mini-cart-remove {
font-weight: normal;
margin: 10px auto 0 auto;
border: 1px solid #eeeeee;
line-height: 19px;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .price {
display: block;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li a:first-child {
margin-top: 10px;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .spinner {
height: 20px;
width: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -0.5em;
margin-top: -0.5em;
display: block;
content: "";
-webkit-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background-size: cover;
background-position: center center;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, 0.75);
z-index: 1;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .spinner-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.8);
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper dl {
border: none;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper dl dd {
margin: 0;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .total {
padding: 10px 0;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
text-transform: uppercase;
margin-bottom: 30px;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .total .amount {
float: right;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .buttons a {
display: block;
width: 100%;
margin-bottom: 15px;
text-transform: uppercase;
font-weight: bold;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .btcart {
position: fixed;
}
#mini-cart-canvas.yolo-canvas-menu-wrapper .blockUI.blockOverlay {
background-color: #ffffff !important;
}
#wishlists-canvas {
padding: 0;
background: #ffffff;
}
#wishlists-canvas.yolo-canvas-menu-wrapper {
width: 370px;
}
#wishlists-canvas .yolo-canvas-menu-close {
top: 13px;
}
#wishlists-canvas .wishlist-title {
width: 100%;
text-align: center;
text-transform: uppercase;
color: #ffffff;
padding: 15px 0;
margin: 0;
background: #333333;
}
#wishlists-canvas .wishlists-content {
overflow: auto;
}
#wishlists-canvas .wishlists-content .woocommerce-error,
#wishlists-canvas .wishlists-content .woocommerce-message,
#wishlists-canvas .wishlists-content .yith-wcwl-messages {
display: none;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form table {
min-width: 100%;
background: transparent !important;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#wishlists-canvas .wishlists-content #yith-wcwl-form table .blockUI.blockOverlay {
display: none !important;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form .wishlist-title,
#wishlists-canvas .wishlists-content #yith-wcwl-form thead,
#wishlists-canvas .wishlists-content #yith-wcwl-form tfoot {
display: none;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody,
#wishlists-canvas .wishlists-content #yith-wcwl-form tr,
#wishlists-canvas .wishlists-content #yith-wcwl-form td {
border: none;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr {
position: relative;
display: block;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td {
margin: 5px 0;
padding: 0;
display: block;
width: 100%;
text-align: center;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-thumbnail a {
max-width: 180px !important;
margin: 0 auto;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-remove {
position: absolute;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-remove a {
top: 10px;
right: 10px;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.wishlist-empty {
padding-top: 25px;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-add-to-cart {
margin-bottom: 10px;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-add-to-cart .add-to-cart-wrap {
position: relative;
bottom: auto;
left: auto;
opacity: 1;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr .spinner {
height: 20px;
width: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -0.5em;
margin-top: -0.5em;
display: block;
content: "";
-webkit-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background-size: cover;
background-position: center center;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, 0.75);
z-index: 5;
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr .spinner-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
}
#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr:first-child {
padding-top: 25px;
}
#wishlists-canvas .wl-button a {
width: calc(100% - 50px);
text-transform: uppercase;
margin: 25px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
overflow: auto;
}
@media screen and (min-width: 1370px) {
header.yolo-main-header.header-1 .yolo-header-nav-wrapper.nav-fullwith {
padding-left: var(--header_1_nav_layout_padding);
padding-right: var(--header_1_nav_layout_padding);
}
}
.header-1 {
position: relative;
}
.header-1 .yolo-header-nav-wrapper.text-left {
z-index: 10;
}
.header-1 .yolo-header-nav-wrapper.yolo-nav-wrapper {
background-color: var(--header_1_nav_bg_color);
}
.header-1 .yolo-header-nav-wrapper .header-logo {
display: table-cell;
vertical-align: middle;
text-align: center;
height: var(--header_1_height);
}
.header-1 .yolo-header-nav-wrapper .header-logo > a img {
max-height: var(--header_1_height);
}
.header-1 .yolo-header-nav-wrapper .fr .header-customize-right {
line-height: var(--header_1_height);
}
.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .search-box-wrapper form input {
background-color: transparent;
border: 1px solid #eee;
min-width: 370px;
}
@media (min-width: 992px) and (max-width: 1024px) {
.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .search-with-category {
width: 405px;
}
}
.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .custom-text-wrapper i {
margin-right: 10px;
font-size: 16px;
}
.header-1 .yolo-header-wrapper .yolo-main-menu > li {
color: var(--header_1_nav_text_color);
}
.header-1 .yolo-header-wrapper .yolo-main-menu > li > a {
padding-right: var(--header_1_nav_distance);
}
@media (max-width: 1199px) {
.header-1 .yolo-header-wrapper .yolo-main-menu > li > a {
padding: 20px 10px;
padding-right: 20px;
}
}
.header-1 .header-customize.header-customize-nav {
float: right;
height: 60px;
line-height: 60px;
}
.header-1 .header-customize.header-customize-nav .header-customize-item {
margin-left: 20px;
}
.header-1 .header-customize .header-customize-item {
color: var(--header_1_nav_text_color);
}
.header-1 .header-customize input[type="text"]::-webkit-input-placeholder {
color: var(--header_1_nav_text_color);
}
.header-1 .header-customize input[type="text"]:-moz-placeholder {
color: var(--header_1_nav_text_color);
}
.header-1 .header-customize input[type="text"]::-moz-placeholder {
color: var(--header_1_nav_text_color);
}
.header-1 .header-customize input[type="text"]:-ms-input-placeholder {
color: var(--header_1_nav_text_color);
}
.header-1 .header-center .menu-wrapper {
margin: 0 auto;
}
.header-1 .yolo-sticky-wrapper.is-sticky .header-sticky {
padding-top: 0px;
background-color: var(--header_1_nav_bg_color);
}
@media screen and (min-width: 1370px) {
header.yolo-main-header.header-2 .yolo-header-nav-wrapper.nav-fullwith {
padding-left: var(--header_2_nav_layout_padding);
padding-right: var(--header_2_nav_layout_padding);
}
}
header.header-2 {
background-color: var(--header_2_nav_bg_color);
}
header.header-2 .yolo-header-nav-wrapper {
-webkit-transition: all 0.1s ease 0s;
-o-transition: all 0.1s ease 0s;
transition: all 0.1s ease 0s;
}
header.header-2 .yolo-header-nav-wrapper .logo-center {
padding: 0;
}
header.header-2 .yolo-header-nav-wrapper .header-logo {
height: var(--header_2_height);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header.header-2 .yolo-header-nav-wrapper .header-logo a img {
max-height: var(--header_2_height);
width: 100%;
}
header.header-2 .yolo-header-nav-wrapper .header-customize-left {
float: left;
}
header.header-2 .yolo-header-nav-wrapper .header-customize-right,
header.header-2 .yolo-header-nav-wrapper .header-customize-left {
height: var(--header_2_height);
}
@media (max-width: 1919px) {
header.header-2 .yolo-header-nav-wrapper .header-customize-right .search-with-category,
header.header-2 .yolo-header-nav-wrapper .header-customize-left .search-with-category {
display: none;
}
}
@media (max-width: 1450px) {
header.header-2 .yolo-header-nav-wrapper .header-customize-right .search-box-wrapper,
header.header-2 .yolo-header-nav-wrapper .header-customize-left .search-box-wrapper {
max-width: 100px;
}
}
header.header-2 .yolo-header-nav-wrapper .header-customize .header-customize-item {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper .header-customize input[type="text"]::-webkit-input-placeholder {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper .header-customize input[type="text"]:-moz-placeholder {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper .header-customize input[type="text"]::-moz-placeholder {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper .header-customize input[type="text"]:-ms-input-placeholder {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper > div:first-child {
text-align: right;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split {
padding: 0;
position: inherit;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav > li {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav > li > a {
padding-right: var(--header_2_nav_distance);
padding-top: 0px;
padding-bottom: 0px;
line-height: var(--header_2_height);
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav > li > a i {
line-height: var(--header_2_height);
}
@media (max-width: 1500px) {
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav > li > a {
padding-right: 10px !important;
}
}
@media (max-width: 1199px) {
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav > li > a {
padding-right: 0 !important;
padding-left: 8px;
}
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav.split-left {
float: right;
padding-right: 30px;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav.split-left > li:first-child > a {
padding-left: 0;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav.split-left > li:last-child > a {
padding-right: 0;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav.split-right {
padding-left: 30px;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav.split-right > li:first-child > a {
padding-left: 0;
}
header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .menu-split ul.navbar-nav.split-right > li:last-child > a {
padding-right: 0;
}
header.header-2 .yolo-header-nav-wrapper.sticky-in {
-webkit-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
}
header.header-2 .yolo-header-nav-wrapper.sticky-on .header-logo.logo-sticky {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
line-height: 60px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header.header-2 .yolo-header-nav-wrapper.sticky-on .yolo-header-wrapper .menu-split ul.navbar-nav > li {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper.sticky-on .yolo-header-wrapper .menu-split ul.navbar-nav > li > a {
line-height: 60px;
}
header.header-2 .yolo-header-nav-wrapper.sticky-on .yolo-header-wrapper .menu-split ul.navbar-nav > li > a i {
line-height: 60px;
}
header.header-2 .yolo-header-nav-wrapper.sticky-out .yolo-header-wrapper .menu-split ul.navbar-nav > li {
color: var(--header_2_nav_text_color);
}
header.header-2 .yolo-header-nav-wrapper.sticky-out .yolo-header-wrapper .menu-split ul.navbar-nav > li > a {
line-height: 60px;
}
header.header-2 .yolo-header-nav-wrapper.sticky-out .yolo-header-wrapper .menu-split ul.navbar-nav > li > a i {
line-height: 60px;
}
header.header-2 .yolo-sticky-wrapper.is-sticky .header-sticky {
background-color: var(--header_2_nav_bg_color);
}
@media screen and (min-width: 1370px) {
header.yolo-main-header.header-3 .yolo-header-nav-wrapper.nav-fullwith {
padding-left: var(--header_3_nav_layout_padding);
padding-right: var(--header_3_nav_layout_padding);
}
}
header.header-3 {
position: relative;
background-color: var(--header_3_nav_bg_color);
color: var(--header_3_nav_text_color);
}
header.header-3 .yolo-account .sub-menu {
background-color: var(--header_3_nav_bg_color);
}
header.header-3 .yolo-header-nav-wrapper {
position: relative;
height: var(--header_3_height);
-webkit-transition: all 0.35s ease 0s;
-o-transition: all 0.35s ease 0s;
transition: all 0.35s ease 0s;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas {
position: relative;
z-index: 2;
float: left;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas .canvas-menu-toggle-wrapper {
padding-right: 70px;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
float: left;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo {
position: relative;
z-index: 1;
display: table;
height: var(--header_3_height);
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a {
display: table-cell;
vertical-align: middle;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
max-height: var(--header_3_height);
}
@media (max-width: 1199px) {
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
max-width: 160px;
}
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center {
float: left;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize {
line-height: var(--header_3_height);
}
@media (max-width: 1650px) {
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize .search-with-category {
width: 200px;
}
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
float: right;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper {
float: left;
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a {
padding-top: 0;
padding-bottom: 0;
line-height: var(--header_3_height);
padding-left: var(--header_3_nav_distance);
padding-right: var(--header_3_nav_distance);
}
@media (max-width: 1199px) {
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a {
padding: 0 8px;
}
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a i {
line-height: var(--header_3_height);
}
header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize {
display: inline-block;
line-height: var(--header_3_height);
}
header.header-3 .yolo-header-nav-wrapper.sticky-in {
-webkit-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on {
height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo {
line-height: 60px;
height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo img {
max-height: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-center .menu-wrapper #main-menu > li > a {
padding-top: 0px;
padding-bottom: 0px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-center .header-customize {
line-height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right {
float: right;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper {
float: left;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a {
padding-top: 0;
padding-bottom: 0;
line-height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a i {
line-height: 60px;
}
@media (max-width: 1199px) {
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a {
padding: 0 8px;
}
}
header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .header-customize {
line-height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out {
height: 60px !important;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo {
line-height: 60px;
height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo img {
max-height: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-center .menu-wrapper #main-menu > li > a {
padding-top: 20px;
padding-bottom: 20px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-center .header-customize {
line-height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right {
float: right;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper {
float: left;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a {
padding-top: 0;
padding-bottom: 0;
line-height: 60px;
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a i {
line-height: 60px;
}
@media (max-width: 1199px) {
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a {
padding: 0 8px;
}
}
header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .header-customize {
line-height: 60px;
}
header.header-3 .yolo-sticky-wrapper.is-sticky .header-sticky {
background-color: var(--header_3_nav_bg_color);
}
@media screen and (min-width: 1370px) {
header.yolo-main-header.header-4 .yolo-header-nav-wrapper.nav-fullwith {
padding-left: var(--header_4_nav_layout_padding);
padding-right: var(--header_4_nav_layout_padding);
}
}
.header-4 .yolo-header-customize {
display: table;
width: 100%;
}
.header-4 .yolo-header-customize .yolo-custom-left,
.header-4 .yolo-header-customize .yolo-custom-right,
.header-4 .yolo-header-customize .header-logo {
display: table-cell;
vertical-align: middle;
}
.header-4 .yolo-header-customize .yolo-custom-left {
text-align: left;
width: 35%;
}
.header-4 .yolo-header-customize .yolo-custom-right {
text-align: right;
width: 35%;
}
.header-4 .header-logo {
height: var(--header_4_height);
text-align: center;
width: 30%;
}
.header-4 .header-logo a img {
max-height: var(--header_4_height);
}
.header-4 .header-customize {
color: var(--text_color);
}
.header-4 .header-customize .my-wishlist {
margin-left: 0px !important;
}
.header-4 .yolo-header-nav-wrapper {
background-color: var(--header_4_nav_bg_color);
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu {
float: none;
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li {
display: inline-block;
float: none;
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li > a {
padding-left: var(--header_4_nav_distance);
padding-right: var(--header_4_nav_distance);
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li ul {
text-align: left;
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-customize-nav {
display: inline-block;
}
.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-customize-nav .header-customize-item {
margin-left: 10px;
line-height: 60px;
}
.header-4 .yolo-header-nav-wrapper.sticky-on {
background-color: var(--header_4_nav_bg_color);
}
.header-4 .yolo-header-nav-wrapper.sticky-out {
background-color: var(--header_4_nav_bg_color);
}
@media screen and (min-width: 992px) {
header.yolo-mobile-header {
display: none !important;
}
}
@media screen and (max-width: 991px) {
body {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
left: 0;
}
.mobile-top-bar-hide,
header.yolo-main-header {
display: none !important;
}
body.menu-mobile-in {
overflow: hidden;
}
.container.yolo-mobile-header-wrapper {
position: relative;
}
.header-mobile-before {
text-align: center;
}
.header-mobile-before img {
max-height: var(--logo_mobile_max_height);
padding-top: var(--logo_mobile_padding);
padding-bottom: var(--logo_mobile_padding);
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.header-logo-mobile {
line-height: var(--logo_mobile_max_height);
vertical-align: middle;
text-align: center;
}
.header-logo-mobile img {
max-height: var(--logo_mobile_max_height);
padding-top: var(--logo_mobile_padding);
padding-bottom: var(--logo_mobile_padding);
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
header.yolo-mobile-header {
background: #ffffff;
}
header.yolo-mobile-header .toggle-icon-wrapper {
left: 0;
}
header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon > span,
header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon:before,
header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon:after {
background-color: var(--mobile_text_color);
}
header.yolo-mobile-header .toggle-icon-wrapper.in .toggle-icon > span {
background-color: transparent;
}
header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon + span {
font-family: Oswald;
font-size: 18px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
color: var(--mobile_text_color);
font-weight: 300;
}
header.yolo-mobile-header .header-left,
header.yolo-mobile-header .toggle-icon-wrapper.toggle-desktop,
header.yolo-mobile-header .header-customize {
display: none;
}
header.yolo-mobile-header .yolo-header-container-wrapper {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: var(--mobile_background_color);
z-index: 997;
top: 0;
}
header.yolo-mobile-header .yolo-mobile-header-wrapper {
background-color: var(--mobile_background_color);
padding-left: 0;
padding-right: 0;
}
header.yolo-mobile-header .yolo-mobile-header-inner {
height: var(--logo_mobile_max_height);
position: relative;
padding-left: 15px;
padding-right: 15px;
}
header.yolo-mobile-header .yolo-mobile-header-inner .header-customize {
display: block;
font-size: 0;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 0;
color: var(--mobile_text_color);
}
header.yolo-mobile-header .yolo-mobile-header-inner .header-customize:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item {
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item + .header-customize-item {
margin-left: 10px;
}
header.yolo-mobile-header .yolo-mobile-header-inner .toggle-icon-wrapper {
position: absolute;
top: 0;
bottom: 0;
left: 15px;
}
header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu {
display: inline-block;
vertical-align: middle;
color: var(--mobile_text_color);
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
padding: 0;
font-size: 24px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu:hover {
color: var(--primary_color);
}
header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content {
height: var(--logo_mobile_max_height);
}
header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content:before {
content: "";
height: 100%;
display: inline-block;
vertical-align: middle;
}
header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
display: inline-block;
vertical-align: middle;
top: 0;
height: 45px;
line-height: 45px;
}
header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
display: inline-block;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
padding: 0;
font-size: 24px;
color: var(--mobile_text_color);
}
header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover {
color: var(--primary_color) !important;
}
header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span {
position: absolute;
top: 5px;
right: 0px;
color: #ffffff;
background-color: var(--primary_color);
border-radius: 100%;
padding: 0;
width: 17px;
height: 17px;
line-height: 17px;
}
.yolo-mobile-header-nav {
background: #ddd;
display: none;
margin-bottom: 15px;
}
form.yolo-search-form-mobile-menu {
display: block;
background-color: #d0d0d0;
padding: 15px;
position: relative;
}
form.yolo-search-form-mobile-menu input {
background-color: #ddd;
border: none;
display: block;
width: 100%;
font-size: 14px;
line-height: 1.2;
height: auto;
padding: 12px;
color: #ffffff;
}
form.yolo-search-form-mobile-menu button {
border: none;
background-color: transparent;
position: absolute;
top: 0;
right: 20px;
line-height: 1;
bottom: 0;
margin: auto;
font-size: 14px;
color: #ffffff;
}
ul.yolo-nav-mobile-menu {
padding: 0;
}
ul.yolo-nav-mobile-menu li.menu-item {
border-bottom: 1px solid #f2f2f2;
letter-spacing: 0.1em;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
ul.yolo-nav-mobile-menu li.menu-item > a {
padding: 15px;
display: inline-block;
line-height: 1.2;
}
ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret {
float: right;
right: 0;
position: absolute;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:before {
content: "\f065";
display: inline-block;
font-family: FontAwesome;
text-align: center;
line-height: 45px;
width: 45px;
}
ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
cursor: pointer;
color: var(--primary_color);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret.active:before {
content: "\f066";
display: inline-block;
font-family: FontAwesome;
}
ul.yolo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
background-color: #eaeaea;
}
ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open {
border-bottom-width: 0px;
}
ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open > ul.sub-menu:before {
content: "";
display: block;
position: absolute;
top: -6px;
left: 15px;
z-index: 1;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #f7f7f7;
}
ul.yolo-nav-mobile-menu li.current-menu-ancestor > a,
ul.yolo-nav-mobile-menu li.current-menu-parent > a,
ul.yolo-nav-mobile-menu li.current-menu-item > a,
ul.yolo-nav-mobile-menu li.menu-current > a,
ul.yolo-nav-mobile-menu li > a:hover,
ul.yolo-nav-mobile-menu li:hover > a,
ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a {
color: var(--primary_color);
}
ul.yolo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
ul.yolo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
ul.yolo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
ul.yolo-nav-mobile-menu li.menu-current > a > b.caret:before,
ul.yolo-nav-mobile-menu li > a:hover > b.caret:before,
ul.yolo-nav-mobile-menu li:hover > a > b.caret:before,
ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
color: var(--primary_color);
}
ul.yolo-nav-mobile-menu ul.sub-menu {
background-color: #f7f7f7;
padding-left: 0;
position: relative;
}
ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item > a {
font-size: 13px;
}
ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
border-color: transparent transparent #ffffff;
}
ul.yolo-nav-mobile-menu ul ul.sub-menu {
background-color: #ffffff;
}
ul.yolo-nav-mobile-menu ul ul.sub-menu > li {
padding-left: 10px;
}
ul.yolo-nav-mobile-menu ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
border-color: transparent transparent #ffffff;
}
ul.yolo-nav-mobile-menu ul ul ul.sub-menu {
background-color: #ffffff;
}
ul.yolo-nav-mobile-menu ul ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
border-color: transparent transparent #ffffff;
}
ul.yolo-nav-mobile-menu ul ul ul ul.sub-menu {
background-color: #ffffff;
}
.yolo-mobile-header-nav.menu-drop-fly {
display: block;
position: fixed;
margin: 0;
top: 0;
bottom: 0;
overflow: auto;
overflow-x: hidden;
width: 280px;
left: -280px;
z-index: 9999;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.yolo-mobile-header-nav.menu-drop-fly.in {
left: 0;
}
.yolo-mobile-header .menu-drop-dropdown .yolo-mobile-header-wrapper {
height: 70px;
}
.yolo-mobile-header .menu-drop-dropdown .yolo-mobile-header-nav {
position: relative;
z-index: 2;
padding: 15px;
}
header.header-mobile-2 {
display: block;
}
header.header-mobile-2 .yolo-header-container-wrapper {
background-color: #ddd;
border-bottom: none;
}
header.header-mobile-2 .yolo-mobile-header-wrapper {
background-color: transparent;
}
header.header-mobile-2 .yolo-mobile-header-inner {
height: var(--main_menu_mobile_height);
position: relative;
}
header.header-mobile-2 .yolo-mobile-header-inner .header-customize {
color: #eeeeee;
right: 0;
}
header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu,
header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
height: 30px;
line-height: 32px;
width: 36px;
color: #ffffff;
}
header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu:before,
header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:before {
line-height: 28px;
}
header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content {
height: var(--main_menu_mobile_height);
}
header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper {
left: 0;
}
header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon > span,
header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:before,
header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:after {
background-color: #eeeeee;
}
header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper.in .toggle-icon > span {
background-color: transparent;
}
header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon + span {
font-family: Oswald;
font-size: 18px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
color: #eeeeee;
font-weight: 300;
}
header.header-mobile-3 .header-logo-mobile {
text-align: right;
}
header.header-mobile-3 .yolo-mobile-header-inner .header-customize {
left: 50px;
right: auto;
}
header.header-mobile-3 .shopping-cart-wrapper {
position: static;
}
header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
left: -45px;
right: auto;
}
header.header-mobile-4 .header-logo-mobile {
text-align: left;
}
header.header-mobile-4 .yolo-mobile-header-inner .toggle-icon-wrapper {
right: 0px;
left: auto;
}
header.header-mobile-4 .yolo-mobile-header-wrapper .header-customize {
right: 50px;
left: auto;
}
header.header-mobile-5 .yolo-sticky-wrapper {
height: 0 !important;
}
header.header-mobile-5 .yolo-header-container-wrapper {
border-bottom: none;
}
header.header-mobile-5 .yolo-header-container-wrapper,
header.header-mobile-5 .yolo-mobile-header-wrapper {
background-color: transparent;
}
header.header-mobile-5 .yolo-header-container-wrapper {
background-color: transparent;
position: absolute;
z-index: 997;
width: 100%;
}
header.header-mobile-5 .header-logo-mobile {
text-align: left;
}
header.header-mobile-5 .yolo-mobile-header-inner .toggle-icon-wrapper {
left: auto;
right: 5px;
}
header.header-mobile-5 .toggle-icon-wrapper .toggle-icon > span,
header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:before,
header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:after {
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
header.header-mobile-5 .toggle-icon-wrapper.in .toggle-icon > span {
display: none;
}
header.header-mobile-5 .yolo-mobile-header-inner .header-customize {
right: 50px;
}
header.header-mobile-5 .yolo-mobile-header-inner .icon-search-menu,
header.header-mobile-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
border-color: #ffffff;
color: #ffffff;
}
.yolo-sticky-wrapper.is-sticky > .yolo-header-container-wrapper {
z-index: 997;
left: 0;
right: 0;
}
.yolo-sticky-wrapper:not(.is-sticky) {
height: auto !important;
position: relative !important;
}
}
@media screen and (max-width: 480px) {
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
min-width: 280px;
}
}
@media screen and (max-width: 320px) {
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
min-width: 254px;
}
}
header.yolo-mobile-header .yolo-nav-mobile-menu li a {
font-family: var(--menu_font);
font-weight: var(--menu_font_weight);
font-size: var(--menu_font_size);
}
header.yolo-mobile-header .yolo-nav-mobile-menu li.menu-item-has-children ul.sub-menu li a {
font-size: calc(var(--menu_font_size) - 2px);
} #yolo-wrapper {
position: relative;
}
#yolo-header.header-sidebar {
width: var(--headersidebar_sidebar_width);
height: 100%;
position: fixed;
z-index: 12;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#yolo-header.header-sidebar .vertical-header-wrapper {
background-color: var(--headersidebar_nav_bg_color);
height: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize {
padding: 20px;
text-align: center;
margin: 0;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item {
margin-left: 0;
color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item .cart_list_wrapper {
z-index: 99999;
right: auto;
left: 0;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form {
width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input {
width: 100%;
height: 40px;
line-height: 40px;
color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-webkit-input-placeholder {
color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-moz-placeholder {
color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i {
color: var(--headersidebar_nav_text_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i:hover {
color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.bt-login {
width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.bt-login .sub-menu {
text-align: left;
z-index: 99999;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.search-box-wrapper {
width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper {
width: 100%;
position: relative;
margin-left: 0 !important;
text-align: center;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper li {
margin-left: 0 !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper a {
margin-right: 4px;
margin-left: 4px;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
display: inline-block;
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper a i {
font-size: 18px;
vertical-align: middle;
padding-right: 0;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.my-wishlist {
display: inline-block;
width: auto;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-top {
text-align: center;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo > a > img {
padding: 40px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper {
width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu {
width: 100%;
padding: 0;     }
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu li a {
font-family: var(--menu_font);
font-weight: var(--menu_font_weight);
font-size: var(--menu_font_size);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu li:hover > a {
color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
letter-spacing: 0.1em;
font-weight: bold;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a {
padding: 15px 20px;
display: inline-block;
text-transform: uppercase;
line-height: 1.2;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:after {
content: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li .current-menu-item:before {
background-color: var(--primary_color);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li .current-menu-item > a {
color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu {
background-color: var(--menu_sub_bg_color);
color: var(--menu_sub_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b {
opacity: 0;
visibility: hidden;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
position: absolute;
right: 10px;
content: '';
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
top: 0;
position: absolute;
right: 0;
content: "\f107";
display: inline-block;
font-family: FontAwesome;
text-align: center;
line-height: 40px;
width: 40px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
position: absolute;
right: 10px;
content: '';
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
top: 0;
position: absolute;
right: 0;
content: "\f107";
display: inline-block;
font-family: FontAwesome;
text-align: center;
line-height: 40px;
width: 40px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
position: absolute;
right: 10px;
content: '';
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
top: 0;
position: absolute;
right: 0;
content: "\f107";
display: inline-block;
font-family: FontAwesome;
text-align: center;
line-height: 40px;
width: 40px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret {
color: var(--headersidebar_nav_text_color);
float: right;
right: 0;
position: absolute;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret:before {
content: "\f107";
display: inline-block;
font-family: FontAwesome;
text-align: center;
line-height: 45px;
width: 45px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:not(.sub-menu-open):hover {
background-color: var(--headersidebar_nav_bg_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.sub-menu-open {
border-bottom-width: 0px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.sub-menu-open > ul.sub-menu:before {
content: "";
display: block;
position: absolute;
top: -6px;
left: 15px;
z-index: 1;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #4d4d4d;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > b.menu-caret {
cursor: pointer;
color: var(--primary_color);
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu li {
float: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul {
position: absolute;
display: none;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
border-radius: 0 0 3px 3px;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li {
min-width: 244px;
float: none;
display: list-item;
position: relative;
display: block;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul {
display: none;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li {
min-width: 244px;
float: none;
display: list-item;
position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul {
display: none;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li {
min-width: 244px;
float: none;
display: list-item;
position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul {
display: none;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li {
min-width: 244px;
float: none;
display: list-item;
position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul {
display: none;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li {
min-width: 244px;
float: none;
display: list-item;
position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
display: none;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
min-width: 244px;
float: none;
display: list-item;
position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
display: none;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul {
min-width: 970px;
top: 0;
left: 100%;
opacity: 0;
border-radius: 0 0 3px 3px;
-webkit-transition: all 0.3s ease 0.15s;
-o-transition: all 0.3s ease 0.15s;
transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-2 > ul > li {
float: left;
width: 50%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-3 > ul > li {
float: left;
width: 33.3333333%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-4 > ul > li {
float: left;
width: 25%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-5 > ul > li {
float: left;
width: 20%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-6 > ul > li {
float: left;
width: 16.6666666%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul {
position: absolute;
display: none;
width: 100%;
min-width: 970px;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
border-radius: 0 0 3px 3px;
-webkit-transition: 0.3s ease 0.15s;
-o-transition: 0.3s ease 0.15s;
transition: 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li {
display: block;
width: 25%;
position: static;
clear: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li .yolo_megamenu_widget_area,
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li > ul {
position: absolute;
width: auto;
height: auto;
left: 25%;
top: 100%;
opacity: 0;
right: 0;
visibility: hidden;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li.active .yolo_megamenu_widget_area,
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li.active > ul {
opacity: 1;
top: 0;
visibility: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab:hover > ul {
opacity: 1;
visibility: visible;
overflow: visible;
display: block;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize {
width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize.header-social-profile-wrapper {
width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .canvas-menu-toggle-wrapper a:hover i {
color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .fb .header-customize-right {
height: auto;
}
.header-sidebar .yolo-top-bar {
position: fixed;
width: 100%;
}
@media (max-width: 991px) {
.header-sidebar .yolo-top-bar {
position: relative;
}
}
.header-sidebar #yolo-content-wrapper {
padding-top: 0;
padding-left: var(--headersidebar_sidebar_width) !important;
}
@media screen and (max-width: 991px) {
.header-sidebar #yolo-content-wrapper {
padding-left: 0!important;
}
}
.header-sidebar footer {
margin-left: var(--headersidebar_sidebar_width) !important;
}
@media screen and (max-width: 991px) {
.header-sidebar footer {
margin-left: 0!important;
}
}
nav.yolo-canvas-menu-wrapper {
position: fixed;
z-index: 9999;
top: 0;
left: 100%;
bottom: 0;
width: 370px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
overflow: hidden;
padding: 100px 40px 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
nav.yolo-canvas-menu-wrapper.in {
-webkit-transform: translateX(-94%);
-ms-transform: translateX(-94%);
transform: translateX(-94%);
-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
position: absolute;
top: 10px;
right: 25px;
font-size: 18px;
cursor: pointer;
color: #ffffff;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #333333;
color: #ffffff;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside {
padding: 0;
border: none;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside:before {
top: 2px;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4 {
padding-left: 10px;
color: #ffffff;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title {
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title span {
padding: 0;
color: var(--primary_color);
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title:before {
display: none;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item {
font-size: 12px;
color: #ffffff;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
letter-spacing: 0.1em;
font-weight: bold;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a {
padding: 8px 4px;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a:hover {
padding-left: 15px;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul.social-profile.social-icon-bordered li a:hover i {
color: var(--primary_color);
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside .about-description {
padding: 15px 0;
}
nav.yolo-canvas-menu-wrapper.dark {
background-color: #333333;
color: #ffffff;
}
nav.yolo-canvas-menu-wrapper.dark .widget_archive > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_categories > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_pages > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_nav_menu > div > ul,
nav.yolo-canvas-menu-wrapper.dark .woocommerce .widget_product_categories > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_layered_nav > ul {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
nav.yolo-canvas-menu-wrapper.dark li + li,
nav.yolo-canvas-menu-wrapper.dark .widget_posts_item + .widget_posts_item {
border-top-color: rgba(255, 255, 255, 0.2);
}
nav.yolo-canvas-menu-wrapper.dark .widget_categories ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_pages ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_nav_menu > div ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_product_categories ul ul {
border-top-color: rgba(255, 255, 255, 0.2);
}
body.admin-bar nav.yolo-canvas-menu-wrapper {
top: 32px;
}
.canvas-menu-toggle-wrapper {
margin-left: 10px;
margin-right: 10px;
}
.canvas-menu-toggle-wrapper i.micon {
vertical-align: middle;
} body.single-yolo_footer footer {
display: none;
}
.yolo-footer-wrapper.footer-1 .link_left a {
display: inline-block;
margin-right: 30px;
font-weight: 600;
color: #666;
}
.yolo-footer-wrapper.footer-1 .link_left a:hover {
color: var(--primary_color);
}
@media (max-width: 1299px) {
.yolo-footer-wrapper.footer-1 .link_left a {
margin-right: 15px;
}
.yolo-footer-wrapper.footer-1 .link_left a:last-child {
margin: 0;
}
}
@media (max-width: 767px) {
.yolo-footer-wrapper.footer-1 .link_left {
text-align: center !important;
}
}
@media (max-width: 767px) {
.yolo-footer-wrapper.footer-1 h6 {
text-align: center !important;
}
}
ul.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
ul.instagram-pics li {
display: inline-block;
padding: 0;
margin: 0;
}
ul.instagram-pics a {
display: block;
position: relative;
overflow: hidden;
}
ul.instagram-pics a:before {
content: "";
position: absolute;
width: 101%;
height: 101%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity: 0;
}
ul.instagram-pics a:hover:before {
opacity: 1;
}
.instagram-col-2 ul.instagram-pics li {
width: 50%;
}
.instagram-col-3 ul.instagram-pics li {
width: 33.33333333%;
}
.instagram-col-4 ul.instagram-pics li {
width: 25%;
}
.instagram-col-6 ul.instagram-pics li {
width: 16.66666667%;
}
.instagram-col-8 ul.instagram-pics li {
width: 12.5%;
}
.padding-2 ul.instagram-pics {
margin-left: -2px;
margin-right: -2px;
margin-top: -2px;
}
.padding-2 ul.instagram-pics li {
padding: 2px;
}
.padding-3 ul.instagram-pics {
margin-left: -3px;
margin-right: -3px;
margin-top: -3px;
}
.padding-3 ul.instagram-pics li {
padding: 3px;
}
.padding-4 ul.instagram-pics {
margin-left: -4px;
margin-right: -4px;
margin-top: -4px;
}
.padding-4 ul.instagram-pics li {
padding: 4px;
}
.title-center .widget-title {
text-align: center;
}
ul.instagram-pics + p {
margin: 0;
font-size: 13px;
font-style: italic;
letter-spacing: 0.02em;
} .yolo_widget_product_cat li {
list-style: none;
float: left;
padding: 5px 0;
}
.yolo_widget_product_cat li a {
display: block;
}
.yolo_widget_product_cat li a img {
width: 33.33%;
padding-right: 10px;
float: left;
}
.yolo_widget_product_cat li a:after {
display: none;
}
.yolo_widget_product_cat .columns-4 li {
width: 25%;
}
.yolo_widget_product_cat .columns-3 li {
width: 33.33%;
}
.yolo_widget_product_cat .columns-2 li {
width: 50%;
}
.yolo_widget_product_cat .columns-1 li {
width: 100%;
}
@media (max-width: 991px) {
.yolo_widget_product_cat .columns-1 li {
width: 50%;
}
.yolo_widget_product_cat .columns-4 li {
width: 50%;
}
.yolo_widget_product_cat .columns-3 li {
width: 50%;
}
}
@media (max-width: 600px) {
.yolo_widget_product_cat .columns-1 li {
width: 100%;
}
.yolo_widget_product_cat .columns-4 li {
width: 100%;
}
.yolo_widget_product_cat .columns-3 li {
width: 100%;
}
.yolo_widget_product_cat .columns-2 li {
width: 100%;
}
}
.search-form {
position: relative;
}
.search-form input[type="text"] {
width: 100%;
height: 45px;
background-color: transparent;
color: var(--heading_color);
padding-right: 45px;
border: 1px solid #999999;
border-radius: 3px;
}
.search-form input[type="text"] ::-webkit-input-placeholder {
color: var(--text_color);
}
.search-form input[type="text"] :-moz-placeholder {
color: var(--text_color);
}
.search-form input[type="text"] ::-moz-placeholder {
color: var(--text_color);
}
.search-form input[type="text"] :-ms-input-placeholder {
color: var(--text_color);
}
.search-form button[type="submit"] {
position: absolute;
right: 0;
top: 0;
border: none;
padding: 0;
height: 45px;
width: 45px;
background-color: transparent;
color: var(--text_color);
font-size: 14px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.screen-reader-text {
display: none;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: right;
font-size: 12px;
margin-top: 0;
margin-bottom: 15px;
padding: 0;
font-weight: 600;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
text-align: center;
}
#wp-calendar tbody {
font-size: 13px;
}
#wp-calendar tbody td {
background: #eeeeee;
border: 1px solid #ffffff;
text-align: center;
padding: 8px;
}
#wp-calendar tbody td.pad:hover {
background: transparent !important;
}
#wp-calendar tbody td:hover,
#wp-calendar tbody td#today {
color: #ffffff;
background-color: var(--primary_color);
}
#wp-calendar tbody td:hover a {
color: #ffffff;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
} .yolo_widget_color_filter .yolo-filter-color {
width: 10px;
height: 10px;
display: inline-block;
margin-right: 10px;
border: 1px solid #e0e0e0;
} .woocommerce .widget_price_filter h4.widget-title {
letter-spacing: 0.025em;
margin-bottom: 25px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #eeeeee;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin: 0 4px 25px 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 10px;
height: 10px;
background-color: #ffffff;
border: 2px solid var(--primary_color);
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 14px;
color: var(--text_color);
font-weight: bold;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
text-align: left;
line-height: 30px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: right;
min-width: 80px;
font-weight: bold;
font-size: 15px;
padding: 5px 15px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
background-color: var(--primary_color);
color: #ffffff !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
color: #ffffff;
background-color: var(--primary_color_darken_15) !important;
} .woocommerce .widget.widget_shopping_cart_content {
border-top: 1px solid #eeeeee;
}
.woocommerce .widget.widget_shopping_cart_content .widget_shopping_cart_icon {
display: none;
}
.woocommerce .widget.widget_shopping_cart_content .sub-total-text {
display: none;
} .sidebar {
padding: 0 15px;
background-color: #ffffff;
}
.sidebar aside + aside {
margin-top: 3px;
}
.sidebar aside {
padding: 10px 0px 25px 0px;
}
.sidebar.right-sidebar aside,
.sidebar.left-sidebar aside {
position: relative;
}
.sidebar.right-sidebar aside:first-child,
.sidebar.left-sidebar aside:first-child {
padding-top: 0;
margin-top: 0;
}
.sidebar.right-sidebar aside:first-child h4,
.sidebar.left-sidebar aside:first-child h4 {
margin-top: 0;
}
.sidebar.right-sidebar aside:last-child,
.sidebar.left-sidebar aside:last-child {
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 991px) {
.sidebar {
float: none;
}
}
@media (max-width: 991px) {
.sidebar.sidebar-large {
float: none;
}
}
.widget h4.widget-title,
.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title {
font-size: 20px;
margin-bottom: 15px;
text-transform: uppercase;
position: relative;
}
.widget h4.widget-title span,
.sidebar h4.widget-title span,
.wpb_widgetised_column h4.widget-title span {
color: var(--primary_color);
}
.widget .tagcloud,
.sidebar .tagcloud,
.wpb_widgetised_column .tagcloud {
font-size: 0;
}
.widget .tagcloud a,
.sidebar .tagcloud a,
.wpb_widgetised_column .tagcloud a {
color: var(--text_color_lighten_20) !important;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
display: inline-block;
padding: 7px 10px;
margin-bottom: 10px;
margin-right: 10px;
line-height: 1;
font-size: 14px;
border: 1px solid #eeeeee;
color: inherit;
}
.widget .tagcloud a:last-child,
.sidebar .tagcloud a:last-child,
.wpb_widgetised_column .tagcloud a:last-child {
margin-right: 0;
}
.widget .tagcloud a:hover,
.sidebar .tagcloud a:hover,
.wpb_widgetised_column .tagcloud a:hover {
color: #ffffff !important;
text-decoration: none;
background-color: var(--primary_color) !important;
border-color: var(--primary_color);
}
.widget select,
.sidebar select,
.wpb_widgetised_column select {
width: 100%;
}
.widget .widget_archive > ul,
.sidebar .widget_archive > ul,
.wpb_widgetised_column .widget_archive > ul,
.widget .widget_categories > ul,
.sidebar .widget_categories > ul,
.wpb_widgetised_column .widget_categories > ul,
.widget .widget_pages > ul,
.sidebar .widget_pages > ul,
.wpb_widgetised_column .widget_pages > ul,
.widget .widget_meta > ul,
.sidebar .widget_meta > ul,
.wpb_widgetised_column .widget_meta > ul,
.widget .widget_recent_comments > ul,
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.widget .widget_recent_entries > ul,
.sidebar .widget_recent_entries > ul,
.wpb_widgetised_column .widget_recent_entries > ul,
.widget .widget_rss > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul,
.widget .widget_nav_menu > div > ul,
.sidebar .widget_nav_menu > div > ul,
.wpb_widgetised_column .widget_nav_menu > div > ul,
.widget .widget_product_categories > ul,
.sidebar .widget_product_categories > ul,
.wpb_widgetised_column .widget_product_categories > ul,
.widget .widget_layered_nav > ul,
.sidebar .widget_layered_nav > ul,
.wpb_widgetised_column .widget_layered_nav > ul {
list-style: none;
padding: 0;
margin: 0;
line-height: 1.8;
font-size: 14px;
color: var(--text_color);
}
.widget .widget_archive > ul > li:first-child,
.sidebar .widget_archive > ul > li:first-child,
.wpb_widgetised_column .widget_archive > ul > li:first-child,
.widget .widget_categories > ul > li:first-child,
.sidebar .widget_categories > ul > li:first-child,
.wpb_widgetised_column .widget_categories > ul > li:first-child,
.widget .widget_pages > ul > li:first-child,
.sidebar .widget_pages > ul > li:first-child,
.wpb_widgetised_column .widget_pages > ul > li:first-child,
.widget .widget_meta > ul > li:first-child,
.sidebar .widget_meta > ul > li:first-child,
.wpb_widgetised_column .widget_meta > ul > li:first-child,
.widget .widget_recent_comments > ul > li:first-child,
.sidebar .widget_recent_comments > ul > li:first-child,
.wpb_widgetised_column .widget_recent_comments > ul > li:first-child,
.widget .widget_recent_entries > ul > li:first-child,
.sidebar .widget_recent_entries > ul > li:first-child,
.wpb_widgetised_column .widget_recent_entries > ul > li:first-child,
.widget .widget_rss > ul > li:first-child,
.sidebar .widget_rss > ul > li:first-child,
.wpb_widgetised_column .widget_rss > ul > li:first-child,
.widget .widget_nav_menu > div > ul > li:first-child,
.sidebar .widget_nav_menu > div > ul > li:first-child,
.wpb_widgetised_column .widget_nav_menu > div > ul > li:first-child,
.widget .widget_product_categories > ul > li:first-child,
.sidebar .widget_product_categories > ul > li:first-child,
.wpb_widgetised_column .widget_product_categories > ul > li:first-child,
.widget .widget_layered_nav > ul > li:first-child,
.sidebar .widget_layered_nav > ul > li:first-child,
.wpb_widgetised_column .widget_layered_nav > ul > li:first-child {
padding-top: 0;
}
.widget .widget_archive li:last-child,
.sidebar .widget_archive li:last-child,
.wpb_widgetised_column .widget_archive li:last-child,
.widget .widget_categories li:last-child,
.sidebar .widget_categories li:last-child,
.wpb_widgetised_column .widget_categories li:last-child,
.widget .widget_pages li:last-child,
.sidebar .widget_pages li:last-child,
.wpb_widgetised_column .widget_pages li:last-child,
.widget .widget_meta li:last-child,
.sidebar .widget_meta li:last-child,
.wpb_widgetised_column .widget_meta li:last-child,
.widget .widget_recent_comments li:last-child,
.sidebar .widget_recent_comments li:last-child,
.wpb_widgetised_column .widget_recent_comments li:last-child,
.widget .widget_recent_entries li:last-child,
.sidebar .widget_recent_entries li:last-child,
.wpb_widgetised_column .widget_recent_entries li:last-child,
.widget .widget_rss li:last-child,
.sidebar .widget_rss li:last-child,
.wpb_widgetised_column .widget_rss li:last-child,
.widget .widget_nav_menu > div li:last-child,
.sidebar .widget_nav_menu > div li:last-child,
.wpb_widgetised_column .widget_nav_menu > div li:last-child,
.widget .widget_product_categories li:last-child,
.sidebar .widget_product_categories li:last-child,
.wpb_widgetised_column .widget_product_categories li:last-child,
.widget .widget_layered_nav li:last-child,
.sidebar .widget_layered_nav li:last-child,
.wpb_widgetised_column .widget_layered_nav li:last-child {
margin-bottom: 0;
}
.widget .widget_archive li .show_count,
.sidebar .widget_archive li .show_count,
.wpb_widgetised_column .widget_archive li .show_count,
.widget .widget_categories li .show_count,
.sidebar .widget_categories li .show_count,
.wpb_widgetised_column .widget_categories li .show_count,
.widget .widget_pages li .show_count,
.sidebar .widget_pages li .show_count,
.wpb_widgetised_column .widget_pages li .show_count,
.widget .widget_meta li .show_count,
.sidebar .widget_meta li .show_count,
.wpb_widgetised_column .widget_meta li .show_count,
.widget .widget_recent_comments li .show_count,
.sidebar .widget_recent_comments li .show_count,
.wpb_widgetised_column .widget_recent_comments li .show_count,
.widget .widget_recent_entries li .show_count,
.sidebar .widget_recent_entries li .show_count,
.wpb_widgetised_column .widget_recent_entries li .show_count,
.widget .widget_rss li .show_count,
.sidebar .widget_rss li .show_count,
.wpb_widgetised_column .widget_rss li .show_count,
.widget .widget_nav_menu > div li .show_count,
.sidebar .widget_nav_menu > div li .show_count,
.wpb_widgetised_column .widget_nav_menu > div li .show_count,
.widget .widget_product_categories li .show_count,
.sidebar .widget_product_categories li .show_count,
.wpb_widgetised_column .widget_product_categories li .show_count,
.widget .widget_layered_nav li .show_count,
.sidebar .widget_layered_nav li .show_count,
.wpb_widgetised_column .widget_layered_nav li .show_count {
float: right;
}
.widget .widget_archive a,
.sidebar .widget_archive a,
.wpb_widgetised_column .widget_archive a,
.widget .widget_categories a,
.sidebar .widget_categories a,
.wpb_widgetised_column .widget_categories a,
.widget .widget_pages a,
.sidebar .widget_pages a,
.wpb_widgetised_column .widget_pages a,
.widget .widget_meta a,
.sidebar .widget_meta a,
.wpb_widgetised_column .widget_meta a,
.widget .widget_recent_comments a,
.sidebar .widget_recent_comments a,
.wpb_widgetised_column .widget_recent_comments a,
.widget .widget_recent_entries a,
.sidebar .widget_recent_entries a,
.wpb_widgetised_column .widget_recent_entries a,
.widget .widget_rss a,
.sidebar .widget_rss a,
.wpb_widgetised_column .widget_rss a,
.widget .widget_nav_menu > div a,
.sidebar .widget_nav_menu > div a,
.wpb_widgetised_column .widget_nav_menu > div a,
.widget .widget_product_categories a,
.sidebar .widget_product_categories a,
.wpb_widgetised_column .widget_product_categories a,
.widget .widget_layered_nav a,
.sidebar .widget_layered_nav a,
.wpb_widgetised_column .widget_layered_nav a {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.widget .widget_archive a:hover,
.sidebar .widget_archive a:hover,
.wpb_widgetised_column .widget_archive a:hover,
.widget .widget_categories a:hover,
.sidebar .widget_categories a:hover,
.wpb_widgetised_column .widget_categories a:hover,
.widget .widget_pages a:hover,
.sidebar .widget_pages a:hover,
.wpb_widgetised_column .widget_pages a:hover,
.widget .widget_meta a:hover,
.sidebar .widget_meta a:hover,
.wpb_widgetised_column .widget_meta a:hover,
.widget .widget_recent_comments a:hover,
.sidebar .widget_recent_comments a:hover,
.wpb_widgetised_column .widget_recent_comments a:hover,
.widget .widget_recent_entries a:hover,
.sidebar .widget_recent_entries a:hover,
.wpb_widgetised_column .widget_recent_entries a:hover,
.widget .widget_rss a:hover,
.sidebar .widget_rss a:hover,
.wpb_widgetised_column .widget_rss a:hover,
.widget .widget_nav_menu > div a:hover,
.sidebar .widget_nav_menu > div a:hover,
.wpb_widgetised_column .widget_nav_menu > div a:hover,
.widget .widget_product_categories a:hover,
.sidebar .widget_product_categories a:hover,
.wpb_widgetised_column .widget_product_categories a:hover,
.widget .widget_layered_nav a:hover,
.sidebar .widget_layered_nav a:hover,
.wpb_widgetised_column .widget_layered_nav a:hover {
text-decoration: none;
}
.widget .widget_archive li > a:hover,
.sidebar .widget_archive li > a:hover,
.wpb_widgetised_column .widget_archive li > a:hover,
.widget .widget_pages li > a:hover,
.sidebar .widget_pages li > a:hover,
.wpb_widgetised_column .widget_pages li > a:hover,
.widget .widget_nav_menu > div li > a:hover,
.sidebar .widget_nav_menu > div li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div li > a:hover,
.widget .widget_product_categories li > a:hover,
.sidebar .widget_product_categories li > a:hover,
.wpb_widgetised_column .widget_product_categories li > a:hover,
.widget .widget_layered_nav li > a:hover,
.sidebar .widget_layered_nav li > a:hover,
.wpb_widgetised_column .widget_layered_nav li > a:hover {
padding-left: 15px;
}
.widget .widget_categories ul ul,
.sidebar .widget_categories ul ul,
.wpb_widgetised_column .widget_categories ul ul,
.widget .widget_pages ul ul,
.sidebar .widget_pages ul ul,
.wpb_widgetised_column .widget_pages ul ul,
.widget .widget_nav_menu > div ul ul,
.sidebar .widget_nav_menu > div ul ul,
.wpb_widgetised_column .widget_nav_menu > div ul ul,
.widget .widget_product_categories ul ul,
.sidebar .widget_product_categories ul ul,
.wpb_widgetised_column .widget_product_categories ul ul {
padding-left: 0;
list-style-type: none;
}
.widget .widget_categories ul ul > li > a,
.sidebar .widget_categories ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul > li > a,
.widget .widget_pages ul ul > li > a,
.sidebar .widget_pages ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul > li > a,
.widget .widget_nav_menu > div ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a,
.widget .widget_product_categories ul ul > li > a,
.sidebar .widget_product_categories ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul > li > a {
padding-left: 25px;
}
.widget .widget_categories ul ul > li > a:hover,
.sidebar .widget_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul > li > a:hover,
.widget .widget_pages ul ul > li > a:hover,
.sidebar .widget_pages ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul > li > a:hover,
.widget .widget_nav_menu > div ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a:hover,
.widget .widget_product_categories ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul > li > a:hover {
padding-left: 45px;
}
.widget .widget_categories ul ul ul > li > a,
.sidebar .widget_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul > li > a,
.widget .widget_pages ul ul ul > li > a,
.sidebar .widget_pages ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul > li > a,
.widget .widget_nav_menu > div ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a,
.widget .widget_product_categories ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a {
padding-left: 45px;
}
.widget .widget_categories ul ul ul > li > a:hover,
.sidebar .widget_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul > li > a:hover,
.widget .widget_pages ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul > li > a:hover,
.widget .widget_nav_menu > div ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a:hover,
.widget .widget_product_categories ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a:hover {
padding-left: 65px;
}
.widget .widget_categories ul ul ul ul > li > a,
.sidebar .widget_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a,
.widget .widget_pages ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a,
.widget .widget_nav_menu > div ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a,
.widget .widget_product_categories ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a {
padding-left: 65px;
}
.widget .widget_categories ul ul ul ul > li > a:hover,
.sidebar .widget_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a:hover,
.widget .widget_pages ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a:hover,
.widget .widget_nav_menu > div ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a:hover,
.widget .widget_product_categories ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a:hover {
padding-left: 85px;
}
.widget .widget_categories ul ul ul ul ul > li > a,
.sidebar .widget_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a,
.widget .widget_pages ul ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a,
.widget .widget_nav_menu > div ul ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a,
.widget .widget_product_categories ul ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a {
padding-left: 85px;
}
.widget .widget_categories ul ul ul ul ul > li > a:hover,
.sidebar .widget_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a:hover,
.widget .widget_pages ul ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a:hover,
.widget .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.widget .widget_product_categories ul ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a:hover {
padding-left: 105px;
}
.widget .widget_meta ul li a,
.sidebar .widget_meta ul li a,
.wpb_widgetised_column .widget_meta ul li a {
padding: 7px 0px;
}
.widget .widget_recent_comments > ul,
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.widget .widget_rss > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul {
font-size: 13px;
color: #999;
line-height: 1.6;
}
.widget .widget_recent_comments li,
.sidebar .widget_recent_comments li,
.wpb_widgetised_column .widget_recent_comments li,
.widget .widget_rss li,
.sidebar .widget_rss li,
.wpb_widgetised_column .widget_rss li {
padding-top: 10px;
margin-bottom: 0px;
}
.widget .widget_layered_nav ul,
.sidebar .widget_layered_nav ul,
.wpb_widgetised_column .widget_layered_nav ul {
padding-right: 15px;
}
.widget .widget_layered_nav ul li,
.sidebar .widget_layered_nav ul li,
.wpb_widgetised_column .widget_layered_nav ul li {
padding: 9px 0 0 0;
}
.widget .widget_layered_nav ul li a,
.sidebar .widget_layered_nav ul li a,
.wpb_widgetised_column .widget_layered_nav ul li a {
padding: 0 0 0 5px;
}
.widget .widget_layered_nav ul li span.count,
.sidebar .widget_layered_nav ul li span.count,
.wpb_widgetised_column .widget_layered_nav ul li span.count {
padding: 0;
float: right;
}
.widget .widget-social-profile ul.social-profile,
.sidebar .widget-social-profile ul.social-profile,
.wpb_widgetised_column .widget-social-profile ul.social-profile {
list-style: none;
padding: 0;
margin: 0;
font-size: 0;
}
.widget .widget-social-profile ul.social-profile li,
.sidebar .widget-social-profile ul.social-profile li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li {
display: inline-block;
vertical-align: middle;
}
.widget .widget-social-profile ul.social-profile li a,
.sidebar .widget-social-profile ul.social-profile li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a {
display: inline-block;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.widget .widget-social-profile ul.social-profile li a i,
.sidebar .widget-social-profile ul.social-profile li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a i {
font-size: 16px;
width: 24px;
height: 24px;
line-height: 24px;
vertical-align: middle;
text-align: center;
}
.widget .widget-social-profile ul.social-profile li + li,
.sidebar .widget-social-profile ul.social-profile li + li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li + li {
margin-left: 5px;
}
.widget .widget-social-profile ul.social-profile.social-icon-bordered li a,
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a {
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
background-color: #F5F5F5;
border-radius: 100%;
}
.widget .widget-social-profile ul.social-profile.social-icon-bordered li a i,
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a i {
color: #777777;
font-size: 14px;
}
.widget .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i {
color: #ffffff;
}
.widget .widget-social-profile.blog-widget,
.sidebar .widget-social-profile.blog-widget,
.wpb_widgetised_column .widget-social-profile.blog-widget {
border-width: 2px;
border-style: solid;
padding: 30px 15px 40px 15px;
text-align: center;
}
.widget .widget-social-profile.blog-widget > span,
.sidebar .widget-social-profile.blog-widget > span,
.wpb_widgetised_column .widget-social-profile.blog-widget > span {
display: block;
font-size: 14px;
line-height: 1.2;
margin-bottom: 30px;
}
.widget ul.product_list_widget li,
.sidebar ul.product_list_widget li,
.wpb_widgetised_column ul.product_list_widget li {
padding: 0;
margin: 0;
}
.widget ul.product_list_widget li + li,
.sidebar ul.product_list_widget li + li,
.wpb_widgetised_column ul.product_list_widget li + li {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #eeeeee;
}
.widget ul.product_list_widget li img,
.sidebar ul.product_list_widget li img,
.wpb_widgetised_column ul.product_list_widget li img {
width: 70px;
float: left;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 0;
margin-right: 15px;
}
.widget ul.product_list_widget li a,
.sidebar ul.product_list_widget li a,
.wpb_widgetised_column ul.product_list_widget li a {
font-size: 15px;
line-height: 1.3;
margin-bottom: 10px;
font-weight: normal;
}
.widget ul.product_list_widget span.amount,
.sidebar ul.product_list_widget span.amount,
.wpb_widgetised_column ul.product_list_widget span.amount {
font-size: 15px;
}
.widget ul.product_list_widget ins,
.sidebar ul.product_list_widget ins,
.wpb_widgetised_column ul.product_list_widget ins {
text-decoration: none;
margin-right: 3px;
}
.widget ul.product_list_widget del span.amount,
.sidebar ul.product_list_widget del span.amount,
.wpb_widgetised_column ul.product_list_widget del span.amount {
font-size: 13px;
color: #999999;
}
.widget ul.product_list_widget .star-rating,
.sidebar ul.product_list_widget .star-rating,
.wpb_widgetised_column ul.product_list_widget .star-rating {
margin: 0 0 5px 0;
}
.widget .widget-posts-wrap .widget_posts_item,
.sidebar .widget-posts-wrap .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item {
padding-bottom: 25px;
}
.widget .widget-posts-wrap .widget_posts_item:last-child,
.sidebar .widget-posts-wrap .widget_posts_item:last-child,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item:last-child {
padding-bottom: 0;
}
.widget .widget-posts-wrap .widget_posts_item + .widget_posts_item,
.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item + .widget_posts_item {
padding-top: 20px;
border-top: 1px solid #eeeeee;
}
.widget .widget-posts-wrap .widget-posts-thumbnail,
.sidebar .widget-posts-wrap .widget-posts-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail {
width: 60px;
float: left;
margin-right: 10px;
}
.widget .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
position: relative;
}
.widget .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto,
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
position: absolute;
top: 0;
width: 20px;
height: 20px;
right: 0;
line-height: 20px;
font-size: 10px;
text-align: center;
color: #ffffff;
opacity: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.widget .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.widget .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto,
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.widget .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
width: 100%;
display: block;
}
.widget .widget-posts-wrap .widget-posts-content-wrap,
.sidebar .widget-posts-wrap .widget-posts-content-wrap,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-content-wrap {
position: relative;
overflow: hidden;
}
.widget .widget-posts-wrap .widget-posts-title,
.sidebar .widget-posts-wrap .widget-posts-title,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title {
font-size: 15px;
color: #3F3F3F;
display: block;
line-height: 1.2;
margin-bottom: 2px;
}
.widget .widget-posts-wrap .widget-posts-title:hover,
.sidebar .widget-posts-wrap .widget-posts-title:hover,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover {
text-decoration: none;
}
.widget .widget-posts-wrap .owl-theme .owl-controls,
.sidebar .widget-posts-wrap .owl-theme .owl-controls,
.wpb_widgetised_column .widget-posts-wrap .owl-theme .owl-controls {
display: none !important;
}
.widget .widget-posts-wrap .widget-posts-date,
.sidebar .widget-posts-wrap .widget-posts-date,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-date {
font-size: 13px;
color: #999999;
}
.widget .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item,
.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item,
.wpb_widgetised_column .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item {
margin-top: 20px;
}
.widget .widget-twitter-wrap i,
.sidebar .widget-twitter-wrap i,
.wpb_widgetised_column .widget-twitter-wrap i {
font-size: 14px;
}
.widget .widget-twitter-wrap span.twitter-time,
.sidebar .widget-twitter-wrap span.twitter-time,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-time {
color: #b1b1b1;
display: block;
}
.widget .widget-banner .widget-image-wrap a,
.sidebar .widget-banner .widget-image-wrap a,
.wpb_widgetised_column .widget-banner .widget-image-wrap a {
display: block;
position: relative;
overflow: hidden;
}
.widget .widget-banner .widget-image-wrap a:before,
.sidebar .widget-banner .widget-image-wrap a:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
z-index: 1;
-webkit-transition: opacity 0.35s linear;
-o-transition: opacity 0.35s linear;
transition: opacity 0.35s linear;
}
.widget .widget-banner .widget-image-wrap a img,
.sidebar .widget-banner .widget-image-wrap a img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
width: 100%;
height: auto;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.widget .widget-banner .widget-image-wrap a:hover:before,
.sidebar .widget-banner .widget-image-wrap a:hover:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover:before {
opacity: 1;
}
.widget .widget-banner .widget-image-wrap a:hover img,
.sidebar .widget-banner .widget-image-wrap a:hover img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.widget .widget-contact-info,
.sidebar .widget-contact-info,
.wpb_widgetised_column .widget-contact-info {
margin: 0;
padding: 0;
list-style: none;
}
.widget .widget-contact-info > li > i.fa,
.sidebar .widget-contact-info > li > i.fa,
.wpb_widgetised_column .widget-contact-info > li > i.fa {
width: 18px;
}
.widget .mail-chimp-wrapper > p,
.sidebar .mail-chimp-wrapper > p,
.wpb_widgetised_column .mail-chimp-wrapper > p {
line-height: 28px;
}
.widget .mail-chimp-wrapper .mail-chimp-button,
.sidebar .mail-chimp-wrapper .mail-chimp-button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button {
position: relative;
}
.widget .mail-chimp-wrapper .mail-chimp-button > input,
.sidebar .mail-chimp-wrapper .mail-chimp-button > input,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > input {
background-color: #fbfbfb;
color: #222;
border: none;
line-height: 1;
height: 30px;
width: 100%;
}
.widget .mail-chimp-wrapper .mail-chimp-button > button,
.sidebar .mail-chimp-wrapper .mail-chimp-button > button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button {
border: none;
background: none;
position: absolute;
right: 5px;
top: 0;
bottom: 0;
margin: auto;
}
.widget .mail-chimp-wrapper .mail-chimp-button > button > span,
.sidebar .mail-chimp-wrapper .mail-chimp-button > button > span,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button > span {
display: none;
}
.widget .footer-logo .sub-description,
.sidebar .footer-logo .sub-description,
.wpb_widgetised_column .footer-logo .sub-description {
padding-top: 28px;
line-height: 28px;
}
.widget .widget-text-intro,
.sidebar .widget-text-intro,
.wpb_widgetised_column .widget-text-intro {
font-size: 24px;
text-align: center;
border: dashed 3px #c5c5c5;
padding: 55px 10px;
font-weight: 400;
}
.widget ul.instagram-pics,
.sidebar ul.instagram-pics,
.wpb_widgetised_column ul.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.widget ul.instagram-pics li,
.sidebar ul.instagram-pics li,
.wpb_widgetised_column ul.instagram-pics li {
display: inline-block;
padding: 0;
margin: 0;
}
.widget ul.instagram-pics a,
.sidebar ul.instagram-pics a,
.wpb_widgetised_column ul.instagram-pics a {
display: block;
position: relative;
overflow: hidden;
}
.widget ul.instagram-pics a:before,
.sidebar ul.instagram-pics a:before,
.wpb_widgetised_column ul.instagram-pics a:before {
content: "";
position: absolute;
width: 101%;
height: 101%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity: 0;
}
.widget ul.instagram-pics a:hover:before,
.sidebar ul.instagram-pics a:hover:before,
.wpb_widgetised_column ul.instagram-pics a:hover:before {
opacity: 1;
}
.widget .instagram-col-2 ul.instagram-pics li,
.sidebar .instagram-col-2 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-2 ul.instagram-pics li {
width: 50%;
}
.widget .instagram-col-3 ul.instagram-pics li,
.sidebar .instagram-col-3 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-3 ul.instagram-pics li {
width: 33.33333333%;
}
.widget .instagram-col-4 ul.instagram-pics li,
.sidebar .instagram-col-4 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-4 ul.instagram-pics li {
width: 25%;
}
.widget .instagram-col-6 ul.instagram-pics li,
.sidebar .instagram-col-6 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-6 ul.instagram-pics li {
width: 16.66666667%;
}
.widget .instagram-col-8 ul.instagram-pics li,
.sidebar .instagram-col-8 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-8 ul.instagram-pics li {
width: 12.5%;
}
.widget .padding-2 ul.instagram-pics,
.sidebar .padding-2 ul.instagram-pics,
.wpb_widgetised_column .padding-2 ul.instagram-pics {
margin-left: -2px;
margin-right: -2px;
margin-top: -2px;
}
.widget .padding-2 ul.instagram-pics li,
.sidebar .padding-2 ul.instagram-pics li,
.wpb_widgetised_column .padding-2 ul.instagram-pics li {
padding: 2px;
}
.widget .padding-3 ul.instagram-pics,
.sidebar .padding-3 ul.instagram-pics,
.wpb_widgetised_column .padding-3 ul.instagram-pics {
margin-left: -3px;
margin-right: -3px;
margin-top: -3px;
}
.widget .padding-3 ul.instagram-pics li,
.sidebar .padding-3 ul.instagram-pics li,
.wpb_widgetised_column .padding-3 ul.instagram-pics li {
padding: 3px;
}
.widget .padding-4 ul.instagram-pics,
.sidebar .padding-4 ul.instagram-pics,
.wpb_widgetised_column .padding-4 ul.instagram-pics {
margin-left: -4px;
margin-right: -4px;
margin-top: -4px;
}
.widget .padding-4 ul.instagram-pics li,
.sidebar .padding-4 ul.instagram-pics li,
.wpb_widgetised_column .padding-4 ul.instagram-pics li {
padding: 4px;
}
.widget .title-center .widget-title,
.sidebar .title-center .widget-title,
.wpb_widgetised_column .title-center .widget-title {
text-align: center;
}
.widget ul.instagram-pics + p,
.sidebar ul.instagram-pics + p,
.wpb_widgetised_column ul.instagram-pics + p {
margin: 0;
font-size: 13px;
font-style: italic;
letter-spacing: 0.02em;
}
.widget .widget-text-center,
.sidebar .widget-text-center,
.wpb_widgetised_column .widget-text-center {
text-align: center;
}
.widget-payment-gate {
padding-top: 10px;
}
.widget-payment-gate .payment-gate {
list-style: none;
display: inline-block;
}
.widget-payment-gate li {
float: left;
display: inline-block;
padding-right: 4px;
padding-top: 5px;
padding-bottom: 5px;
}
.widget-payment-gate li:last-child {
padding-right: 0px;
}
.widget-payment-gate li:hover {
opacity: 0.6;
}
.widget-payment-gate image {
max-width: 46px;
max-height: 28px;
}
.widget-partner-carousel .owl-carousel .owl-item {
height: 180px;
display: table;
text-align: center;
}
footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
margin-top: 0;
}
.sidebar.woocommerce-sidebar {
padding: 0;
background-color: #ffffff;
}
.sidebar.woocommerce-sidebar .widget {
padding-top: 2em;
}
.sidebar.woocommerce-sidebar .widget-title {
position: relative;
text-transform: uppercase;
font-weight: var(--primary_font_weight);
}
.sidebar .widget_product_categories > ul > li {
border: none;
}
.sidebar .widget_product_categories > ul > li a {
color: var(--text_color);
padding: 5px 0;
}
.sidebar .widget_product_categories > ul > li a:before {
content: '';
display: inline-block;
position: relative;
width: 10px;
height: 2px;
background-color: #eeeeee;
top: -4px;
margin-right: 15px;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.sidebar .widget_product_categories > ul > li a:hover:before {
background-color: var(--primary_color);
} .widget-post-thumbnail ul.posts-thumbnail-list {
padding: 0px;
margin: 0px;
}
.widget-post-thumbnail ul.posts-thumbnail-list > li {
padding: 0 0 35px 0;
margin: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list > li:last-child {
padding: 0 0 10px 0!important;
}
.widget-post-thumbnail ul.posts-thumbnail-list li {
list-style: none;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image {
position: relative;
overflow: hidden;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image a:before {
content: "";
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
opacity: 0.6;
z-index: 1;
-webkit-transform: scale(0, 0) rotateZ(0deg);
-ms-transform: scale(0, 0) rotateZ(0deg);
transform: scale(0, 0) rotateZ(0deg);
background-color: var(--primary_color);
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image a:after {
content: "\f064";
font-family: "fontawesome";
font-size: 20px;
position: absolute;
color: #ffffff;
filter: alpha(opacity=0);
top: 40%;
left: 50%;
visibility: hidden;
opacity: 0;
z-index: 2;
-webkit-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image:hover a:before {
-webkit-transform: scale(1, 1) rotateZ(180deg);
-ms-transform: scale(1, 1) rotateZ(180deg);
transform: scale(1, 1) rotateZ(180deg);
filter: alpha(opacity=100);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image:hover a:after {
top: 50%;
opacity: 1;
visibility: visible;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content {
width: 100%;
float: left;
margin-top: 10px;
padding-left: 15px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 a {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta i {
margin-right: 4px;
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta time,
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta span.author {
margin-right: 10px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count {
display: inline-block;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
margin-right: 4px;
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count a {
font-size: 14px;
color: #000000;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count a:hover {
color: var(--primary_color);
}
@media (max-width: 991px) {
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image {
width: 30%;
float: left;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content {
width: 70%;
float: left;
margin-top: -5px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 {
margin-bottom: 0px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta i {
margin-right: 4px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta time {
margin-right: 10px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
margin-right: 4px;
}
}
.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content {
padding-left: 0;
margin-top: 15px;
text-align: center;
}
.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content a:hover {
color: var(--primary_color);
}
@media (max-width: 991px) {
.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content {
text-align: left;
padding-left: 20px;
margin-top: 6px;
}
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail > li {
padding: 0 0 30px 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li {
list-style: none;
margin: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:before {
content: " ";
display: table;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-image {
width: calc(50% - 70px);
float: left;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-image img {
width: 100%;
max-width: none;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content {
width: calc(50% + 70px);
float: left;
padding-left: 30px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content h4 {
font-size: 16px;
margin-bottom: 0px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content h4 a:hover {
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta i {
margin-right: 4px;
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta time {
margin-right: 10px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
margin-right: 4px;
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date > li {
padding: 0 0 35px 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li {
list-style: none;
margin: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li:before {
content: " ";
display: table;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date {
width: 70px;
float: left;
height: 70px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-align: center;
line-height: 30px;
border: 1px solid #eeeeee;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date span {
display: block;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date span.day {
margin-top: 10px;
font-size: 24px;
font-weight: bold;
position: relative;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date span.month {
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #aaabac;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content {
width: 72%;
float: left;
margin-top: -2px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content h4 a:hover {
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta i {
margin-right: 4px;
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta time {
margin-right: 10px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
margin-right: 4px;
color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li:hover .posts-date {
background-color: #3f3f3f;
border-color: #3f3f3f;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li:hover .posts-date time span {
color: #ffffff !important;
}
.col-md-3 .widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-image {
width: 30%;
float: left;
}
.col-md-3 .widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-image img {
width: 100%;
max-width: none;
}
.col-md-3 .widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content {
width: 70%;
margin-top: -5px;
padding-left: 10px;
} .widget_categories h4 {
margin-top: 10px;
margin-bottom: 20px;
}
.widget_categories ul li {
width: 100%;
margin: 0;
text-align: right;
display: inline-block;
list-style: none;
}
.widget_categories ul li a {
float: left;
text-align: left;
position: relative;
display: inline-block;
padding-left: 15px !important;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.widget_categories ul li a:before {
content: '\f105';
line-height: 27px;
font-family: fontawesome;
width: 30px;
text-align: center;
position: absolute;
left: -12px;
top: 0;
opacity: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.widget_categories ul li a:hover {
padding-left: 20px !important;
color: var(--primary_color);
}
.widget_categories ul li a:hover:before {
opacity: 1;
}
.widget_categories ul li:last-child {
border-bottom: 0;
}
.widget_categories ul li span {
float: right;
} .blog-wrap.grid.layout-container-fluid,
.blog-wrap.masonry.layout-container-fluid {
padding: 0 15px;
}
.blog-wrap article {
padding-bottom: 50px;
}
.hentry.sticky {
position: relative;
}
.hentry.sticky:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 75px solid var(--primary_color);
border-left: 75px solid transparent;
z-index: 3;
}
.hentry.sticky:after {
width: 150px;
height: 50px;
font-family: 'FontAwesome';
content: "\f08d";
position: absolute;
right: -57px;
top: -7px;
color: #ffffff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
text-align: center;
line-height: 56px;
font-size: 18px;
z-index: 3;
}
.blog-inner .entry-thumbnail {
position: relative;
overflow: hidden;
}
.blog-inner .entry-thumbnail a.prettyPhoto {
position: absolute;
top: 0;
width: 56px;
height: 55px;
right: 0;
line-height: 54px;
font-size: 16px;
text-align: center;
color: var(--primary_color);
opacity: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
z-index: 2;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail-wrap iframe {
width: 100%;
}
.blog-inner article.post .entry-wrap:hover a.entry-thumbnail_overlay:before {
opacity: 1;
}
.blog-inner article.post .entry-wrap:hover a.prettyPhoto {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
opacity: 0.8;
width: 80px;
height: 80px;
font-size: 80px;
line-height: 80px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.blog-inner .entry-thumbnail_overlay img {
width: 100%;
display: block;
}
.blog-inner h3.entry-title {
font-size: 25px;
}
.blog-inner .entry-post-meta-wrap {
margin-bottom: 20px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li {
display: inline;
line-height: 1.4;
margin-right: 15px;
vertical-align: middle;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li a {
color: inherit;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li i {
margin-right: 5px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child {
margin-right: 0;
}
.blog-inner .entry-excerpt p {
margin-bottom: 0;
}
.blog-inner .read-more {
text-decoration: underline;
}
.blog-inner .jp-interface {
background-color: transparent;
height: 140px;
border: 2px solid #eeeeee;
}
.blog-inner .jp-play-pause {
padding: 0;
text-align: center;
background-color: transparent;
height: 100%;
width: auto;
margin-left: 25px;
}
.blog-inner .jp-play-pause i {
font-size: 38px;
line-height: 136px;
}
.blog-inner .jp-progress {
margin: 0 0 0 10px;
}
.blog-inner .jp-seek-bar {
height: 18px;
border: 2px solid #eeeeee;
width: 100% !important;
}
.blog-inner .jp-volume {
height: 18px;
line-height: 1;
position: absolute;
right: 15px;
top: 0;
bottom: 0;
margin: auto auto auto 50px;
padding: 0;
}
.blog-inner .jp-volume > li {
display: inline-block;
vertical-align: middle;
}
.blog-inner .jp-volume-bar {
height: 18px;
width: 100px;
border: 2px solid #eeeeee;
margin-left: 10px;
}
.blog-inner .jp-volume-bar-value {
height: 14px;
}
.blog-inner article.format-link .post-format-icon,
.blog-inner article.format-quote .post-format-icon {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 34px;
float: left;
margin-right: 30px;
color: #ffffff;
}
.blog-inner article.format-link .entry-content-wrap,
.blog-inner article.format-quote .entry-content-wrap {
position: relative;
overflow: hidden;
}
.blog-inner article.format-link .entry-content-link {
font-size: 16px;
font-style: italic;
letter-spacing: 0.02em;
color: var(--heading_color_fade_80);
}
.blog-inner article.format-link .entry-content-link a {
color: inherit;
}
.blog-inner article.format-quote .entry-content-quote blockquote {
padding: 0;
margin: 0;
border: none;
font-size: 16px;
font-style: italic;
letter-spacing: 0.02em;
color: var(--heading_color_fade_80);
}
.blog-inner article.format-quote .entry-content-quote blockquote p:before {
content: "“";
margin-right: 5px;
}
.blog-inner article.format-quote .entry-content-quote blockquote cite {
text-transform: uppercase;
text-decoration: underline;
display: block;
margin-top: 10px;
font-size: 14px;
}
.blog-inner.blog-style-medium-image article {
margin-bottom: 50px;
padding-bottom: 0px;
}
.blog-inner.blog-style-medium-image article .post-item {
margin-bottom: 50px;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail {
padding-top: 0 !important;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content {
z-index: 2;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left {
text-align: center;
padding: 14px 10px;
border: 1px solid var(--text_color);
width: 85px;
height: 85px;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left .date {
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
line-height: 1.3;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right {
padding-left: 20px;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right .line {
margin: 10px 0;
width: 40px;
height: 2px;
background-color: var(--text_color);
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap {
margin-bottom: 0;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail h3.entry-title a {
font-size: 18px;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail h3.entry-title a:hover {
color: var(--primary_color);
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt {
margin: 25px 0px !important;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p {
color: var(--secondary_color);
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail a.btn-readmore {
font-size: 14px;
}
.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
display: block;
padding: 10px 0px !important;
text-align: center;
letter-spacing: 2px;
}
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-thumbnail-wrap {
float: left;
width: 50%;
padding: 0 15px 0 0 !important;
}
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-content-wrap {
float: right;
width: 50% !important;
padding: 0 0 0 15px !important;
}
@media (max-width: 767px) {
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-thumbnail-wrap {
float: left;
width: 100%;
padding: 0 !important;
}
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n+1) .entry-wrap .entry-content-wrap {
float: right;
width: 100% !important;
padding: 0 !important;
}
}
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-thumbnail-wrap {
float: right;
width: 50%;
padding: 0 0 0 15px !important;
}
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-content-wrap {
float: left;
width: 50% !important;
padding: 0 15px 0 0 !important;
}
@media (max-width: 767px) {
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-thumbnail-wrap {
float: left;
width: 100%;
padding: 0 !important;
}
.blog-inner.blog-style-medium-image article.has-post-thumbnail:nth-child(2n) .entry-wrap .entry-content-wrap {
float: right;
width: 100% !important;
padding: 0 !important;
}
}
.blog-inner.blog-style-large-image article {
margin-bottom: 30px;
}
.blog-inner.blog-style-large-image article .post-item {
margin-bottom: 0px;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content {
z-index: 2;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left {
text-align: center;
padding: 14px 10px;
border: 1px solid var(--text_color);
width: 85px;
height: 85px;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left .date {
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
line-height: 1.3;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right {
padding-left: 20px;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right .line {
margin: 10px 0;
width: 40px;
height: 2px;
background-color: var(--text_color);
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap {
margin-bottom: 0;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail h3.entry-title a {
font-size: 20px;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail h3.entry-title a:hover {
color: var(--primary_color);
}
@media (max-width: 767px) {
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail h3.entry-title a {
font-size: 18px;
}
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt {
margin: 25px 0px !important;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p {
color: var(--secondary_color);
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail a.btn-readmore {
font-size: 14px;
}
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
display: block;
padding: 10px 0px !important;
text-align: center;
letter-spacing: 2px;
}
@media (max-width: 479px) {
.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail {
padding: 15px 0 !important;
}
}
@media (max-width: 767px) {
.blog-inner.blog-style-large-image article {
margin: 0;
}
}
.blog-inner.blog-style-grid article {
float: left;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap {
padding: 0 !important;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content {
z-index: 2;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .date-left {
text-align: center;
padding: 14px 10px;
border: 1px solid var(--text_color);
width: 85px;
height: 85px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .date-left .date {
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
line-height: 1.3;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .title-meta-right {
padding-left: 20px;
text-align: left;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .title-meta-right .line {
margin: 10px 0;
width: 40px;
height: 2px;
background-color: var(--text_color);
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
font-size: 16px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap {
position: relative;
margin-bottom: 0 !important;
padding-bottom: 0px !important;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li {
margin: 0 15px;
display: inline-block;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li:first-child {
margin-left: 0;
}
@media (max-width: 479px) {
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
bottom: -10px;
}
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
padding: 0px 40px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
color: var(--secondary_color);
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
display: block;
padding: 15px 0px;
}
.blog-inner.blog-style-grid.blog-col-4 article {
width: 25%;
padding: 0 15px 30px;
}
.blog-inner.blog-style-grid.blog-col-3 article {
width: 33.3333%;
padding: 0 15px 30px;
}
.blog-inner.blog-style-grid.blog-col-2 article {
width: 50%;
padding: 0 15px 30px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
font-size: 16px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
display: none;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
padding: 0 20px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
font-size: 14px;
}
.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
padding: 10px 0px;
}
.blog-inner.blog-style-masonry article {
float: left;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content {
z-index: 2;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .date-left {
text-align: center;
padding: 14px 10px;
border: 1px solid var(--text_color);
width: 85px;
height: 85px;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .date-left .date {
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
line-height: 1.3;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .title-meta-right {
padding-left: 20px;
text-align: left;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .title-meta-right .line {
margin: 10px 0;
width: 40px;
height: 2px;
background-color: var(--text_color);
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
font-size: 16px;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
color: var(--secondary_color);
padding: 0 20px;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
font-size: 14px;
}
.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap {
position: relative;
margin-bottom: 0 !important;
}
.blog-inner.blog-style-masonry article.format-link .post-format-icon,
.blog-inner.blog-style-masonry article.format-quote .post-format-icon,
.blog-inner.blog-style-masonry article.format-link h3.entry-title,
.blog-inner.blog-style-masonry article.format-quote h3.entry-title,
.blog-inner.blog-style-masonry article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-post-meta-wrap {
display: none;
}
.blog-inner.blog-style-masonry article.format-link .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-content-wrap {
padding: 35px;
}
.blog-inner.blog-style-masonry .jp-interface {
height: 70px;
}
.blog-inner.blog-style-masonry .jp-play-pause {
margin-left: 20px;
}
.blog-inner.blog-style-masonry .jp-play-pause i {
line-height: 68px;
}
.blog-inner.blog-style-masonry .jp-volume {
margin: auto auto auto 30px;
}
.blog-inner.blog-style-masonry .jp-volume-bar {
display: none !important;
}
.blog-inner.blog-style-masonry article.format-quote .entry-content-quote blockquote {
font-size: 18px;
}
.blog-inner.blog-style-masonry.blog-col-2 article {
width: 50%;
padding: 0 15px 30px;
}
.blog-inner.blog-style-masonry.blog-col-3 article {
width: 33.33333333%;
padding: 0 15px 30px;
}
.blog-inner.blog-style-masonry.blog-col-4 article {
width: 25%;
padding: 0 15px 30px;
}
.blog-inner.blog-style-search h3.entry-title {
font-size: 25px;
}
@media (max-width: 767px) {
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 66.66666667%;
}
.blog-wrap .entry-thumbnail-wrap,
.rubino-post .rubino-post-image { }
.blog-wrap .entry-thumbnail-wrap .owl-carousel,
.rubino-post .rubino-post-image .owl-carousel {
margin: 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div,
.rubino-post .rubino-post-image .owl-carousel .owl-nav div {
position: absolute;
width: 40px;
height: 40px;
line-height: 40px;
margin: auto;
display: block;
top: 0;
bottom: 0;
cursor: pointer;
text-align: center;
background-color: var(--primary_color_fade_30);
z-index: 200;
padding: 0;
opacity: 0;
color: #ffffff;
font-size: 15px;
border-radius: 100%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div:hover,
.rubino-post .rubino-post-image .owl-carousel .owl-nav div:hover {
background-color: #ffffff;
color: var(--primary_color);
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-next,
.rubino-post .rubino-post-image .owl-carousel .owl-nav div.owl-next {
right: 15px;
-webkit-transform: translateX(50px);
-ms-transform: translateX(50px);
transform: translateX(50px);
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-prev,
.rubino-post .rubino-post-image .owl-carousel .owl-nav div.owl-prev {
left: 15px;
-webkit-transform: translateX(-50px);
-ms-transform: translateX(-50px);
transform: translateX(-50px);
}
.blog-wrap .entry-thumbnail-wrap:hover .owl-carousel .owl-nav div,
.rubino-post .rubino-post-image:hover .owl-carousel .owl-nav div {
opacity: 1;
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.entry-content:after,
.comment-text:after {
content: "";
clear: both;
display: block;
}
.entry-content table,
.comment-text table {
border-collapse: collapse !important;
}
.entry-content table,
.comment-text table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th,
.entry-content table > tbody > tr > th,
.comment-text table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.comment-text table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.comment-text table > thead > tr > td,
.entry-content table > tbody > tr > td,
.comment-text table > tbody > tr > td,
.entry-content table > tfoot > tr > td,
.comment-text table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #eeeeee;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th {
vertical-align: bottom;
border-bottom: 1px solid #eeeeee;
}
.entry-content table > caption + thead > tr:first-child > th,
.comment-text table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.comment-text table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.comment-text table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.comment-text table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.comment-text table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td,
.comment-text table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.entry-content table > tbody + tbody,
.comment-text table > tbody + tbody {
border-top: 1px solid #eeeeee;
}
.entry-content blockquote p,
.comment-text blockquote p {
position: relative;
overflow: hidden;
}
.entry-content blockquote cite,
.comment-text blockquote cite {
display: block;
font-size: 15px;
}
.entry-content input[type="submit"],
.comment-text input[type="submit"] {
font-size: 15px;
line-height: 1.6;
font-weight: 400;
text-align: center;
display: inline-block;
color: #fff;
border: none;
padding: 9px 25px;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.entry-content p:last-child,
.comment-text p:last-child {
margin-bottom: 0;
}
.entry-content dd,
.comment-text dd,
.entry-content dt,
.comment-text dt {
line-height: 2.2;
}
.entry-meta-tag {
font-size: 0;
}
.entry-meta-tag label {
font-size: 12px;
margin-bottom: 0;
color: var(--heading_color_fade_70);
font-weight: normal;
margin-right: 20px;
text-transform: uppercase;
}
.entry-meta-tag a {
display: inline-block;
margin-right: 20px;
line-height: 1;
font-size: 13px;
color: var(--heading_color_fade_80);
}
.entry-meta-tag a:before {
content: "#";
margin-right: 5px;
display: inline-block;
}
.entry-meta-tag {
display: none;
} .single-post .site-content-single-post {
overflow: hidden;
}
.single-post .site-content-single-post .blog-wrap {
margin: 0 auto;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article {
background-color: #ffffff;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap {
margin-top: 0px;
margin-bottom: 40px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info {
position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-meta-date {
display: block;
font-size: 16px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-meta-date span {
display: block;
text-transform: uppercase;
line-height: 28px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-meta-author {
font-weight: bold;
text-transform: uppercase;
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info h1 {
line-height: 1;
margin-top: 0;
text-align: center;
margin-bottom: 10px;
font-weight: normal;
font-size: 48px;
text-transform: capitalize;
}
@media (max-width: 479px) {
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info h1 {
font-size: 18px;
}
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul {
text-align: center;
margin: 0;
padding: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul li {
display: inline-block;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-post-format {
display: none;
}
@media (max-width: 479px) {
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap {
margin: 30px 0;
}
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap img {
margin-bottom: 50px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .wp-post-image {
width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-thumbnail:before {
display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article h3.entry-title {
font-size: 32px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content {
margin-bottom: 25px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=password] {
border: 1px solid var(--primary_color);
background-color: transparent;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit] {
background-color: var(--primary_color);
color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit]:hover {
background-color: var(--primary_color_lighten_10);
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .yolo-full-width {
padding: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .yolo-full-width .container {
padding: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article blockquote {
border-left-width: 5px;
border-left-style: solid;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info {
padding-top: 40px;
border-top: 1px solid #eeeeee;
margin-top: -1px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar {
float: left;
width: 100px;
margin-right: 40px;
margin-left: 50px;
text-align: center;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar .alignnone {
margin: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar img.avatar {
-webkit-border-top-right-radius: 100%;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 100%;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 100%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar h3.author-title {
margin: 20px 0 0 0;
font-size: 13px;
text-transform: uppercase;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description {
position: relative;
overflow: hidden;
padding-left: 10px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio {
position: relative;
margin-bottom: 0;
padding: 25px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio:after {
right: 100%;
top: 50px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #eeeeee;
border-width: 7px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
width: 100px;
height: 100px;
font-size: 100px;
line-height: 100px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation {
background-color: #ffffff;
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
margin-top: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous {
width: 50%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a {
padding: 15px 0px;
display: table;
width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left {
display: table-cell;
width: 50px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-label {
display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-icon {
left: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-content {
display: table-cell;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-content .post-navigation-title {
text-align: left;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 479px) {
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-content {
display: none;
}
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-left .post-navigation-label {
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-left .post-navigation-icon {
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-content .post-navigation-title {
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next {
width: 50%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a {
padding: 15px 0px;
display: table;
width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right {
display: table-cell;
width: 50px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-label {
display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-icon {
right: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content {
display: table-cell;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content .post-navigation-title {
text-align: right;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 479px) {
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content {
display: none;
}
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-right .post-navigation-label {
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-right .post-navigation-icon {
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-content .post-navigation-title {
color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .social-share-wrap label {
display: none;
}
.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share {
padding: 0;
margin: 0;
width: 100%;
text-align: center;
}
.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li {
list-style: none;
display: inline-block;
margin: 5px;
}
.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li a {
display: block;
text-align: center;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
padding: 5px 15px;
border-radius: 3px;
background: var(--text_color);
color: #ffffff;
}
.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li a:hover {
background: var(--primary_color);
color: #ffffff;
}
.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li a i:before {
padding-right: 10px;
}
@media (max-width: 479px) {
.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li a {
padding: 10px 9px;
}
}
@media (max-width: 480px) {
.single-post .site-content-single-post .blog-wrap .social-share-wrap {
width: 100%;
text-align: left;
}
}
@media (max-width: 991px) {
.single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article .entry-content-wrap {
padding: 0px;
}
.single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article h1 {
font-size: 25px;
}
}
.entry-comments {
background-color: #ffffff;
padding: 20px 0px;
}
.entry-comments h3.comments-title {
font-size: 18px;
padding-bottom: 0px;
margin-bottom: 0px;
text-transform: uppercase;
font-weight: 600;
position: relative;
}
.entry-comments h3.comments-title span {
color: var(--primary_color);
}
.entry-comments .entry-comments-list {
padding-bottom: 45px;
}
.entry-comments .entry-comments-list ol.commentlist {
padding: 0;
margin: 0;
list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li .children {
margin: 0px;
padding-left: 45px;
}
@media (max-width: 767px) {
.entry-comments .entry-comments-list ol.commentlist li .children {
padding-left: 15px;
}
}
.entry-comments .entry-comments-list ol.commentlist li .children li {
list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-body {
border-bottom: 1px solid #eeeeee;
padding: 30px 0px;
}
@media (max-width: 767px) {
.entry-comments .entry-comments-list ol.commentlist li .comment-body {
padding: 20px 0px;
}
}
.entry-comments .entry-comments-list ol.commentlist li img.avatar {
float: left;
width: 80px;
margin: 0;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text {
position: relative;
padding-left: 110px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link,
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
font-size: 13px;
text-transform: uppercase;
color: var(--secondary_color);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link:hover,
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link:hover {
color: var(--primary_color);
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link {
margin-right: 25px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text p {
margin: auto;
}
.entry-comments .entry-comments-list ol.commentlist li .author {
position: relative;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name {
font-size: 13px;
color: #000000;
text-transform: capitalize;
font-weight: bold;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name a {
color: inherit;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date {
margin-left: 20px;
position: relative;
padding-left: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date:before {
position: absolute;
content: '';
width: 4px;
height: 4px;
background-color: var(--primary_color);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
bottom: 5px;
left: 0px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-respond {
margin-top: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li:last-child .comment-text {
border-bottom: none;
padding-bottom: 0;
}
.entry-comments .entry-comments-list nav.comment-navigation {
margin-bottom: 20px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
display: inline-block;
margin-right: 5px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #eeeeee;
color: #888;
font-size: 14px;
-webkit-border-top-right-radius: 100%;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 100%;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 100%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev {
border: none;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-size: 18px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus {
color: #202020;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current {
color: #ffffff;
}
.entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom {
margin-bottom: 0;
margin-top: 20px;
}
.comment-reply-title {
font-size: 18px;
margin-bottom: 30px;
text-transform: uppercase;
font-weight: 600;
}
.comment-reply-title span {
position: relative;
color: var(--primary_color);
}
.comment-fields-wrap .comment-fields-inner .row {
margin: 0;
}
#respond .comment-form input[type="text"],
#respond .comment-form input[type="search"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"],
#respond .comment-form input[type="password"],
#respond .comment-form textarea {
width: 100%;
background-color: #ffffff;
border: 1px solid #e6e6e6;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: none;
box-shadow: none;
}
#respond .comment-form input[type="text"]:focus,
#respond .comment-form input[type="search"]:focus,
#respond .comment-form input[type="email"]:focus,
#respond .comment-form input[type="url"]:focus,
#respond .comment-form input[type="password"]:focus,
#respond .comment-form textarea:focus {
border-color: var(--primary_color);
-webkit-box-shadow: none;
box-shadow: none;
}
#respond .comment-form textarea {
height: 100px;
}
#respond .comment-form .form-group {
margin-bottom: 10px;
}
#respond .comment-form .form-submit {
margin: 5px 0 10px 0;
text-transform: uppercase;
}
#respond .comment-form .form-submit input#submit {
font-weight: bold;
background: var(--text_color);
color: #ffffff;
padding: 10px 15px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
text-transform: uppercase;
border: none;
}
#respond .comment-form .form-submit input#submit:hover {
background: var(--primary_color_darken_10);
}
#respond .comment-form .comment-notes,
#respond .comment-form .logged-in-as {
display: none;
} .blog-wrap {
margin-bottom: 0;  }
.blog-wrap .blog-inner article .post-item {
background-color: #ffffff;
}
.blog-wrap .blog-inner article .post-item .entry-wrap {
position: relative;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap {
position: relative;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.05);
z-index: 1;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay img {
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay {
display: none;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap {
position: relative;
z-index: 2;
width: 100%;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail {
background-color: #ffffff;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
margin-top: 0px;
line-height: 1;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
position: relative;
background-color: #e6e6e6;
display: block;
color: #000000;
text-transform: uppercase;
font-weight: bold;
overflow: hidden;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore span {
padding: 10px 0px;
display: block;
text-align: center;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
background-color: #1a1a1a;
color: #ffffff;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover:before {
left: 120%;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
margin-bottom: 30px;
}
.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay:before {
background-color: rgba(0, 0, 0, 0.5);
}
.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
.blog-wrap .blog-inner article .post-item {
padding: 0px 0px 20px 0px;
}
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-title {
font-size: 16px;
}
@media (max-width: 479px) {
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap {
margin: 0;
padding: 0 !important;
}
}
.blog-wrap.masonry .blog-inner .entry-wrap .entry-content-wrap {
text-align: center;
}
.blog-wrap.masonry .blog-inner .entry-wrap .entry-content-wrap .entry-title {
font-size: 16px;
}
.blog-wrap.grid .blog-inner .entry-wrap .entry-content-wrap {
text-align: center;
}
.blog-wrap.grid .blog-inner .entry-wrap .entry-content-wrap .entry-title {
font-size: 16px;
}
.hide_author .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-author {
display: none;
}
.hide_comment .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-comment {
display: none;
}
.hide_category .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-category {
display: none;
}
.hide_date .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-date {
display: none;
}
.hide_readmore .blog-inner article .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
display: none;
}
@media (max-width: 991px) {
.blog-inner.blog-style-grid article,
.rubino-post.blog-style-grid article,
.blog-inner.blog-style-masonry article,
.rubino-post.blog-style-masonry article {
width: 50% !important;
}
}
@media (max-width: 767px) {
.blog-inner .jp-interface,
.rubino-post .jp-interface {
height: 70px;
}
.blog-inner .jp-play-pause,
.rubino-post .jp-play-pause {
margin-left: 20px;
}
.blog-inner .jp-play-pause i,
.rubino-post .jp-play-pause i {
line-height: 68px;
}
.blog-inner .jp-volume,
.rubino-post .jp-volume {
margin: auto auto auto 30px;
}
.blog-inner .jp-volume-bar,
.rubino-post .jp-volume-bar {
display: none !important;
}
.blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
.rubino-post.blog-style-medium-image .entry-thumbnail-wrap {
float: none;
margin: 0 0 40px 0;
width: 100%;
max-width: 100%;
}
.blog-inner.blog-style-grid,
.rubino-post.blog-style-grid,
.blog-inner.blog-style-masonry,
.rubino-post.blog-style-masonry {
margin: 0;
}
.blog-inner.blog-style-grid article,
.rubino-post.blog-style-grid article,
.blog-inner.blog-style-masonry article,
.rubino-post.blog-style-masonry article {
width: 100% !important;
padding: 0px !important;
}
.blog-inner.blog-style-grid article + article,
.rubino-post.blog-style-grid article + article,
.blog-inner.blog-style-masonry article + article,
.rubino-post.blog-style-masonry article + article {
margin-top: 30px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 100%;
}
}
@media (max-width: 480px) {
.blog-inner article.format-link .post-format-icon,
.rubino-post article.format-link .post-format-icon,
.blog-inner article.format-quote .post-format-icon,
.rubino-post article.format-quote .post-format-icon {
display: none;
}
.site-content-single-post .blog-inner .author-info .author-avatar {
float: none;
margin: 0 auto 20px auto;
}
.site-content-single-post .blog-inner .author-info .author-description {
padding-left: 0;
}
.entry-comments .entry-comments-list ol.commentlist li img.avatar {
width: 65px;
margin-right: 10px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text {
padding-left: 0;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
position: relative;
}
.entry-comments-form-avatar {
display: none;
}
}
.yolo-site-content-page .blog-inner article {
padding: 0 15px;
}
@media (max-width: 767px) {
.yolo-site-content-page .blog-inner article {
padding: 0px;
}
}
.relate-heading {
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
margin-top: 40px;
margin-bottom: 20px;
}
.yolo-related-post {
position: relative;
}
.yolo-related-post .yolo-related-post-item .yolo-related-post-content .yolo-related-post-title {
margin-top: 10px;
margin-bottom: 0px;
font-size: 18px;
}
.yolo-related-post.grid {
display: inline-block;
width: 100%;
}
.yolo-related-post.grid .yolo-related-post-item {
padding: 0 15px;
display: inline-block;
}
.yolo-related-post.grid .yolo-related-post-item .yolo-related-post-thumb img {
width: 100%;
}
.yolo-related-post.grid .yolo-related-post-item .yolo-related-post-content .yolo-related-post-title {
font-weight: bold;
}
.yolo-related-post.grid.yolo-col-2 .yolo-related-post-item {
width: 50%;
float: left;
}
.yolo-related-post.grid.yolo-col-3 .yolo-related-post-item {
width: 33.33%;
float: left;
}
.yolo-related-post.grid.yolo-col-4 .yolo-related-post-item {
width: 25%;
float: left;
}
.yolo-related-post.grid.yolo-col-5 .yolo-related-post-item {
width: 20%;
float: left;
}
.author-info {
margin-top: 60px;
margin-bottom: 40px;
text-align: center;
padding-top: 40px;
}
.author-info .author-avatar img {
border-radius: 100%;
}
.author-info .author-description h3 {
text-transform: capitalize;
}
.comment-form-author,
.comment-form-email {
width: calc(50% - 15px);
display: inline-block;
float: left;
margin-bottom: 30px;
}
.comment-form-author {
margin-right: 30px;
}
.comment-form-comment {
margin-bottom: 30px;
} .woocommerce div.product span.price del {
font-size: var(--primary_font_size);
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
overflow: hidden;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
background-color: transparent;
}
.woocommerce .product-thumb:before,
.woocommerce .product-thumb-one:before,
.woocommerce .ylp-product-thumb:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
background-color: rgba(0, 0, 0, 0.03);
display: block;
z-index: 1;
-webkit-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
} .layout-container-fluid.archive-product-wrap {
padding: 0 15px;
}
.tooltip-inner {
white-space: nowrap;
}
.custom-select {
position: relative;
}
.custom-select:before {
content: "\f107";
font-family: FontAwesome;
padding: 8px 8px;
position: absolute;
right: 10px;
top: 0;
z-index: 1;
text-align: center;
width: 15px;
height: 100%;
pointer-events: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.custom-select:after {
content: "";
display: block;
clear: both;
}
.custom-select select {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select select::-ms-expand {
display: none;
}
.woocommerce-pagination {
margin-top: 0px;
padding-top: 0px;
line-height: 0;
text-align: right;
}
.breadcrumb-archive-product-wrap .container {
position: relative;
}
.breadcrumb-archive-product-wrap .catalog-filter {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
height: 44px;
}
.catalog-filter {
padding-left: 15px;
padding-right: 15px;
}
.woocommerce .woocommerce-ordering {
position: relative;
}
.woocommerce .woocommerce-ordering:after {
content: "\f107";
font-family: FontAwesome;
padding: 8px 8px;
position: absolute;
right: 10px;
top: 0;
z-index: 1;
text-align: center;
width: 15px;
height: 100%;
pointer-events: none;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce .woocommerce-ordering select::-ms-expand {
display: none;
}
.woocommerce .woocommerce-ordering select {
color: var(--heading_color);
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
margin: 0;
}
.woocommerce .woocommerce-result-count {
font-size: 13px;
margin-right: 30px;
line-height: 44px;
text-transform: uppercase;
color: var(--heading_color);
font-weight: bold;
}
.catalog-filter-invisible .catalog-filter,
.result-count-invisible .woocommerce-result-count,
.catalog-ordering-invisible .woocommerce-ordering {
display: none;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating {
float: none;
font-size: 12px;
width: 90px;
letter-spacing: 5px;
margin-top: 20px;
margin: 20px auto 0 auto;
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
color: var(--primary_color_fade_50);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart {
font-size: 15px;
color: #ffffff;
line-height: 1.2 !important;
font-weight: bold;
border-radius: 0;
padding: 12px 25px;
min-width: 170px;
text-align: center;
vertical-align: middle;
background-color: var(--secondary_color);
border-radius: 3px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart:hover {
background-color: var(--primary_color);
color: #ffffff;
}
.product-flash + .product-flash {
margin-top: 5px;
}
.woocommerce div.product form.cart .reset_variations {
padding-left: 10px;
}
input#calc_shipping_state {
background-color: #ffffff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
height: 44px;
background-color: transparent;
color: var(--text_color);
font-size: 14px;
border: 1px solid #eeeeee;
}
.woocommerce form .form-row textarea {
height: 130px;
}
.woocommerce form .form-row label {
font-weight: normal;
font-size: 14px;
color: #202020;
}
.woocommerce form .form-row label.inline input[type=checkbox],
.woocommerce form .form-row label.inline input[type=radio] {
margin: auto;
vertical-align: middle;
}
.woocommerce form .form-row {
padding: 0;
margin-bottom: 10px;
}
.site-content-archive-product .yolo-filter-categories-mobile {
display: none;
}
@media (max-width: 991px) {
.site-content-archive-product .yolo-filter-categories-mobile {
display: block;
cursor: pointer;
}
.site-content-archive-product .yolo-filter-categories-mobile:after {
content: "\f067";
font-family: FontAwesome;
width: 20px;
height: 20px;
border-radius: 100%;
border: 1px solid var(--text_color);
display: inline-block;
text-align: center;
line-height: 20px;
font-size: 12px;
margin-left: 10px;
}
.site-content-archive-product .yolo-filter-categories-mobile.active:after {
content: "\f068";
}
}
.site-content-archive-product .yolo-filter-categories {
width: 80%;
padding-left: 0px;
float: left;
}
.site-content-archive-product .yolo-filter-categories li {
display: inline-block;
margin-right: 15px;
}
.site-content-archive-product .yolo-filter-categories li.current-cat a {
color: var(--primary_color);
font-weight: bold;
}
.site-content-archive-product .yolo-filter-categories li span {
display: inline-block;
margin-right: 15px;
}
@media (max-width: 991px) {
.site-content-archive-product .yolo-filter-categories {
width: 100%;
float: none;
display: none;
}
.site-content-archive-product .yolo-filter-categories li {
display: block;
margin-right: 0;
}
.site-content-archive-product .yolo-filter-categories li span {
display: none;
}
}
.site-content-archive-product .yolo-filter-search {
text-align: right;
width: 20%;
float: right;
padding-right: 0px;
padding-left: 0;
list-style-type: none;
}
.site-content-archive-product .yolo-filter-search li {
display: inline-block;
cursor: pointer;
}
.site-content-archive-product .yolo-filter-search li.active span#yolo-shop-search-btn,
.site-content-archive-product .yolo-filter-search li.active span.invert-color {
color: var(--primary_color);
}
.site-content-archive-product .yolo-filter-search li span {
margin: 0 20px;
float: left;
}
@media (max-width: 991px) {
.site-content-archive-product .yolo-filter-search {
text-align: left;
width: 100%;
float: left;
}
}
.site-content-archive-product .yolo-search-field {
display: none;
}
.site-content-archive-product .archive-product-wrap {
position: relative;
margin-bottom: 80px;
margin-left: -15px;
margin-right: -15px;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left {
float: left;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left .woocommerce-sidebar {
display: block;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left .woocommerce-sidebar aside {
width: 100%;
}
@media (max-width: 991px) {
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left {
float: none;
}
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right {
float: right;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right .woocommerce-sidebar {
display: block;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right .woocommerce-sidebar aside {
width: 100%;
}
@media (max-width: 991px) {
.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right {
float: none;
}
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .top {
margin: 0 -15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .top.active {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .top .widget {
padding: 0 15px;
}
@media (max-width: 991px) {
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget {
padding: 0;
width: 100%;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget .widget-title {
cursor: pointer;
padding: 10px 0;
margin: 0;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget .widget-title:before {
content: "\f105";
font-family: FontAwesome;
width: auto;
height: auto;
top: auto;
background: none;
right: 0;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget .widget-title span {
padding-left: 5px;
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget .widget-title.active:before {
content: "\f107";
}
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget ul,
.site-content-archive-product .archive-product-wrap .yolo-filter-widget .widget .tagcloud {
display: none;
padding-left: 20px;
}
}
.site-content-archive-product .archive-product-wrap.yolo-loading-product .product-listing {
opacity: 0;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.site-content-archive-product .archive-product-wrap.yolo-loaded-product .product-listing {
opacity: 0;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar {
margin-top: 30px;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a {
display: inline-block;
padding: 5px 10px;
border: 1px solid #eeeeee;
margin: 0 5px;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a:before {
content: "\f00d";
font-family: FontAwesome;
padding-right: 10px;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a:first-child {
margin-left: 0;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar {
display: none;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside {
width: 25%;
float: left;
margin-top: 0;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside h4.widget-title {
margin-bottom: 25px;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter {
list-style-type: none;
padding-left: 0;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-color a {
display: inline-block;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .tagcloud .current-tag {
background-color: var(--primary_color);
color: #ffffff;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside ul li.wc-layered-nav-term a {
display: inline-block;
}
.site-content-archive-product .archive-product-wrap .yolo-search-field {
display: none;
}
.site-content-archive-product .archive-product-wrap .product-listing {
margin: 0 -15px;
opacity: 1;
margin-bottom: 30px;
min-height: 450px;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.site-content-archive-product .archive-product-wrap .product-listing .product-item-wrap {
float: left;
}
@media (max-width: 480px) {
.site-content-archive-product .archive-product-wrap .product-listing {
margin: 0 0 30px 0;
}
}
.site-content-archive-product .archive-product-wrap .yolo-spinner {
text-align: center;
position: relative;
top: 50px;
}
.site-content-archive-product .archive-product-wrap .yolo-spinner .fa-spinner {
position: absolute;
}
.site-content-archive-product .archive-product-wrap .woocommerce-no-products {
min-height: 450px;
margin-top: 30px;
}
.site-content-archive-product .woocommerce-pagination {
text-align: center;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all {
display: inline-block;
cursor: pointer;
border: 1px solid var(--primary_color);
padding: 20px 60px;
height: 40px;
font-weight: bold;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 50px;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore i,
.site-content-archive-product .woocommerce-pagination .yolo-show-all i {
line-height: 0;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore:hover,
.site-content-archive-product .woocommerce-pagination .yolo-show-all:hover {
background-color: var(--primary_color);
color: #ffffff;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-hide-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all.yolo-hide-loadmore {
opacity: 0;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-show-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all.yolo-show-loadmore {
opacity: 0;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.site-content-archive-product .woocommerce-pagination .yolo-show-all {
background-color: var(--primary_color);
color: #ffffff;
}
.site-content-archive-product .container-fluid .yolo-filter-categories {
padding-left: 30px;
}
.site-content-archive-product .container-fluid .yolo-filter-search {
padding-right: 30px;
}
.site-content-archive-product {
padding-top: 45px;
}
.yolo-product-category > a {
display: block;
}
.yolo-product-category .product-category-inner {
position: relative;
}
.yolo-product-category .product-category-inner:hover .text-left h2 {
color: var(--primary_color);
}
.yolo-product-category .product-category-inner:hover .text-left h2:before {
width: 100%;
left: 0;
}
.yolo-product-category .product-category-inner .text-left {
position: absolute;
bottom: 20px;
left: 20px;
}
.yolo-product-category .product-category-inner .text-left h2 {
font-size: 24px;
margin: 0;
}
.yolo-product-category .product-category-inner .text-left h2 mark {
color: inherit;
background-color: transparent;
padding: 0;
}
.yolo-product-category .product-category-inner .text-left h2:before {
content: '';
width: 0;
height: 2px;
bottom: -2px;
background-color: var(--primary_color);
position: absolute;
right: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
} h3.check-out-title {
font-size: 25px;
text-align: center;
max-width: 570px;
margin: auto;
border-bottom: 2px solid #ffffff;
padding-bottom: 20px;
margin-top: 20px;
}
.woocommerce-checkout-info {
border-bottom: 1px solid #eeeeee;
padding: 5px 0;
text-align: center;
max-width: 570px;
margin: auto;
}
.woocommerce-checkout-info .showcoupon,
.woocommerce-checkout-info .showlogin {
font-weight: bold;
}
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
border: none;
padding: 20px 0;
border-radius: 0;
max-width: 570px;
margin: auto;
border-bottom: 1px solid #eeeeee;
text-align: center;
}
.woocommerce-checkout form.checkout_coupon input.input-text,
.woocommerce-checkout form.login input.input-text {
max-width: 370px;
text-align: center !important;
}
.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.login .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last,
.woocommerce-checkout form.login .form-row-last {
width: 100%;
float: none;
}
.woocommerce-cart .wc-proceed-to-checkout {
text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
text-transform: uppercase;
border-radius: 4px;
}
.checkout_coupon + form.checkout.woocommerce-checkout,
.login + form.checkout.woocommerce-checkout {
margin-top: 70px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
font-size: 16px;
color: #ffffff;
text-align: center;
margin-bottom: 40px;
font-weight: bold;
padding: 15px 0;
background-color: var(--primary_color);
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address {
float: none;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address label {
font-weight: bold !important;
margin: 0;
font-weight: normal;
display: inline-block;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address input[type=checkbox] {
margin: 0;
display: inline-block;
}
#ship-to-different-address .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
.select2-container .select2-choice {
background-color: transparent;
border: 1px solid var(--primary_color);
padding: 8px 20px;
font-size: 14px;
color: #858585;
text-transform: none;
border-radius: 0;
height: 44px;
}
.select2-container .select2-choice:hover {
text-decoration: none;
}
.select2-drop-active {
border: none;
background-color: #f5f5f5;
}
.create-account,
.create-account input.input-text {
text-align: center !important;
}
#customer_details {
padding-bottom: 100px;
border-bottom: 1px solid #eeeeee;
}
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.order_details {
border: none;
margin: 0 0 50px 0;
border-radius: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.order_details td,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.order_details th {
border-top: none;
border-bottom: 1px solid #eeeeee;
padding: 7px 0;
font-size: 14px;
font-weight: normal;
line-height: 1.8;
width: 50%;
}
.woocommerce table.woocommerce-checkout-review-order-table td strong,
.woocommerce table.shop_table.order_details td strong,
.woocommerce table.woocommerce-checkout-review-order-table th strong,
.woocommerce table.shop_table.order_details th strong {
font-weight: normal;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody td.product-total,
.woocommerce table.shop_table.order_details tbody td.product-total,
.woocommerce table.woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce table.shop_table.order_details thead th.product-total {
text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.order_details thead th {
border-bottom: 1px solid #111;
font-size: 13px;
text-transform: uppercase;
border-bottom-width: 1px;
font-weight: bold;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.order_details tfoot th {
font-weight: normal;
border-top: none;
font-weight: bold !important;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot,
.woocommerce table.shop_table.order_details tfoot {
border-top: 1px solid #111 !important;
text-transform: uppercase;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.order_details tfoot td {
text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.order_details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.order_details tfoot th {
border-color: #111;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce table.shop_table.order_details tfoot .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce table.shop_table.order_details tfoot .order-total th {
border-color: transparent;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce table.shop_table.order_details tfoot .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce table.shop_table.order_details tfoot .cart-subtotal td {
border-top: 1px solid #111 !important;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation,
.woocommerce table.shop_table.order_details td.product-name dl.variation {
margin: 0;
font-style: italic;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,
.woocommerce table.shop_table.order_details td.product-name dl.variation dd,
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,
.woocommerce table.shop_table.order_details td.product-name dl.variation dt {
float: none;
margin: 0;
padding: 0;
font-weight: normal;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.order_details .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.shop_table.order_details .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.order_details .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce table.shop_table.order_details .order-total th {
font-weight: bold;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td strong,
.woocommerce table.shop_table.order_details .cart-subtotal td strong,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td strong,
.woocommerce table.shop_table.order_details .order-total td strong,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th strong,
.woocommerce table.shop_table.order_details .cart-subtotal th strong,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th strong,
.woocommerce table.shop_table.order_details .order-total th strong {
font-weight: bold;
}
.woocommerce-checkout #payment {
background-color: transparent;
border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 0;
border: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 10px;
padding: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
margin-bottom: 0;
}
.wc_payment_method {
background-color: #fafafa;
padding: 5px 0;
}
.wc_payment_method label {
color: #222222;
font-size: 13px;
text-transform: uppercase;
font-weight: normal;
margin: 0;
line-height: 2.4;
vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 5px 0 10px;
vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img {
margin: 0;
}
.woocommerce-checkout #payment div.payment_box {
background-color: transparent;
font-size: 14px;
line-height: 1.8;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0 30px;
margin: 20px 0;
color: #777;
}
.woocommerce-checkout #payment div.payment_box:before {
display: none;
}
.woocommerce-checkout #payment div.form-row {
padding: 0;
margin: 30px 0 0 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
float: none;
text-transform: uppercase;
font-weight: bold;
}
.woocommerce-checkout .entry-content .woocommerce {
background: #ffffff;
padding: 50px 0px;
padding-top: 0;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #order_review_heading {
text-transform: uppercase;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
text-transform: uppercase;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
margin-bottom: 25px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label {
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
text-transform: capitalize;
color: var(--text_color);
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label .required {
color: var(--primary_color);
}
@media (max-width: 479px) {
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
width: 100%;
}
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
text-transform: uppercase;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
margin-bottom: 25px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label {
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
color: var(--text_color);
text-transform: capitalize;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label .required {
color: var(--primary_color);
}
@media (max-width: 479px) {
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
width: 100%;
}
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt {
float: left;
margin: 0 10px 0 0;
padding: 0;
line-height: 20px;
clear: none;
font-size: 12px;
font-weight: bold;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd {
padding: 0;
line-height: 20px;
display: block;
float: none;
margin: 0;
font-size: 12px;
} .woocommerce-info,
.woocommerce-message {
border-color: var(--primary_color);
}
.woocommerce-info > a,
.woocommerce-message > a {
font-weight: bold;
}
.woocommerce-info:before,
.woocommerce-message:before {
color: var(--primary_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
list-style: none;
margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 5px 10px;
border: 1px solid var(--text_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
background-color: var(--primary_color);
color: #ffffff;
border-color: var(--primary_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
background-color: var(--primary_color);
color: #ffffff;
border-color: var(--primary_color);
}
@media (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
width: 49%;
display: inline-block;
}
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content > p {
padding: 1em 2em 1em 1.5em;
margin: 0 0 2em;
position: relative;
background-color: #f7f6f7;
border-top: 3px solid var(--primary_color);
list-style: none outside;
width: auto;
word-wrap: break-word;
}
.woocommerce-account .woocommerce-MyAccount-content > p:before {
content: "\e017";
color: var(--primary_color);
font-family: "WooCommerce";
font-weight: bold;
margin-right: 20px;
border: 1px solid var(--primary_color);
border-radius: 50%;
padding: 3px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
padding-right: 20px;
}
.woocommerce .col2-set .col-1.woocommerce-Address,
.woocommerce-page .col2-set .col-1.woocommerce-Address {
border-right: 2px solid var(--text_color);
}
@media (max-width: 768px) {
.woocommerce .col2-set .col-1.woocommerce-Address,
.woocommerce-page .col2-set .col-1.woocommerce-Address {
width: 100%;
border-right: none;
}
}
.woocommerce-account .addresses .title .edit {
margin-top: 20px;
font-weight: 600;
text-decoration: underline;
}
.woocommerce table.my_account_orders {
font-size: 14px;
border: 2px solid #eeeeee;
}
.woocommerce table.my_account_orders th {
font-size: 13px;
color: #222222;
text-transform: uppercase;
text-align: center;
line-height: 2.4;
padding: 14px 12px;
font-weight: normal;
border-bottom-width: 2px;
}
.woocommerce table.my_account_orders td {
text-align: center;
}
.woocommerce table.my_account_orders .order-actions .button {
margin: 0;
min-width: 120px;
}
.woocommerce-account .customer_login_form_wrap .col2-set {
margin-top: 5%;
margin-bottom: 10%;
}
.woocommerce-account .customer_login_form_wrap .col2-set .col-1,
.woocommerce-account .customer_login_form_wrap .col2-set .col-2 {
background: #ffffff;
border: 2px solid #eeeeee;
padding: 50px 45px 30px 45px;
}
.woocommerce-account .customer_login_form_wrap .col2-set p {
text-align: left;
}
.woocommerce-account .customer_login_form_wrap .col2-set h2 {
position: relative;
text-align: left;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 20px;
line-height: 1;
}
.woocommerce-account .customer_login_form_wrap .col2-set h2:before {
content: "";
position: absolute;
left: -10px;
width: 2px;
height: 100%;
background: var(--primary_color);
}
.woocommerce-account .customer_login_form_wrap .col2-set label {
text-align: left;
}
.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
padding: 0;
margin: 0;
text-align: left;
border: none;
border-radius: 0;
}
.woocommerce-account .customer_login_form_wrap form.login .form-row,
.woocommerce-account .customer_login_form_wrap form.register .form-row {
margin-bottom: 20px;
}
.woocommerce-account .customer_login_form_wrap form.login .form-row label.inline,
.woocommerce-account .customer_login_form_wrap form.register .form-row label.inline {
display: inline-block;
margin-top: 10px;
}
.woocommerce-account .customer_login_form_wrap form.login label,
.woocommerce-account .customer_login_form_wrap form.register label {
margin-bottom: 5px;
}
.woocommerce-account .customer_login_form_wrap form.login .input-text,
.woocommerce-account .customer_login_form_wrap form.register .input-text {
height: 40px;
text-align: left;
background: #ffffff;
}
.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] {
display: block;
text-transform: none;
margin-top: 12px;
color: var(--text_color);
font-weight: normal;
}
.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"] input,
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] input {
margin-right: 5px;
}
.woocommerce-account .customer_login_form_wrap form.login .button,
.woocommerce-account .customer_login_form_wrap form.register .button {
margin-top: 5px;
min-width: 120px;
text-transform: uppercase;
font-weight: 900;
float: left;
margin-right: 30px;
} .wishlist-title {
text-align: center;
text-transform: uppercase;
width: 100%;
margin-bottom: 40px;
}
.wishlist-title h2 {
margin-top: 0;
}
.woocommerce table.shop_table.cart.wishlist_table {
font-size: 100%;
}
.woocommerce table.shop_table.cart.wishlist_table tr th span {
font-weight: bold;
color: var(--primary_color);
font-size: 16px;
}
.woocommerce table.shop_table.cart.wishlist_table tr td {
text-align: left;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-name a {
font-size: 16px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
font-size: 13px;
text-transform: uppercase;
color: #888888;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock {
color: #D90000;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
text-align: right;
padding-right: 30px;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart .add-to-cart-wrap {
display: inline-block;
position: relative;
left: auto;
bottom: auto;
opacity: 1;
z-index: 5;
}
.woocommerce table.shop_table.cart.wishlist_table tbody tr:last-child td {
boder-bottom: none;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
min-width: 180px;
padding: 10px 10px;
background-color: var(--primary_color) !important;
color: #ffffff;
font-weight: 700;
white-space: nowrap;
display: inline-block;
overflow: hidden;
position: relative;
border-radius: 3px;
-webkit-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s;
line-height: 25px;
border: none;
float: left;
opacity: 1;
line-height: 40px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
background-color: var(--primary_color_lighten_10) !important;
}
.woocommerce table.shop_table.cart.wishlist_table tfoot td {
border-top: 2px solid #eeeeee;
}
.wishlist_table tr th.product-thumbnail {
width: 120px;
}
.wishlist_table tr th.product-remove {
width: 70px;
}
.wishlist_table tr td.product-thumbnail a {
max-width: 70px;
} .woocommerce .product-item-wrap,
.single-product .product-item-wrap {
padding: 0 15px 0 15px;
margin: 25px 0;
}
@media (max-width: 480px) {
.woocommerce .product-item-wrap,
.single-product .product-item-wrap {
padding: 5px;
}
}
.woocommerce .star-rating.rating-invisible,
.single-product .star-rating.rating-invisible {
display: none;
}
.woocommerce .product-item-inner,
.single-product .product-item-inner {
background-color: #ffffff;
position: relative;
overflow: hidden;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.woocommerce .product-thumb img,
.single-product .product-thumb img {
width: 100%;
}
.woocommerce .product-flash-wrap,
.single-product .product-flash-wrap {
position: absolute;
top: 15px;
left: 0;
z-index: 9;
}
.woocommerce .product-flash-wrap span,
.single-product .product-flash-wrap span {
font-size: 14px;
text-transform: uppercase;
margin-top: 0;
z-index: 1;
padding-left: 20px;
border-bottom: 1px solid var(--text_color);
display: block;
}
.woocommerce .product-flash-wrap span:last-child,
.single-product .product-flash-wrap span:last-child {
border: none;
}
.woocommerce .product-flash-wrap span:first-child,
.single-product .product-flash-wrap span:first-child {
border-bottom: 1px solid var(--text_color);
}
.woocommerce .product-thumb,
.single-product .product-thumb {
position: relative;
background-color: #ffffff;
}
.woocommerce .product-thumb .product-thumb-primary,
.single-product .product-thumb .product-thumb-primary {
overflow: hidden;
}
.woocommerce .product-thumb .product-thumb-primary img,
.single-product .product-thumb .product-thumb-primary img {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.woocommerce .product-thumb .product-thumb-secondary img,
.single-product .product-thumb .product-thumb-secondary img {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.woocommerce .product-thumb-secondary,
.single-product .product-thumb-secondary {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
z-index: 1;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.woocommerce .ylp-product-link,
.single-product .ylp-product-link,
.woocommerce .product-link,
.single-product .product-link {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
visibility: visible;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.woocommerce .add-to-cart-wrap,
.single-product .add-to-cart-wrap {
display: inline-block;
position: absolute;
opacity: 0;
left: -10px;
bottom: 12px;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
@media (max-width: 480px) {
.woocommerce .add-to-cart-wrap,
.single-product .add-to-cart-wrap {
bottom: 25px;
}
}
.woocommerce .add-to-cart-wrap a,
.single-product .add-to-cart-wrap a {
text-align: center;
color: var(--text_color);
display: inline-block;
padding: 0;
opacity: 0;
position: relative;
border-radius: 0;
font-size: 16px;
min-width: 0;
vertical-align: middle;
}
.woocommerce .add-to-cart-wrap a:before,
.single-product .add-to-cart-wrap a:before {
font-family: FontAwesome;
content: "\f217";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
line-height: 1;
vertical-align: middle;
display: none;
}
.woocommerce .add-to-cart-wrap a:hover,
.single-product .add-to-cart-wrap a:hover {
background-color: transparent;
}
.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.single-product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a,
.single-product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .add_to_wishlist,
.single-product .add_to_wishlist,
.woocommerce .compare,
.single-product .compare,
.woocommerce .product-quick-view,
.single-product .product-quick-view,
.woocommerce .btn_add_to_cart,
.single-product .btn_add_to_cart,
.woocommerce .add-to-cart-wrap a,
.single-product .add-to-cart-wrap a {
text-align: center;
color: var(--text_color);
background-color: transparent !important;
display: inline-block;
padding: 0;
position: relative;
border-radius: 0;
font-size: 0px;
min-width: 0;
vertical-align: middle;
opacity: 1;
}
.woocommerce .yith-wcwl-wishlistaddedbrowse a i,
.single-product .yith-wcwl-wishlistaddedbrowse a i,
.woocommerce .yith-wcwl-wishlistexistsbrowse a i,
.single-product .yith-wcwl-wishlistexistsbrowse a i,
.woocommerce .add_to_wishlist i,
.single-product .add_to_wishlist i,
.woocommerce .compare i,
.single-product .compare i,
.woocommerce .product-quick-view i,
.single-product .product-quick-view i,
.woocommerce .btn_add_to_cart i,
.single-product .btn_add_to_cart i,
.woocommerce .add-to-cart-wrap a i,
.single-product .add-to-cart-wrap a i {
font-size: 16px;
line-height: 28px;
}
.woocommerce .yith-wcwl-wishlistaddedbrowse a:hover,
.single-product .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:hover,
.single-product .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce .add_to_wishlist:hover,
.single-product .add_to_wishlist:hover,
.woocommerce .compare:hover,
.single-product .compare:hover,
.woocommerce .product-quick-view:hover,
.single-product .product-quick-view:hover,
.woocommerce .btn_add_to_cart:hover,
.single-product .btn_add_to_cart:hover,
.woocommerce .add-to-cart-wrap a:hover,
.single-product .add-to-cart-wrap a:hover,
.woocommerce .yith-wcwl-wishlistaddedbrowse a.active,
.single-product .yith-wcwl-wishlistaddedbrowse a.active,
.woocommerce .yith-wcwl-wishlistexistsbrowse a.active,
.single-product .yith-wcwl-wishlistexistsbrowse a.active,
.woocommerce .add_to_wishlist.active,
.single-product .add_to_wishlist.active,
.woocommerce .compare.active,
.single-product .compare.active,
.woocommerce .product-quick-view.active,
.single-product .product-quick-view.active,
.woocommerce .btn_add_to_cart.active,
.single-product .btn_add_to_cart.active,
.woocommerce .add-to-cart-wrap a.active,
.single-product .add-to-cart-wrap a.active {
color: var(--primary_color);
}
.woocommerce .add-to-cart-wrap a,
.single-product .add-to-cart-wrap a {
font-size: 15px;
font-weight: 500;
}
.woocommerce .add-to-cart-wrap a i,
.single-product .add-to-cart-wrap a i {
margin-right: 5px;
}
.woocommerce .add-to-cart-wrap a:after,
.single-product .add-to-cart-wrap a:after {
display: none;
}
.woocommerce .wishlist_table .add-to-cart-wrap a.loading,
.single-product .wishlist_table .add-to-cart-wrap a.loading {
font-size: 0 !important;
min-height: 38px;
}
.woocommerce .wishlist_table .add-to-cart-wrap a:after,
.single-product .wishlist_table .add-to-cart-wrap a:after {
display: block;
font-size: 14px;
text-align: center;
width: 100%;
right: 0;
line-height: 38px;
top: 0;
}
.woocommerce .added_to_cart.wc-forward,
.single-product .added_to_cart.wc-forward {
padding-right: 30px;
}
.woocommerce .added_to_cart.wc-forward i,
.single-product .added_to_cart.wc-forward i {
color: var(--primary_color);
}
.woocommerce .compare,
.single-product .compare {
right: 30px;
}
.woocommerce .compare .blockUI.blockOverlay,
.single-product .compare .blockUI.blockOverlay {
background: none !important;
}
.woocommerce .product-quick-view,
.single-product .product-quick-view {
right: 0;
margin-right: 0;
}
.woocommerce .product-quick-view i,
.single-product .product-quick-view i {
font-size: 20px;
}
.woocommerce .product-quick-view i.fa-spin,
.single-product .product-quick-view i.fa-spin {
font-size: 16px;
}
.woocommerce .product-quick-view.active i.fa-spin:before,
.single-product .product-quick-view.active i.fa-spin:before {
content: "\f110";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
font-family: FontAwesome;
}
.woocommerce .product-quick-view,
.single-product .product-quick-view,
.woocommerce .compare,
.single-product .compare {
position: absolute;
bottom: 10px;
opacity: 0;
}
.woocommerce .product-quick-view i,
.single-product .product-quick-view i,
.woocommerce .compare i,
.single-product .compare i {
font-size: 20px;
}
.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.single-product .yith-wcwl-wishlistaddedbrowse a {
color: var(--primary_color);
}
.woocommerce .added-spinner,
.single-product .added-spinner {
color: var(--primary_color);
}
.woocommerce .yith-wcwl-add-to-wishlist,
.single-product .yith-wcwl-add-to-wishlist {
display: inline-block;
margin: 0;
position: absolute;
top: 25px;
right: 1px;
opacity: 0;
line-height: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.woocommerce .yith-wcwl-add-to-wishlist span.feedback,
.single-product .yith-wcwl-add-to-wishlist span.feedback {
display: none;
}
.woocommerce .yith-wcwl-add-to-wishlist + div.clear,
.single-product .yith-wcwl-add-to-wishlist + div.clear {
display: none;
}
.woocommerce .yith-wcwl-add-button,
.single-product .yith-wcwl-add-button {
font-size: 0;
position: relative;
}
.woocommerce .yith-wcwl-add-button a i,
.single-product .yith-wcwl-add-button a i {
margin-right: 0px;
}
.woocommerce .yith-wcwl-add-button .ajax-loading,
.single-product .yith-wcwl-add-button .ajax-loading {
display: none !important;
}
.woocommerce .add_to_wishlist:before,
.single-product .add_to_wishlist:before,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .compare.added:before,
.single-product .compare.added:before {
font-family: FontAwesome;
content: "\f08a";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
line-height: 1;
vertical-align: middle;
}
.woocommerce .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .yith-wcwl-wishlistexistsbrowse a:before {
color: var(--primary_color);
}
.woocommerce .add_to_wishlist i,
.single-product .add_to_wishlist i {
font-size: 16px;
line-height: 1;
}
.woocommerce .add_to_wishlist i:before,
.single-product .add_to_wishlist i:before {
line-height: 1;
}
.woocommerce .compare i.fa-spinner,
.single-product .compare i.fa-spinner {
font-size: 16px;
line-height: 28px;
}
.woocommerce .compare.added:before,
.single-product .compare.added:before {
content: "\f268" !important;
font-family: Ionicons;
font-size: 20px;
line-height: 28px;
}
.woocommerce .add_to_wishlist.added-spinner:before,
.single-product .add_to_wishlist.added-spinner:before {
content: "";
display: none;
}
.woocommerce .added-spinner:before,
.single-product .added-spinner:before {
content: "\f110";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.woocommerce .product-info,
.single-product .product-info {
padding: 10px 0;
text-align: center;
background: #ffffff;
position: relative;
z-index: 3;
min-height: 92px;
}
@media (max-width: 480px) {
.woocommerce .product-info,
.single-product .product-info {
padding-bottom: 25px;
}
}
.woocommerce .product-info h3,
.single-product .product-info h3 {
position: relative;
top: 0;
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
width: 100%;
padding-right: 0px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.woocommerce .product-info .star-rating,
.single-product .product-info .star-rating {
position: absolute;
right: 0px;
bottom: 18px;
margin-top: 0;
font-size: 14px;
width: 93px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 480px) {
.woocommerce .product-info .star-rating,
.single-product .product-info .star-rating {
bottom: 0;
right: inherit;
left: 0;
opacity: 1 !important;
}
}
.woocommerce .product-info span.price,
.single-product .product-info span.price {
font-size: 16px!important;
font-weight: 500;
display: block;
padding: 0px 0px;
text-align: left;
color: var(--text_color) !important;
}
.woocommerce .product-info span.price ins,
.single-product .product-info span.price ins {
display: inline-block;
text-decoration: none;
font-weight: 500 !important;
font-style: inherit;
color: var(--text_color);
}
.woocommerce .product-info span.price del,
.single-product .product-info span.price del {
color: var(--text_color_lighten_20);
display: inline-block;
opacity: 1;
margin-right: 0px;
font-weight: inherit;
font-style: inherit;
}
.woocommerce .product-item-wrap.active .product-thumb .product-thumb-secondary,
.single-product .product-item-wrap.active .product-thumb .product-thumb-secondary,
.woocommerce .product-item-wrap:hover .product-thumb .product-thumb-secondary,
.single-product .product-item-wrap:hover .product-thumb .product-thumb-secondary {
opacity: 1;
}
.woocommerce .product-item-wrap.active .product-info h3,
.single-product .product-item-wrap.active .product-info h3,
.woocommerce .product-item-wrap:hover .product-info h3,
.single-product .product-item-wrap:hover .product-info h3 {
color: var(--primary_color);
}
.woocommerce .product-item-wrap.active .product-info span.price,
.single-product .product-item-wrap.active .product-info span.price,
.woocommerce .product-item-wrap:hover .product-info span.price,
.single-product .product-item-wrap:hover .product-info span.price,
.woocommerce .product-item-wrap.active .product-info .star-rating,
.single-product .product-item-wrap.active .product-info .star-rating,
.woocommerce .product-item-wrap:hover .product-info .star-rating,
.single-product .product-item-wrap:hover .product-info .star-rating {
opacity: 0;
}
.woocommerce .product-item-wrap.active .product-info .add-to-cart-wrap,
.single-product .product-item-wrap.active .product-info .add-to-cart-wrap,
.woocommerce .product-item-wrap:hover .product-info .add-to-cart-wrap,
.single-product .product-item-wrap:hover .product-info .add-to-cart-wrap {
left: 0px;
opacity: 1;
}
.woocommerce .product-item-wrap.active .product-info .yith-wcwl-add-to-wishlist,
.single-product .product-item-wrap.active .product-info .yith-wcwl-add-to-wishlist,
.woocommerce .product-item-wrap:hover .product-info .yith-wcwl-add-to-wishlist,
.single-product .product-item-wrap:hover .product-info .yith-wcwl-add-to-wishlist {
opacity: 1;
}
.woocommerce .product-item-wrap.active .product-info .product-quick-view,
.single-product .product-item-wrap.active .product-info .product-quick-view,
.woocommerce .product-item-wrap:hover .product-info .product-quick-view,
.single-product .product-item-wrap:hover .product-info .product-quick-view,
.woocommerce .product-item-wrap.active .product-info .compare,
.single-product .product-item-wrap.active .product-info .compare,
.woocommerce .product-item-wrap:hover .product-info .compare,
.single-product .product-item-wrap:hover .product-info .compare {
opacity: 1;
}
@media (max-width: 479px) and (min-width: 321px) {
.woocommerce .product-item-wrap .product-info .yith-wcwl-add-to-wishlist,
.single-product .product-item-wrap .product-info .yith-wcwl-add-to-wishlist,
.woocommerce .product-item-wrap .product-info .product-quick-view,
.single-product .product-item-wrap .product-info .product-quick-view,
.woocommerce .product-item-wrap .product-info .compare,
.single-product .product-item-wrap .product-info .compare {
opacity: 0 !important;
}
}
.woocommerce.columns-2 .product-item-wrap,
.single-product.columns-2 .product-item-wrap {
width: 50%;
float: left;
}
.woocommerce.columns-3 .product-item-wrap,
.single-product.columns-3 .product-item-wrap {
width: 33.33333333%;
float: left;
}
.woocommerce.columns-4 .product-item-wrap,
.single-product.columns-4 .product-item-wrap {
width: 25%;
float: left;
}
.woocommerce.columns-5 .product-item-wrap,
.single-product.columns-5 .product-item-wrap {
width: 20%;
float: left;
}
.woocommerce.product-slider .product-item-wrap,
.single-product.product-slider .product-item-wrap {
float: none;
padding-bottom: 0;
}
@media (max-width: 991px) {
.woocommerce.columns-5 .product-item-wrap,
.single-product.columns-5 .product-item-wrap,
.woocommerce.columns-4 .product-item-wrap,
.single-product.columns-4 .product-item-wrap {
width: 33.33%;
}
}
@media (max-width: 768px) {
.woocommerce.columns-5 .product-item-wrap,
.single-product.columns-5 .product-item-wrap,
.woocommerce.columns-4 .product-item-wrap,
.single-product.columns-4 .product-item-wrap,
.woocommerce.columns-3 .product-item-wrap,
.single-product.columns-3 .product-item-wrap {
width: 50%;
}
}
.woocommerce > .woocommerce {
margin: 0;
}
.woocommerce > .woocommerce .product-item-wrap {
padding: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb {
width: 33.33%;
float: left;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
padding-top: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-secondary img {
padding-top: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span {
margin-top: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
padding: 0 0 0 30px;
width: 66.66%;
float: left;
text-align: left;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating {
position: relative;
text-align: left;
right: 0;
margin: 20px 0 10px 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating:before {
left: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info span.price {
margin-top: 25px;
padding-top: 10px;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
width: 100%;
padding-right: 0;
margin-top: 12px;
margin-bottom: 20px;
font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
padding-left: 10px;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
font-size: 14px;
margin-bottom: 0;
margin-top: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info span.price {
margin-top: 0;
}
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-actions {
display: none;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner:hover {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info .star-rating {
bottom: 0;
}
.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info span.price {
margin-top: 10px !important;
}
.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info span.price,
.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info .star-rating {
opacity: 1;
}
.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info .add-to-cart-wrap {
display: none;
}
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info span.price,
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .star-rating {
opacity: 1;
}
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .yith-wcwl-add-to-wishlist {
opacity: 0;
}
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .product-quick-view,
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .compare {
opacity: 0;
}
.woocommerce.columns-1 .product-item-wrap {
width: 100%;
}
.woocommerce.columns-1 .product-item-wrap .product-info h3 {
font-size: 14px;
color: var(--text_color);
text-align: left;
}
.woocommerce.columns-1 .product-item-wrap .product-info .star-rating:before {
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.woocommerce.columns-1 .product-item-wrap .product-info span.price {
text-align: left;
}
.woocommerce.columns-1 .product-item-wrap .product-info .product-single-short-description {
text-align: left;
} .woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-order-received .woocommerce header.title h3,
.woocommerce-account .woocommerce header.title h3 {
font-size: 25px;
color: #25262C;
margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
line-height: 1.8;
}
.woocommerce .order_details {
padding: 0;
} .track_order {
text-align: left;
}
.track_order .form-row input.button {
margin-top: 30px;
height: 50px;
min-width: 170px;
text-transform: uppercase;
font-size: 16px;
}
.track_order p:first-child {
line-height: 1.8;
max-width: 800px;
margin-left: auto;
margin-right: auto;
display: block;
display: none;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
float: none;
margin: auto;
margin-bottom: 20px;
width: 100%;
}
.woocommerce .track_order .form-row-first label,
.woocommerce .track_order .form-row-last label {
font-size: 16px;
text-transform: capitalize;
margin-bottom: 10px;
color: var(--primary_color);
}
.woocommerce .track_order .form-row-first input,
.woocommerce .track_order .form-row-last input {
text-align: left;
color: var(--primary_color);
}
.woocommerce .track_order .form-row-first input .placeholder,
.woocommerce .track_order .form-row-last input .placeholder {
text-align: left;
color: var(--primary_color_fade_50);
}
.woocommerce form.track_order .form-row input.input-text {
height: 50px;
border: 1px solid #eee !important;
}
.woocommerce form.track_order .form-row input.input-text:focus {
border-color: var(--primary_color) !important;
} .product-paging-load-more button {
background-color: var(--primary_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.product-paging-load-more button:hover {
background-color: var(--primary_color_darken_20);
}
.ylp-product-info .product-quick-view,
.ylp-product-info .compare {
position: absolute;
bottom: 10px;
opacity: 0;
}
.ylp-product-info .product-quick-view i,
.ylp-product-info .compare i {
font-size: 20px;
}
.ylp-product-info .product-quick-view i.fa-spinner,
.ylp-product-info .compare i.fa-spinner {
font-size: 16px;
line-height: 28px;
} .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
}
.cart-form {
margin-bottom: 50px;
margin-top: 80px;
}
.woocommerce table.shop_table.cart thead tr th {
text-transform: uppercase;
}
.woocommerce table.shop_table.cart tbody tr td.actions {
padding: 20px 10px;
}
.woocommerce table.shop_table.cart tbody tr td.actions input {
min-width: 170px;
border: none !important;
border-radius: 3px;
}
@media (max-width: 480px) {
.woocommerce table.shop_table.cart tbody tr td.actions input {
min-width: auto;
}
}
.woocommerce table.shop_table.cart tbody .product-thumbnail img {
min-width: 100px;
}
@media (max-width: 479px) {
.woocommerce table.shop_table.cart tbody .product-thumbnail img {
display: none;
}
}
.woocommerce table.shop_table.cart tbody .product-quantity .quantity label {
display: none;
}
.woocommerce table.shop_table.cart tbody .product-quantity .quantity input.qty {
border: 2px solid #eeeeee;
padding: 5px 0 5px 10px;
}
.woocommerce table.shop_table.cart .product-remove a {
margin: 0 auto;
}
.woocommerce table.shop_table.cart td.actions .coupon input {
padding: 6px 12px 6px;
}
.woocommerce table.shop_table.cart td.actions button.button {
padding: 12px 25px;
}
.woocommerce table.shop_table.cart td.actions button.button:disabled[disabled] {
color: #ffffff;
}
.cart-collaterals h4.widget-title,
.cart-collaterals h2 {
font-size: 18px;
color: #25262C;
margin-bottom: 45px;
text-align: left;
text-transform: uppercase;
border-left: 2px solid var(--primary_color);
padding-left: 15px;
font-weight: bold;
}
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
float: left;
margin: 0 auto;
}
@media (max-width: 479px) {
.woocommerce .cart-collaterals .cart_totals {
margin: 0;
}
}
.woocommerce .cart-collaterals .cart_totals_inner,
.woocommerce-page .cart-collaterals .cart_totals_inner,
.woocommerce-shipping-calculator {
margin-top: 30px;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
}
.woocommerce-shipping-calculator .shipping-calculator-button:hover,
.woocommerce-shipping-calculator .shipping-calculator-button:focus {
color: #ffffff;
}
.woocommerce .shipping-calculator-form button.button {
background-color: rgba(255, 255, 255, 0.2);
}
.woocommerce .shipping-calculator-form #calc_shipping_postcode {
border: none;
background: #fff;
padding: 10px 20px;
height: auto;
border-radius: 4px;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
padding: 0 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
background-color: var(--text_color);
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: center;
font-size: 14px;
font-weight: normal;
color: #ffffff;
text-transform: uppercase;
padding: 15px 0;
border-top: 1px solid #eeeeee;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong {
font-weight: normal;
}
.woocommerce ul#shipping_method {
line-height: 2;
}
.woocommerce ul#shipping_method li {
padding: 0;
text-indent: 0;
}
.woocommerce ul#shipping_method li input[type=radio] {
margin: 0;
vertical-align: middle;
}
.woocommerce ul#shipping_method li label {
font-weight: normal;
margin: 0;
}
.woocommerce ul#shipping_method .amount {
font-weight: normal;
}
p.return-to-shop {
margin-bottom: 80px !important;
}
.cross-sells .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.cross-sells .owl-nav div i {
font-size: 24px;
color: #ffffff;
line-height: 44px;
}
.cross-sells .owl-nav div:hover {
background-color: var(--primary_color);
}
.cross-sells .owl-nav .owl-prev {
left: -10px;
}
.cross-sells .owl-nav .owl-next {
right: -10px;
}
input#calc_shipping_city {
background: #fff;
height: auto;
border-radius: 3px;
padding: 10px 20px;
} .site-content-single-product .single-product-info {
margin: 0 -15px;
position: relative;
background-color: #ffffff;
padding: 30px 0px;
overflow: hidden;
}
.site-content-single-product .single-product-info.custom-page-layout {
padding: 0;
}
.site-content-single-product .single-product-info.custom-page-layout .single-product-image-wrap .product-flash-wrap {
left: 15px;
}
.site-content-single-product .single-product-info.custom-page-layout .single-product-image-wrap.left .product-flash-wrap {
left: 25%;
}
.site-content-single-product .single-product-info .single-product-image-wrap {
float: left;
width: 50%;
padding: 0 15px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-product-gallery {
width: 100%;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-product-gallery__trigger {
width: 32px;
height: 32px;
top: 3px;
right: 3px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider {
height: auto;
margin: 20px auto;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider:hover .slick-arrow {
opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-slide {
display: inline-block;
margin: 0 8px;
outline: none;
clear: none !important;
z-index: 6;
position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-slide img {
width: 100%;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-slide.slick-active .flex-active {
border-color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-arrow {
opacity: 0;
margin-top: 0;
z-index: 7;
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 26px;
height: 26px;
margin-top: -13px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-arrow:hover {
background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-arrow:before {
font: normal normal normal 22px/1 FontAwesome;
color: #ffffff;
width: 20px;
height: 20px;
font-weight: 400;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-prev {
left: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-prev:before {
content: '\f104';
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-next {
right: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-next:before {
content: '\f105';
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image {
position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
left: 0px;
top: 30px;
z-index: 2;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div {
border-radius: 0;
position: absolute;
top: 50%;
opacity: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: rgba(0, 0, 0, 0.2);
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover {
background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-prev {
left: 0px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-next {
right: 0px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner:hover .owl-buttons div {
opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image {
display: block;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image:before {
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
background-color: rgba(0, 0, 0, 0.04);
mix-blend-mode: darken;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image:after {
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
background-color: #ffffff;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image img {
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
padding: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
width: 100%;
}
.site-content-single-product .single-product-info .single-product-image-wrap .product-image-total-1,
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-disable {
display: none;
}
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-wrap {
width: 100%;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1:hover .owl-nav {
opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
line-height: 1;
font-size: 60px;
color: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div:hover {
color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div.owl-next {
right: 30px;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div.owl-prev {
left: 30px;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2:hover .owl-nav {
opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
padding: 7px 10px;
line-height: 1;
background-color: rgba(0, 0, 0, 0.3);
color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div:hover {
background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div.owl-next {
right: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div.owl-prev {
left: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image {
text-align: center;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a {
margin: 30px 5px;
display: block;
position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:before {
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
-webkit-box-shadow: inset 0 0 0 0px #ffffff;
box-shadow: inset 0 0 0 0px #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a {
-webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:before {
-webkit-box-shadow: inset 0 0 0 5px #ffffff;
box-shadow: inset 0 0 0px 5px #ffffff;
}
.site-content-single-product .single-product-info .summary-product-wrap {
float: left;
width: 50%;
padding: 0 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title {
position: relative;
color: var(--primary_color);
font-weight: normal;
font-size: 48px;
font-weight: 400;
padding-bottom: 30px;
line-height: 1.4;
}
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title a {
color: #1F1F1F;
}
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title:before {
content: '';
width: 100px;
height: 2px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
@media (max-width: 1199px) {
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title {
font-size: 36px;
}
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating {
margin-top: 10px;
margin-bottom: 20px;
vertical-align: middle;
line-height: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .woocommerce-review-link {
font-size: 15px;
line-height: 1.4;
margin-left: 10px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .star-rating {
float: none;
margin: 0;
display: inline-block;
font-size: 13px;
height: 15px;
vertical-align: middle;
}
.site-content-single-product .single-product-info .summary-product-wrap p.price {
width: 60%;
font-size: 30px;
font-weight: 600;
line-height: 1.2;
font-style: normal;
letter-spacing: 0;
margin-bottom: 30px;
color: #000000;
}
.site-content-single-product .single-product-info .summary-product-wrap p.price del {
position: relative;
font-size: 18px;
color: #a8a8a8;
}
.site-content-single-product .single-product-info .summary-product-wrap p.price ins {
text-decoration: none;
}
@media (max-width: 479px) {
.site-content-single-product .single-product-info .summary-product-wrap p.price {
font-size: 24px;
}
}
.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description {
color: var(--text_color);
margin-bottom: 30px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description p {
margin-bottom: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart {
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity {
margin-right: 10px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity label {
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity input {
height: 50px;
font-size: 16px;
padding: 0 5px 0 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
font-size: 18px;
padding-top: 7px;
text-transform: uppercase;
padding-bottom: 7px;
height: 50px;
min-width: 215px;
background-color: var(--secondary_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button:hover,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart:hover {
background-color: var(--primary_color);
}
@media (max-width: 479px) {
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
min-width: 190px;
}
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button.added {
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table {
border: none;
margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td {
padding-bottom: 20px;
line-height: 42px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.label {
padding: 0 10px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table label {
font-weight: normal;
font-size: 15px;
color: #1f1f1f;
margin: 0;
line-height: 42px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price {
font-weight: normal;
line-height: 42px;
font-size: 18px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price ins {
display: inline-block;
text-decoration: none;
color: inherit;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price del {
display: inline-block;
font-size: 16px;
color: #a0a0a0;
opacity: 1;
margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price .out-of-stock {
display: inline-block;
margin-bottom: 0;
color: #cacaca;
font-size: 11px;
margin-left: 3px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-variation {
margin: 20px 0;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-variation .woocommerce-variation-price .price ins {
text-decoration: none;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations {
width: 100%;
margin: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr:nth-child(3) td {
padding: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td {
display: table-cell;
text-align: left;
vertical-align: middle;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label {
padding: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td.label {
padding: 10px 0 0 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label label {
font-weight: bold;
line-height: 42px;
margin-bottom: 0;
padding-right: 10px;
text-transform: uppercase;
font-size: 14px;
color: #000000;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap:after,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button:after {
content: "";
display: block;
clear: both;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price {
font-size: 24px !important;
color: var(--primary_color);
line-height: 1;
margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist {
margin-left: 0px;
display: inline-block;
margin-top: 0;
text-align: center;
line-height: 48px;
margin-bottom: 20px;
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
font-size: 0;
width: 50px;
height: 50px;
border: 1px solid #eeeeee;
}
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
display: block;
}
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
display: none !important;
}
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist i {
line-height: 48px;
font-size: 18px;
margin-right: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function {
display: none;
margin-top: 20px;
margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist {
margin: 0 15px 0 0;
display: inline-block;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist {
font-size: 13px;
color: #777;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before {
color: #ffffff;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:before {
font-family: FontAwesome;
content: "\f004";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 11px;
vertical-align: middle;
width: 36px;
height: 36px;
background-color: #FAFAFA;
line-height: 36px;
text-align: center;
border-radius: 100%;
display: inline-block;
color: #888888;
margin-right: 10px;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before {
content: "\f012";
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare {
font-size: 13px;
color: #777;
text-transform: uppercase;
display: inline-block;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare i {
font-size: 11px;
vertical-align: middle;
width: 36px;
height: 36px;
background-color: #FAFAFA;
line-height: 36px;
text-align: center;
border-radius: 100%;
display: inline-block;
color: #888888;
margin-right: 10px;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i {
color: #ffffff;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .feedback {
display: none !important;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .fa-heart-o {
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span {
display: block;
padding-bottom: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span + span {
margin-top: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta .yith-wcbr-brands-logo {
padding: 0px;
margin: 0px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta .yith-wcbr-brands {
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta label {
text-transform: uppercase;
font-weight: 400;
margin-bottom: 0;
font-weight: bold;
color: #000000;
width: 135px;
}
.site-content-single-product .single-product-info .summary-product-wrap .stock {
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap label {
font-weight: bold;
color: #000000;
text-transform: uppercase;
margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .select_option {
margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap .select_option span {
font-weight: bold;
color: var(--text_color_fade_50);
}
.site-content-single-product .single-product-info .summary-product-wrap .select_option.selected span {
color: #000000;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap {
width: 100%;
text-align: left;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share {
display: inline-block;
padding: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li {
margin-right: 5px;
margin-bottom: 10px;
display: inline-block;
text-align: center;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a {
padding: 1px 10px;
border-radius: 3px;
display: block;
border: 1px solid var(--text_color_fade_80);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a i:before {
padding-right: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a:hover {
background-color: var(--primary_color);
color: #ffffff;
border-color: var(--primary_color);
}
.site-content-single-product .single-product-info .yith-wcwl-add-to-wishlist {
display: none;
}
.site-content-single-product .single-product-info .compare {
display: none;
}
@media (max-width: 768px) {
.site-content-single-product .single-product-info .single-product-image-wrap {
width: 100%;
}
.site-content-single-product .single-product-info .summary-product-wrap {
width: 100%;
}
.site-content-single-product .single-product-info .summary-product-wrap h1 {
padding-top: 30px;
}
}
.site-content-single-product .single-product-info.custom-page-layout .single-product-image-wrap {
width: 100%;
}
.site-content-single-product .single-product-info.custom-page-layout .summary-product-wrap {
width: 100%;
}
.site-content-single-product.modal .single-product-info {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
}
.site-content-single-product.modal .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.single-product-wrap .single-product-inner {
margin-bottom: 60px;
}
.single-product-wrap .full {
margin: 0 60px;
}
.single-product-wrap .full .site-content-single-product .single-product-inner {
margin-bottom: 60px;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info {
padding: 0;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info.custom-page-layout .single-product-image-wrap {
width: 100%;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info.custom-page-layout .summary-product-wrap {
width: 100%;
padding: 0 15px;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
padding: 0;
text-align: center;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
width: 70%;
}
@media (max-width: 991px) {
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap {
width: 100%;
}
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .summary-product-wrap {
padding: 75px 10% 75px 70px;
}
@media (max-width: 1440px) {
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .summary-product-wrap {
padding: 30px 15px;
}
}
@media (max-width: 991px) {
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .summary-product-wrap {
width: 100%;
float: none;
}
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
width: 70% !important;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs {
margin-top: 0;
padding: 50px 0;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container {
width: 100%;
border: none;
background-color: transparent;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs {
background-color: transparent;
margin-bottom: 30px;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li {
border-radius: 0;
background-color: #ffffff;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li a {
padding: 7px 15px;
border-radius: 0;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li:first-child a {
padding-left: 30px;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li:last-child a {
padding-right: 30px;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li:after {
display: none;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li.active a {
color: var(--primary_color);
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel {
width: 100%;
padding: 60px 30px;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel#tab-description p {
position: relative;
width: 50%;
float: left;
text-align: left;
padding-left: 30px;
}
.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel#tab-description p:before {
content: '';
height: 100%;
width: 2px;
background-color: #eeeeee;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 1299px) {
.single-product-wrap .full {
margin: 0 15px;
}
} .woocommerce div.product .woocommerce-tabs.list .accessories ul.tabs .accessories_tab.active a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .accessories ul.tabs .accessories_tab a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .description ul.tabs .description_tab.active a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .description ul.tabs .description_tab a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .reviews ul.tabs .reviews_tab.active a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .reviews ul.tabs .reviews_tab a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .additional_information ul.tabs .additional_information_tab.active a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs.list .additional_information ul.tabs .additional_information_tab a {
color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs:after {
content: "";
display: block;
clear: both;
}
.woocommerce div.product .woocommerce-tabs .container {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
padding: 0px;
background-color: #ffffff;
margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 1px;
border: none;
background-color: var(--text_color_fade_50);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
display: inline-block;
font-weight: bold;
border: none;
background-color: transparent;
margin: 0;
padding: 0;
background-color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 24px;
font-weight: bold;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
padding: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
padding-right: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
color: var(--primary_color);
}
@media (max-width: 599px) {
.woocommerce div.product .woocommerce-tabs ul.tabs {
overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
padding-right: 15px;
}
}
.woocommerce div.product .woocommerce-tabs .panel {
position: relative;
overflow: hidden;
margin: 0 auto;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 40px 10px;
padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
display: none;
font-size: 24px;
position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h2 {
display: block;
}
.woocommerce div.product .woocommerce-tabs .panel .commentlist {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
padding: 8px 8px 8px 30px;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt th,
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt td {
background-color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs #tab-description {
line-height: 1.8;
text-align: left;
}
.woocommerce div.product .woocommerce-tabs #tab-description .wc-content > h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs .accessories {
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap:hover .product-item-inner .product-info .add-to-cart-wrap,
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap:hover .product-item-inner .product-info .yith-wcwl-add-to-wishlist,
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap:hover .product-item-inner .product-info .compare {
display: none;
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap:hover .product-item-inner .product-info .price {
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .accessories.grid .product-item-wrap {
float: left;
}
.woocommerce div.product .woocommerce-tabs .accessories.grid .product-item-wrap:before {
content: '+';
position: absolute;
top: 40%;
font-size: 20px;
left: -6px;
z-index: 3;
color: var(--text_color_lighten_40);
}
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-4 .product-item-wrap {
width: 20%;
}
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-3 .product-item-wrap {
width: 25%;
}
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-2 .product-item-wrap {
width: 33.33%;
}
@media (max-width: 1024px) {
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-4 .product-item-wrap,
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-3 .product-item-wrap {
width: 33.33%;
}
}
@media (max-width: 480px) {
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-4 .product-item-wrap,
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-3 .product-item-wrap,
.woocommerce div.product .woocommerce-tabs .accessories.grid.column-2 .product-item-wrap {
width: 50%;
}
}
.woocommerce div.product .woocommerce-tabs .accessories .product-view {
float: none;
}
@media (max-width: 480px) {
.woocommerce div.product .woocommerce-tabs .accessories .product-view .row {
margin: 0;
}
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-dots {
position: absolute;
right: 0;
bottom: -10px;
margin-right: 30px;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-dots > div {
width: 10px;
height: 10px;
background: #eee;
border-radius: 50%;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin: 0 2px;
display: inline-block;
float: right;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-dots > div.active,
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-dots > div:hover {
background: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav {
display: none;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div i {
font-size: 24px;
color: #ffffff;
line-height: 44px;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div:hover {
background-color: var(--primary_color);
}
@media (max-width: 500px) {
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav .owl-prev {
left: 10px !important;
}
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav .owl-next {
right: 10px;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .product-item-wrap:before {
content: '+';
position: absolute;
top: 40%;
font-size: 20px;
left: -6px;
z-index: 3;
color: var(--text_color_lighten_40);
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .product-static {
width: 20%;
float: left;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .yolo-slider {
float: right;
width: 80%;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .product-static {
width: 25%;
float: left;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .yolo-slider {
float: right;
width: 75%;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-2 .product-static {
width: calc(100%/3);
float: left;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-2 .yolo-slider {
float: right;
width: calc(2*100%/3);
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .product-static:before {
content: '+' !important;
position: absolute;
top: 40%;
font-size: 20px;
right: -6px;
left: auto;
z-index: 3;
color: var(--text_color_lighten_40);
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div i {
font-size: 24px;
color: #ffffff;
line-height: 44px;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div:hover {
background-color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav .owl-prev {
left: 10px;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav .owl-next {
right: 10px;
}
@media (max-width: 1024px) {
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .product-static {
width: 33.33333333%;
}
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .yolo-slider,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .yolo-slider {
width: calc(2*100%/3);
}
}
@media (max-width: 991px) {
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-2 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .yolo-slider,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .yolo-slider,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-2 .yolo-slider {
width: 50%;
}
}
@media (max-width: 500px) {
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-2 .product-static,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-4 .yolo-slider,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-3 .yolo-slider,
.woocommerce div.product .woocommerce-tabs .accessories.slider.column-2 .yolo-slider {
width: 100%;
float: none;
}
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap .product-item-inner:before {
content: '+';
position: absolute;
top: 40%;
font-size: 20px;
left: -15px;
z-index: 3;
color: var(--text_color_lighten_40);
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap.ac-first:before {
content: '';
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap .product-thumb .product-link {
display: none;
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap .product-actions {
display: none;
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap .product-info .star-rating {
display: none;
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap.product-not-checked {
cursor: not-allowed;
opacity: 0.3;
}
.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap.product-not-checked:hover .product-item-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .accessories .check-products {
margin-top: 30px;
display: inline-block;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .accessories .total-price h3 {
margin-top: 10;
}
.woocommerce div.product .woocommerce-tabs .accessories .total-price h4 {
margin-bottom: 20px;
color: var(--text_color);
}
.woocommerce div.product .woocommerce-tabs .accessories .accessories-add-to-cart .add-to-cart {
font-size: 18px;
color: #fff;
padding-top: 7px;
text-transform: uppercase;
padding-bottom: 7px;
height: 50px;
min-width: 215px;
border: none;
background-color: var(--secondary_color);
border-radius: 3px;
font-weight: bold;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.woocommerce div.product .woocommerce-tabs .accessories .accessories-add-to-cart .add-to-cart:hover {
background-color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs .accessories .accessories-add-to-cart .add-to-cart.ac-loading {
cursor: no-drop;
opacity: 0.3;
}
@media (max-width: 768px) {
.woocommerce div.product .woocommerce-tabs ul.tabs {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs div.panel {
width: 100%;
}
} @media (max-width: 767px) {
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
}
.woocommerce #reviews #comments ol.commentlist li {
margin: 0;
border-bottom: 1px solid #eeeeee;
padding: 25px 0px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
border-color: transparent;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 70px;
height: 70px;
padding: 0;
margin: 0;
border: none;
position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 80px;
padding: 0 10px 0px 10px;
border: none;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
float: right;
margin: 0px;
}
@media (max-width: 479px) {
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
float: none;
margin-bottom: 10px;
}
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 14px;
margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
margin-right: 20px;
color: #000000;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
font-size: 12px;
text-transform: capitalize;
}
@media (max-width: 767px) {
.woocommerce #reviews #comments h2 {
font-size: 20px;
}
}
.woocommerce #review_form #respond h3.comment-reply-title {
font-size: 18px;
margin-bottom: 15px;
position: relative;
font-weight: normal;
}
.woocommerce #review_form #respond p {
margin: 0px;
width: 100%;
float: none;
}
.woocommerce #review_form #respond p p.stars {
display: inline-block;
line-height: 1;
padding: 0px;
}
.woocommerce #review_form #respond p.form-submit {
margin-top: 30px;
}
.woocommerce #review_form #respond p.form-submit input {
padding: 15px;
}
.woocommerce #review_form #respond .comment-fields-wrap .row {
margin: 0;
}
.woocommerce #review_form #respond .comment-fields-wrap .row label {
margin-top: 20px;
margin-bottom: 10px;
color: #000000;
}
.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-rating:hover label,
.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-comment:hover label {
color: var(--primary_color);
}
.woocommerce #review_form #respond .comment-form-rating label,
.woocommerce #review_form #respond .comment-form-comment label {
color: #000000;
margin-top: 20px;
margin-bottom: 10px;
}
.cross-sells h4.widget-title,
.upsells.products h4.widget-title,
.related.products h4.widget-title {
font-size: 30px;
text-transform: uppercase;
text-align: center;
border: none;
padding: 50px 0px 10px;
}
.cross-sells .slider,
.upsells.products .slider,
.related.products .slider {
margin: 0 -15px;
}
.cross-sells .slider .product-item-wrap,
.upsells.products .slider .product-item-wrap,
.related.products .slider .product-item-wrap {
padding: 0 15px;
}
.cross-sells .owl-theme .owl-controls,
.upsells.products .owl-theme .owl-controls,
.related.products .owl-theme .owl-controls {
margin: 0;
height: 0;
position: absolute;
top: -98px;
right: 15px;
}
.cross-sells .owl-nav div,
.upsells.products .owl-nav div,
.related.products .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.cross-sells .owl-nav div i,
.upsells.products .owl-nav div i,
.related.products .owl-nav div i {
font-size: 24px;
color: #ffffff;
line-height: 44px;
}
.cross-sells .owl-nav div:hover,
.upsells.products .owl-nav div:hover,
.related.products .owl-nav div:hover {
background-color: var(--primary_color);
}
.cross-sells .owl-nav .owl-prev,
.upsells.products .owl-nav .owl-prev,
.related.products .owl-nav .owl-prev {
left: 15px;
}
.cross-sells .owl-nav .owl-next,
.upsells.products .owl-nav .owl-next,
.related.products .owl-nav .owl-next {
right: 15px;
}
.site-content-single-product .related.products h4.widget-title {
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
padding: 50px 0px 10px;
background-color: #ffffff;
}
.upsells,
.cross-sells {
margin-top: 40px;
}
.related .widget-title {
position: relative;
border: none !important;
text-align: center;
text-transform: uppercase;
margin: 0;
z-index: 1;
}
.related .slider .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.related .slider .owl-nav div i {
font-size: 24px;
color: #ffffff;
line-height: 44px;
}
.related .slider .owl-nav div:hover {
background-color: var(--primary_color);
}
.related .slider .owl-nav .owl-prev {
left: 15px;
}
.related .slider .owl-nav .owl-next {
right: 15px;
}
.related .slider .product-item-wrap {
padding: 0px 10px;
}
.related .slider .product-item-wrap .product-info h3 {
margin-bottom: 20px;
width: 100%;
}
.woocommerce.slider .product {
margin-bottom: 25px;
}
.variable-items-wrapper.color-variable-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 15px;
list-style: none;
margin-bottom: 0 !important;
}
.variable-items-wrapper.color-variable-wrapper > li {
width: 20px !important;
height: 20px !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
margin-right: 10px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid rgba(0, 0, 0, 0.3);
cursor: pointer;
position: relative;
vertical-align: middle;
}
.variable-items-wrapper.color-variable-wrapper > li.selected {
cursor: pointer;
border-color: var(--primary_color);
}
.variable-items-wrapper.label-variable-wrapper {
padding-left: 15px;
}
.variable-items-wrapper.label-variable-wrapper > li {
cursor: pointer;
position: relative;
padding: 0px 10px;
border: 1px solid #eee;
margin-right: 5px;
}
.variable-items-wrapper.label-variable-wrapper > li.selected {
cursor: pointer;
border-color: var(--primary_color);
}
.variable-items-wrapper.image-variable-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 15px;
list-style: none;
margin-bottom: 0 !important;
}
.variable-items-wrapper.image-variable-wrapper > li {
width: 50px !important;
height: 50px !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
margin-right: 10px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid rgba(0, 0, 0, 0.3);
cursor: pointer;
position: relative;
vertical-align: middle;
}
.variable-items-wrapper.image-variable-wrapper > li.selected {
cursor: pointer;
border-color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs > h4 {
font-size: 30px;
text-transform: uppercase;
text-align: center;
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs.accessories-list {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs.accessories-list .accessories .product-listing .product-item-wrap {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs.accessories-list .accessories .product-listing .product-item-wrap:before {
top: -30px;
left: 60px;
}
.woocommerce div.product .woocommerce-tabs.accessories-list .accessories .product-listing .product-item-wrap .product-item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce div.product .woocommerce-tabs.accessories-list .accessories .product-listing .product-item-wrap .product-item-inner .product-thumb {
max-width: 100px;
}
.woocommerce div.product .woocommerce-tabs.accessories-list .accessories .product-listing .product-item-wrap .product-item-inner .product-info {
padding-left: 15px;
padding-right: 15px;
}
#review_form_wrapper {
padding: 0 0px;
}
#yolo-product-nav .product-navigation {
display: table;
width: 100%;
}
#yolo-product-nav .product-navigation .yolo-product-prev,
#yolo-product-nav .product-navigation .yolo-product-next {
display: table-cell;
width: 50%;
text-transform: uppercase;
font-weight: bold;
}
#yolo-product-nav .product-navigation .yolo-product-next {
text-align: right;
}
#yolo-product-nav .product-navigation .yolo-product-next a:after {
content: '\f101';
font-family: FontAwesome;
margin-left: 5px;
display: inline-block;
}
#yolo-product-nav .product-navigation .yolo-product-prev a:before {
content: '\f100';
font-family: FontAwesome;
margin-right: 5px;
display: inline-block;
}
.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
border-color: var(--primary_color);
}
.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
border-color: var(--primary_color);
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery {
margin-top: -60px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul {
height: 50px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a {
height: 50px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
border-color: var(--primary_color);
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
border-color: var(--primary_color);
}
.yl_page_builder.column-3 ul {
margin: 0 -15px;
}
.yl_page_builder.column-3 ul li {
padding: 15px;
width: 33%;
margin: 0 !important;
float: left;
}
.yl_page_builder.column-2 ul {
margin: 0 -15px;
}
.yl_page_builder.column-2 ul li {
width: 50%;
padding: 15px;
margin: 0 !important;
float: left;
}
.yl_page_builder.column-1 ul li {
width: 100%;
margin-bottom: 30px !important;
float: left;
}
.yl_page_builder.column-1 ul li a img {
width: 100%;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: 10px 4px 0 0;
}  .overlay-bg-vc-wapper {
position: relative;
}
.yolo_parallax_effect {
background-attachment: fixed;
}
.overlay-bg-vc {
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fullwidth {
width: 100%;
overflow: hidden;
}
.fullwidth:before,
.fullwidth:after {
content: "";
display: table;
}
.fullwidth:after {
clear: both;
}
.content-middle {
display: table;
width: 100%;
}
.content-middle-inner {
display: table-cell;
vertical-align: middle;
width: 100%;
}
#yolo-content-wrapper .wpb_row,
#yolo-content-wrapper .wpb_content_element,
#yolo-content-wrapper ul.wpb_thumbnails-fluid > li,
#yolo-content-wrapper .last_toggle_el_margin,
#yolo-content-wrapper .wpb_button {
margin-bottom: 0;
}
.vc_separator .vc_sep_holder {
padding-bottom: 1px;
}
.no-border {
border: 0 !important;
}
.no-padding {
padding: 0;
}
.no-padding-vc div[class*=vc_col-] {
padding-left: 0 !important;
padding-right: 0 !important;
}
.no-margin-vc {
margin-left: 0 !important;
margin-right: 0 !important;
}
.height-auto {
height: auto !important;
}
.bg-content-box {
background-clip: content-box;
}
.bg-column {
background-clip: content-box;
background-size: contain;
background-position: center;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-top-15 {
margin-top: 15px;
}
@media screen and (max-width: 991px) {
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35 {
margin-bottom: 15px !important;
}
.margin-bottom-40 {
margin-bottom: 20px !important;
}
.margin-bottom-45 {
margin-bottom: 25px !important;
}
.margin-bottom-50 {
margin-bottom: 30px !important;
}
.margin-bottom-55 {
margin-bottom: 35px !important;
}
.margin-bottom-60 {
margin-bottom: 40px !important;
}
.margin-bottom-65 {
margin-bottom: 45px !important;
}
.margin-bottom-70 {
margin-bottom: 50px !important;
}
.margin-bottom-75 {
margin-bottom: 55px !important;
}
.margin-bottom-80 {
margin-bottom: 60px !important;
}
.margin-bottom-85 {
margin-bottom: 65px !important;
}
.margin-bottom-90 {
margin-bottom: 70px !important;
}
.margin-bottom-95 {
margin-bottom: 75px !important;
}
.margin-bottom-100 {
margin-bottom: 80px !important;
}
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35 {
margin-top: 15px !important;
}
.margin-top-40 {
margin-top: 20px !important;
}
.margin-top-45 {
margin-top: 25px !important;
}
.margin-top-50 {
margin-top: 30px !important;
}
.margin-top-55 {
margin-top: 35px !important;
}
.margin-top-60 {
margin-top: 40px !important;
}
.margin-top-65 {
margin-top: 45px !important;
}
.margin-top-70 {
margin-top: 50px !important;
}
.margin-top-75 {
margin-top: 55px !important;
}
.margin-top-80 {
margin-top: 60px !important;
}
.margin-top-85 {
margin-top: 65px !important;
}
.margin-top-90 {
margin-top: 70px !important;
}
.margin-top-95 {
margin-top: 75px !important;
}
.margin-top-100 {
margin-top: 80px !important;
}
}
@media screen and (max-width: 480px) {
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45 {
margin-bottom: 15px !important;
}
.margin-bottom-50 {
margin-bottom: 20px !important;
}
.margin-bottom-55 {
margin-bottom: 25px !important;
}
.margin-bottom-60 {
margin-bottom: 30px !important;
}
.margin-bottom-65 {
margin-bottom: 35px !important;
}
.margin-bottom-70 {
margin-bottom: 40px !important;
}
.margin-bottom-75 {
margin-bottom: 45px !important;
}
.margin-bottom-80 {
margin-bottom: 50px !important;
}
.margin-bottom-85 {
margin-bottom: 55px !important;
}
.margin-bottom-90 {
margin-bottom: 60px !important;
}
.margin-bottom-95 {
margin-bottom: 65px !important;
}
.margin-bottom-100 {
margin-bottom: 70px !important;
}
.margin-bottom-105 {
margin-bottom: 75px !important;
}
.margin-bottom-110 {
margin-bottom: 80px !important;
}
.margin-bottom-115 {
margin-bottom: 85px !important;
}
.margin-bottom-120 {
margin-bottom: 90px !important;
}
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45 {
margin-top: 15px !important;
}
.margin-top-50 {
margin-top: 20px !important;
}
.margin-top-55 {
margin-top: 25px !important;
}
.margin-top-60 {
margin-top: 30px !important;
}
.margin-top-65 {
margin-top: 35px !important;
}
.margin-top-70 {
margin-top: 40px !important;
}
.margin-top-75 {
margin-top: 45px !important;
}
.margin-top-80 {
margin-top: 50px !important;
}
.margin-top-85 {
margin-top: 55px !important;
}
.margin-top-90 {
margin-top: 60px !important;
}
.margin-top-95 {
margin-top: 65px !important;
}
.margin-top-100 {
margin-top: 70px !important;
}
.margin-top-105 {
margin-top: 75px !important;
}
.margin-top-110 {
margin-top: 80px !important;
}
.margin-top-115 {
margin-top: 85px !important;
}
.margin-top-120 {
margin-top: 90px !important;
}
}
@media screen and (min-width: 992px) {
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-bottom-85 {
margin-bottom: 85px !important;
}
.margin-bottom-90 {
margin-bottom: 90px !important;
}
.margin-bottom-95 {
margin-bottom: 95px !important;
}
.margin-bottom-100 {
margin-bottom: 100px !important;
}
.margin-bottom-105 {
margin-bottom: 105px !important;
}
.margin-bottom-110 {
margin-bottom: 110px !important;
}
.margin-bottom-115 {
margin-bottom: 115px !important;
}
.margin-bottom-120 {
margin-bottom: 120px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-top-85 {
margin-top: 85px !important;
}
.margin-top-90 {
margin-top: 90px !important;
}
.margin-top-95 {
margin-top: 95px !important;
}
.margin-top-100 {
margin-top: 100px !important;
}
.margin-top-105 {
margin-top: 105px !important;
}
.margin-top-110 {
margin-top: 110px !important;
}
.margin-top-115 {
margin-top: 115px !important;
}
.margin-top-120 {
margin-top: 120px !important;
}
}
.height-1000 {
height: 1000px;
}
.height-900 {
height: 900px;
}
.height-800 {
height: 800px;
}
.height-700 {
height: 700px;
}
.height-600 {
height: 600px;
}
.height-500 {
height: 500px;
}
.height-400 {
height: 400px;
}
.height-300 {
height: 300px;
}
.height-200 {
height: 200px;
}
.height-100 {
height: 100px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.md-padding-right-100 {
padding-right: 100px;
}
.md-padding-left-100 {
padding-left: 100px;
}
}
@media (max-width: 1199px) {
.md-margin-bottom-15 {
margin-bottom: 15px !important;
}
.md-margin-bottom-30 {
margin-bottom: 30px !important;
}
.md-margin-bottom-40 {
margin-bottom: 40px !important;
}
.md-margin-bottom-50 {
margin-bottom: 50px !important;
}
}
@media (max-width: 991px) {
.sm-margin-bottom-15 {
margin-bottom: 15px !important;
}
.sm-margin-bottom-30 {
margin-bottom: 30px !important;
}
.sm-margin-bottom-40 {
margin-bottom: 40px !important;
}
.sm-margin-bottom-50 {
margin-bottom: 50px !important;
}
.sm-height-1000 {
height: 1000px;
}
.sm-height-900 {
height: 900px;
}
.sm-height-800 {
height: 800px;
}
.sm-height-700 {
height: 700px;
}
.sm-height-600 {
height: 600px;
}
.sm-height-500 {
height: 500px;
}
.sm-height-400 {
height: 400px;
}
.sm-height-300 {
height: 300px;
}
.sm-height-200 {
height: 200px;
}
.sm-height-100 {
height: 100px;
}
}
@media (max-width: 767px) {
.xs-margin-bottom-15 {
margin-bottom: 15px !important;
}
.xs-margin-bottom-30 {
margin-bottom: 30px !important;
}
.xs-margin-bottom-40 {
margin-bottom: 40px !important;
}
.xs-margin-bottom-50 {
margin-bottom: 50px !important;
}
.xs-height-1000 {
height: 1000px;
}
.xs-height-900 {
height: 900px;
}
.xs-height-800 {
height: 800px;
}
.xs-height-700 {
height: 700px;
}
.xs-height-600 {
height: 600px;
}
.xs-height-500 {
height: 500px;
}
.xs-height-400 {
height: 400px;
}
.xs-height-300 {
height: 300px;
}
.xs-height-200 {
height: 200px;
}
.xs-height-100 {
height: 100px;
}
}
.text-left-xs-center {
text-align: left;
}
.text-right-xs-center {
text-align: right;
}
@media (max-width: 767px) {
.text-left-xs-center {
text-align: center;
}
.text-right-xs-center {
text-align: center;
}
}
.vc-content-middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} @-webkit-keyframes yolo_bounce {
0%,
20%,
53%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
40%,
43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes yolo_bounce {
0%,
20%,
53%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
40%,
43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.wpb_start_animation.wpb_bounce {
-webkit-animation-name: yolo_bounce;
animation-name: yolo_bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes yolo_flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes yolo_flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.wpb_start_animation.wpb_flash {
-webkit-animation-name: yolo_flash;
animation-name: yolo_flash;
}
@-webkit-keyframes yolo_pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes yolo_pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
.wpb_start_animation.wpb_pulse {
-webkit-animation-name: yolo_pulse;
animation-name: yolo_pulse;
}
@-webkit-keyframes yolo_rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
opacity: 1;
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
opacity: 1;
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
opacity: 1;
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
opacity: 1;
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes yolo_rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
opacity: 1;
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
opacity: 1;
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
opacity: 1;
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
opacity: 1;
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
.wpb_start_animation.wpb_rubberBand {
-webkit-animation-name: yolo_rubberBand;
animation-name: yolo_rubberBand;
}
@-webkit-keyframes yolo_shake {
0%,
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes yolo_shake {
0%,
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.wpb_start_animation.wpb_shake {
-webkit-animation-name: yolo_shake;
animation-name: yolo_shake;
}
@-webkit-keyframes yolo_swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
opacity: 1;
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
opacity: 1;
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
opacity: 1;
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
opacity: 1;
}
}
@keyframes yolo_swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
opacity: 1;
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
opacity: 1;
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
opacity: 1;
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
opacity: 1;
}
}
.wpb_start_animation.wpb_swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: yolo_swing;
animation-name: yolo_swing;
}
@-webkit-keyframes yolo_tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
opacity: 1;
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
opacity: 1;
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes yolo_tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
opacity: 1;
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
opacity: 1;
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
.wpb_start_animation.wpb_tada {
-webkit-animation-name: yolo_tada;
animation-name: yolo_tada;
}
@-webkit-keyframes yolo_wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
opacity: 1;
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
opacity: 1;
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
opacity: 1;
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
opacity: 1;
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes yolo_wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wpb_start_animation.wpb_wobble {
-webkit-animation-name: yolo_wobble;
animation-name: yolo_wobble;
}
@-webkit-keyframes yolo_bounceIn {
0%,
20%,
40%,
60%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes yolo_bounceIn {
0%,
20%,
40%,
60%,
80%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.wpb_start_animation.wpb_bounceIn {
-webkit-animation-name: yolo_bounceIn;
animation-name: yolo_bounceIn;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
@-webkit-keyframes yolo_bounceInDown {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes yolo_bounceInDown {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.wpb_start_animation.wpb_bounceInDown {
-webkit-animation-name: yolo_bounceInDown;
animation-name: yolo_bounceInDown;
}
@-webkit-keyframes yolo_bounceInLeft {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes yolo_bounceInLeft {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.wpb_start_animation.wpb_bounceInLeft {
-webkit-animation-name: yolo_bounceInLeft;
animation-name: yolo_bounceInLeft;
}
@-webkit-keyframes yolo_bounceInRight {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes yolo_bounceInRight {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.wpb_start_animation.wpb_bounceInRight {
-webkit-animation-name: yolo_bounceInRight;
animation-name: yolo_bounceInRight;
}
@-webkit-keyframes yolo_bounceInUp {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes yolo_bounceInUp {
0%,
60%,
75%,
90%,
100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.wpb_start_animation.wpb_bounceInUp {
-webkit-animation-name: yolo_bounceInUp;
animation-name: yolo_bounceInUp;
}
@-webkit-keyframes yolo_fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes yolo_fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.wpb_start_animation.wpb_fadeIn {
-webkit-animation-name: yolo_fadeIn;
animation-name: yolo_fadeIn;
}
@-webkit-keyframes yolo_fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes yolo_fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.wpb_start_animation.wpb_fadeInDown {
-webkit-animation-name: yolo_fadeInDown;
animation-name: yolo_fadeInDown;
}
@-webkit-keyframes yolo_fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes yolo_fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.wpb_start_animation.wpb_fadeInLeft {
-webkit-animation-name: yolo_fadeInLeft;
animation-name: yolo_fadeInLeft;
}
@-webkit-keyframes yolo_fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes yolo_fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.wpb_start_animation.wpb_fadeInRight {
-webkit-animation-name: yolo_fadeInRight;
animation-name: yolo_fadeInRight;
}
@-webkit-keyframes yolo_fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes yolo_fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.wpb_start_animation.wpb_fadeInUp {
-webkit-animation-name: yolo_fadeInUp;
animation-name: yolo_fadeInUp;
}
@-webkit-keyframes yolo_flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes yolo_flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.wpb_start_animation.wpb_flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: yolo_flipInX;
animation-name: yolo_flipInX;
}
@-webkit-keyframes yolo_flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
opacity: 1;
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes yolo_flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
opacity: 1;
}
}
.wpb_start_animation.wpb_flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: yolo_flipInY;
animation-name: yolo_flipInY;
}
@-webkit-keyframes yolo_zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes yolo_zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
.wpb_start_animation.wpb_zoomIn {
-webkit-animation-name: yolo_zoomIn;
animation-name: yolo_zoomIn;
}
.wpb_start_animation.wpb_fadeIn.yolo-css-animation,
.wpb_start_animation.wpb_fadeInDown.yolo-css-animation,
.wpb_start_animation.wpb_fadeInUp.yolo-css-animation,
.wpb_start_animation.wpb_fadeInLeft.yolo-css-animation,
.wpb_start_animation.wpb_fadeInRight.yolo-css-animation,
.wpb_start_animation.wpb_bounceIn.yolo-css-animation,
.wpb_start_animation.wpb_bounceInDown.yolo-css-animation,
.wpb_start_animation.wpb_bounceInUp.yolo-css-animation,
.wpb_start_animation.wpb_bounceInLeft.yolo-css-animation,
.wpb_start_animation.wpb_bounceInRight.yolo-css-animation,
.wpb_start_animation.wpb_zoomIn.yolo-css-animation,
.wpb_start_animation.wpb_flipInX.yolo-css-animation,
.wpb_start_animation.wpb_flipInY.yolo-css-animation,
.wpb_start_animation.wpb_bounce.yolo-css-animation,
.wpb_start_animation.wpb_flash.yolo-css-animation,
.wpb_start_animation.wpb_shake.yolo-css-animation,
.wpb_start_animation.wpb_pulse.yolo-css-animation,
.wpb_start_animation.wpb_swing.yolo-css-animation,
.wpb_start_animation.wpb_rubberBand.yolo-css-animation,
.wpb_start_animation.wpb_wobble.yolo-css-animation,
.wpb_start_animation.wpb_tada.yolo-css-animation {
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.yolo-css-animation {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
filter: alpha(opacity=100);
}
.background-right {
background-position: right bottom !important;
background-repeat: no-repeat !important;
}
.vc_row.vc_row-o-equal-height .yolo-row > .vc_column_container {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}  @media (max-width: 1299px) {
.yolo-full-width > .vc_row,
footer .vc_row {
margin: 0 -15px !important;
}
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
background-color: transparent;
border-color: #f0f0f0;
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 14px;
font-weight: bold;
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
color: var(--primary_color);
padding: 18px 30px;
line-height: 1.5;
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after {
border-color: var(--primary_color);
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: var(--primary_color);
border-color: var(--primary_color);
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a {
color: #ffffff;
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a i:before,
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a i:after {
border-color: #ffffff;
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: var(--primary_color);
border-color: var(--primary_color);
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
color: #ffffff;
}
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before,
.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after {
border-color: #ffffff;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
background-color: transparent;
border-color: #f0f0f0;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 14px;
font-weight: bold;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
color: var(--primary_color);
padding: 18px 30px;
line-height: 1.5;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after {
border-color: var(--primary_color);
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: var(--primary_color);
border-color: var(--primary_color);
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a {
color: #ffffff;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a i:before,
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a i:after {
border-color: #ffffff;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: var(--primary_color);
border-color: var(--primary_color);
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
color: #ffffff;
line-height: 1.5;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before,
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after {
border-color: #ffffff;
}
.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
background-color: #fafafa;
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
background-color: transparent;
border: none;
border-bottom: 1px solid var(--primary_color);
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 14px;
font-weight: bold;
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
text-transform: uppercase;
color: var(--primary_color);
padding: 28px 0px;
padding-right: 30px;
line-height: 1.5;
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after {
border-color: var(--primary_color);
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: transparent;
border-color: var(--primary_color);
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: transparent;
border-color: var(--primary_color);
}
.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
font-weight: 900;
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
background-color: transparent;
border: none;
border-bottom: 1px solid var(--primary_color);
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 14px;
font-weight: bold;
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
text-transform: uppercase;
color: var(--primary_color);
padding: 28px 0px;
padding-right: 30px;
line-height: 1.5;
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after {
border-color: var(--primary_color);
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: transparent;
border-color: var(--primary_color);
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: transparent;
border-color: var(--primary_color);
}
.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
font-weight: 900;
}
.vc_general.tab-style-1 .vc_tta-tabs-container {
border-bottom: 1px solid var(--primary_color);
}
.vc_general.tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
margin: 0 8px;
margin-bottom: -1px;
}
.vc_general.tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
font-size: 18px;
background-color: transparent;
border: 1px solid var(--primary_color);
}
.vc_general.tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
border-color: transparent;
background-color: var(--primary_color);
color: #ffffff;
}
.vc_general.tab-style-2 .vc_tta-tabs-container {
border-bottom: 1px solid #eeeeee;
}
.vc_general.tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list {
margin-bottom: -1px;
}
.vc_general.tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
margin: 0 8px;
}
.vc_general.tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
font-size: 18px;
background-color: #eeeeee;
border: 1px solid #eeeeee;
}
.vc_general.tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
background-color: var(--primary_color);
color: #ffffff;
border-color: transparent;
}
.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list {
margin-bottom: -1px;
}
.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
margin: 0;
}
.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
content: '';
background-color: #eee;
height: 1px;
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
position: relative;
z-index: 1;
background-color: #ffffff;
font-size: 24px;
border: none;
}
.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
color: var(--primary_color);
background-color: #ffffff;
}
.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
font-weight: bold;
color: var(--primary_color);
background-color: #ffffff;
}
.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list {
margin-bottom: -1px;
}
.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
margin: 0;
}
.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
background-color: transparent;
position: relative;
z-index: 1;
background-color: #ffffff;
font-size: 24px;
border: none;
}
.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
background-color: transparent;
color: var(--primary_color);
}
.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
background-color: transparent;
font-size: 48px;
color: var(--primary_color);
font-weight: normal;
}
@media (max-width: 991px) {
.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
font-size: 24px;
font-weight: bold;
}
}
.skill_process .vc_general {
height: 4px;
margin: 60px 0;
background-color: var(--primary_color_fade_40);
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.skill_process .vc_general small.vc_label {
position: absolute;
top: -35px;
width: 100%;
font-size: 14px;
padding: 0;
text-transform: uppercase;
color: var(--primary_color) !important;
}
.skill_process .vc_general small.vc_label span {
font-size: 14px;
line-height: 30px;
right: 0;
position: absolute;
}
.skill_process .vc_general span {
border-radius: 0 !important;
}
.skill_process2 .vc_general {
height: 4px;
margin: 60px 0;
background-color: var(--primary_color_fade_40);
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.skill_process2 .vc_general small.vc_label {
position: absolute;
top: -35px;
width: 100%;
font-size: 14px;
padding: 0;
font-style: italic;
text-transform: uppercase;
color: var(--primary_color) !important;
}
.skill_process2 .vc_general small.vc_label span {
margin-left: 30px;
font-size: 14px;
line-height: 30px;
}
.skill_process2 .vc_general span {
border-radius: 0 !important;
}
.gallery_class_3 h2 {
margin-top: 0;
font-size: 30px;
position: relative;
padding-bottom: 25px;
}
.gallery_class_3 h2:after {
content: "";
position: absolute;
width: 75px;
left: 0;
top: 42px;
height: 5px;
background-color: var(--primary_color);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.gallery_class_3 ul {
margin: 0 -15px !important;
}
.gallery_class_3 ul li {
width: 33.33%;
padding: 15px !important;
max-width: none!important;
float: left;
display: inline-block;
position: relative!important;
left: auto !important;
top: auto !important;
margin: 0 !important;
}
.gallery_class_3 ul li a img {
width: 100%;
}
@media (max-width: 480px) {
.gallery_class_3 ul {
margin: 0 -5px;
}
.gallery_class_3 ul li {
padding: 5px !important;
}
}
.gallery_class_2 h2 {
margin-top: 0;
font-size: 30px;
position: relative;
padding-bottom: 25px;
}
.gallery_class_2 h2:after {
content: "";
position: absolute;
width: 75px;
left: 0;
top: 42px;
height: 5px;
background-color: var(--primary_color);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.gallery_class_2 ul {
margin: 0 -15px !important;
}
.gallery_class_2 ul li {
width: 50%;
padding: 15px !important;
max-width: none!important;
float: left;
display: inline-block;
position: relative!important;
left: auto !important;
top: auto !important;
margin: 0 !important;
}
.gallery_class_2 ul li a img {
width: 100%;
}
@media (max-width: 480px) {
.gallery_class_2 ul {
margin: 0 -5px;
}
.gallery_class_2 ul li {
padding: 5px !important;
}
}
.gallery_class_2x h2 {
margin-top: 0;
font-size: 30px;
position: relative;
padding-bottom: 25px;
}
.gallery_class_2x h2:after {
content: "";
position: absolute;
width: 75px;
left: 0;
top: 42px;
height: 5px;
background-color: var(--primary_color);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.gallery_class_2x ul li {
width: 50%;
max-width: none!important;
float: left;
display: inline-block;
position: relative!important;
left: auto !important;
top: auto !important;
margin: 0 !important;
}
.gallery_class_2x ul li a img {
width: 100%;
}
@media (max-width: 480px) {
.gallery_class_2x ul {
margin: 0 -5px;
}
.gallery_class_2x ul li {
padding: 5px !important;
}
}
.vc_general.vc_btn3.vc_btn3-shape-square {
border-radius: 3px;
font-weight: bold;
}     .navbar-nav,
.navbar-nav a,
.navbar-nav ul,
.navbar-nav li,
.navbar-nav div,
.navbar-nav form,
.navbar-nav input {
margin: 0;
padding: 0;
border: none;
outline: none;
}
.navbar-nav a {
text-decoration: none;
}
.navbar-nav {
display: inline-block;
cursor: default;
}
.navbar-nav li {
list-style: none;
}
.navbar-nav > li > a {
position: relative;
display: block;
z-index: 510;
padding: 20px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.navbar-nav > li > a span.yolo_sub_label {
font-size: 11px;
} span.yolo_sub_label {
font-size: 10px;
font-weight: normal;
color: #eeeeee;
letter-spacing: 0;
line-height: 1;
display: inline-block;
padding: 1px 2px;
vertical-align: baseline;
margin-left: 4px;
border-radius: 2px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
top: -1px;
} .navbar-nav > li.menu_style_column > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
position: absolute;
display: none;
width: 100%;
top: 98%;
left: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
background-color: #ffffff;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_column:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
.navbar-nav > li.menu_style_column.mega-fullwidth {
position: inherit;
}
.navbar-nav > li.menu_style_column.mega-fullwidth > ul {
left: 0;
width: 100% !important;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-2 > ul > li {
float: left;
width: 50%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-3 > ul > li {
float: left;
width: 33.3333333%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-4 > ul > li {
float: left;
width: 25%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-5 > ul > li {
float: left;
width: 20%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-6 > ul > li {
float: left;
width: 16.6666666%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth {
position: inherit;
}
.navbar-nav > li.menu_style_column.mega-fullwidth > ul {
left: 0;
width: 100% !important;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-2 > ul > li {
float: left;
width: 50%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-3 > ul > li {
float: left;
width: 33.3333333%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-4 > ul > li {
float: left;
width: 25%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-5 > ul > li {
float: left;
width: 20%;
}
.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-6 > ul > li {
float: left;
width: 16.6666666%;
}
.navbar-nav > li.menu_style_column {
position: relative;
}
.navbar-nav > li.menu_style_column > ul {
left: 0;
width: auto;
}
.navbar-nav > li.menu_style_column > ul > li {
width: 250px;
}
.navbar-nav > li.menu_style_column.mega-col-columns-2 > ul {
width: 500px;
}
.navbar-nav > li.menu_style_column.mega-col-columns-2 > ul > li {
float: left;
}
.navbar-nav > li.menu_style_column.mega-col-columns-3 > ul {
width: 750px;
}
.navbar-nav > li.menu_style_column.mega-col-columns-3 > ul > li {
float: left;
}
.navbar-nav > li.menu_style_column.mega-col-columns-4 > ul {
width: 1000px;
}
.navbar-nav > li.menu_style_column.mega-col-columns-4 > ul > li {
float: left;
}
.navbar-nav > li.menu_style_column.mega-col-columns-5 > ul {
width: 1250px;
}
.navbar-nav > li.menu_style_column.mega-col-columns-5 > ul > li {
float: left;
}
.navbar-nav > li.menu_style_column.mega-col-columns-6 > ul {
width: 1500px;
}
.navbar-nav > li.menu_style_column.mega-col-columns-6 > ul > li {
float: left;
}
.yolo-main-menu.navbar-nav li > a > i {
line-height: 20px;
}
.yolo-main-menu.navbar-nav li > a > i.left {
padding-right: 10px;
float: left;
}
.yolo-main-menu.navbar-nav li > a > i.center {
padding-left: 10px;
padding-right: 10px;
}
.yolo-main-menu.navbar-nav li > a > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.yolo-main-menu.navbar-nav > li > a > i.center {
display: block;
} .navbar-nav > li.menu_style_dropdown {
z-index: 9999;
}
.navbar-nav > li.menu_style_dropdown > a > span {
font-size: 9px;
line-height: 14px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul {
position: absolute;
display: none;
top: 99%;
opacity: 0;
visibility: hidden;
overflow: hidden;
background-color: #ffffff;
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
z-index: 1;
}
.navbar-nav > li.menu_style_dropdown > ul > li {
min-width: 250px;
float: none;
display: list-item;
position: relative;
display: block;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li:last-child {
border: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li a {
padding-left: 20px !important;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i {
line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i.left {
padding-right: 10px;
float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i.center {
padding-left: 10px;
padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > span {
font-size: 9px;
line-height: 12px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 90%;
display: none;
opacity: 0;
background-color: #ffffff;
visibility: hidden;
overflow: hidden;
z-index: 1;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li {
text-align: left;
min-width: 250px;
float: none;
display: list-item;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li:last-child {
border: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i {
line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.left {
padding-right: 10px;
float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.center {
padding-left: 10px;
padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > span {
font-size: 10px;
line-height: 18px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 90%;
display: none;
opacity: 0;
background-color: #ffffff;
visibility: hidden;
overflow: hidden;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
z-index: 1;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li {
min-width: 250px;
float: none;
display: list-item;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li:last-child {
border: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i {
line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.left {
padding-right: 10px;
float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.center {
padding-left: 10px;
padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > span {
font-size: 10px;
line-height: 18px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 90%;
display: none;
opacity: 0;
background-color: #ffffff;
visibility: hidden;
overflow: hidden;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
z-index: 1;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li {
min-width: 250px;
float: none;
display: list-item;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:last-child {
border: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i {
line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.left {
padding-right: 10px;
float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.center {
padding-left: 10px;
padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > span {
font-size: 10px;
line-height: 18px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 90%;
display: none;
opacity: 0;
background-color: #ffffff;
visibility: hidden;
overflow: hidden;
z-index: 1;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li {
min-width: 250px;
float: none;
display: list-item;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:last-child {
border: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i {
line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.left {
padding-right: 10px;
float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.center {
padding-left: 10px;
padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > span {
font-size: 10px;
line-height: 18px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 90%;
display: none;
opacity: 0;
background-color: #ffffff;
visibility: hidden;
overflow: hidden;
z-index: 1;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
min-width: 250px;
float: none;
display: list-item;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:last-child {
border: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i {
line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.left {
padding-right: 10px;
float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.center {
padding-left: 10px;
padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.right {
padding-left: 10px;
padding-right: 10px;
float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > span {
font-size: 10px;
line-height: 18px;
position: relative;
top: -2px;
margin-left: 5px;
color: #ffffff;
padding: 0 5px;
display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
position: absolute;
top: 0;
left: 90%;
display: none;
opacity: 0;
background-color: #ffffff;
visibility: hidden;
overflow: hidden;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
z-index: 1;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li:hover > ul {
display: block;
opacity: 1;
visibility: visible;
overflow: visible;
} .navbar-nav > li.menu_style_dropdown:hover > ul {
opacity: 1;
display: block;
visibility: visible;
overflow: visible;
} .navbar-nav > li.menu_style_tab > ul {
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
text-align: left;
position: absolute;
display: none;
width: 100%;
top: 98%;
left: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_tab > ul:after {
content: '';
position: absolute;
left: 25%;
width: 1px;
top: 0;
bottom: 0;
background-color: #eeeeee;
}
.navbar-nav > li.menu_style_tab > ul > li {
display: block;
width: 25%;
position: static;
clear: none;
border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_tab > ul > li:hover > a:before,
.navbar-nav > li.menu_style_tab > ul > li.active > a:before {
height: 100%;
}
.navbar-nav > li.menu_style_tab > ul > li > a {
padding: 15px 20px;
display: block;
position: relative;
text-transform: uppercase;
font-weight: 700;
}
.navbar-nav > li.menu_style_tab > ul > li > a:after {
content: '';
}
.navbar-nav > li.menu_style_tab > ul > li > a:before {
content: '';
position: absolute;
height: 0;
width: 2px;
top: 0;
left: 0;
background-color: var(--primary_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.navbar-nav > li.menu_style_tab > ul > li.active > a {
color: var(--primary_color);
}
.navbar-nav > li.menu_style_tab > ul > li ul.social-profile > li a i {
padding-right: 10px;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul {
width: 100%;
left: 0;
padding: 0;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li {
width: 25%;
display: inline-block;
padding-top: 20px;
padding: 8px;
padding-bottom: 4%;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li:last-child {
padding: 8px !important;
padding-bottom: 6% !important;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta .author,
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta time,
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta span {
color: var(--menu_sub_text_color);
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li ul {
padding: 20px 20px;
opacity: 0;
visibility: hidden;
position: absolute;
width: auto;
height: auto;
left: 25%;
top: 100%;
right: 0;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-1 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-1 section {
width: 100%;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-2 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-2 section {
width: 50%;
float: left;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-3 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-3 section {
width: 33.3333%;
float: left;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area.columns-4 section,
.navbar-nav > li.menu_style_tab > ul > li ul.columns-4 section {
width: 25%;
float: left;
}
.navbar-nav > li.menu_style_tab > ul > li.active .yolo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li.active ul {
opacity: 1;
visibility: visible;
top: 0;
}
.navbar-nav > li.menu_style_tab:hover > ul {
display: block;
opacity: 1;
visibility: visible;
} .yolo-nav-mobile-menu li {
list-style-type: none;
}
.yolo-nav-mobile-menu li > ul.sub-menu {
display: none;
}
.yolo_widget_area > .yolo_megamenu_widget_area section {
position: relative;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper {
margin: 0;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3 {
position: relative;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3:before {
content: '';
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0px;
height: 2px;
width: 46px;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget {
width: 100%;
left: 0;
padding: 0;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget a .product-title {
color: var(--heading_color);
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget a:hover .product-title {
color: var(--primary_color);
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li ins {
padding-left: 10px;
text-decoration: none;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li:last-child {
border: none;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li a img {
width: 30%;
float: left;
margin: 0;
padding-right: 10px;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li a:after {
content: '';
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li .star-rating {
display: none;
}
.yolo_widget_area > .yolo_megamenu_widget_area section.yolo_widget_product_cat .product_list_widget li {
padding: 3px;
}
.yolo_megamenu_widget_area ul.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.yolo_megamenu_widget_area ul.instagram-pics li {
display: inline-block;
padding: 0;
margin: 0;
}
.yolo_megamenu_widget_area ul.instagram-pics a {
display: block;
position: relative;
overflow: hidden;
}
.yolo_megamenu_widget_area ul.instagram-pics a:before {
content: "";
position: absolute;
width: 101%;
height: 101%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity: 0;
}
.yolo_megamenu_widget_area ul.instagram-pics a:hover:before {
opacity: 1;
}
.yolo_megamenu_widget_area .instagram-col-2 ul.instagram-pics li {
width: 50%;
}
.yolo_megamenu_widget_area .instagram-col-3 ul.instagram-pics li {
width: 33.33333333%;
}
.yolo_megamenu_widget_area .instagram-col-4 ul.instagram-pics li {
width: 25%;
}
.yolo_megamenu_widget_area .instagram-col-6 ul.instagram-pics li {
width: 16.66666667%;
}
.yolo_megamenu_widget_area .instagram-col-8 ul.instagram-pics li {
width: 12.5%;
}
.yolo_megamenu_widget_area .padding-2 ul.instagram-pics {
margin-left: -2px;
margin-right: -2px;
margin-top: -2px;
padding: 15px 15px 50px 0;
}
.yolo_megamenu_widget_area .padding-2 ul.instagram-pics li {
padding: 4px;
}
.yolo_megamenu_widget_area .padding-3 ul.instagram-pics {
margin-left: -3px;
margin-right: -3px;
margin-top: -3px;
padding: 15px 15px 50px 0;
}
.yolo_megamenu_widget_area .padding-3 ul.instagram-pics li {
padding: 3px;
}
.yolo_megamenu_widget_area .padding-4 ul.instagram-pics {
margin-left: -4px;
margin-right: -4px;
margin-top: -4px;
padding: 15px 15px 50px 0;
}
.yolo_megamenu_widget_area .padding-4 ul.instagram-pics li {
padding: 4px;
}
.yolo_megamenu_widget_area .title-center .widget-title {
text-align: center;
}
.yolo_megamenu_widget_area ul.instagram-pics + p {
margin: 0;
font-size: 13px;
font-style: italic;
letter-spacing: 0.02em;
}
.yolo_megamenu_widget_area .widget-text-center {
text-align: center;
}
@media (max-width: 991px) {
.yolo_megamenu_widget_area .yolo_widget_product_cat li {
display: inline-block;
float: none;
}
}
.menu-wrapper .navbar-nav > li:first-child > a {
padding-left: 0;
}
.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu {
text-align: left;
}
.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li {
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 2px;
height: 100%;
background: var(--primary_color);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:hover {
padding-left: 5px;
}
.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li a {
position: relative;
display: block;
padding: 10px 20px;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu {
text-align: left;
padding: 40px 0px;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li {
border-left: 2px solid #eeeeee;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li:first-child {
border: none;
padding-left: 2px;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a {
position: relative;
display: block;
padding: 0 20px 15px 20px !important;
margin-bottom: 20px;
color: var(--menu_sub_text_color);
font-weight: 700;
text-transform: uppercase;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a:hover {
color: var(--primary_color);
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a:after {
content: '';
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 20px;
height: 2px;
width: 46px;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a i.left,
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a i.right {
padding-top: 5px;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li ul li:before {
width: 2px;
left: -2px;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li .yolo_megamenu_widget_area > .widget-social-profile > span {
padding: 10px 20px;
display: block;
}
.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li .yolo_megamenu_widget_area > .widget-social-profile ul li i {
padding-right: 10px;
} .yolo_widget_area .tagcloud {
font-size: 0;
margin-top: 20px;
}
.yolo_widget_area .tagcloud a {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
display: inline-block;
padding: 7px 10px;
margin-bottom: 10px;
margin-right: 10px;
line-height: 1;
font-size: 14px !important;
border: 1px solid #eeeeee;
font-weight: 500;
}
.yolo_widget_area .tagcloud a:last-child {
margin-right: 0;
}
.yolo_widget_area .tagcloud a:hover {
color: #ffffff !important;
text-decoration: none;
background-color: var(--primary_color) !important;
border-color: var(--primary_color);
} .yolo-box-login {
padding: 120px 30px;
background: #fff;
min-width: 468px;
min-height: 600px;
margin: 50px auto;
position: relative;
background-size: cover;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 480px) {
.yolo-box-login {
padding: 60px 30px;
min-width: 280px;
min-height: 500px;
max-width: 320px;
}
}
.yolo-box-login.yolo-popup-main {
display: none;
}
.yolo-box-login .title {
text-transform: uppercase;
font-size: 36px;
margin-bottom: 30px;
margin: 0;
}
@media (max-width: 480px) {
.yolo-box-login .title {
font-size: 24px;
}
}
.yolo-box-login span {
font-size: 18px;
}
@media (max-width: 480px) {
.yolo-box-login span {
font-size: 14px;
}
}
.yolo-box-login span.btslogan {
font-size: 14px;
margin-top: 20px;
}
.yolo-box-login span.btslogan:before {
content: '*';
display: inline-block;
}
.yolo-box-login label {
display: none;
}
.yolo-box-login .notice {
display: none;
}
.yolo-box-login .yolo-login-member-wrap,
.yolo-box-login .yolo-register-member-wrap {
margin-bottom: 15px;
}
.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left {
margin-bottom: 30px;
}
.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap {
margin-bottom: 15px;
}
.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap input,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap input {
height: 40px;
width: 100%;
background-color: transparent;
border: 1px solid var(--primary_color);
}
.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error input,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error input {
border: 1px solid red;
}
.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error .notice,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error .notice {
color: red;
display: block;
}
.yolo-box-login .yolo-login-action button {
position: relative;
width: 100%;
height: 50px;
background-color: var(--primary_color);
color: #ffffff;
border: none;
text-transform: uppercase;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-box-login .yolo-login-action button i {
right: 3px;
left: auto !important;
top: 12px;
}
.yolo-box-login .yolo-login-action button:hover {
background-color: var(--primary_color_lighten_15);
}
.yolo-box-login .yolo-login-member-container,
.yolo-box-login .yolo-register-member-container {
margin-top: 50px;
}
.yolo-box-login .yolo-login-member-container .open-form-toggle,
.yolo-box-login .yolo-register-member-container .open-form-toggle {
right: -86px;
width: 137px;
white-space: nowrap;
}
.yolo-box-login .yolo-register-member-container {
display: none;
}
.yolo-box-login .open-form-toggle {
border-radius: 25px 25px 0 0;
-webkit-border-radius: 25px 25px 0 0;
-moz-border-radius: 25px 25px 0 0;
position: absolute;
right: -81px;
top: 70px;
padding: 5px 20px;
background: #000;
color: #fff;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.yolo-account {
position: relative;
height: inherit;
font-size: var(--menu_font_size);
font-weight: var(--menu_font_weight);
}
.yolo-account > a {
line-height: 62px;
}
.yolo-account > a i {
font-size: 18px;
}
.yolo-account:hover > a {
color: var(--primary_color);
}
.yolo-account ul {
position: absolute;
top: 150%;
opacity: 0;
min-width: 200px;
visibility: hidden;
overflow: hidden;
background-color: #ffffff;
-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
z-index: 9;
list-style-type: none;
padding: 30px;
right: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-account ul li {
line-height: 40px;
}
.yolo-account ul li a span.profile-avatar {
display: inline-block;
height: 16px;
width: 16px;
margin-right: 5px;
}
.yolo-account ul li a span.profile-avatar img {
border-radius: 100%;
}
.yolo-account ul li a .profile-text {
text-transform: capitalize;
}
.yolo-account ul li a:hover {
color: var(--primary_color);
}
.yolo-account:hover ul {
top: 99%;
visibility: visible;
opacity: 1;
text-align: left;
}
.banner-shortcode-wrap {
background-color: #ffffff;
}
.banner-shortcode-wrap.style_1 .banner-content {
position: relative;
overflow: hidden;
}
.banner-shortcode-wrap.style_1 .banner-content img {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 50px;
width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content .banner-title {
margin-top: 0;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 15px;
}
@media (max-width: 480px) {
.banner-shortcode-wrap.style_1 .banner-content .text-content .banner-title {
margin-bottom: 0;
font-size: 14px;
}
}
@media (max-width: 480px) {
.banner-shortcode-wrap.style_1 .banner-content .text-content .sub-title {
display: none;
}
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.left {
text-align: left;
width: 60%;
left: 0;
}
@media (max-width: 1199px) {
.banner-shortcode-wrap.style_1 .banner-content .text-content.left {
padding: 0;
padding-left: 30px;
width: 55%;
}
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.center {
text-align: center;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.right {
right: 0;
width: 60%;
text-align: right;
}
@media (max-width: 1199px) {
.banner-shortcode-wrap.style_1 .banner-content .text-content.right {
padding: 0;
padding-right: 30px;
width: 55%;
}
}
.banner-shortcode-wrap.style_1 .banner-content .button-text {
margin-top: 15px;
text-transform: uppercase;
display: inline-block;
padding: 2px 20px;
border: 1px solid var(--text_color);
background-color: #ffffff;
font-weight: bold;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.banner-shortcode-wrap.style_1 .banner-content .button-text:hover {
background-color: var(--text_color);
color: #ffffff;
}
.banner-shortcode-wrap.style_1 .banner-content:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_1 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_2 {
position: relative;
overflow: hidden;
}
.banner-shortcode-wrap.style_2:before,
.banner-shortcode-wrap.style_2:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
position: absolute;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
border: 15px solid transparent;
width: 0;
height: 0;
top: 0;
left: 0;
z-index: 1;
opacity: 0.5;
}
.banner-shortcode-wrap.style_2:hover:before {
border-top-color: var(--primary_color);
border-right-color: var(--primary_color);
width: 100%;
height: 100%;
-webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
-o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.banner-shortcode-wrap.style_2:hover:after {
border-bottom-color: var(--primary_color);
border-left-color: var(--primary_color);
-webkit-transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
-o-transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
width: 100%;
height: 100%;
}
.banner-shortcode-wrap.style_2:hover .banner-content img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.banner-shortcode-wrap.style_2:hover .banner-content:before {
opacity: 0.5;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content .button-text {
opacity: 1;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content .sub-title {
opacity: 0;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.left .button-text {
left: 0;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.center .button-text {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.right .button-text {
right: 0;
}
.banner-shortcode-wrap.style_2 .banner-content {
position: relative;
overflow: hidden;
}
.banner-shortcode-wrap.style_2 .banner-content:before {
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0;
background-color: #eee;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content img {
-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
width: 100%;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content {
position: absolute;
top: 40px;
width: 100%;
z-index: 2;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
margin-top: 0;
font-size: 36px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 1299px) {
.banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
font-size: 30px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
font-size: 24px;
}
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
font-size: 24px;
}
}
.banner-shortcode-wrap.style_2 .banner-content .text-content .sub-title {
font-size: 16px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.left {
text-align: left;
left: 30px;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.left .button-text {
left: -50px;
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_2 .banner-content .text-content.left {
left: 15px;
}
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.center {
text-align: center;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.center .button-text {
left: 30%;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.right {
right: 30px;
text-align: right;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.right .button-text {
right: -50px;
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_2 .banner-content .text-content.right {
right: 15px;
}
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_2 .banner-content .text-content {
top: 20px;
}
}
.banner-shortcode-wrap.style_2 .banner-content .button-text {
margin-top: 15px;
text-transform: uppercase;
display: inline-block;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: absolute;
bottom: 0;
font-size: 16px;
font-weight: bold;
opacity: 0;
border-radius: 3px;
}
.banner-shortcode-wrap.style_2 .banner-content .button-text:after {
margin-left: 3px;
content: "\f30f";
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) and (min-width: 768px) {
.banner-shortcode-wrap.style_2:before,
.banner-shortcode-wrap.style_2:after {
border-width: 10px;
}
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_2:before,
.banner-shortcode-wrap.style_2:after {
border-width: 5px;
}
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_2 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_3 {
background-color: transparent;
}
.banner-shortcode-wrap.style_3 .banner-content {
position: relative;
}
.banner-shortcode-wrap.style_3 .banner-content img {
-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
width: 100%;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover {
position: absolute;
top: 30%;
left: 50%;
height: 42px;
width: 42px;
border-radius: 100%;
background-color: rgba(0, 0, 0, 0.2);
border: 2px solid #ffffff;
text-align: center;
padding: 4px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .icon-hover-inner {
position: relative;
background-color: #ffffff;
border-radius: 100%;
height: 30px;
width: 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .icon-hover-inner i {
font-size: 18px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
line-height: 27px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon {
position: absolute;
left: 0;
padding-bottom: 25px;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transform: translate(0, 70px);
-ms-transform: translate(0, 70px);
transform: translate(0, 70px);
-webkit-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
z-index: 3;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover {
position: relative;
width: 190px;
background-color: #fff;
display: block;
text-align: center;
padding: 18px 5px 15px;
margin-left: -80px;
-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover .product-title {
font-weight: bold;
font-size: 16px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover .icon-price {
font-size: 16px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover:before {
content: '';
border-top: 10px solid #ffffff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
left: 50%;
top: -10px;
margin-left: -10px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover:hover {
-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover:hover .content-hover-icon {
-webkit-transform: translate(0, 25px);
-ms-transform: translate(0, 25px);
transform: translate(0, 25px);
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.banner-shortcode-wrap.style_3 .banner-content .text-content {
position: absolute;
bottom: 15px;
left: 0px;
width: 100%;
z-index: 2;
}
.banner-shortcode-wrap.style_3 .banner-content .text-content .banner-title {
margin: 0;
padding-left: 20px;
font-size: 20px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_3 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_4 .banner-content {
position: relative;
overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content .img-content {
position: relative;
display: inline-block;
}
.banner-shortcode-wrap.style_4 .banner-content .img-content:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
-webkit-box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.15);
box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.15);
}
.banner-shortcode-wrap.style_4 .banner-content.left {
overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content.left .img-content {
float: right;
}
.banner-shortcode-wrap.style_4 .banner-content img {
-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content {
position: absolute;
width: 100%;
z-index: 2;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
margin-top: 0;
font-size: 48px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 1600px) {
.banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
text-shadow: 0px 0px 3px #ffffff;
}
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
font-size: 30px;
}
}
.banner-shortcode-wrap.style_4 .banner-content .text-content .sub-title {
font-size: 18px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_4 .banner-content .text-content .sub-title {
font-size: 14px;
}
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.top {
top: 80px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.bottom {
bottom: 80px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.left {
text-align: left;
left: 0px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.left .button-text {
left: -50px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right {
right: 0px;
text-align: right;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text {
right: -50px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text:before {
margin-right: 3px;
content: "\f2ca";
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text:after {
display: none;
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_4 .banner-content .text-content {
background-color: rgba(255, 255, 255, 0.8);
}
}
.banner-shortcode-wrap.style_4 .banner-content .button-text {
margin-top: 15px;
display: inline-block;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: absolute;
bottom: 0;
font-size: 18px;
font-weight: bold;
opacity: 0;
border-radius: 3px;
}
.banner-shortcode-wrap.style_4 .banner-content .button-text:after {
margin-left: 3px;
content: "\f30f";
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_4 .banner-content .button-text {
font-size: 14px;
}
}
.banner-shortcode-wrap.style_4 .banner-content:hover .img-content:before {
-webkit-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.15);
box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.15);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .banner-title {
-webkit-animation: toLeftFromRight 0.5s forwards;
animation: toLeftFromRight 0.5s forwards;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .button-text {
opacity: 1;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .sub-title {
opacity: 0;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.left .banner-title {
-webkit-animation: toRightFromLeft 0.5s forwards;
animation: toRightFromLeft 0.5s forwards;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.left .button-text {
left: 0;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.center .button-text {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.right .button-text {
right: 0;
}
@media (max-width: 991px) {
.banner-shortcode-wrap.style_4 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_5 .banner-content .text-content {
bottom: 20px;
padding: 40px;
position: absolute;
z-index: 1;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .text-content .banner-title {
white-space: nowrap;
text-transform: uppercase;
margin-top: 0;
font-size: 36px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_5 .banner-content .text-content .banner-title {
font-size: 24px;
}
}
.banner-shortcode-wrap.style_5 .banner-content .button-text {
display: inline-block;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-size: 18px;
font-weight: bold;
}
.banner-shortcode-wrap.style_5 .banner-content .button-text:after {
margin-left: 3px;
content: "\f10b";
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: pulse-left-right 2s ease-out infinite;
animation: pulse-left-right 2s ease-out infinite;
}
.banner-shortcode-wrap.style_5 .banner-content:hover .text-content {
background-color: #ffffff;
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_5 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_6.margin_shortcode {
margin-top: -200px;
}
@media (max-width: 1600px) {
.banner-shortcode-wrap.style_6.margin_shortcode {
margin-top: -60px;
}
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6.margin_shortcode {
margin-top: 0px;
}
}
.banner-shortcode-wrap.style_6 .banner-content {
position: relative;
padding: 60px;
display: table;
color: rgba(51, 51, 51, 0.8);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6 .banner-content:hover {
color: var(--text_color);
}
.banner-shortcode-wrap.style_6 .banner-content:hover .content-img:after {
-webkit-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_6 .banner-content.top-right:hover .text-content .main-content .price,
.banner-shortcode-wrap.style_6 .banner-content.top-right:hover .text-content .main-content .description {
left: 0px;
opacity: 1;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .content-img:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-right: 20px solid #ffffff;
border-bottom: 20px solid transparent;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
vertical-align: top;
padding-left: 25px;
padding-right: 60px;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content .price {
left: 10px;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content .description {
left: 20px;
}
@media (max-width: 1300px) {
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
padding-right: 25px;
}
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
padding: 10px 0;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content {
display: none;
}
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .heading-content .banner-number {
vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .main-content .price,
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .main-content .description {
right: 0px;
opacity: 1;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .content-img {
vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .content-img:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-left: 20px solid #ffffff;
border-bottom: 20px solid transparent;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
text-align: right;
padding-right: 25px;
padding-left: 60px;
vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content {
float: right;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content .heading-inner {
padding: 0;
padding-right: 15px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content .banner-number {
vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content {
margin-top: auto;
padding-left: 0;
margin-bottom: 35px;
padding-right: 44px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .price {
right: 10px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .price:before {
left: auto;
right: -20px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .description {
right: 20px;
}
@media (max-width: 1300px) {
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
padding-left: 25px;
}
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
padding: 10px 0;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content {
display: none;
}
}
.banner-shortcode-wrap.style_6 .banner-content .content-img {
width: 37%;
display: table-cell;
position: relative;
}
.banner-shortcode-wrap.style_6 .banner-content .content-img:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
-webkit-box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.3);
box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_6 .banner-content .content-img img {
width: 100%;
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6 .banner-content .content-img {
display: inline-block;
width: 100%;
}
.banner-shortcode-wrap.style_6 .banner-content .content-img:before {
display: none;
}
}
.banner-shortcode-wrap.style_6 .banner-content .text-content {
display: table-cell;
width: 63%;
z-index: 2;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content {
display: table;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner .banner-title {
line-height: 1;
text-transform: uppercase;
font-size: 24px;
margin: 0;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner .sub-title {
font-size: 16px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .banner-number {
position: relative;
line-height: 1;
display: table-cell;
font-size: 60px;
font-weight: 600;
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .banner-number {
font-size: 50px;
}
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content {
margin-top: 35px;
padding-left: 44px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content .price {
opacity: 0;
font-size: 24px;
font-weight: bold;
position: relative;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content .price:before {
content: '';
position: absolute;
height: 8px;
width: 8px;
background-color: var(--text_color);
left: -20px;
top: 18px;
opacity: 0.5;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content p {
position: relative;
opacity: 0;
-webkit-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
transition: all 0.75s ease;
margin: 0;
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6 .banner-content .text-content {
display: block;
width: 100%;
}
}
@media (max-width: 1600px) {
.banner-shortcode-wrap.style_6 .banner-content {
padding: 30px;
}
}
@media (max-width: 599px) {
.banner-shortcode-wrap.style_6 .banner-content {
padding: 0 30px;
display: block;
}
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_6 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_7 .banner-content {
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_7 .banner-content img {
-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
width: 100%;
}
.banner-shortcode-wrap.style_7 .banner-content:before {
content: '';
position: absolute;
top: 50%;
left: 0;
height: 50px;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgba(255, 255, 255, 0.8);
}
.banner-shortcode-wrap.style_7 .banner-content .text-content {
position: absolute;
z-index: 2;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner-shortcode-wrap.style_7 .banner-content .text-content .banner-title {
white-space: nowrap;
text-transform: uppercase;
text-align: center;
margin: 0;
font-size: 16px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 15px 0;
}
.banner-shortcode-wrap.style_7 .banner-content:hover {
-webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_7 .banner-content:hover:before {
height: 100%;
}
@media (max-width: 991px) {
.banner-shortcode-wrap.style_7 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_8 .banner-content {
position: relative;
overflow: hidden;
}
.banner-shortcode-wrap.style_8 .banner-content img {
-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 50px;
width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
margin-top: 0;
font-size: 36px;
margin-bottom: 10px;
}
@media (max-width: 991px) {
.banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
font-size: 30px;
}
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
font-size: 24px;
}
}
.banner-shortcode-wrap.style_8 .banner-content .text-content .sub-title {
font-size: 16px;
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_8 .banner-content .text-content .sub-title {
display: none;
}
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.left {
text-align: left;
width: 65%;
left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.center {
text-align: center;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.right {
right: 0;
width: 65%;
text-align: left;
}
.banner-shortcode-wrap.style_8 .banner-content .button-text {
margin-top: 30px;
text-transform: uppercase;
display: inline-block;
padding: 5px 20px;
border: 1px solid var(--text_color);
border-radius: 3px;
font-weight: bold;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_8 .banner-content .button-text:hover {
background-color: var(--text_color);
color: #ffffff;
}
@media (max-width: 991px) {
.banner-shortcode-wrap.style_8 .banner-content .button-text {
margin-top: 15px;
}
}
.banner-shortcode-wrap.style_8 .banner-content:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
@media (max-width: 767px) {
.banner-shortcode-wrap.style_8 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_9 .banner-content {
position: relative;
overflow: hidden;
}
.banner-shortcode-wrap.style_9 .banner-content .img-content {
position: relative;
display: inline-block;
}
.banner-shortcode-wrap.style_9 .banner-content .img-content:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
-webkit-box-shadow: inset 0 0 0 0px #111111;
box-shadow: inset 0 0 0 0px #111111;
}
.banner-shortcode-wrap.style_9 .banner-content .price {
position: absolute;
height: 90px;
width: 90px;
border-radius: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 90px;
background-color: rgba(17, 17, 17, 0.5);
line-height: 90px;
text-align: center;
color: #ffffff;
font-size: 24px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
.banner-shortcode-wrap.style_9 .banner-content .price {
width: 60px;
height: 60px;
right: 40px;
line-height: 60px;
font-size: 18px;
}
}
.banner-shortcode-wrap.style_9 .banner-content .text-content {
position: absolute;
width: 100%;
z-index: 2;
top: 20px;
left: 20px;
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
margin-top: 0;
text-transform: uppercase;
font-size: 48px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
.banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
font-size: 24px;
margin-bottom: 0;
}
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
font-size: 30px;
}
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
font-size: 18px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title:after {
content: "\f474";
display: inline-block;
font-family: "Ionicons";
font-size: 24px;
margin-left: 10px;
line-height: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
font-size: 14px;
}
}
@media (max-width: 479px) {
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
font-size: 14px;
}
}
.banner-shortcode-wrap.style_9 .banner-content:hover .img-content:before {
-webkit-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_9 .banner-content:hover .price {
background-color: var(--primary_color);
}
.banner-shortcode-wrap.style_9 .banner-content:hover .text-content .banner-title {
animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft;
-webkit-animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft;
}
.banner-shortcode-wrap.style_9 .banner-content:hover .text-content .sub-title {
animation: 0.4s ease-in-out 0.2s normal none 1 moveFromLeft;
-webkit-animation: 0.4s ease-in-out 0.2s normal none 1 moveFromLeft;
}
@media (max-width: 991px) {
.banner-shortcode-wrap.style_9 {
margin-top: 15px;
margin-bottom: 15px;
}
}
.banner-shortcode-wrap.style_10 {
margin: 0 -15px;
background-color: transparent;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
color: #ffffff;
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-shortcode-wrap.style_10 .banner-content {
position: relative;
overflow: hidden;
height: 900px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content {
position: relative;
width: 100%;
top: 550px;
z-index: 2;
padding: 0 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content .banner-title {
margin-top: 0;
text-transform: uppercase;
font-size: 36px;
color: #ffffff;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_10 .banner-content .text-content .sub-title {
text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
font-size: 14px;
text-transform: uppercase;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
margin-bottom: 15px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content p {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content a {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display: inline-block;
border: 1px solid #ffffff;
padding: 10px 20px;
font-weight: bold;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content a:hover {
background-color: #ffffff;
}
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
}
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content p,
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content a {
opacity: 1;
visibility: visible;
}
.banner-shortcode-wrap.style_10:hover {
background-color: rgba(0, 0, 0, 0.2);
border-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 992px) {
.banner-shortcode-wrap.style_10 .banner-content .text-content {
padding: 0 10px;
}
}
@media (max-width: 991px) {
.banner-shortcode-wrap.style_10 {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-shortcode-wrap.style_10 .banner-content {
height: 600px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content {
top: 250px;
}
} .clients-shortcode-wrap {
position: relative;
}
.clients-shortcode-wrap.style_1:hover .owl-nav .owl-prev,
.clients-shortcode-wrap.style_1:hover .owl-nav .owl-next {
cursor: pointer;
opacity: 1;
}
.clients-shortcode-wrap.style_1:hover .owl-nav .owl-prev {
left: 0px;
}
.clients-shortcode-wrap.style_1:hover .owl-nav .owl-next {
right: 0px;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item {
text-align: center;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item img {
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
width: auto;
margin: 0 auto;
opacity: 0.5;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item:hover img {
opacity: 1;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots {
position: absolute;
left: 50%;
bottom: -70px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
text-align: center;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot {
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
width: 10px;
height: 10px;
display: inline-block;
margin: 10px;
border-radius: 100%;
background-color: #eee;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot span {
display: block;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot.active,
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot:hover {
background-color: var(--primary_color);
}
@media (max-width: 767px) {
.clients-shortcode-wrap.style_1 .clients-list .owl-dots {
display: none;
}
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next {
position: absolute;
top: 50%;
z-index: 99;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px;
color: rgba(51, 51, 51, 0.5);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
opacity: 0;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev:hover,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next:hover {
color: #111111;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev i,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next i {
width: auto;
height: auto;
padding: 15px;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev {
left: -15px;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-next {
right: -15px;
}
.countdown-shortcode-wrap .countdown-content {
text-align: center;
}
.countdown-shortcode-wrap .countdown-content .list-time {
list-style: none;
list-style-type: none;
padding: 0;
text-align: center;
}
.countdown-shortcode-wrap .countdown-content .list-time li {
position: relative;
display: inline-block;
margin: 20px 15px;
padding: 18px 0;
width: 80px;
height: 80px;
border: 1px solid var(--text_color);
border-radius: 3px;
}
.countdown-shortcode-wrap .countdown-content .list-time li p {
margin: 0;
}
.countdown-shortcode-wrap .countdown-content .list-time li p.countdown-number {
font-size: 24px;
font-weight: normal;
}
.countdown-shortcode-wrap .countdown-content .list-time li p:last-child {
margin-top: 30px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.countdown-shortcode-wrap .countdown-content .list-time li.cd-seconds p.countdown-number:after {
content: '';
}
@media (max-width: 479px) {
.countdown-shortcode-wrap .countdown-content .list-time li {
margin: 20px 15px;
}
}
.countdown-shortcode-wrap .countdown-content2 .list-time {
list-style: none;
list-style-type: none;
padding: 0;
text-align: center;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li {
position: relative;
display: inline-block;
margin: 20px 15px;
padding: 18px 0;
width: 80px;
height: 80px;
border: 1px solid var(--text_color);
border-radius: 3px;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li p {
margin: 0;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li p.countdown-number {
font-size: 24px;
font-weight: normal;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li p:last-child {
position: relative;
margin-top: 0px;
text-align: center;
font-size: 18px;
display: inline-block;
background-color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li.cd-seconds p.countdown-number:after {
content: '';
}
@media (max-width: 479px) {
.countdown-shortcode-wrap .countdown-content2 .list-time li {
margin: 20px 15px;
}
}
.countdown-shortcode-wrap .countdown-content2 .time_circles {
color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Days h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Hours h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Minutes h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Seconds h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Days span,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Hours span,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Minutes span,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Seconds span {
color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content3 ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.countdown-shortcode-wrap .countdown-content3 ul li {
position: relative;
display: inline-block;
margin: 30px 40px;
padding: 0 0px;
}
.countdown-shortcode-wrap .countdown-content3 ul li p {
margin: 0;
}
.countdown-shortcode-wrap .countdown-content3 ul li p.countdown-number {
font-size: 60px;
font-weight: normal;
}
@media (max-width: 479px) {
.countdown-shortcode-wrap .countdown-content3 ul li p.countdown-number {
font-size: 48px;
}
}
.countdown-shortcode-wrap .countdown-content3 ul li p:last-child {
position: absolute;
right: -50px;
top: 70px;
display: block;
margin-top: 0px;
text-align: left;
font-size: 16px;
width: 70px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.countdown-shortcode-wrap .countdown-content3 ul li.cd-seconds p.countdown-number:after {
content: '';
}
@media (max-width: 479px) {
.countdown-shortcode-wrap .countdown-content3 ul li {
margin: 10px 20px;
}
}
.counter-wrap-style_1 {
position: relative;
border-radius: 100%;
margin: 0 auto;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.counter-wrap-style_1 .gr-counter .content-inner {
position: relative;
text-align: center;
font-weight: bold;
line-height: 1.3;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-number-counter {
font-size: 48px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-text-defaul {
margin-top: 5px;
white-space: nowrap;
font-size: 18px;
text-transform: uppercase;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_2 {
position: relative;
border-radius: 100%;
margin: 0 auto;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.counter-wrap-style_2 .gr-counter .content-inner {
position: relative;
text-align: center;
font-weight: bold;
line-height: 1.3;
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-number-counter {
font-size: 48px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_2 .gr-counter .content-inner .plus {
font-size: 48px;
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul {
position: relative;
margin-top: 50px;
white-space: nowrap;
font-size: 18px;
font-weight: normal;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul:before {
content: '';
width: 50px;
height: 1px;
background-color: var(--primary_color);
position: absolute;
top: -28px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 767px) {
.counter-wrap-style_2 {
margin: 15px 0;
}
}
.counter-wrap-style_3 {
position: relative;
border-radius: 100%;
margin: 0 auto;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.counter-wrap-style_3 .gr-counter .content-inner {
position: relative;
text-align: center;
font-weight: bold;
line-height: 1.3;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-number-counter {
font-size: 48px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_3 .gr-counter .content-inner .plus {
font-size: 48px;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-text-defaul {
position: relative;
margin-top: 50px;
white-space: nowrap;
font-size: 18px;
font-weight: bold;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
text-transform: uppercase;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-text-defaul:before {
content: '';
width: 50px;
height: 2px;
background-color: var(--primary_color);
position: absolute;
top: -28px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 767px) {
.counter-wrap-style_3 {
margin: 15px 0;
}
}
.counter-wrap-style_4 {
position: relative;
border-radius: 100%;
margin: 0 auto;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.counter-wrap-style_4 .gr-counter .content-inner {
position: relative;
text-align: center;
font-weight: bold;
line-height: 1.3;
color: #ffffff;
}
.counter-wrap-style_4 .gr-counter .content-inner .gr-number-counter {
font-size: 48px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_4 .gr-counter .content-inner .plus {
font-size: 48px;
}
.counter-wrap-style_4 .gr-counter .content-inner .gr-text-defaul {
position: relative;
margin-top: 50px;
white-space: nowrap;
font-size: 18px;
font-weight: normal;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.counter-wrap-style_4 .gr-counter .content-inner .gr-text-defaul:before {
content: '';
width: 50px;
height: 1px;
background-color: #ffffff;
position: absolute;
top: -28px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 767px) {
.counter-wrap-style_4 {
margin: 15px 0;
}
} .gmaps-shortcode-wrap .map-info {
width: 180px;
}
.gmaps-shortcode-wrap .map-info .info-image {
float: left;
max-width: 200px;
padding: 10px;
}
.gmaps-shortcode-wrap .map-info .info-address {
padding: 8px 0 8px 0;
}
.gmaps-shortcode-wrap .map-info .info-address p {
text-align: center;
font-size: 14px;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
width: 200px;
margin: 0 auto;
padding: 15px 0;
border: 1px solid var(--primary_color);
text-align: center;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
background: var(--primary_color);
cursor: pointer;
}
.history-slider-shortcode-wrap img {
width: 100%;
}
.history-slider-shortcode-wrap.style_1 {
position: relative;
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav:hover {
cursor: pointer;
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-prev {
float: left;
margin-left: 25px;
}
@media (max-width: 479px) {
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-prev {
margin-left: 5px;
}
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-next {
right: 0;
float: right;
margin-right: 25px;
}
@media (max-width: 479px) {
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-next {
margin-right: 5px;
}
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav i {
font-size: 16px;
padding: 15px;
background-color: #ffffff;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content {
position: relative;
width: 100%;
overflow: hidden;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item {
position: relative;
overflow: hidden;
padding: 15px;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item:focus {
outline: none;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current {
position: relative;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .img-content {
float: left;
width: 100%;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .img-content img {
opacity: 1;
}
@media (max-width: 1900px) {
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .img-content {
width: 100%;
}
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content {
background-color: #ffffff;
position: absolute;
padding: 30px;
right: 0;
width: 34%;
height: 100%;
display: block;
}
@media (max-width: 991px) {
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content .title-slider {
font-size: 18px;
}
}
@media (max-width: 1900px) {
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content {
width: 70%;
padding: 30px;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
text-align: center;
top: 50%;
left: 50%;
height: auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content .number {
line-height: 1.8;
}
}
@media (max-width: 767px) {
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content {
padding: 15px;
}
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .img-content img {
opacity: 0.5;
}
@media (max-width: 1900px) {
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .img-content img {
width: 100%;
}
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content {
display: none;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content .number {
font-size: 16px;
line-height: 1;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content .title-slider {
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content .description {
margin-top: 40px;
font-style: italic;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.float-right .img-content img {
float: right;
}
@media (max-width: 767px) {
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item {
padding: 0;
}
}
.history-slider-shortcode-wrap.style_2 {
position: relative;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content {
position: relative;
width: 100%;
overflow: hidden;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 {
width: 33%;
position: absolute;
bottom: 0;
right: 0;
padding-left: 30px;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .synced .item-thumb img {
opacity: 1;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .synced .item-thumb:before {
opacity: 0;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .item-thumb {
position: relative;
overflow: hidden;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .item-thumb:before {
content: '';
position: absolute;
background-color: rgba(255, 255, 255, 0.5);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
@media (max-width: 991px) {
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 {
position: relative;
padding-left: 0;
width: 50%;
margin: 0 auto;
margin-top: 30px;
}
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item {
position: relative;
overflow: hidden;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .img-content {
width: 67%;
float: left;
}
@media (max-width: 991px) {
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .img-content {
width: 100%;
}
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content {
float: left;
width: 33%;
padding-left: 30px;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .number {
font-size: 16px;
line-height: 1;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .title-slider {
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
}
@media (max-width: 479px) {
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .title-slider {
font-size: 18px;
}
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .description {
margin-top: 40px;
font-style: italic;
}
@media (max-width: 1199px) {
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .description {
margin-top: 0;
}
}
@media (max-width: 991px) {
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .description {
display: none;
}
}
@media (max-width: 991px) {
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content {
width: 90%;
position: absolute;
text-align: center;
padding: 30px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.8);
}
}
.history-slider-shortcode-wrap.style_3 {
position: relative;
}
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav:hover {
cursor: pointer;
}
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav.nav-prev {
float: left;
margin-left: 25px;
}
@media (max-width: 479px) {
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav.nav-prev {
margin-left: 5px;
}
}
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav.nav-next {
right: 0;
float: right;
margin-right: 25px;
}
@media (max-width: 479px) {
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav.nav-next {
margin-right: 5px;
}
}
.history-slider-shortcode-wrap.style_3 .history-slider-control .news-nav i {
font-size: 16px;
padding: 15px;
background-color: #ffffff;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content {
position: relative;
width: 100%;
overflow: hidden;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item {
position: relative;
overflow: hidden;
padding: 0 15px;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item:focus {
outline: none;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item.slick-current .img-content {
float: left;
width: 100%;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item.slick-current .img-content img {
opacity: 1;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item.slick-current .text-content {
opacity: 1;
position: absolute;
left: 50%;
top: 30%;
padding: 30px;
background-color: rgba(255, 255, 255, 0.7);
line-height: 1.2;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 40%;
display: block;
text-align: center;
}
@media (max-width: 991px) {
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item.slick-current .text-content .title-slider {
font-size: 18px;
}
}
@media (max-width: 767px) {
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item.slick-current .text-content {
padding: 15px;
width: 70%;
}
}
@media (max-width: 1900px) {
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item .img-content img {
width: 100%;
}
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item .text-content {
opacity: 0;
position: absolute;
left: 50%;
top: 30%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 40%;
display: block;
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item .text-content .number {
font-size: 16px;
line-height: 1;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item .text-content .title-slider {
text-transform: uppercase;
font-size: 48px;
font-weight: bold;
color: #ffffff;
text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item .text-content .description {
margin-top: 40px;
font-style: italic;
}
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item.float-right .img-content img {
float: right;
}
@media (max-width: 767px) {
.history-slider-shortcode-wrap.style_3 .history-slider-content .history-item {
padding: 0;
}
}
.pricing_style_1 {
height: 550px;
line-height: 1.7;
background-color: #f4f4f4;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_1:hover,
.pricing_style_1.recommend {
margin-top: -20px;
height: 590px;
}
.pricing_style_1:hover .item-inner,
.pricing_style_1.recommend .item-inner {
padding: 45px 40px;
}
.pricing_style_1:hover .item-inner .recommend_title,
.pricing_style_1.recommend .item-inner .recommend_title {
display: inline-block;
padding: 2px 10px;
background-color: var(--primary_color);
font-size: 12px;
text-transform: uppercase;
color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 768px) {
.pricing_style_1:hover .item-inner,
.pricing_style_1.recommend .item-inner {
padding: 45px 20px;
}
}
.pricing_style_1:hover .content-footer,
.pricing_style_1.recommend .content-footer {
opacity: 1;
}
.pricing_style_1 .item-inner {
margin-right: -1px;
position: relative;
height: 100%;
padding: 70px 40px;
border: 1px solid #e5e5e5;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
.pricing_style_1 .item-inner {
padding: 70px 20px;
}
}
.pricing_style_1 .content-header .content-header-inner .text {
width: 100%;
margin-top: 15px;
font-size: 16px;
font-weight: 700;
color: #000;
text-transform: uppercase;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_1 .content-header .content-header-inner .price {
font-size: 16px;
color: #000;
}
.pricing_style_1 .content-header .content-header-inner .price span {
font-size: 38px;
font-weight: 900;
}
.pricing_style_1 .content-header .content-header-inner .price span:after {
content: '/';
font-size: 28px;
display: inline-block;
font-weight: normal;
}
.pricing_style_1 .content-header .content-header-inner .sub_title {
position: relative;
padding-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.pricing_style_1 .content-main .decs ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: 25px;
}
.pricing_style_1 .content-main .decs ul li {
font-size: 14px;
color: var(--text_color);
-webkit-transition: none;
-o-transition: none;
transition: none;
padding: 10px 0;
text-align: left;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_1 .content-main .decs ul li i {
margin-right: 5px;
}
.pricing_style_1 .content-main .decs ul li i.fa-check {
color: var(--primary_color);
}
.pricing_style_1 .content-footer {
margin-top: 10px;
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_1 .content-footer a {
position: relative;
display: inline-block;
background: var(--primary_color);
padding: 10px 20px;
color: #ffffff;
text-transform: uppercase;
}
.pricing_style_1 .content-footer a:before {
height: 100%;
width: 1px;
background-color: #ffffff;
content: '';
position: absolute;
right: 50px;
top: 0;
}
.pricing_style_1 .content-footer a:after {
padding-left: 30px;
content: '\f178';
font-family: fontAwesome;
display: inline-block;
}
.pricing_style_1 .content-footer a:hover {
background-color: #000000;
}
@media (max-width: 991px) {
.pricing_style_1 {
margin: 15px 0;
height: 590px;
}
.pricing_style_1 .item-inner {
padding: 45px 40px;
}
.pricing_style_1 .item-inner .recommend_title {
display: inline-block;
padding: 2px 10px;
background-color: var(--primary_color);
font-size: 12px;
text-transform: uppercase;
color: #ffffff;
}
.pricing_style_1 .content-footer {
opacity: 1;
}
.pricing_style_1:hover,
.pricing_style_1.recommend {
margin-top: 15px;
}
}
@media (max-width: 480px) {
.pricing_style_1 {
margin: 15px -15px;
}
.pricing_style_1 .item-inner {
padding: 45px 30px;
}
.pricing_style_1:hover .item-inner,
.pricing_style_1.recommend .item-inner {
padding: 45px 30px;
}
}
.pricing_style_2 {
line-height: 1.7;
background-color: #f9f9f9;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
text-align: center;
}
.pricing_style_2:hover .item-inner {
background-color: #ffffff;
-webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}
.pricing_style_2 .item-inner {
position: relative;
height: 100%;
padding: 40px 0px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_2 .content-header .content-header-inner .text {
width: 100%;
font-size: 36px;
font-weight: 400;
color: #000;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_2 .content-header .content-header-inner .price {
color: #000;
}
.pricing_style_2 .content-header .content-header-inner .price span {
font-size: 24px;
font-weight: 700;
}
.pricing_style_2 .content-header .content-header-inner .sub_title {
position: relative;
padding: 0 15px;
margin-top: 35px;
margin-bottom: 15px;
}
.pricing_style_2 .content-header .content-header-inner .sub_title:before {
content: '';
height: 2px;
width: 30px;
position: absolute;
background-color: var(--primary_color);
top: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pricing_style_2 .content-main .decs ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: 25px;
}
.pricing_style_2 .content-main .decs ul li {
font-size: 14px;
color: var(--text_color);
-webkit-transition: none;
-o-transition: none;
transition: none;
padding: 10px 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_2 .content-main .decs ul li i {
margin-right: 5px;
}
.pricing_style_2 .content-main .decs ul li i.fa-check {
color: var(--primary_color);
}
.pricing_style_2 .content-main .decs ul li:nth-child(2n+1) {
background-color: #ffffff;
}
.pricing_style_2 .content-footer {
margin-top: 30px;
opacity: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.pricing_style_2 .content-footer a {
position: relative;
display: inline-block;
padding: 10px 30px;
color: var(--primary_color);
text-transform: uppercase;
border: 1px solid var(--primary_color);
font-weight: bold;
}
.pricing_style_2 .content-footer a:hover {
background-color: var(--primary_color);
color: #ffffff;
}
@media (max-width: 991px) {
.pricing_style_2 {
margin: 15px 0;
}
} .icon-box-shortcode-wrap.style_1 .icon-box-container {
text-align: center;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover .icon-wrap {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
font-size: 50px;
line-height: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
margin: 0 auto;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
text-transform: uppercase;
margin: 0;
margin-top: 20px;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.icon-box-shortcode-wrap.style_1 .icon-box-container {
margin-top: 15px;
margin-bottom: 15px;
}
}
.icon-box-shortcode-wrap.style_2 .icon-box-container {
text-align: center;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
font-size: 26px;
line-height: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap img {
margin: 0 auto;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
text-transform: uppercase;
margin: 0;
margin-top: 13px;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.icon-box-shortcode-wrap.style_2 .icon-box-container {
margin-top: 15px;
margin-bottom: 15px;
}
} .icon-footer-shortcode-wrap {
position: relative;
}
.icon-footer-shortcode-wrap .icon-footer-list {
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.left {
text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.left .icon-footer-item {
margin-left: 0;
text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.right {
text-align: right;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.right .icon-footer-item {
margin-right: 0;
text-align: right;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon .icon-footer-item .icon-wrap {
border: 1px solid;
border-color: inherit;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.left {
text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.left .icon-footer-item {
margin-left: 0;
text-align: center;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.right {
text-align: right;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.right .icon-footer-item {
margin-right: 0;
text-align: center;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item {
display: inline-block;
text-align: center;
margin: 0 4px;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item .icon-wrap {
height: 25px;
width: 25px;
line-height: 25px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item .icon-wrap {
font-size: 14px;
margin: 0 auto;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item:hover .icon-wrap {
color: #111111 !important;
border-color: var(--primary_color);
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item:hover .icon-title {
color: var(--primary_color);
}
.icon-footer-shortcode-wrap.style_2 .icon-footer-list .icon-footer-item {
display: block;
}
.icon-footer-shortcode-wrap.style_2 .icon-footer-list .icon-footer-item .icon-wrap {
display: inline-block;
width: 20px;
margin-right: 10px;
margin-left: 20px;
font-size: 18px;
}
.icon-footer-shortcode-wrap.style_2 .icon-footer-list .icon-footer-item .icon-title {
display: inline-block;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left {
text-align: left;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item {
padding: 0 20px;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item:first-child {
padding-left: 0;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item .icon-wrap {
font-size: 20px;
color: #c4c4c4;
}
@media (max-width: 479px) {
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item {
padding: 0 15px;
}
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.center {
text-align: center;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.right {
text-align: right;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item {
display: inline-block;
padding: 0 10px;
line-height: 1;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap {
display: inline-block;
font-size: 24px;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap i {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap:hover i {
color: #111111 !important;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list.left {
text-align: left;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list.center {
text-align: center;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list.right {
text-align: right;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item {
display: inline-block;
padding: 10px 30px;
border: 1px solid #a5a5a5;
border-radius: 30px;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item .icon-wrap {
color: var(--primary_color);
display: inline-block;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item .icon-title {
display: inline-block;
}
.yolo-instagram-wrap {
position: relative;
z-index: 0;
}
.yolo-instagram-wrap .yolo-instagram.grid .instagram-info {
float: left;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info {
width: 12.5%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info {
width: 14.285%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info {
width: 16.6666%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info {
width: 20%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info {
width: 25%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-3 .instagram-info {
width: 33.333%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-3 .instagram-info img {
width: 100%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-2 .instagram-info {
width: 50%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-2 .instagram-info img {
width: 100%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-1 .instagram-info {
width: 100%;
}
@media (max-width: 991px) {
.yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info {
width: 25%;
}
}
@media (max-width: 767px) {
.yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info,
.yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info {
width: 33.33%;
}
}
.yolo-instagram-wrap .instagram-info {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
margin: 5px 0;
position: relative;
}
.yolo-instagram-wrap .instagram-info a:before {
position: absolute;
top: 0;
left: 0;
content: '';
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
z-index: 2;
}
.yolo-instagram-wrap .instagram-info a:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "\f2a3";
display: inline-block;
font-family: "Ionicons";
font-size: 24px;
width: 24px;
opacity: 0;
z-index: 2;
line-height: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-instagram-wrap .instagram-info:hover {
-webkit-box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.yolo-instagram-wrap .instagram-info:hover a:before,
.yolo-instagram-wrap .instagram-info:hover a:after {
opacity: 1;
}
.yolo-instagram-wrap .owl-nav .owl-prev,
.yolo-instagram-wrap .owl-nav .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 10px 15px;
color: #808080;
z-index: 1;
background-color: #ffffff;
opacity: 0;
cursor: pointer;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.yolo-instagram-wrap .owl-nav .owl-prev:hover,
.yolo-instagram-wrap .owl-nav .owl-next:hover {
color: var(--primary_color);
}
.yolo-instagram-wrap .owl-nav .owl-prev {
left: 0px;
}
.yolo-instagram-wrap .owl-nav .owl-next {
right: 0px;
}
.yolo-instagram-wrap:hover .owl-nav .owl-prev,
.yolo-instagram-wrap:hover .owl-nav .owl-next {
opacity: 1;
}
.yolo-instagram-wrap:hover .owl-prev {
left: 20px;
}
.yolo-instagram-wrap:hover .owl-next {
right: 20px;
}
.yolo-instagram-wrap .btn_gallery {
text-align: right;
height: 0;
position: relative;
}
.yolo-instagram-wrap .btn_gallery a {
right: 15px;
position: absolute;
bottom: 15px;
z-index: 2;
display: inline-block;
background: rgba(255, 255, 255, 0.9);
padding: 10px 35px;
text-transform: uppercase;
color: var(--text_color);
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
font-size: 14px;
font-weight: 600;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-instagram-wrap .btn_gallery a:hover {
background-color: var(--primary_color);
color: #ffffff;
}
.hidden {
display: none;
}
.portfolio-container {
overflow-x: hidden;
position: relative;
}
.portfolio-container .paging {
text-align: center;
}
.portfolio-container .paging .load-more {
margin-top: 50px;
margin-bottom: 30px;
text-transform: uppercase;
padding: 10px 60px;
background-color: transparent;
background-color: var(--secondary_color);
border-radius: 30px;
font-weight: bold;
color: #ffffff;
}
.portfolio-container .paging .load-more:hover {
background-color: var(--primary_color);
}
.portfolio-tabs {
margin-bottom: 30px;
}
.portfolio-tabs .tab-wrapper.left {
text-align: left;
}
@media (max-width: 991px) {
.portfolio-tabs .tab-wrapper.left {
text-align: center;
}
}
.portfolio-tabs .tab-wrapper.center {
text-align: center;
}
.portfolio-tabs .tab-wrapper.right {
text-align: right;
}
@media (max-width: 991px) {
.portfolio-tabs .tab-wrapper.right {
text-align: center;
}
}
.portfolio-tabs .tab-wrapper ul {
list-style: none;
padding: 0;
position: relative;
}
.portfolio-tabs .tab-wrapper ul li {
display: inline-block;
margin-left: 4px;
margin-right: 4px;
position: relative;
}
.portfolio-tabs .tab-wrapper ul li a {
border: none;
min-width: auto;
padding: 5px 10px;
font-size: 16px;
font-weight: 600;
}
.portfolio-tabs .tab-wrapper ul li:hover a {
color: var(--primary_color);
}
.portfolio-tabs .tab-wrapper ul li.active a {
color: var(--primary_color);
}
div.light_rounded .pp_description,
div.light_square .pp_description {
text-align: center;
font-weight: 600;
font-size: 16px;
}
div.light_rounded .pp_description a,
div.light_square .pp_description a {
text-decoration: none;
}
div.light_rounded .pp_description a:hover,
div.light_square .pp_description a:hover {
text-decoration: none;
}
.portfolio-wrapper h3 {
margin-top: 8px;
margin-bottom: 10px;
}
.portfolio-wrapper.col-padding-5 .portfolio-item {
padding: 0 5px;
margin: 5px 0;
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
padding: 0 10px;
margin: 10px 0;
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
padding: 0 15px;
margin: 15px 0;
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
padding: 0 20px;
margin: 20px 0;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item {
width: 50%;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.rubino-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
font-size: 24px;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper.rubino-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
font-size: 18px;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item.portrait {
width: 50%;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item.landscape {
width: 100%;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item.small_squared {
width: 50%;
}
.portfolio-wrapper.rubino-col-md-2 .portfolio-item.big_squared {
width: 100%;
}
.portfolio-wrapper.rubino-col-md-3 .portfolio-item {
width: 33.3333333%;
}
.portfolio-wrapper.rubino-col-md-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.rubino-col-md-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
font-size: 18px;
}
.portfolio-wrapper.rubino-col-md-3 .portfolio-item.portrait {
width: 33.3333333%;
}
.portfolio-wrapper.rubino-col-md-3 .portfolio-item.landscape {
width: 66.6666666%;
}
.portfolio-wrapper.rubino-col-md-3 .portfolio-item.small_squared {
width: 33.3333333%;
}
.portfolio-wrapper.rubino-col-md-3 .portfolio-item.big_squared {
width: 66.6666666%;
}
.portfolio-wrapper.rubino-col-md-4 .portfolio-item {
width: 25%;
}
.portfolio-wrapper.rubino-col-md-4 .portfolio-item.portrait {
width: 25%;
}
.portfolio-wrapper.rubino-col-md-4 .portfolio-item.landscape {
width: 50%;
}
.portfolio-wrapper.rubino-col-md-4 .portfolio-item.small_squared {
width: 20%;
}
.portfolio-wrapper.rubino-col-md-4 .portfolio-item.big_squared {
width: 50%;
}
@media screen and (max-width: 991px) {
.portfolio-wrapper.rubino-col-md-4 .portfolio-item {
width: 50%;
}
}
.portfolio-wrapper.rubino-col-md-5 .portfolio-item {
width: 20%;
float: left;
}
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.portrait {
width: 20%;
}
@media screen and (max-width: 767px) {
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.portrait {
width: 50%;
}
}
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.landscape {
width: 40%;
}
@media screen and (max-width: 767px) {
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.landscape {
width: 50%;
}
}
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.small_squared {
width: 20%;
}
@media screen and (max-width: 767px) {
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.small_squared {
width: 50%;
}
}
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.big_squared {
width: 40%;
}
@media screen and (max-width: 767px) {
.portfolio-wrapper.rubino-col-md-5 .portfolio-item.big_squared {
width: 50%;
}
}
.portfolio-wrapper.rubino-col-md-6 .portfolio-item {
width: 16.6666667%;
}
.portfolio-wrapper.rubino-col-md-6 .portfolio-item.portrait {
width: 16.6666667%;
}
.portfolio-wrapper.rubino-col-md-6 .portfolio-item.landscape {
width: 33.3333333%;
}
.portfolio-wrapper.rubino-col-md-6 .portfolio-item.small_squared {
width: 16.6666667%;
}
.portfolio-wrapper.rubino-col-md-6 .portfolio-item.big_squared {
width: 33.3333333%;
}
@media screen and (max-width: 1199px) {
.portfolio-wrapper .portfolio-item {
width: 33.33% !important;
height: auto !important;
}
.portfolio-wrapper .portfolio-item img {
height: auto !important;
}
}
@media screen and (max-width: 767px) {
.portfolio-wrapper .portfolio-item {
width: 50% !important;
height: auto !important;
}
.portfolio-wrapper .portfolio-item img {
height: auto !important;
}
}
@media screen and (max-width: 479px) {
.portfolio-wrapper .portfolio-item {
width: 100% !important;
height: auto !important;
}
.portfolio-wrapper .portfolio-item img {
height: auto !important;
}
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
border: 1px solid #eeeeee;
text-align: center;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
position: relative;
text-transform: uppercase;
margin-top: 15px;
display: block;
font-size: 16px;
padding-bottom: 10px;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
content: '';
width: 50px;
height: 1px;
background-color: var(--text_color);
position: absolute;
bottom: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
margin-top: 10px;
margin-bottom: 15px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
position: relative;
overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail i {
font-size: 24px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail:hover .entry-thumbnail-hover {
opacity: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail img {
width: 100%;
height: auto;
display: block;
max-width: 100%;
display: inline-block;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
text-align: center;
opacity: 0;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover {
background: rgba(255, 255, 255, 0.9);
text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover {
text-align: center;
background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover {
text-align: center;
background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
color: var(--primary_color);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
position: relative;
top: auto;
left: auto;
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover {
text-align: center;
background: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover {
text-align: left;
background: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
position: absolute;
top: auto;
bottom: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
color: var(--primary_color);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
position: relative;
top: 0;
left: auto;
right: 0;
z-index: 1;
width: 50px;
height: 50px;
border-radius: 100%;
line-height: 48px;
border: 1px solid transparent;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
font-size: 24px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
font-size: 24px;
border-color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
background: rgba(255, 255, 255, 0.9);
text-align: center;
border: 10px solid rgba(17, 17, 17, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover:before {
content: '';
display: block;
position: absolute;
z-index: 2;
top: 7px;
left: 7px;
height: 25px;
width: 25px;
border-top: 4px solid var(--primary_color);
border-left: 4px solid var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover:after {
content: '';
display: block;
position: absolute;
z-index: 2;
bottom: 7px;
right: 7px;
height: 25px;
width: 25px;
border-bottom: 4px solid var(--primary_color);
border-right: 4px solid var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
color: #ffffff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
color: #ffffff;
font-size: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: #ffffff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: var(--text_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
text-align: center;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
background: rgba(0, 0, 0, 0.5);
border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title {
color: #ffffff;
font-size: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
color: #ffffff;
font-size: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: var(--primary_color);
font-style: italic;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
text-align: center;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
background: rgba(255, 255, 255, 0.9);
border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
font-size: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
color: var(--primary_color);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: var(--primary_color);
font-style: italic;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail {
position: relative;
overflow: hidden;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail i {
font-size: 24px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover .entry-thumbnail-hover {
opacity: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_4 .entry-thumbnail-hover {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_5 .entry-thumbnail-hover {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_1 .entry-thumbnail-hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_2 img,
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_3 img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
width: 100%;
height: auto;
display: block;
max-width: 100%;
display: inline-block;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
background: rgba(255, 255, 255, 0.9);
text-align: center;
border: 10px solid rgba(17, 17, 17, 0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover {
text-align: center;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background: rgba(255, 255, 255, 0.9);
border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
margin-bottom: 20px;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
position: relative;
top: auto;
left: auto;
z-index: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
color: #111111 !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
font-weight: bold;
text-transform: uppercase;
}
.portfolio-slide.style-1 .portfolio-wrapper {
display: table;
width: 100%;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content {
width: 17%;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content .category {
font-size: 16px;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 {
position: relative;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 a {
font-size: 36px;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 a {
font-size: 24px;
}
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2:before {
content: '';
height: 3px;
background-color: var(--primary_color);
width: 40px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -40px;
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 {
margin: 10px 0;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2:before {
display: none;
}
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content .entry-tag {
font-size: 16px;
margin-top: 75px;
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content .entry-tag {
margin-top: 10px;
}
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content {
width: 70%;
display: block;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
padding: 30px;
}
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb {
width: 83%;
display: table-cell;
vertical-align: middle;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
width: 80%;
}
@media (max-width: 1199px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
width: 100%;
}
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .entry-thumbnail {
min-height: 700px;
background-position: center center;
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .entry-thumbnail {
min-height: 500px;
}
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .swiper-button-black {
font-size: 0;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .swiper-button-black.swiper-button-prev {
display: none;
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .swiper-button-black.swiper-button-prev {
display: block;
}
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb {
display: block;
width: 100%;
}
}
@media (max-width: 599px) {
.portfolio-slide.style-1 .portfolio-wrapper {
display: block;
width: 100%;
}
}
.portfolio-slide.style-2 .portfolio-wrapper {
position: relative;
margin-bottom: 80px;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content {
position: absolute;
left: 50%;
bottom: -60px;
z-index: 2;
text-align: center;
background-color: #ffffff;
padding: 20px;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
min-width: 500px;
-webkit-box-shadow: 2px 0 7px 2px rgba(0, 0, 0, 0.2);
box-shadow: 2px 0 7px 2px rgba(0, 0, 0, 0.2);
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content .category,
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content .entry-tag {
font-size: 18px;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content h2 {
margin: 10px 0;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content h2 a {
font-size: 24px;
text-transform: uppercase;
}
@media (max-width: 599px) {
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content {
min-width: 250px;
}
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
width: 75%;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item .entry-thumbnail {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
}
@media (max-width: 599px) {
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item .entry-thumbnail {
min-height: 500px;
}
}
@media (max-width: 599px) {
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
width: 100%;
}
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .swiper-button-white {
font-size: 0;
}
.portfolio-full.detail-01 .portfolio-top {
margin-top: 50px;
text-align: center;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 img {
width: 100%;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow:hover .owl-nav {
opacity: 1;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
line-height: 1;
font-size: 60px;
color: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div:hover {
color: var(--primary_color);
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-next {
right: 30px;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-prev {
left: 30px;
}
@media (max-width: 767px) {
.portfolio-full.detail-01 .portfolio-top {
margin-top: 0;
}
}
.portfolio-full.detail-01 .paging-wrap {
margin-top: 60px;
}
.portfolio-full.detail-01 .paging-wrap .container .row {
margin: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row:hover .owl-nav {
opacity: 1;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
padding: 7px 10px;
line-height: 1;
background-color: rgba(0, 0, 0, 0.3);
color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div:hover {
background-color: var(--primary_color);
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-next {
right: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-prev {
left: 0;
}
@media (max-width: 767px) {
.portfolio-full.detail-01 .paging-wrap {
margin-top: 30px;
}
}
.portfolio-full.detail-01 .portfolio-content-wrap {
padding-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2 {
position: relative;
font-size: 48px;
text-transform: none;
padding-bottom: 15px;
margin-top: 30px;
text-align: center;
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2:before {
content: '';
display: none;
}
@media (max-width: 767px) {
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2 {
font-size: 36px;
}
}
@media (max-width: 479px) {
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2 {
font-size: 30px;
margin-top: 0;
}
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info-text {
text-align: center;
width: 70%;
margin: 0 auto;
}
@media (max-width: 767px) {
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info-text {
width: 100%;
}
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info {
display: table;
width: 100%;
margin-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info .portfolio-info-box {
display: table-cell;
width: 25%;
}
@media (max-width: 767px) {
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info .portfolio-info-box {
width: 50%;
display: inline-block;
float: left;
}
}
@media (max-width: 767px) {
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info {
display: block;
}
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2 {
position: relative;
font-size: 24px;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2:before {
content: '';
height: 1px;
width: 50px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
margin-top: 20px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6 {
font-size: 18px;
margin-top: 30px;
margin-bottom: 20px;
color: var(--text_color);
font-weight: bold;
text-transform: uppercase;
position: relative;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6:before {
content: '';
height: 1px;
width: 40px;
background-color: var(--primary_color);
position: absolute;
bottom: -10px;
left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box div {
line-height: 1.4;
color: var(--text_color);
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span {
padding: 5px 10px;
background: #f6f6f6;
margin-right: 5px;
display: inline-block;
margin-top: 5px;
border-radius: 3px;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span:hover {
color: #ffffff;
background: var(--primary_color);
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper {
list-style: none;
list-style-type: none;
padding: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li {
display: inline-block;
margin: 0 9px;
float: left;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a {
display: block;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a i {
line-height: 38px;
text-align: center;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
margin-left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
margin-right: 0;
}
.portfolio-full.detail-02 .container {
margin-top: 100px;
text-align: center;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item {
margin-bottom: 30px;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item img {
width: 100%;
}
.portfolio-full.detail-02 .col-md-6 {
text-align: left;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2 {
margin-top: 0;
position: relative;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2:before {
content: '';
height: 1px;
width: 50px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box h6 {
font-size: 18px;
margin-top: 30px;
color: var(--text_color);
font-weight: bold;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box div {
line-height: 1.4;
color: var(--text_color);
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
text-transform: uppercase;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
padding: 5px 10px;
background: #f6f6f6;
margin-right: 5px;
display: inline-block;
margin-top: 5px;
border-radius: 3px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
background: var(--primary_color);
color: #ffffff;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
list-style: none;
list-style-type: none;
padding: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
display: inline-block;
margin: 0 9px;
width: 40px;
height: 40px;
float: left;
border: 1px solid #eeeeee;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
display: block;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
line-height: 38px;
width: 40px;
text-align: center;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
margin-left: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
margin-right: 0;
}
.portfolio-full.detail-03 .container {
margin-top: 100px;
text-align: center;
}
.portfolio-full.detail-03 .container .col-md-8 img {
width: 100%;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow:hover .owl-nav {
opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
line-height: 1;
font-size: 60px;
color: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div:hover {
color: var(--primary_color);
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-next {
right: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-prev {
left: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap {
margin-top: 15px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container {
margin-top: 0;
padding: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row {
margin: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row:hover .owl-nav {
opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
padding: 7px 10px;
line-height: 1;
background-color: rgba(0, 0, 0, 0.3);
color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div:hover {
background-color: var(--primary_color);
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div.owl-next {
right: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div.owl-prev {
left: 0;
}
.portfolio-full.detail-03 .col-md-4 {
text-align: left;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info h2 {
margin-top: 0;
position: relative;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info h2:before {
content: '';
height: 1px;
width: 50px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box h6 {
font-size: 18px;
margin-top: 30px;
color: var(--text_color);
font-weight: bold;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box div {
line-height: 1.4;
color: var(--text_color);
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
text-transform: uppercase;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
padding: 5px 10px;
background: #f6f6f6;
margin-right: 5px;
display: inline-block;
margin-top: 5px;
border-radius: 3px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
color: #ffffff;
background: var(--primary_color);
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
list-style: none;
list-style-type: none;
padding: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
display: inline-block;
margin: 0 9px;
width: 40px;
height: 40px;
float: left;
border: 1px solid #eeeeee;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
display: block;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
line-height: 38px;
width: 40px;
text-align: center;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
margin-left: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
margin-right: 0;
}
.portfolio-full.detail-04 .container {
margin-top: 100px;
text-align: center;
}
.portfolio-full.detail-04 .container .col-md-8 img {
width: 100%;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item {
position: relative;
margin-bottom: 30px;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover {
opacity: 0;
top: 0;
left: 0;
position: absolute;
height: 100%;
width: 100%;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
background-color: rgba(255, 255, 255, 0.9);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i {
font-size: 36px;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i:hover {
color: var(--primary_color);
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item:hover .grid-image-hover {
opacity: 1;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.portfolio-full.detail-04 .col-md-4 {
text-align: left;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2 {
margin-top: 0;
position: relative;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2:before {
content: '';
height: 1px;
width: 50px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box h6 {
font-size: 18px;
margin-top: 30px;
color: var(--text_color);
font-weight: bold;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box div {
line-height: 1.4;
color: var(--text_color);
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
text-transform: uppercase;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
padding: 5px 10px;
background: #f6f6f6;
margin-right: 5px;
display: inline-block;
margin-top: 5px;
border-radius: 3px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
color: #ffffff;
background: var(--primary_color);
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
list-style: none;
list-style-type: none;
padding: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
display: inline-block;
margin: 0 9px;
width: 40px;
height: 40px;
float: left;
border: 1px solid #eeeeee;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
display: block;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
line-height: 38px;
width: 40px;
text-align: center;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
margin-left: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
margin-right: 0;
}
.portfolio-full.detail-05 .container {
margin-top: 100px;
}
.portfolio-full.detail-05 .container .col-md-12 img {
width: 100%;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item {
position: relative;
margin-bottom: 30px;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover {
opacity: 0;
top: 0;
left: 0;
position: absolute;
height: 100%;
width: 100%;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
background-color: rgba(255, 255, 255, 0.9);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i {
font-size: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i:hover {
color: var(--primary_color);
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item:hover .grid-image-hover {
opacity: 1;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap {
margin-top: 50px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 {
text-align: left;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2 {
color: var(--text_color);
margin-top: 0;
position: relative;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2:before {
content: '';
height: 1px;
width: 50px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
margin-top: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box h6 {
font-size: 18px;
margin-top: 30px;
color: var(--text_color);
font-weight: bold;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box div {
line-height: 1.4;
color: var(--text_color);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
text-transform: uppercase;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
padding: 5px 10px;
background: #f6f6f6;
margin-right: 5px;
display: inline-block;
margin-top: 5px;
border-radius: 3px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
color: #ffffff;
background: var(--primary_color);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
list-style: none;
list-style-type: none;
padding: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
display: inline-block;
margin: 0 9px;
width: 40px;
height: 40px;
float: left;
border: 1px solid #eeeeee;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
display: block;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
line-height: 38px;
width: 40px;
text-align: center;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
margin-left: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
margin-right: 0;
}
.portfolio-related-wrap .heading-wrap h2 {
font-size: inherit;
}
.portfolio-related-wrap .heading-wrap .post-navigation {
margin-top: 100px;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-previous .post-navigation-content,
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-next .post-navigation-content {
display: none;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div i {
color: var(--text_color);
top: 0;
margin-top: 0;
text-align: center;
height: 50px;
width: 60px;
line-height: 50px;
background-color: #f6f6f6;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div:hover i {
color: var(--primary_color);
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
color: var(--text_color);
line-height: 50px;
font-size: 28px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .heading {
text-align: center;
text-transform: uppercase;
color: var(--text_color);
font-size: 36px;
margin-top: 70px;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon {
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
position: relative;
margin: 0 auto;
z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon i {
font-size: 12px;
color: var(--primary_color);
height: 30px;
width: 30px;
background-color: #ffffff;
line-height: 30px;
position: relative;
margin: 0 auto;
z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon:before {
content: '';
width: 70px;
height: 1px;
background-color: rgba(17, 17, 17, 0.5);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
}
@media (max-width: 479px) {
.portfolio-related-wrap .heading-wrap .heading {
font-size: 24px;
margin-top: 50px;
}
}
.portfolio-related-wrap .portfolio-related {
margin-top: 60px;
margin-bottom: 100px;
position: relative;
}
.portfolio-related-wrap .portfolio-related.portfolio-wrapper .portfolio-item {
width: 100% !important;
padding: 0 15px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.portfolio-related-wrap .portfolio-related .owl-nav div i {
font-size: 24px;
color: #ffffff;
line-height: 44px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div:hover {
background-color: var(--primary_color);
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
left: -10px;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
right: -10px;
}
.entry-thumbnail {
position: relative;
overflow: hidden;
}
.entry-thumbnail i {
font-size: 24px;
}
.entry-thumbnail:hover .entry-thumbnail-hover {
opacity: 1;
}
.entry-thumbnail img {
width: 100%;
height: auto;
display: block;
max-width: 100%;
display: inline-block;
}
.entry-thumbnail .entry-thumbnail-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(17, 17, 17, 0.3);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
text-align: center;
opacity: 0;
}
.entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.entry-thumbnail.icon-only .entry-thumbnail-hover {
background: rgba(255, 255, 255, 0.9);
text-align: center;
}
.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover {
text-align: center;
background: rgba(0, 0, 0, 0.3);
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover {
text-align: center;
background: rgba(0, 0, 0, 0.3);
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
color: var(--primary_color);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
position: relative;
top: auto;
left: auto;
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
font-size: 36px;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
}
.entry-thumbnail.title-category .entry-thumbnail-hover {
text-align: center;
background: rgba(255, 255, 255, 0.9);
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
position: absolute;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover {
text-align: left;
background: rgba(255, 255, 255, 0.9);
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
position: absolute;
top: auto;
bottom: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
white-space: nowrap;
position: relative;
width: 100%;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
white-space: nowrap;
color: var(--primary_color);
left: 0;
position: relative;
width: 100%;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
color: var(--primary_color);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
position: relative;
top: 0;
left: auto;
right: 0;
z-index: 1;
width: 50px;
height: 50px;
border-radius: 100%;
line-height: 48px;
border: 1px solid transparent;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
font-size: 24px;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
font-size: 24px;
border-color: var(--primary_color);
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover {
background: rgba(255, 255, 255, 0.9);
text-align: center;
border: 10px solid rgba(17, 17, 17, 0.9);
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
color: var(--primary_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover {
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover:before {
content: '';
display: block;
position: absolute;
z-index: 2;
top: 7px;
left: 7px;
height: 25px;
width: 25px;
border-top: 4px solid var(--primary_color);
border-left: 4px solid var(--primary_color);
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover:after {
content: '';
display: block;
position: absolute;
z-index: 2;
bottom: 7px;
right: 7px;
height: 25px;
width: 25px;
border-bottom: 4px solid var(--primary_color);
border-right: 4px solid var(--primary_color);
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
color: #ffffff;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
color: #ffffff;
font-size: 20px;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: #ffffff;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover {
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
color: var(--primary_color);
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
font-size: 36px;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
color: var(--text_color);
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: var(--text_color);
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover {
text-align: center;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
background: rgba(0, 0, 0, 0.5);
border: none;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title {
color: #ffffff;
font-size: 20px;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
color: #ffffff;
font-size: 20px;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: var(--primary_color);
font-style: italic;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover {
text-align: center;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
background: rgba(255, 255, 255, 0.9);
border: none;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
font-size: 20px;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
color: var(--primary_color);
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
color: var(--primary_color);
font-style: italic;
}
.product-gallery-shortcode-wrap.style_1 {
background-color: #f4f4f4;
}
.product-gallery-shortcode-wrap.style_1 .product-gallery-content {
position: relative;
width: 100%;
overflow: hidden;
}
.product-gallery-shortcode-wrap.style_1 .content-left {
width: 65%;
float: left;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover {
position: absolute;
top: 30%;
left: 50%;
height: 42px;
width: 42px;
border-radius: 100%;
background-color: rgba(0, 0, 0, 0.2);
border: 2px solid #ffffff;
text-align: center;
padding: 4px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover.icon_large {
width: 54px;
height: 54px;
padding: 5px;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover.icon_large .icon-hover-inner {
height: 40px;
width: 40px;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover.icon_large .icon-hover-inner i {
line-height: 40px;
margin-left: 15px;
font-size: 24px;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover.icon_large:hover .content-hover-icon {
-webkit-transform: translate(0, 40px);
-ms-transform: translate(0, 40px);
transform: translate(0, 40px);
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .icon-hover-inner {
position: relative;
background-color: #ffffff;
border-radius: 100%;
height: 30px;
width: 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .icon-hover-inner i {
font-size: 18px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
line-height: 27px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .content-hover-icon {
position: absolute;
left: 0;
padding-bottom: 25px;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transform: translate(0, 70px);
-ms-transform: translate(0, 70px);
transform: translate(0, 70px);
-webkit-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
z-index: 3;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .content-hover-icon .content-hover {
position: relative;
width: 190px;
background-color: #fff;
display: block;
text-align: center;
padding: 18px 5px 15px;
margin-left: -80px;
-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .content-hover-icon .content-hover .product-title {
font-weight: bold;
font-size: 16px;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .content-hover-icon .content-hover .icon-price {
font-size: 16px;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover .content-hover-icon .content-hover:before {
content: '';
border-top: 10px solid #ffffff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
left: 50%;
top: -10px;
margin-left: -10px;
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover:hover {
-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover:hover .content-hover-icon {
-webkit-transform: translate(0, 25px);
-ms-transform: translate(0, 25px);
transform: translate(0, 25px);
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width: 479px) {
.product-gallery-shortcode-wrap.style_1 .content-left .icon-hover {
display: none;
}
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 .content-left {
width: 100%;
}
}
.product-gallery-shortcode-wrap.style_1 .content-right {
width: 35%;
float: left;
padding: 30px;
text-align: center;
}
.product-gallery-shortcode-wrap.style_1 .content-right .pg-title {
margin-top: 50px;
margin-bottom: 0;
font-size: 48px;
text-transform: uppercase;
}
@media (max-width: 1919px) {
.product-gallery-shortcode-wrap.style_1 .content-right .pg-title {
font-size: 36px;
}
}
@media (max-width: 1300px) {
.product-gallery-shortcode-wrap.style_1 .content-right .pg-title {
margin-top: 25px;
}
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 .content-right .pg-title {
font-size: 36px;
margin-top: 0;
font-weight: bold;
}
}
@media (max-width: 767px) {
.product-gallery-shortcode-wrap.style_1 .content-right .pg-title {
font-size: 18px;
margin-top: 0;
}
}
.product-gallery-shortcode-wrap.style_1 .content-right .pg-sub-title {
display: inline-block;
font-style: italic;
position: relative;
margin: 30px 0;
}
.product-gallery-shortcode-wrap.style_1 .content-right .pg-sub-title:before,
.product-gallery-shortcode-wrap.style_1 .content-right .pg-sub-title:after {
margin: 0 10px;
content: '';
height: 1px;
background-color: var(--text_color);
width: 80px;
display: inline-block;
vertical-align: middle;
}
@media (max-width: 1919px) {
.product-gallery-shortcode-wrap.style_1 .content-right .pg-sub-title:before,
.product-gallery-shortcode-wrap.style_1 .content-right .pg-sub-title:after {
width: 40px;
}
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 .content-right .pg-sub-title {
display: none;
}
}
.product-gallery-shortcode-wrap.style_1 .content-right .description {
padding: 0 20px;
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 .content-right .description {
display: none;
}
}
@media (max-width: 1919px) {
.product-gallery-shortcode-wrap.style_1 .content-right {
padding: 15px;
}
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 .content-right {
width: 100%;
}
}
.product-gallery-shortcode-wrap.style_1 #sync1:hover .owl-nav {
opacity: 1;
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
line-height: 1;
font-size: 60px;
color: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div:hover {
color: var(--primary_color);
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div.owl-next {
right: 30px;
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div.owl-prev {
left: 30px;
}
@media (max-width: 767px) {
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div {
font-size: 36px;
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div.owl-next {
right: 15px;
}
.product-gallery-shortcode-wrap.style_1 #sync1 .owl-nav > div.owl-prev {
left: 15px;
}
}
.product-gallery-shortcode-wrap.style_1 #sync2 {
margin-top: 70px;
}
.product-gallery-shortcode-wrap.style_1 #sync2:hover .owl-nav {
opacity: 1;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots {
display: block;
text-align: center;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots .owl-dot {
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
width: 10px;
height: 10px;
display: inline-block;
margin: 30px 5px;
margin-top: 70px;
border-radius: 100%;
background-color: rgba(17, 17, 17, 0.5);
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots .owl-dot span {
display: block;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots .owl-dot.active,
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots .owl-dot:hover {
background-color: var(--primary_color);
}
@media (max-width: 1919px) {
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots .owl-dot {
margin-top: 30px;
margin-bottom: 0;
}
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-dots .owl-dot {
display: none;
}
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-nav {
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-nav > div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
position: absolute;
padding: 7px 10px;
line-height: 1;
background-color: rgba(0, 0, 0, 0.3);
color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-nav > div:hover {
background-color: var(--primary_color);
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-nav > div.owl-next {
right: 0;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .owl-nav > div.owl-prev {
left: 0;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .item-thumb {
padding: 5px;
margin: 10px;
text-align: center;
position: relative;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .item-thumb:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.product-gallery-shortcode-wrap.style_1 #sync2 .synced .item-thumb {
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1919px) {
.product-gallery-shortcode-wrap.style_1 #sync2 {
margin-top: 30px;
}
}
@media (max-width: 1199px) {
.product-gallery-shortcode-wrap.style_1 #sync2 {
margin-top: 0px;
}
}
.product-gallery-shortcode-wrap.style_2 .owl-dots {
position: absolute;
left: 50%;
bottom: -70px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
text-align: center;
}
.product-gallery-shortcode-wrap.style_2 .owl-dots .owl-dot {
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
width: 10px;
height: 10px;
display: inline-block;
margin: 5px;
border-radius: 100%;
background-color: #ffffff;
}
.product-gallery-shortcode-wrap.style_2 .owl-dots .owl-dot span {
display: block;
}
.product-gallery-shortcode-wrap.style_2 .owl-dots .owl-dot.active,
.product-gallery-shortcode-wrap.style_2 .owl-dots .owl-dot:hover {
background-color: var(--primary_color);
}
@media (max-width: 767px) {
.product-gallery-shortcode-wrap.style_2 .owl-dots {
bottom: 0;
}
}
.left .yl-image-slick .image_thumb {
float: left;
}
.yl-image-slick .slick-slide img {
padding: 5px;
}
.image_large.slick-slider {
width: 80%;
display: inline-block;
}
.image_large.slick-slider.not-thumb {
width: 100%;
}
.image_large .slick-prev,
.image_large .slick-next {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 1;
opacity: 0;
-webkit-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.image_large .slick-prev.slick-disabled,
.image_large .slick-next.slick-disabled {
display: none!important;
}
.image_large .slick-prev i,
.image_large .slick-next i {
padding: 10px;
background-color: #ffffff;
cursor: pointer;
}
.image_large .slick-prev {
left: 3%;
}
.image_large .slick-next {
right: 3%;
}
.image_large:hover .slick-prev,
.image_large:hover .slick-next {
opacity: 1;
}
.image_thumb.slick-slider {
width: 20%;
display: inline-block;
vertical-align: top;
}
.image_thumb .slick-slide {
outline: none;
}
.image_thumb .slick-current img {
border: 1px solid #111;
}
.rtl .site-content-single-product .single-product-info.custom-page-layout .single-product-image-wrap .product-flash-wrap {
left: 25%;
}
.recent-news-wrapper .owl-nav .owl-next,
.recent-news-wrapper .owl-nav .owl-prev {
opacity: 0;
cursor: pointer;
position: absolute;
top: 50%;
z-index: 99;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.recent-news-wrapper .owl-nav .owl-next i,
.recent-news-wrapper .owl-nav .owl-prev i {
border: 1px solid #eee;
padding: 15px;
background-color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.recent-news-wrapper .owl-nav .owl-next:hover i,
.recent-news-wrapper .owl-nav .owl-prev:hover i {
background-color: var(--primary_color);
color: #ffffff;
border-color: var(--primary_color);
}
@media (max-width: 767px) {
.recent-news-wrapper .owl-nav .owl-next.nav_next,
.recent-news-wrapper .owl-nav .owl-prev.nav_next {
right: 0px;
}
.recent-news-wrapper .owl-nav .owl-next.nav_prev,
.recent-news-wrapper .owl-nav .owl-prev.nav_prev {
left: 0px;
}
}
.recent-news-wrapper .owl-nav .owl-next {
right: -40px;
}
.recent-news-wrapper .owl-nav .owl-prev {
left: -40px;
}
.recent-news-wrapper:hover .owl-nav .owl-prev,
.recent-news-wrapper:hover .owl-nav .owl-next {
opacity: 1;
}
.recent-news-wrapper:hover .owl-nav .owl-next {
right: 40px;
}
.recent-news-wrapper:hover .owl-nav .owl-prev {
left: 40px;
}
@media (max-width: 479px) {
.recent-news-wrapper:hover .owl-nav .owl-next,
.recent-news-wrapper:hover .owl-nav .owl-prev {
opacity: 1;
}
.recent-news-wrapper:hover .owl-nav .owl-next {
right: 15px;
}
.recent-news-wrapper:hover .owl-nav .owl-prev {
left: 15px;
}
}
.recent-news-home_1 .recent-news-container article {
position: relative;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail {
position: relative;
overflow: hidden;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image {
overflow: hidden;
position: relative;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.05);
z-index: 1;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image img {
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.recent-news-home_1 .recent-news-container article .post-content {
z-index: 2;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text {
display: table-cell;
vertical-align: top;
padding: 0 20px;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .entry-title {
margin: 0;
font-size: 20px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .entry-title:hover {
color: var(--primary_color);
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .line {
margin: 10px 0;
width: 40px;
height: 2px;
background-color: var(--text_color);
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .post-author {
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .post-author .author {
text-transform: capitalize;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .post-count-comments {
margin-left: 30px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .post-count-comments i {
margin-right: 5px;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info {
text-align: center;
padding: 14px 10px;
border: 1px solid var(--text_color);
width: 85px;
height: 85px;
border-radius: 3px;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info .post-day {
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
line-height: 1.3;
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-image:before {
background-color: rgba(0, 0, 0, 0.5);
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-image img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.recent-news-home_2 .recent-news-container .post-thumbnail:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.05);
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.recent-news-home_2 .recent-news-container .first-item:hover .post-thumbnail:before {
background-color: rgba(0, 0, 0, 0.5);
}
.recent-news-home_2 .recent-news-container .first-item .post-thumbnail {
position: relative;
height: 410px;
background-size: cover !important;
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .first-item .post-thumbnail {
height: 180px;
}
}
.recent-news-home_2 .recent-news-container .first-item .entry-content {
color: var(--text_color);
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
padding: 10px 0px;
padding-top: 20px;
background-color: #ffffff;
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-title {
margin: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-title:hover {
color: var(--primary_color);
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-post-meta {
opacity: 0.9;
font-weight: normal;
line-height: 30px;
width: 100%;
display: inline-block;
position: relative;
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-post-meta .post-author {
display: inline-block;
margin-right: 5px;
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-post-meta .post-date {
display: inline-block;
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-post-meta .author {
text-transform: capitalize;
font-weight: 700;
font-style: normal;
}
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-excerpt {
font-style: normal;
width: 100%;
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-excerpt {
display: none;
}
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .first-item .entry-content {
padding-right: 8px;
padding-left: 8px;
position: relative;
text-align: center;
}
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .first-item {
margin-bottom: 30px;
}
}
.recent-news-home_2 .recent-news-container .col-md-6 .post-thumbnail {
display: table-cell;
position: relative;
height: 180px;
background-size: cover !important;
width: 50%;
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .col-md-6 .post-thumbnail {
display: block;
width: 100%;
}
}
.recent-news-home_2 .recent-news-container .col-md-6 .col-xs-12 {
display: table;
}
.recent-news-home_2 .recent-news-container .col-md-6 .col-xs-12:hover .post-thumbnail:before {
background-color: rgba(0, 0, 0, 0.5);
}
.recent-news-home_2 .recent-news-container .col-md-6 .last-post {
margin-top: 28px;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content {
display: table-cell;
vertical-align: middle;
width: 50%;
padding: 20px 15px;
padding-left: 30px;
color: var(--text_color);
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-title {
font-size: 18px;
margin: 0;
line-height: 30px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-title:hover {
color: var(--primary_color);
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta {
opacity: 0.9;
font-weight: normal;
line-height: 30px;
width: 100%;
display: inline-block;
position: relative;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta .post-author {
display: inline-block;
margin-right: 5px;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta .post-date {
display: inline-block;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta .author {
text-transform: capitalize;
font-weight: 700;
font-style: normal;
}
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-excerpt {
font-style: normal;
width: 100%;
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-excerpt {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
.recent-news-home_2 .recent-news-container .col-md-6 .entry-content {
width: 100%;
text-align: center;
display: block;
top: 0;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
padding-right: 8px;
padding-left: 8px;
}
}
.recent-news-home_3 .recent-news-container article {
position: relative;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail {
position: relative;
overflow: hidden;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-image {
overflow: hidden;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-image img {
-webkit-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.recent-news-home_3 .recent-news-container article .post-content {
z-index: 2;
padding: 30px 0;
text-align: center;
}
.recent-news-home_3 .recent-news-container article .post-content .entry-title {
text-align: center;
font-size: 48px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
@media (max-width: 767px) {
.recent-news-home_3 .recent-news-container article .post-content .entry-title {
font-size: 24px;
}
}
.recent-news-home_3 .recent-news-container article .post-content .post-author {
margin-left: 20px;
text-transform: capitalize;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.recent-news-home_3 .recent-news-container article .post-content .post-author:before {
content: "/";
margin-right: 20px;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info {
margin-bottom: 15px;
text-align: center;
}
.recent-news-home_3 .recent-news-container article .post-content .post-excerpt {
text-align: center;
}
.recent-news-home_3 .recent-news-container article .post-content .btn_readmore {
font-weight: bold;
display: inline-block;
position: relative;
}
.recent-news-home_3 .recent-news-container article .post-content .btn_readmore:hover:before {
width: 100%;
}
.recent-news-home_3 .recent-news-container article .post-content .btn_readmore:before {
content: "";
position: absolute;
bottom: 0px;
background-color: var(--primary_color);
height: 1px;
width: 70%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} #yolo-footer-wrapper .recent-news-home_1 .recent-news-container .hide_content {
display: none !important;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article {
margin-bottom: 20px;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .recent_news_item {
position: relative;
display: table;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-thumbnail {
width: 30%;
position: relative;
overflow: hidden;
display: table-cell;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-thumbnail .post-image img {
width: 100%;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-thumbnail .post-image {
height: auto;
}
}
@media (max-width: 479px) {
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-thumbnail .post-image {
height: auto;
}
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content {
display: table-cell;
z-index: 2;
width: 65%;
padding-left: 5%;
vertical-align: middle;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .entry-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .entry-title a {
font-weight: 700;
font-size: 14px;
color: #4c4441 !important;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .entry-title a:hover {
color: #111111 !important;
}
@media (max-width: 479px) {
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .entry-title a {
font-size: 18px;
}
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .post-info {
margin-bottom: 0px;
color: #4c4441;
font-size: 12px;
text-transform: capitalize;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .post-info i {
color: #4c4441;
margin-right: 5px;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .post-info span {
padding-right: 10px;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content .post-excerpt {
color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) and (max-width: 1199px) {
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content {
width: 100%;
position: relative;
}
}
@media (max-width: 479px) {
#yolo-footer-wrapper .recent-news-home_1 .recent-news-container article .post-content {
width: 100%;
position: relative;
padding: 15px;
}
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-control .recent-news-nav {
cursor: pointer;
position: absolute;
top: 50%;
z-index: 99;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-control .recent-news-nav i {
padding: 15px;
background-color: #ffffff;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-control .recent-news-nav.nav_next {
right: 0;
}
#yolo-footer-wrapper .recent-news-home_1 .recent-news-control .recent-news-nav.nav_prev {
left: 0;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 15px 0;
position: relative;
border: 1px solid transparent;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail {
position: relative;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-image {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-image:before {
content: '';
position: absolute;
background-color: rgba(0, 0, 0, 0.35);
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-image img {
width: 100%;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 40px;
overflow: hidden;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
margin: 10px 0 5px 0;
color: #ffffff;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
@media (max-width: 479px) {
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
font-size: 14px;
}
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info {
opacity: 0;
font-size: 12px;
text-transform: uppercase;
color: var(--primary_color);
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
-webkit-transition: all 0.45s ease-in-out;
-o-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category {
display: inline-block;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul {
list-style: none;
padding: 0;
display: inline-block;
padding-right: 10px;
position: relative;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul:after {
content: '/';
position: absolute;
right: 0;
top: 0;
font-size: 12px;
color: var(--primary_color);
display: inline-block;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-author {
padding-left: 5px;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i {
opacity: 0;
position: absolute;
left: 50%;
top: 70%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
background-color: rgba(0, 0, 0, 0.35);
height: 60px;
width: 60px;
border-radius: 100%;
line-height: 58px;
text-align: center;
color: #ffffff;
font-size: 18px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border: 1px solid transparent;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i:hover {
color: var(--primary_color);
border: 1px solid var(--primary_color);
background-color: transparent;
}
@media (max-width: 479px) {
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content {
padding: 20px;
}
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail {
border: 1px solid #eeeeee;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .entry-title,
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .post-info {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
opacity: 1;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
top: 70%;
}
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
#yolo-footer-wrapper .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image:before {
opacity: 1;
} .yolo-teammember:hover .owl-nav .owl-prev,
.yolo-teammember:hover .owl-nav .owl-next {
opacity: 1;
}
.yolo-teammember .teammember-list {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
overflow: hidden;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content {
cursor: pointer;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-image {
position: relative;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
-ms-filter: grayscale(1);
filter: grayscale(1);
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta {
position: absolute;
text-align: center;
background-color: rgba(0, 0, 0, 0.8);
z-index: 2;
width: 100%;
bottom: -100%;
padding: 20px 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
color: #ffffff;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
margin-bottom: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
margin-bottom: 0px;
font-style: italic;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
margin-top: 5px;
margin-bottom: 0px;
padding: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
font-size: 16px;
display: inline-block;
margin: 0 5px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
background-color: #ffffff;
border-radius: 3px;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
background-color: var(--primary_color);
color: #ffffff;
}
.yolo-teammember .teammember-list .teammember-item .teammember-content:hover .teammember-image {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
filter: grayscale(0);
}
.yolo-teammember .teammember-list .teammember-item .teammember-content:hover .teammember-meta {
bottom: -1px;
}
.yolo-teammember .owl-nav {
color: #222222;
}
.yolo-teammember .owl-nav:hover {
cursor: pointer;
}
.yolo-teammember .owl-nav .owl-next,
.yolo-teammember .owl-nav .owl-prev {
opacity: 0;
z-index: 1;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
position: absolute;
display: block;
top: 50%;
z-index: 99;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 5px;
}
.yolo-teammember .owl-nav .owl-next i,
.yolo-teammember .owl-nav .owl-prev i {
font-size: 40px;
}
.yolo-teammember .owl-nav .owl-next:hover i,
.yolo-teammember .owl-nav .owl-prev:hover i {
color: var(--primary_color);
}
.yolo-teammember .owl-nav .owl-next {
right: 0;
}
.yolo-teammember .owl-nav .owl-prev {
left: 0;
}
.yolo-team-fix {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
background-color: rgba(0, 0, 0, 0.7);
background-image: url(//pacifickitchenlife.com.au/wp-content/themes/yolo-rubino/assets/images/3.GIF);
background-position: center center;
background-repeat: no-repeat;
z-index: 99999 !important;
}
.yolo-team-fix.db {
display: block;
}
.yolo-team-fix.bk-noimage {
background-image: none;
}
.yolo-team-fix .yolo-team-wrap {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
@media (max-width: 767px) {
.yolo-team-fix .yolo-team-wrap {
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
left: 10px;
right: 10px;
}
}
.yolo-team-content {
background: #ffffff;
top: 10%;
bottom: 10%;
right: 10%;
left: 10%;
height: auto;
position: relative;
padding: 50px 20px 40px 0;
overflow-y: scroll;
}
.yolo-team-content .team-left .teammember-image img {
width: 100%;
}
@media (max-width: 767px) {
.yolo-team-content {
width: 100%;
top: auto;
bottom: auto;
right: auto;
left: auto;
}
}
@media (max-width: 480px) {
.yolo-team-content {
padding: 0;
height: 300px;
}
.yolo-team-content .team-right {
padding-top: 10px;
width: 100% !important;
}
.yolo-team-content .team-left {
padding-top: 20px;
width: 100% !important;
}
.yolo-team-content .team-left .yolo-team-image {
width: 60%;
margin: 0 auto;
}
}
@media (max-width: 320px) {
.yolo-team-content {
padding: 0;
height: 300px;
overflow-y: scroll;
}
.yolo-team-content .team-right {
padding-top: 10px;
width: 100% !important;
}
.yolo-team-content .team-right .team-certificates {
display: none;
}
.yolo-team-content .team-left {
padding-top: 20px;
width: 100% !important;
}
.yolo-team-content .team-left .yolo-team-image {
width: 60%;
margin: 0 auto;
}
}
.yolo-team-content .team-remove {
width: 40px;
height: 40px;
background: #eeeff0;
position: absolute;
top: 0;
right: 0;
color: var(--text_color);
border: 0;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
@media (max-width: 480px) {
.yolo-team-content .team-remove {
margin-top: -40px;
position: fixed;
}
}
.yolo-team-content .team-remove:hover {
background: #000000;
color: #ffffff;
}
.yolo-team-content .team-left {
width: 40%;
float: left;
text-align: center;
padding-left: 30px;
}
.yolo-team-content .team-left h4 {
font-size: 24px;
margin: 22px 10px 8px;
padding: 0;
color: var(--primary_color);
}
.yolo-team-content .team-left .team_position {
display: block;
color: var(--text_color);
text-transform: uppercase;
}
.yolo-team-content .team-right {
width: 60%;
float: left;
padding-left: 30px;
}
.yolo-team-content .team-right .team-title {
font-size: 24px;
position: relative;
color: var(--text_color);
padding: 0;
margin: 0 0 15px 0;
}
.yolo-team-content .team-right .team-title:before {
width: 4px;
height: 4px;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 50%;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 50%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
content: '';
position: absolute;
left: 0;
top: 50%;
margin-top: -2px;
}
.yolo-team-content .team-right .team-contact ul {
list-style: none;
padding: 0;
margin: 0;
}
.yolo-team-content .team-right .team-contact ul li {
line-height: 28px;
}
.yolo-team-content .team-right .team-contact ul li i {
color: var(--primary_color);
padding-right: 17px;
}
.yolo-team-content .team-right .team-contact .team_socials a {
display: inline-block;
margin-top: 10px;
margin-right: 13px;
color: var(--text_color);
-webkit-transition: color 0.25s ease-in-out;
-o-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
.yolo-team-content .team-right .team-contact .team_socials a:hover {
color: var(--primary_color);
}
.yolo-team-content .team-specialty {
margin-top: 20px;
}
.yolo-team-content .team-specialty .team-specialty-attr {
margin-top: 13px;
}
.yolo-team-content .team-specialty .team-specialty-attr ul {
float: left;
padding: 0;
margin: 0;
list-style: none;
width: 50%;
}
.yolo-team-content .team-specialty .team-specialty-attr ul li {
line-height: 36px;
position: relative;
padding: 0 0 0 14px;
}
.yolo-team-content .team-specialty .team-specialty-attr ul li:before {
width: 4px;
height: 4px;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 50%;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 50%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: var(--text_color);
content: '';
position: absolute;
left: 0;
top: 50%;
margin-top: -2px;
}
.yolo-team-content .team-certificates {
margin-top: 20px;
color: var(--text_color);
} .yolo-testimonial .testimonial-item img {
max-width: 150px;
margin: 0 auto;
}
.yolo-testimonial .owl-nav .owl-next,
.yolo-testimonial .owl-nav .owl-prev {
opacity: 0;
cursor: pointer;
position: absolute;
top: 50%;
z-index: 99;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-testimonial .owl-nav .owl-next i,
.yolo-testimonial .owl-nav .owl-prev i {
padding: 10px 15px;
background-color: #ffffff;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
border: 1px solid #eee;
}
.yolo-testimonial .owl-nav .owl-next:hover i,
.yolo-testimonial .owl-nav .owl-prev:hover i {
background-color: var(--primary_color);
color: #ffffff;
}
.yolo-testimonial .owl-nav .owl-next {
right: -20px;
}
.yolo-testimonial .owl-nav .owl-prev {
left: -20px;
}
.yolo-testimonial:hover .owl-nav .owl-next,
.yolo-testimonial:hover .owl-nav .owl-prev {
opacity: 1;
}
.yolo-testimonial:hover .owl-nav .owl-next {
right: 0px;
}
.yolo-testimonial:hover .owl-nav .owl-prev {
left: 0px;
}
.yolo-testimonial .owl-dots {
display: block;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.yolo-testimonial .owl-dots .owl-dot {
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
width: 10px;
height: 10px;
display: inline-block;
margin: 5px;
border-radius: 100%;
background-color: #eee;
}
.yolo-testimonial .owl-dots .owl-dot span {
display: block;
}
.yolo-testimonial .owl-dots .owl-dot.active,
.yolo-testimonial .owl-dots .owl-dot:hover {
background-color: var(--primary_color);
}
@media (max-width: 767px) {
.yolo-testimonial .owl-dots {
display: none;
}
}
.yolo-testimonial.testimonial-carousel {
text-align: center;
position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list {
padding: 0;
margin: 20px 0 0 0;
list-style: none;
list-style-type: none;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-thumb {
width: 100px;
height: 100px;
margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
position: relative;
margin-bottom: 0;
margin-top: 0px;
padding-bottom: 0px;
color: #666666;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content:before {
content: '"';
display: inline-block;
font-size: 48px;
line-height: 1;
font-family: inherit;
font-style: italic;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-title {
text-transform: uppercase;
color: var(--primary_color);
font-size: 16px;
margin-top: 15px;
font-weight: bold;
margin-bottom: 5px;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-position {
margin-bottom: 0px;
color: #666666;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-special {
margin-bottom: 0px;
display: none;
}
.yolo-testimonial.testimonial-carousel2 {
text-align: center;
position: relative;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list {
padding: 0;
margin: 20px 0 0 0;
list-style: none;
list-style-type: none;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-thumb {
width: 100px;
height: 100px;
margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-content {
position: relative;
margin-bottom: 0;
margin-top: 0px;
padding-bottom: 0px;
color: #666666;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-content:before {
content: '"';
display: inline-block;
font-size: 36px;
line-height: 1;
font-family: inherit;
font-style: italic;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-title {
text-transform: uppercase;
color: var(--primary_color);
font-size: 16px;
margin-top: 15px;
font-weight: bold;
margin-bottom: 5px;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-position {
margin-bottom: 0px;
color: #666666;
}
.yolo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-special {
margin-bottom: 0px;
display: none;
}
.yolo-testimonial.testimonial-carousel3 {
text-align: center;
position: relative;
}
.yolo-testimonial.testimonial-carousel3 .testimonial-list {
padding: 0;
margin: 20px 0 0 0;
list-style: none;
list-style-type: none;
}
.yolo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-content {
position: relative;
margin-bottom: 0;
margin-top: 0px;
padding-bottom: 0px;
color: #666666;
}
.yolo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-content:before {
content: '"';
display: inline-block;
font-size: 36px;
line-height: 1;
font-family: inherit;
font-style: italic;
}
.yolo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-title {
text-transform: uppercase;
color: var(--primary_color);
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
display: inline-block;
}
.yolo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-title:after {
content: '-';
display: inline-block;
margin: 0 5px;
}
.yolo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-position {
text-transform: uppercase;
display: inline-block;
font-weight: bold;
margin-bottom: 0px;
color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel4 {
text-align: center;
position: relative;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list {
padding: 0;
margin: 20px 0 0 0;
list-style: none;
list-style-type: none;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content {
position: relative;
margin-bottom: 0;
margin-top: 0px;
padding-bottom: 0px;
font-size: 24px;
font-style: italic;
color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content:before,
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content:after {
content: '"';
display: inline-block;
line-height: 1;
font-family: inherit;
margin: 0 5px;
}
@media (max-width: 1199px) {
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content {
font-size: 14px;
}
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-title {
margin-top: 30px;
color: var(--primary_color);
font-size: 24px;
font-weight: bold;
margin-bottom: 5px;
line-height: 1;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-position {
font-size: 18px;
font-weight: bold;
margin-bottom: 0px;
color: var(--primary_color);
font-style: italic;
}
.yolo-testimonial.testimonial-carousel4 .owl-dots {
margin-top: 30px;
} .yolo-video-player {
position: relative;
display: table;
width: 100%;
}
.yolo-video-player .container-text {
position: relative;
}
.yolo-video-player .yl-button-play {
opacity: 1;
display: table-cell;
vertical-align: middle;
}
.yolo-video-player .yl-button-play .play-button {
text-align: center;
display: table;
margin: 0 auto;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.yolo-video-player .yl-button-play .play-button:hover {
cursor: pointer;
}
.yolo-video-player .yl-button-play .play-button:hover i {
color: #111111 !important;
}
.yolo-video-player .yl-button-play .play-button i {
vertical-align: middle;
display: table-cell;
font-size: 50px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 767px) {
.yolo-video-player .yl-button-play .play-button i {
font-size: 160px;
}
}
@media (max-width: 480px) {
.yolo-video-player .yl-button-play .play-button i {
font-size: 130px;
}
}
.yolo-video-player .iframe-video-player {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0;
display: none;
overflow: hidden;
background-color: #000000;
}
.yolo-video-player .iframe-video-player .video-close {
padding: 5px 10px;
right: 0;
cursor: pointer;
color: white;
background: var(--primary_color);
z-index: 1;
position: absolute;
}
.yolo-video-player.style_1 {
display: block;
margin-bottom: 30px;
}
.yolo-video-player.style_1 .container-text {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 991px) {
.yolo-video-player.style_1 .container-text {
position: relative;
}
}
.yolo-video-player.style_1 .yl-button-play {
display: block;
}
.yolo-video-player.style_1 .yl-button-play .yl-introduction {
top: 0px;
left: 0;
position: relative;
font-size: 28px;
color: #ffffff;
text-align: center;
margin-bottom: 0;
margin-top: 10px;
}
@media (max-width: 767px) {
.yolo-video-player.style_1 .yl-button-play .yl-introduction {
font-size: 24px;
}
}
.yolo-video-player.style_1 .yl-button-play .yl-description {
right: 0;
bottom: 0px;
position: relative;
font-size: 20px;
font-weight: 400;
color: #ffffff;
text-align: center;
text-transform: uppercase;
margin-top: 0px;
}
@media (max-width: 767px) {
.yolo-video-player.style_1 .yl-button-play .yl-description {
font-size: 16px;
}
}
.yolo-video-player.style_1 .yl-button-play .play-button {
text-align: center;
display: block;
margin: 0 auto;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.yolo-video-player.style_1 .yl-button-play .play-button:hover {
cursor: pointer;
}
.yolo-video-player.style_1 .yl-button-play .play-button i {
vertical-align: middle;
display: block;
font-size: 60px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yolo-video-player.style_1 .iframe-video-player {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0;
display: none;
overflow: hidden;
background-color: #000000;
}
.yolo-video-player.style_1 .iframe-video-player .video-close {
padding: 5px 10px;
right: 0;
cursor: pointer;
color: white;
background: var(--primary_color);
z-index: 1;
position: absolute;
}
.yolo-video-player.style_2 .container-text {
position: relative;
}
.yolo-video-player.style_2 .yl-button-play .yl-introduction {
top: 0px;
left: 0;
position: relative;
font-size: 72px;
color: #ffffff;
text-align: center;
margin-bottom: 0;
margin-top: 30px;
}
@media (max-width: 767px) {
.yolo-video-player.style_2 .yl-button-play .yl-introduction {
font-size: 36px;
}
}
.yolo-video-player.style_2 .yl-button-play .yl-description {
right: 0;
bottom: 0px;
position: relative;
font-size: 24px;
font-weight: 400;
color: #ffffff;
text-align: center;
text-transform: uppercase;
margin-top: 30px;
}
@media (max-width: 767px) {
.yolo-video-player.style_2 .yl-button-play .yl-description {
font-size: 18px;
}
}
.yolo-video-player.style_2 .yl-button-play .play-button {
text-align: center;
display: table;
margin: 0 auto;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.yolo-video-player.style_2 .yl-button-play .play-button:hover {
cursor: pointer;
}
.yolo-video-player.style_2 .yl-button-play .play-button:hover i {
color: #4c4441 !important;
}
.yolo-video-player.style_2 .yl-button-play .play-button i {
vertical-align: middle;
display: table-cell;
font-size: 210px;
color: var(--primary_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 767px) {
.yolo-video-player.style_2 .yl-button-play .play-button i {
font-size: 150px;
}
}
.yolo-video-player.style_2 .iframe-video-player {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0;
display: none;
overflow: hidden;
background-color: #000000;
}
.yolo-video-player.style_2 .iframe-video-player .video-close {
padding: 5px 10px;
right: 0;
cursor: pointer;
color: white;
background: var(--primary_color);
z-index: 1;
position: absolute;
}@supports(--css:variables){:root{--layout_site_width:90%;--layout_site_max_width:1200px;--text_color:#333;--text_color_lighten_5:#404040;--text_color_lighten_10:#4d4d4d;--text_color_lighten_15:#595959;--text_color_lighten_20:#666666;--text_color_lighten_25:#737373;--text_color_lighten_30:#808080;--text_color_lighten_35:#8c8c8c;--text_color_lighten_40:#999999;--text_color_lighten_50:#b3b3b3;--text_color_lighten_60:#cccccc;--text_color_lighten_70:#e6e6e6;--text_color_darken_5:#262626;--text_color_darken_10:#1a1a1a;--text_color_darken_15:#0d0d0d;--text_color_darken_20:#000000;--text_color_darken_25:#000000;--text_color_fade_10:rgba(51,51,51,0.10);--text_color_fade_20:rgba(51,51,51,0.20);--text_color_fade_30:rgba(51,51,51,0.30);--text_color_fade_40:rgba(51,51,51,0.40);--text_color_fade_50:rgba(51,51,51,0.50);--text_color_fade_60:rgba(51,51,51,0.60);--text_color_fade_70:rgba(51,51,51,0.70);--text_color_fade_80:rgba(51,51,51,0.80);--text_color_fade_90:rgba(51,51,51,0.90);--primary_color:#111;--primary_color_lighten_5:#1e1e1e;--primary_color_lighten_10:#2b2b2b;--primary_color_lighten_15:#373737;--primary_color_lighten_20:#444444;--primary_color_lighten_25:#515151;--primary_color_darken_5:#040404;--primary_color_darken_10:#000000;--primary_color_darken_15:#000000;--primary_color_darken_20:#000000;--primary_color_darken_25:#000000;--primary_color_fade_10:rgba(17,17,17,0.10);--primary_color_fade_20:rgba(17,17,17,0.20);--primary_color_fade_30:rgba(17,17,17,0.30);--primary_color_fade_40:rgba(17,17,17,0.40);--primary_color_fade_50:rgba(17,17,17,0.50);--primary_color_fade_60:rgba(17,17,17,0.60);--primary_color_fade_70:rgba(17,17,17,0.70);--primary_color_fade_80:rgba(17,17,17,0.80);--primary_color_fade_90:rgba(17,17,17,0.90);--secondary_color:#4c4441;--heading_color:#000;--heading_color_lighten_20:#333333;--heading_color_fade_10:rgba(0,0,0,0.10);--heading_color_fade_20:rgba(0,0,0,0.20);--heading_color_fade_30:rgba(0,0,0,0.30);--heading_color_fade_40:rgba(0,0,0,0.40);--heading_color_fade_50:rgba(0,0,0,0.50);--heading_color_fade_60:rgba(0,0,0,0.60);--heading_color_fade_70:rgba(0,0,0,0.70);--heading_color_fade_80:rgba(0,0,0,0.80);--heading_color_fade_90:rgba(0,0,0,0.90);--menu_font:Poppins;--menu_font_weight:400;--menu_font_size:16px;--sub_menu_font_size:15px;--secondary_font:Montserrat;--secondary_font_weight:400;--secondary_font_size:15px;--primary_font:Montserrat;--primary_font_weight:400;--primary_font_size:15px;--page_title_bg_color:#fff;--page_title_overlay_color:#000;--page_title_overlay_opacity:0;--page_title_color:#fff;--page_title_margin_top:0;--page_title_margin_bottom:70px;--page_title_height:300px;--main_menu_height:80px;--logo_mobile_padding:0px;--main_menu_mobile_height:100px;--header_1_nav_layout_padding:100px;--header_2_nav_layout_padding:60px;--header_3_nav_layout_padding:60px;--header_4_nav_layout_padding:100px;--header_1_nav_distance:15px;--header_2_nav_distance:20px;--header_3_nav_distance:20px;--header_4_nav_distance:20px;--top_bar_bg_color:#333;--top_bar_text_color:#ddd;--top_bar_layout_padding:60px;--logo_padding_top:0;--logo_padding_bottom:0;--menu_sub_bg_color:#fff;--menu_sub_bg_color_darken_7:#ededed;--menu_sub_bg_color_darken_15:#d9d9d9;--menu_sub_bg_color_lighten_7:#ffffff;--menu_sub_bg_color_lighten_15:#ffffff;--menu_sub_text_color:#333;--header_1_nav_bg_color:#ffffff;--header_1_nav_text_color:#424242;--header_1_height:130px;--header_2_nav_bg_color:#fff;--header_2_nav_text_color:#424242;--header_2_height:130px;--header_3_nav_bg_color:#c30f16;--header_3_nav_text_color:#ffffff;--header_3_height:130px;--header_4_nav_bg_color:#fff;--header_4_nav_text_color:#424242;--header_4_height:130px;--headersidebar_nav_bg_color:#f4f4f4;--headersidebar_nav_bg_color_lighten_10:#ffffff;--headersidebar_nav_text_color:#424242;--headersidebar_nav_text_color_fade_60:rgba(66,66,66,0.60);--headersidebar_nav_text_color_fade_85:rgba(66,66,66,0.85);--headersidebar_sidebar_width:300px;}}.woocommerce .site-content .site-main {
margin: auto;
}
.ylp-col-1 .ylp-product-item-wrap {
width: 100%;
}
.ylp-col-2 .ylp-product-item-wrap {
width: 50%;
}
.ylp-col-3 .ylp-product-item-wrap {
width: 33.33%;
}
.ylp-col-4 .ylp-product-item-wrap {
width: 25%;
}
.ylp-col-5 .ylp-product-item-wrap {
width: 20%;
}
.ylp-col-6 .ylp-product-item-wrap {
width: 16.66%;
}
@media (max-width: 1300px) {
.ylp-col-6 .ylp-product-item-wrap {
width: 25%;
}
}
@media (max-width: 992px) {
.ylp-col-4 .ylp-product-item-wrap {
width: 33.33%;
}
.ylp-col-5 .ylp-product-item-wrap {
width: 33.33%;
}
.ylp-col-6 .ylp-product-item-wrap {
width: 33.33%;
}
}
@media (max-width: 767px) {
.ylp-col-3 .ylp-product-item-wrap {
width: 50%;
}
.ylp-col-4 .ylp-product-item-wrap {
width: 50%;
}
.ylp-col-5 .ylp-product-item-wrap {
width: 50%;
}
.ylp-col-6 .ylp-product-item-wrap {
width: 50%;
}
}
@media (max-width: 320px) {
.ylp-col-2 .ylp-product-item-wrap {
width: 100%;
}
.ylp-col-3 .ylp-product-item-wrap {
width: 100%;
}
.ylp-col-4 .ylp-product-item-wrap {
width: 100%;
}
.ylp-col-5 .ylp-product-item-wrap {
width: 100%;
}
.ylp-col-6 .ylp-product-item-wrap {
width: 100%;
}
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} @-webkit-keyframes ylp-cubeGridScaleDelay {
0%,
70%,
100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes ylp-cubeGridScaleDelay {
0%,
70%,
100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@-webkit-keyframes ylp-bounce {
0%,
100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes ylp-bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.ylp-product-wrap {       }
.ylp-product-wrap h1,
.ylp-product-wrap h2,
.ylp-product-wrap h3,
.ylp-product-wrap h4,
.ylp-product-wrap h5,
.ylp-product-wrap h6 {
margin: 0px;
padding: 0;
}
.ylp-product-wrap.ylp-product-slider {
margin-top: 0px;
position: relative;
}
.ylp-product-wrap .ylp-title-heading {
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
}
.ylp-product-wrap ul,
.ylp-product-wrap ul > li {
margin: 0;
padding: 0;
list-style: none;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap {
float: left;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap img {
width: 100%;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner {
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb {
overflow: hidden;
position: relative;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .onsale {
top: 0;
left: 0;
padding: 0;
z-index: 1;
background-color: #64bc8f;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .product-thumb-secondary {
position: absolute;
margin: auto;
top: 0;
left: 0;
opacity: 0;
width: 100%;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .add_to_cart_button {
font-size: 14px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions {
opacity: 0;
position: absolute;
bottom: 0;
background-color: #fff;
left: 0;
right: 0;
text-align: center;
margin: auto;
font-size: 0;
padding: 5px 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 2;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart {
width: 40px;
height: 40px;
line-height: 40px !important;
text-align: center;
background-color: transparent;
display: inline-block;
padding: 0;
position: relative;
border-radius: 0;
font-size: 0;
min-width: 0;
vertical-align: middle;
margin-left: 4px;
margin-right: 4px !important;
opacity: 1;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button i,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart i {
font-size: 16px;
line-height: 1;
vertical-align: middle;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap {
display: inline-block;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button.loading i {
display: none !important;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button.loading:before {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
content: "\f110";
font-family: Fontawesome;
display: block;
font-size: 16px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart:before {
content: '\f00c';
font-family: FontAwesome;
font-size: 16px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view i {
display: inline-block;
line-height: 1;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view i:before {
font-size: 18px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare i {
font-size: 18px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare i.fa-spin {
font-size: 16px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare .blockUI.blockOverlay {
background: none !important;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view {
margin-right: 0;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view i.fa-spin:before {
content: '\f110';
font-family: FontAwesome;
font-size: 16px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist {
margin-right: 8px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-add-to-wishlist {
display: inline-block;
margin: 0;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-add-to-wishlist + div.clear {
display: none;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-add-button {
font-size: 0;
position: relative;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-add-button a i {
margin-right: 0px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-add-button .ajax-loading {
display: none !important;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist:before,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
font-family: FontAwesome;
content: "\f08a";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
line-height: 1;
vertical-align: middle;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare.added:before {
content: "\f268" !important;
font-family: "Ionicons";
font-size: 18px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist.added-spinner:before {
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward:before {
content: "\f00c" !important;
display: inline-block;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
padding: 10px;
text-align: center;
background: #fff;
min-height: 92px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info h3 {
position: relative;
top: 0;
font-size: 16px;
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
width: 100%;
padding-right: 0px;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info span.price {
margin-top: 11px;
font-size: 18px;
margin-bottom: 5px;
display: block;
text-align: left;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info span.price ins {
text-decoration: none;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
position: absolute;
margin: 0;
top: auto;
bottom: 19px;
right: 0;
}
@media (max-width: 480px) {
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
bottom: 0;
right: inherit;
left: 0;
opacity: 1 !important;
}
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap:hover .ylp-product-item-inner .ylp-product-thumb .product-thumb-secondary {
opacity: 1;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap:hover .ylp-product-item-inner .ylp-product-thumb .product-quick-view {
opacity: 1;
}
.ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap:hover .ylp-product-item-inner .ylp-product-info .star-rating {
opacity: 0;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters {
position: relative;
margin-top: 30px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul li {
margin-bottom: 10px;
display: inline-block;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul li a {
display: inline-block;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 5px 15px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul li a.selected,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul li a:hover {
font-weight: 600;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul li img {
max-width: 100px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul .bt-order {
cursor: pointer;
border: 1px solid #dcdcdc;
position: absolute;
right: 0;
bottom: 0px;
padding: 5px 15px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul .bt-order.active,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul .bt-order:hover {
color: #fff;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.ylp-filter-right {
text-align: right;
margin-right: 100px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.ylp-filter-center {
text-align: center;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.ylp-filter-left {
text-align: left;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_2 li {
margin-right: 10px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_2 li a {
border: 1px solid #dcdcdc; }
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_3 li {
margin-right: 15px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_3 li a {
position: relative;
padding-left: 5px;
padding-right: 5px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_3 li a:after {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
left: 50%;
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
content: '';
opacity: 0;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_3 li a.selected:after {
width: 100%;
opacity: 1;
}
@media (max-width: 768px) {
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul .bt-order {
position: static;
}
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort {
display: none;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort ul {
display: inline-block;
padding: 0px 30px 10px 30px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort ul li {
cursor: pointer;
display: block;
padding: 5px 0;
position: relative;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort ul li:after {
position: absolute;
content: '';
width: 0;
height: 2px;
background-color: #6c9729;
bottom: 0;
left: 0;
opacity: 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort ul li:hover:after,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort ul li.active:after {
width: 30px;
opacity: 1;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort .ylp-sortby {
display: inline-block;
padding: 5px 30px 5px 10px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort .ylp-asc-desc {
display: inline-block;
padding-left: 30px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort .ylp-asc-desc select {
padding: 5px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort.ylp-sorting-center {
text-align: center;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort.ylp-sorting-left {
text-align: left;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-sort.ylp-sorting-right {
text-align: right;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap img {
width: 100%;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
text-align: left;
position: relative;
padding: 10px 0;
}
@media (max-width: 480px) {
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
padding-bottom: 25px;
}
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i:before {
content: "\f110";
display: inline-block;
font-family: "Ionicons";
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a.added-spinner i:before {
font-family: "Fontawesome";
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist {
top: 22px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .star-rating {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
text-align: left;
margin: 10px 0;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price {
margin-top: 0;
margin-bottom: 0px;
text-align: left;
font-size: 16px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
color: var(--text_color);
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price ins {
font-weight: normal !important;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info span.price {
opacity: 0;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap {
left: 0;
opacity: 1;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 1;
}
@media (max-width: 479px) and (min-width: 321px) {
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 {
padding: 10px !important;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 0 !important;
}
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper {
margin-bottom: 30px;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper.ylp-product-paging-none {
display: none;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-loading a {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
margin-top: 50px;
margin-bottom: 30px;
text-transform: uppercase;
padding: 10px 60px;
background-color: transparent;
background-color: var(--secondary_color);
border-radius: 30px;
font-weight: bold;
color: #ffffff;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-loading a:hover {
background-color: var(--primary_color);
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin {
width: 40px;
height: 40px;
position: relative;
margin: 0 auto;
white-space: nowrap;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin .ylp-load-more {
display: none;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin .double-bounce1,
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #000;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: ylp-bounce 2s infinite ease-in-out;
animation: ylp-bounce 2s infinite ease-in-out;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin .double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-masonry-content {
margin-top: 30px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter {
padding: 10px 15px;
margin-top: 30px;
position: relative;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter .ylp-result-count {
display: inline-block;
margin: 0;
font-weight: bold;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter .ylp-product-ordering {
position: absolute;
right: 0;
top: 0;
float: right;
font-weight: bold;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter .ylp-product-ordering select {
padding: 5px 20px;
}
@media (max-width: 321px) {
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter .ylp-product-ordering select {
padding: 5px 0px;
}
}
@media (max-width: 768px) {
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter .ylp-product-ordering {
float: none;
}
}
@media (max-width: 599px) {
.ylp-product-wrap .ylp-product-list-wrap .ylp-produt-filter .ylp-product-ordering {
margin-top: 15px;
float: none;
display: block;
position: relative;
}
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap {
width: 100%;
float: left;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner {
display: table;
width: 100%;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb {
position: relative;
width: 40%;
display: table-cell;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions {
position: relative;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
text-align: left;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
border: 1px solid #eee;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
width: 60%;
display: table-cell;
vertical-align: top;
padding: 30px;
text-align: left;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-title {
margin: 0;
font-weight: bold;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .price {
margin-top: 20px;
font-size: 20px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
margin: 10px 0;
font-size: 14px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-desc {
padding: 25px 0;
position: relative;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-desc p {
margin: 0px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-thumb {
position: relative;
width: 40%;
display: table-cell;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-thumb .onsale {
min-height: auto;
min-width: auto;
padding: 5px;
top: 20px;
border-radius: 0;
line-height: 1.5;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions {
position: relative;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
text-align: left;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .product-quick-view,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-add-to-wishlist {
opacity: 1;
position: relative;
left: auto;
bottom: auto;
top: auto;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button {
text-align: center;
font-size: 0px;
font-weight: bold;
text-transform: uppercase;
margin-left: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button i {
opacity: 0;
display: inline-block;
display: none;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:before {
line-height: 1;
vertical-align: middle;
display: inline-block;
padding: 0px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:after {
display: none;
}
@media (max-width: 767px) {
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button {
border: 1px solid #eee;
width: 40px;
font-size: 0;
text-align: center;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:before,
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button i {
padding: 0;
}
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .added_to_cart {
margin-left: 0;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-actions .compare {
bottom: auto;
right: auto;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info {
width: 60%;
display: table-cell;
vertical-align: top;
padding: 30px;
text-align: left;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
margin: 0;
font-weight: bold;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info .price {
margin-top: 20px;
font-size: 20px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info .star-rating {
margin: 10px 0;
font-size: 14px;
position: absolute;
top: 20px;
right: 30px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-desc {
padding: 25px 0;
margin-bottom: 40px;
position: relative;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-desc p {
margin: 0px;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-list-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-desc:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 2px;
}
@media (max-width: 992px) {
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner.ylp-col-2 .ylp-product-item-wrap .ylp-product-item-inner {
display: block;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner.ylp-col-2 .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb {
width: 100%;
display: block;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner.ylp-col-2 .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
width: 100%;
display: block;
text-align: center;
padding: 20px 0;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner.ylp-col-2 .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
margin: 10px auto 0 auto;
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner.ylp-col-2 .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-actions {
margin: 0 auto;
}
}
.ylp-product-wrap .ylp-product-list-wrap .ylp-col-2 .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-title {
font-size: 20px !important;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-title {
font-size: 25px;
}
@media (max-width: 991px) {
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb {
width: 100%;
display: block;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
width: 100%;
padding: 15px;
display: block;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-title {
font-size: 18px;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .price {
font-size: 100%;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
font-size: 13px;
}
}
@media (max-width: 480px) {
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-title {
font-size: 18px;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .ylp-product-desc {
padding-top: 10px;
font-size: 14px;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .price {
margin-top: 10px;
}
.ylp-product-wrap.has-description .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
font-size: 13px;
}
}
.ylp-product-wrap .ylp-slider {
margin-top: 15px;
}
.ylp-product-wrap .ylp-slider .ylp-product-item-inner .ylp-product-info {
text-align: center;
}
.ylp-product-wrap .ylp-slider .ylp-product-item-inner .ylp-product-info .star-rating {
margin: 10px auto;
}
.ylp-product-wrap .ylp-slider .owl-dots {
display: block;
text-align: center;
}
.ylp-product-wrap .ylp-slider .owl-dots .owl-dot {
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
width: 12px;
height: 12px;
border: 1px solid #eee;
display: inline-block;
margin: 30px 10px;
border-radius: 100%;
background-color: #eee; }
.ylp-product-wrap .ylp-slider .owl-dots .owl-dot span {
display: block;
}
@media (max-width: 767px) {
.ylp-product-wrap .ylp-slider .owl-dots {
display: none;
}
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-control .ylp-nav {
position: absolute;
top: 50%;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
z-index: 1;
cursor: pointer;
opacity: 0;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-control .ylp-nav i {
text-align: center;
line-height: 40px;
width: 40px;
height: 40px;
font-size: 36px;
display: block;
color: #333;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-control .ylp-nav.ylp-prev {
left: -15px;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-control .ylp-nav.ylp-next {
right: -15px;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-control .ylp-nav:hover i {
background-color: transparent !important;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-wrap:hover .ylp-slider-control .ylp-nav {
opacity: 1;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-wrap:hover .ylp-slider-control .ylp-nav.ylp-prev {
left: 0px;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-wrap:hover .ylp-slider-control .ylp-nav.ylp-next {
right: 0px;
}
@media (max-width: 767px) {
.ylp-product-wrap.ylp-product-slider .ylp-slider-wrap:hover .ylp-slider-control .ylp-nav {
opacity: 1;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-wrap:hover .ylp-slider-control .ylp-nav.ylp-prev {
left: 0px;
}
.ylp-product-wrap.ylp-product-slider .ylp-slider-wrap:hover .ylp-slider-control .ylp-nav.ylp-next {
right: 0px;
}
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
text-align: left;
position: relative;
padding: 10px 0;
background-color: transparent;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i:before {
content: "\f110";
display: inline-block;
font-family: "Ionicons";
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a.added-spinner i:before {
font-family: "Fontawesome";
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist {
top: 22px;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .star-rating {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
text-align: left;
margin: 10px 0;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price {
margin-top: 0;
margin-bottom: 0px;
text-align: left;
font-size: 16px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
color: var(--text_color);
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price ins {
font-weight: normal !important;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1:hover .ylp-product-item-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap {
left: 0;
opacity: 1;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info span.price {
opacity: 0;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 1;
}
@media (max-width: 479px) and (min-width: 321px) {
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 {
padding: 5px !important;
}
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 0 !important;
}
}
@media (max-width: 991px) {
}
.ylp-product-wrap .ylp-product-tabs-wrap {   }
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper {
position: relative;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper:before {
content: '';
position: absolute;
height: 1px;
width: 100%;
border-bottom: 1px solid #eee;
top: 41px;
left: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-banner-top img,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-banner-bottom img {
width: 100%;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters {
margin: 30px 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul {
display: inline-block;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li {
padding: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li:before {
content: '/';
display: inline-block;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li a {
padding: 5px 10px;
display: inline-block !important;
font-size: 18px;
}
@media (max-width: 767px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li a {
font-size: 16px;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li.active a {
font-weight: bold;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li:first-child a {
padding-left: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li:first-child:before {
content: '';
}
@media (max-width: 767px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul {
text-align: center;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li:before {
display: none;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button {
float: right;
display: inline-block;
margin: 0px;
padding: 3px 15px;
cursor: pointer;
font-size: 18px;
color: #5e5d5d;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button:before {
content: "\f4a4";
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 15px;
}
@media (max-width: 991px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button {
float: none;
}
}
@media (max-width: 480px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button {
font-size: 14px;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-ajax {
display: none;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-ajax .ylp-get-key {
margin: 0px;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-ajax input {
width: 100%;
padding: 10px;
border: none;
background: #eee;
}
@media (max-width: 767px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters {
text-align: center;
}
}
@media (max-width: 767px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper:before {
display: none;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content {
position: relative;
display: table;
width: 100%;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-cube-grid {
display: none;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading:before {
content: '';
position: absolute;
background-color: #fff;
width: 100%;
height: 100%;
display: block;
opacity: 0.8;
top: 0;
left: 0;
z-index: 2;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 30%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
z-index: 2;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube {
width: 33%;
height: 33%;
float: left;
-webkit-animation: ylp-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: ylp-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-template-tab {
display: table;
width: 100%;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap {
float: left;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
text-align: center;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner {
overflow: hidden;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
text-align: left;
position: relative;
padding: 10px 0;
}
@media (max-width: 480px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
padding-bottom: 25px;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i:before {
content: "\f110";
display: inline-block;
font-family: "Ionicons";
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a.added-spinner i:before {
font-family: "Fontawesome";
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist {
top: 22px;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .star-rating {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
text-align: left;
margin: 10px 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price {
margin-top: 0;
margin-bottom: 0px;
text-align: left;
font-size: 16px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
color: var(--text_color);
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price ins {
font-weight: normal !important;
text-decoration: none;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info span.price {
opacity: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap {
left: 0;
opacity: 1;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 1;
}
@media (max-width: 479px) and (min-width: 321px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 {
padding: 10px !important;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 0 !important;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner.returs_not_found {
padding: 10px 30px;
border: 1px solid #000;
color: #000;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap {
display: table;
width: 100%;
padding: 40px 0;
text-align: center;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore {
display: inline-block;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore span {
text-transform: uppercase;
font-size: 16px;
display: inline-block;
padding: 8px 20px;
cursor: pointer;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
position: relative;
font-weight: 600;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore span:before,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore span:after {
content: '';
background-color: #989898;
height: 1px;
width: 100px;
display: inline-block;
vertical-align: middle;
margin: 0 15px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore span.ylp-end-load {
display: none;
}
@media (max-width: 480px) {
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore span:before,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore span:after {
width: 50px;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin {
width: 40px;
height: 40px;
position: relative;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin span {
display: none;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin .double-bounce1,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #000;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: ylp-bounce 2s infinite ease-in-out;
animation: ylp-bounce 2s infinite ease-in-out;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin .double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore:hover span {
color: var(--primary_color);
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore:hover span:before,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore:hover span:after {
margin: 0 20px;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner {
position: relative;
overflow: hidden;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-product-thumb .ylp-view {
position: absolute;
top: -30%;
left: 50%;
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
text-align: center;
transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
opacity: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-product-thumb .ylp-view i {
width: 50px;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 12px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-product-thumb:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: #fff;
opacity: 0;
transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-result-content {
position: absolute;
width: 100%;
bottom: 0;
padding: 10px 0;
background-color: #fff;
transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
z-index: 1;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-result-content a,
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-result-content .price {
display: block;
text-align: center;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner .ylp-result-content a {
font-weight: bold;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner:hover .ylp-product-thumb .ylp-view {
top: 30%;
opacity: 1;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner:hover .ylp-product-thumb:before {
opacity: 0.8;
}
.ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-search-result .ylp-product-item-wrap .ylp-product-inner:hover .ylp-result-content {
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
}
.ylp-product-wrap .ylp-product-tabs-wrap.top .ylp-filter-tabs-wapper .ylp-product-filters {
position: relative;
}
.ylp-product-wrap .ylp-product-tabs-wrap.top .ylp-filter-tabs-wapper .ylp-product-filters ul li {
display: inline-block;
}
.ylp-product-wrap .ylp-product-tabs-wrap.top .ylp-filter-tabs-wapper .ylp-product-filters ul li a {
display: block;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper {
width: 20%;
display: inline-block;
float: left;
padding-right: 20px;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters {
border: 1px solid #dcdcdc;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters ul {
display: block;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters ul li {
display: block;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters ul li a {
display: block;
border-bottom: 1px solid #dcdcdc;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button {
position: static;
display: inline-block;
border: none;
float: none;
width: 100%;
margin: 0;
background-color: #eee;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-ajax {
padding: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-product-tab-content {
width: 80%;
display: inline-block;
}
@media (max-width: 992px) {
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper {
width: 25%;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-product-tab-content {
width: 75%;
}
}
@media (max-width: 768px) {
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper {
width: 30%;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-product-tab-content {
width: 70%;
}
}
@media (max-width: 600px) {
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper {
width: 100%;
display: block;
float: none;
padding-right: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-product-tab-content {
width: 100%;
padding-top: 30px;
display: block;
float: none;
}
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper {
width: 20%;
display: inline-block;
float: right;
padding-left: 20px;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters {
border: 1px solid #dcdcdc;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters ul {
display: block;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters ul li {
display: block;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters ul li a {
display: block;
border-bottom: 1px solid #dcdcdc;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button {
position: static;
display: inline-block;
border: none;
float: none;
width: 100%;
margin: 0;
background-color: #eee;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-ajax {
padding: 0;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-product-tab-content {
width: 80%;
display: inline-block;
float: left;
}
@media (max-width: 992px) {
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper {
width: 25%;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-product-tab-content {
width: 75%;
}
}
@media (max-width: 768px) {
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper {
width: 30%;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-product-tab-content {
width: 70%;
}
}
@media (max-width: 600px) {
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper {
width: 100%;
display: block;
float: none;
padding-left: 0px;
}
.ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-product-tab-content {
width: 100%;
padding-top: 30px;
display: block;
float: none;
}
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap {
float: left;
padding: 10px;
width: 100%;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap .ylp-wrap-countdown .ylp-countdown .countdown-style .list-time {
text-align: center;
background: #64bc8f;
width: 100%;
display: block;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap .ylp-wrap-countdown .ylp-countdown .countdown-style .list-time li {
display: inline-block;
border-right: 1px solid #fff;
padding: 5px 10px;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap .ylp-wrap-countdown .ylp-countdown .countdown-style .list-time li p {
color: #fff;
display: block;
margin: 0;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap .ylp-wrap-countdown .ylp-countdown .countdown-style .list-time li:last-child {
border-right: none;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-thumb .onsale {
padding: 18px 41px 4px;
top: -7px;
left: -40px;
line-height: 1.5;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
color: #fff;
font-size: 12px;
border-radius: 0;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions {
border-bottom: 1px solid #eee;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
text-align: center;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .star-rating {
top: 7px;
margin: 10px auto;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner:hover .ylp-product-thumb .ylp-product-actions {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .owl-dots {
text-align: center;
padding-top: 30px;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .owl-dots .owl-dot {
width: 12px;
height: 12px;
border: 1px solid #64bc8f;
display: inline-block;
margin-right: 10px;
border-radius: 100%;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .owl-dots .owl-dot.active {
background-color: #64bc8f;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-nav {
position: absolute;
top: 50%;
cursor: pointer;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 40px;
height: 40px;
color: rgba(0, 0, 0, 0.5);
z-index: 2;
line-height: 40px;
text-align: center;
background-color: #fff;
border: 1px solid #64bc8f;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-nav.ylp-pre {
left: 0;
}
.ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-nav.ylp-next {
right: 10px;
}
.ylp-product-wrap .ylp-product-paging-wrapper {
padding-top: 50px;
clear: both;
}
.ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li {
display: inline-block;
margin-right: 10px;
text-align: center;
}
.ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li a,
.ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li span {
border: 1px solid #dcdcdc;
width: 30px;
height: 30px;
display: block;
line-height: 30px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ylp-product-wrap .ylp-product-paging-wrapper.text-center {
text-align: center;
}
.ylp-product-wrap .ylp-product-paging-wrapper.text-left {
text-align: left;
}
.ylp-product-wrap .ylp-product-paging-wrapper.text-right {
text-align: right;
}
.ylp-product-wrap.yl-single-product {
margin-top: 15px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap img {
width: 100%;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner {
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb {
overflow: hidden;
position: relative;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .onsale {
top: 0;
left: 0;
padding: 0;
z-index: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .product-thumb-secondary {
position: absolute;
margin: auto;
top: 0;
left: 0;
opacity: 0;
width: 100%;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .add_to_cart_button {
font-size: 14px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info {
padding: 10px;
text-align: center;
background: #fff;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info h3 {
position: relative;
top: 0;
font-size: 16px;
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
font-weight: 400;
width: 100%;
padding-right: 0px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info span.price {
margin-top: 11px;
font-size: 18px;
margin-bottom: 5px;
display: block;
color: var(--text_color);
text-align: left;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
color: #64bc8f;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner:hover .ylp-product-thumb .product-thumb-secondary {
opacity: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner:hover .ylp-product-thumb .product-quick-view {
opacity: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info {
text-align: left;
position: relative;
padding: 10px 0;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i:before {
content: "\f110";
display: inline-block;
font-family: "Ionicons";
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a.added-spinner i:before {
font-family: "Fontawesome";
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist {
top: 22px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .star-rating {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
position: absolute;
margin: 0;
top: auto;
bottom: 19px;
right: 0;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
text-align: left;
margin: 10px 0;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price {
margin-top: 0;
margin-bottom: 0px;
text-align: left;
font-size: 16px;
color: var(--text_color);
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1 .ylp-product-item-inner .ylp-product-info span.price ins {
font-weight: normal !important;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info span.price,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .star-rating {
opacity: 0;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap {
left: 0;
opacity: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_1:hover .ylp-product-item-inner .ylp-product-info .product-quick-view {
opacity: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner {
overflow: hidden;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb:before {
content: '';
background-color: rgba(0, 0, 0, 0.05);
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 1;
z-index: 1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb img {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info {
z-index: 2;
text-align: left;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap {
text-align: center;
bottom: auto;
left: 50%;
top: 40%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
background-color: transparent;
text-transform: uppercase;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a {
font-size: 20px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i {
font-size: 24px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i:before {
content: "\f110";
display: inline-block;
font-family: "Ionicons";
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a.added-spinner i:before {
font-family: "Fontawesome";
}
@media (max-width: 1199px) and (min-width: 992px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a {
font-size: 16px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i {
font-size: 18px;
}
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a {
font-size: 16px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .add-to-cart-wrap a i {
font-size: 18px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist {
top: 22px;
right: 30px;
bottom: auto;
left: auto;
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist {
right: 15px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .product-quick-view {
top: 17px;
right: 30px;
bottom: auto;
left: auto;
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .compare,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .product-quick-view {
right: 15px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .compare {
right: 90px;
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .compare {
right: 75px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .product-quick-view {
right: 60px;
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .product-quick-view {
right: 45px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .star-rating {
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
position: absolute;
margin: 0;
top: 22px;
bottom: auto;
right: 25px;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
text-align: left;
position: absolute;
bottom: 30px;
left: 30px;
top: auto;
font-size: 20px;
font-weight: bold;
margin: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
font-size: 16px;
}
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info .ylp-product-title {
font-size: 16px;
left: 15px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info span.price {
line-height: 1.2;
position: absolute;
margin-top: 0;
margin-bottom: 0px;
bottom: 30px;
right: 30px;
text-align: left;
font-size: 20px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info span.price ins {
font-weight: normal !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info span.price {
font-size: 16px;
}
}
@media (max-width: 480px) {
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-info span.price {
font-size: 16px;
right: 15px;
}
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner:hover .ylp-product-actions {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner:hover .ylp-product-info {
text-align: center;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner:hover .ylp-product-info .star-rating {
opacity: 0;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-item-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-thumb:before {
background-color: rgba(255, 255, 255, 0.1);
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-thumb img {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-info .add-to-cart-wrap {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-info .yith-wcwl-add-to-wishlist,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-info .compare,
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-info .product-quick-view {
opacity: 1;
}
.ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2:hover .ylp-product-info h3 {
font-weight: bold;
} #popup-product-quick-view-wrapper .ylp-single-product-info {
display: table;
width: 100%;
table-layout: fixed;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap {
width: 50%;
display: table-cell;
vertical-align: top;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image {
padding-right: 15px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div {
position: absolute;
top: 50%;
text-align: center;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div.owl-prev {
left: 0;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div.owl-prev.disabled {
display: none;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div.owl-next {
right: 0;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div.owl-next.disabled {
display: none;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync1 .owl-nav > div {
font-size: 40px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync1 .owl-nav > div.owl-prev {
left: 10px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync1 .owl-nav > div.owl-next {
right: 10px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 {
display: none;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .owl-nav > div {
padding: 7px 10px;
opacity: 0;
background-color: rgba(0, 0, 0, 0.3);
line-height: 1;
color: #fff;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .owl-item .thumbnail-image a {
display: block;
border: 1px solid transparent;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .owl-item.synced .thumbnail-image a {
border: 1px solid #333;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .owl-item.synced .thumbnail-image a img {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .thumbnail-image {
padding: 10px 5px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2:hover .owl-nav div {
opacity: 1;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 {
display: none;
}
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image {
padding: 10px 0;
}
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap {
width: 50%;
display: table-cell;
vertical-align: middle;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product {
padding-left: 15px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .ylp-product-title {
margin: 0;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .ylp-product-title {
font-size: 24px;
}
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product form.cart {
margin-bottom: 15px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta > span {
display: block;
margin: 10px 0;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product p {
font-size: 14px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .quantity {
height: 40px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .quantity input {
background-color: transparent;
height: 40px;
padding: 5px 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: none;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .quantity label {
display: none;
}
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .single_add_to_cart_button {
font-size: 16px;
height: 40px;
margin-left: 10px;
border: none;
border-radius: 0;
color: #fff;
min-width: 170px;
text-transform: uppercase;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .single_add_to_cart_button {
min-width: 135px;
}
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .woocommerce-product-rating {
margin-bottom: 15px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .woocommerce-product-rating .woocommerce-review-link {
float: right;
font-size: 14px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta {
font-size: 14px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta label {
text-transform: uppercase;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta a {
font-style: italic;
margin-right: 5px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta a:last-child {
margin-right: 0;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta {
font-size: 14px;
}
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .star-rating {
font-size: 13px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price {
padding: 10px 0 10px 0;
display: block;
margin: 0;
font-size: 24px;
font-weight: bold;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price del {
font-size: 18px;
font-weight: normal;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price {
font-size: 18px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price del {
font-size: 16px;
}
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap {
width: 100%;
text-align: left;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap label {
font-size: 14px;
text-transform: uppercase;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share {
display: inline-block;
padding: 0;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li {
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
text-align: center;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a {
padding: 0 10px;
display: block;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a i {
font-size: 14px;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a i:before {
padding-right: 5px;
}
@media (max-width: 479px) {
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a {
font-size: 0;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a i:before {
padding-right: 0;
}
}
@media (max-width: 992px) {
#popup-product-quick-view-wrapper .ylp-single-product-info {
display: block;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap {
width: 100%;
padding: 0;
display: block;
}
#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap {
width: 100%;
display: block;
}
}
.yl-categories-wrap .yl-categories {
list-style-type: none;
margin: 0;
padding: 0;
}
.yl-categories-wrap.style_1 {
background-color: #fff;
-webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.25);
}
.yl-categories-wrap.style_1 ul {
padding: 30px;
}
.yl-categories-wrap.style_1 ul li {
font-size: 16px;
padding: 10px 0;
}
.yl-categories-wrap.style_1 ul li a {
position: relative;
font-weight: 600;
}
.yl-categories-wrap.style_1 ul li a:before {
content: '';
width: 0;
height: 1px;
bottom: -2px;
background-color: #111111;
position: absolute;
right: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yl-categories-wrap.style_1 ul li a img {
max-width: 40px;
margin-right: 10px;
}
.yl-categories-wrap.style_1 ul li:hover a:before {
width: 100%;
left: 0;
}
@media (max-width: 767px) {
.yl-categories-wrap.style_1 {
position: relative;
top: 0;
left: 20px;
}
.yl-categories-wrap.style_1 ul {
position: relative;
top: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.yl-categories-wrap.style_2 ul li {
padding: 5px 0;
}
.yl-categories-wrap.style_2 ul li a {
position: relative;
font-weight: 600;
}
.yl-categories-wrap.style_2 ul li a:before {
content: '';
width: 0;
height: 1px;
bottom: -2px;
background-color: #111111;
position: absolute;
right: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.yl-categories-wrap.style_2 ul li a img {
max-width: 40px;
margin-right: 10px;
}
.yl-categories-wrap.style_2 ul li:hover a:before {
width: 100%;
left: 0;
} .modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
z-index: 4;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
margin-top: 50px;
}
.modal-content .popup-close {
position: absolute;
right: 10px;
font-size: 25px;
z-index: 1;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.in {
opacity: 0.5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
content: "";
display: table;
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
content: "";
display: table;
clear: both;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 600px;
margin: 30px auto;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 1200px) {
.modal-lg {
max-width: 1170px !important;
width: 1170px !important;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
}
}.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.in {
opacity: 0.9;
}
.tooltip.top, .tooltip.bs-tether-element-attached-bottom {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
bottom: 0;
left: 50%;
margin-left: -5px;
content: "";
border-width: 5px 5px 0;
border-top-color: #000;
z-index: 9999999;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
top: 50%;
left: 0;
margin-top: -5px;
content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
top: 0;
left: 50%;
margin-left: -5px;
content: "";
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
top: 50%;
right: 0;
margin-top: -5px;
content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.tooltip-inner::before {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}