@charset "UTF-8";

 .animated{-webkit-animation-duration:1s;animation-duration:1s;-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}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.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{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.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;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}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 shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}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)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-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)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@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)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%,100%{-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)}}@keyframes tada{0%,100%{-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)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,100%{-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)}}@keyframes wobble{0%,100%{-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)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}.bounceOut,.flipOutX{-webkit-animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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}}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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}}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.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)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-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}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-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}100%{-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{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);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);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%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);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);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%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);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);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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);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);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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.search-form .search-button{
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.demo-item .demo-item-inner .btn, .la-circle-progress .la-circle-wrapper{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.la-overlay-global, .wc-toolbar .wc-ordering ul, .mega-menu .mm-popup-wide li li > ul,
.mega-menu .mm-popup-narrow li > ul, .mega-menu > li, .mega-menu > li:before, .accordion-menu li > .narrow i, .accordion-menu li > .narrow i:before, .header__action--search .header-search-form, .product--summary .add_compare,
.product--summary .add_wishlist{
transition:all 250ms ease-out;
}
.la-overlay-global, .item--link-overlay, .item--link-overlay:before{
right:0;
left:0;
bottom:0;
top:0;
}
.post-navigation::before, .comment-respond::before, .products.products-list .item-inner::before, .registration-horizonal .registration-form::before, .clearfix::before, .post-navigation::after, .comment-respond::after, .products.products-list .item-inner::after, .registration-horizonal .registration-form::after, .clearfix::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.post-navigation::after, .comment-respond::after, .products.products-list .item-inner::after, .registration-horizonal .registration-form::after, .clearfix::after{
clear:both;
}
.wc-toolbar .wc-ordering ul{
box-shadow:0 6px 12px rgba(0, 0, 0, 0.076);
}
.member--style-3 .loop__item__info{
display:flex;
justify-content:center;
align-items:center;
}
html{
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-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:active,
a:hover{
outline:0;
}
abbr[title]{
border-bottom:1px dotted;
}
b,
strong{
font-weight:bold;
}
dfn{
font-style:italic;
}
h1{
font-size:2em;
margin:0.67em 0;
}
small{
font-size:80%;
}
sub,
sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup{
top:-0.5em;
}
sub{
bottom:-0.2em;
}
img{
border:0;
}
svg:not(:root){
overflow:hidden;
}
hr{
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
height:0;
}
pre{
overflow:auto;
}
code,
kbd,
pre,
samp{
font-family:monospace, monospace;
font-size:1em;
}
button,
input,
optgroup,
select,
textarea{
color:inherit;
font:inherit;
margin:0;
}
button{
overflow:visible;
}
button,
select{
text-transform:none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
-webkit-appearance:button;
cursor:pointer;
}
button[disabled],
html input[disabled]{
cursor:default;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
border:0;
padding:0;
}
input{
line-height:normal;
}
input[type="checkbox"],
input[type="radio"]{
-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-appearance:textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
-webkit-appearance:none;
}
fieldset{
border:1px solid #c0c0c0;
margin:0;
padding:15px;
}
legend{
border:0;
padding:0 10px;
}
textarea{
overflow:auto;
}
optgroup{
font-weight:bold;
}
table{
border-collapse:collapse;
border-spacing:0;
}
td,
th{
padding:0;
}
::-webkit-input-placeholder{
opacity:1;
color:inherit;
}
:-moz-placeholder{
opacity:1;
color:inherit;
}
::-moz-placeholder{
opacity:1;
color:inherit;
}
:-ms-input-placeholder{
opacity:1;
color:inherit;
}
@media print{
*,
*:before,
*:after{
background:transparent !important;
color:#000 !important;
-webkit-box-shadow:none !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited{
text-decoration:underline;
}
a[href]:after{
content:" (" attr(href) ")";
}
abbr[title]:after{
content:" (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after{
content:"";
}
pre,
blockquote{
border:1px solid #999;
page-break-inside:avoid;
}
thead{
display:table-header-group;
}
tr,
img{
page-break-inside:avoid;
}
img{
max-width:100% !important;
}
p,
h2,
h3{
orphans:3;
widows:3;
}
h2,
h3{
page-break-after:avoid;
}
.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 th,
.table-bordered td{
border:1px solid #ddd !important;
}
}
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
*:before,
*:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html{
font-size:10px;
-webkit-tap-highlight-color:transparent;
}
input,
button,
select,
textarea{
font-family:inherit;
font-size:inherit;
line-height:inherit;
border-radius:0;
}
select{
line-height:normal;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
-webkit-background-size:9px 6px;
background-size:9px 6px;
background-position:right -1rem center;
-webkit-background-origin:content-box;
background-origin:content-box;
background-repeat:no-repeat;
max-width:100%;
}
@media screen and (min-width:0\0
){
select{
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
}
}
select:disabled{
background-color:#e6e6e6;
cursor:not-allowed;
}
select::-ms-expand{
display:none;
}
select[multiple]{
height:auto;
background-image:none;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
a{
text-decoration:none;
}
a:hover,
a:focus{
text-decoration:none;
}
a:focus{
outline:none;
}
figure{
margin:0;
}
img{
vertical-align:middle;
max-width:100%;
height:auto;
}
hr{
margin-top:20px;
margin-bottom:20px;
border:0;
border-top:1px solid #eeeeee;
}
.sr-only{
position:absolute;
width:1px;
height:1px;
margin:-1px;
padding:0;
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;
}
[role="button"]{
cursor:pointer;
}
p{
margin:0 0 15px;
}
.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%;
}
.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;
}
ul,
ol{
margin-top:0;
margin-bottom:10px;
}
ul ul,
ol ul,
ul ol,
ol ol{
margin-bottom:0;
}
.list-unstyled{
padding-left:0;
list-style:none;
}
.list-inline{
padding-left:0;
list-style:none;
margin-left:-5px;
}
.list-inline > li{
display:inline-block;
padding-left:5px;
padding-right:5px;
}
dl{
margin-top:0;
margin-bottom:20px;
}
dt{
font-weight:bold;
}
dd{
margin-left:0;
}
@media (min-width:768px){
.dl-horizontal dt{
float:left;
width:160px;
clear:left;
text-align:right;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.dl-horizontal dd{
margin-left:180px;
}
}
abbr[title],
abbr[data-original-title]{
cursor:help;
border-bottom:1px dotted #777777;
}
.initialism{
font-size:90%;
text-transform:uppercase;
}
blockquote{
padding:10px 20px;
margin:0 0 20px;
font-size:17.5px;
border-left:5px solid #eeeeee;
}
address{
margin-bottom:20px;
font-style:normal;
}
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:#ffffff;
background-color:#333333;
border-radius:3px;
-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd{
padding:0;
font-size:100%;
font-weight:bold;
-webkit-box-shadow:none;
box-shadow:none;
}
pre{
display:block;
padding:9.5px;
margin:0 0 10px;
font-size:13px;
word-break:break-all;
word-wrap:break-word;
color:#333333;
background-color:#f5f5f5;
border:1px solid #cccccc;
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;
}
.center-block{
display:block;
margin-left:auto;
margin-right: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;
}
.affix{
position:fixed;
}
p:empty{
display:none;
}
#wp-admin-bar-la_bar span.ab-icon:before{
content:"\f108";
top:2px;
}
@media screen and (max-width:782px){
#wp-admin-bar-la_bar span.ab-icon:before{
top:4px;
}
}
@media (max-width:1199px){
.md-text-left{
text-align:left;
}
.md-text-right{
text-align:right;
}
.md-text-center{
text-align:center;
}
.md-text-justify{
text-align:justify;
}
}
@media (max-width:991px){
.sm-text-left{
text-align:left;
}
.sm-text-right{
text-align:right;
}
.sm-text-center{
text-align:center;
}
.sm-text-justify{
text-align:justify;
}
}
@media (max-width:767px){
.xs-text-left{
text-align:left;
}
.xs-text-right{
text-align:right;
}
.xs-text-center{
text-align:center;
}
.xs-text-justify{
text-align:justify;
}
}
.container{
max-width:100%;
margin-right:auto;
margin-left:auto;
padding-left:15px;
padding-right:15px;
}
.container::before, .container::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.container::after{
clear:both;
}
@media (min-width:1200px){
.container{
width:1200px;
padding-left:15px;
padding-right:15px;
}
}
.container-fluid{
margin-right:auto;
margin-left:auto;
padding-left:15px;
padding-right:15px;
}
.container-fluid::before, .container-fluid::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.container-fluid::after{
clear:both;
}
.row{
margin-left:-15px;
margin-right:-15px;
}
.row::before, .row::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.row::after{
clear:both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
float:left;
}
.col-xs-1{
width:8.33333%;
}
.col-xs-2{
width:16.66667%;
}
.col-xs-3{
width:25%;
}
.col-xs-4{
width:33.33333%;
}
.col-xs-5{
width:41.66667%;
}
.col-xs-6{
width:50%;
}
.col-xs-7{
width:58.33333%;
}
.col-xs-8{
width:66.66667%;
}
.col-xs-9{
width:75%;
}
.col-xs-10{
width:83.33333%;
}
.col-xs-11{
width:91.66667%;
}
.col-xs-12{
width:100%;
}
.col-xs-pull-0{
right:auto;
}
.col-xs-pull-1{
right:8.33333%;
}
.col-xs-pull-2{
right:16.66667%;
}
.col-xs-pull-3{
right:25%;
}
.col-xs-pull-4{
right:33.33333%;
}
.col-xs-pull-5{
right:41.66667%;
}
.col-xs-pull-6{
right:50%;
}
.col-xs-pull-7{
right:58.33333%;
}
.col-xs-pull-8{
right:66.66667%;
}
.col-xs-pull-9{
right:75%;
}
.col-xs-pull-10{
right:83.33333%;
}
.col-xs-pull-11{
right:91.66667%;
}
.col-xs-pull-12{
right:100%;
}
.col-xs-push-0{
left:auto;
}
.col-xs-push-1{
left:8.33333%;
}
.col-xs-push-2{
left:16.66667%;
}
.col-xs-push-3{
left:25%;
}
.col-xs-push-4{
left:33.33333%;
}
.col-xs-push-5{
left:41.66667%;
}
.col-xs-push-6{
left:50%;
}
.col-xs-push-7{
left:58.33333%;
}
.col-xs-push-8{
left:66.66667%;
}
.col-xs-push-9{
left:75%;
}
.col-xs-push-10{
left:83.33333%;
}
.col-xs-push-11{
left:91.66667%;
}
.col-xs-push-12{
left:100%;
}
.col-xs-offset-0{
margin-left:0%;
}
.col-xs-offset-1{
margin-left:8.33333%;
}
.col-xs-offset-2{
margin-left:16.66667%;
}
.col-xs-offset-3{
margin-left:25%;
}
.col-xs-offset-4{
margin-left:33.33333%;
}
.col-xs-offset-5{
margin-left:41.66667%;
}
.col-xs-offset-6{
margin-left:50%;
}
.col-xs-offset-7{
margin-left:58.33333%;
}
.col-xs-offset-8{
margin-left:66.66667%;
}
.col-xs-offset-9{
margin-left:75%;
}
.col-xs-offset-10{
margin-left:83.33333%;
}
.col-xs-offset-11{
margin-left:91.66667%;
}
.col-xs-offset-12{
margin-left:100%;
}
@media (min-width:768px){
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12{
float:left;
}
.col-sm-1{
width:8.33333%;
}
.col-sm-2{
width:16.66667%;
}
.col-sm-3{
width:25%;
}
.col-sm-4{
width:33.33333%;
}
.col-sm-5{
width:41.66667%;
}
.col-sm-6{
width:50%;
}
.col-sm-7{
width:58.33333%;
}
.col-sm-8{
width:66.66667%;
}
.col-sm-9{
width:75%;
}
.col-sm-10{
width:83.33333%;
}
.col-sm-11{
width:91.66667%;
}
.col-sm-12{
width:100%;
}
.col-sm-pull-0{
right:auto;
}
.col-sm-pull-1{
right:8.33333%;
}
.col-sm-pull-2{
right:16.66667%;
}
.col-sm-pull-3{
right:25%;
}
.col-sm-pull-4{
right:33.33333%;
}
.col-sm-pull-5{
right:41.66667%;
}
.col-sm-pull-6{
right:50%;
}
.col-sm-pull-7{
right:58.33333%;
}
.col-sm-pull-8{
right:66.66667%;
}
.col-sm-pull-9{
right:75%;
}
.col-sm-pull-10{
right:83.33333%;
}
.col-sm-pull-11{
right:91.66667%;
}
.col-sm-pull-12{
right:100%;
}
.col-sm-push-0{
left:auto;
}
.col-sm-push-1{
left:8.33333%;
}
.col-sm-push-2{
left:16.66667%;
}
.col-sm-push-3{
left:25%;
}
.col-sm-push-4{
left:33.33333%;
}
.col-sm-push-5{
left:41.66667%;
}
.col-sm-push-6{
left:50%;
}
.col-sm-push-7{
left:58.33333%;
}
.col-sm-push-8{
left:66.66667%;
}
.col-sm-push-9{
left:75%;
}
.col-sm-push-10{
left:83.33333%;
}
.col-sm-push-11{
left:91.66667%;
}
.col-sm-push-12{
left:100%;
}
.col-sm-offset-0{
margin-left:0%;
}
.col-sm-offset-1{
margin-left:8.33333%;
}
.col-sm-offset-2{
margin-left:16.66667%;
}
.col-sm-offset-3{
margin-left:25%;
}
.col-sm-offset-4{
margin-left:33.33333%;
}
.col-sm-offset-5{
margin-left:41.66667%;
}
.col-sm-offset-6{
margin-left:50%;
}
.col-sm-offset-7{
margin-left:58.33333%;
}
.col-sm-offset-8{
margin-left:66.66667%;
}
.col-sm-offset-9{
margin-left:75%;
}
.col-sm-offset-10{
margin-left:83.33333%;
}
.col-sm-offset-11{
margin-left:91.66667%;
}
.col-sm-offset-12{
margin-left:100%;
}
}
@media (min-width:992px){
.col-md-1, .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-md-10, .col-md-11, .col-md-12{
float:left;
}
.col-md-1{
width:8.33333%;
}
.col-md-2{
width:16.66667%;
}
.col-md-3{
width:25%;
}
.col-md-4{
width:33.33333%;
}
.col-md-5{
width:41.66667%;
}
.col-md-6{
width:50%;
}
.col-md-7{
width:58.33333%;
}
.col-md-8{
width:66.66667%;
}
.col-md-9{
width:75%;
}
.col-md-10{
width:83.33333%;
}
.col-md-11{
width:91.66667%;
}
.col-md-12{
width:100%;
}
.col-md-pull-0{
right:auto;
}
.col-md-pull-1{
right:8.33333%;
}
.col-md-pull-2{
right:16.66667%;
}
.col-md-pull-3{
right:25%;
}
.col-md-pull-4{
right:33.33333%;
}
.col-md-pull-5{
right:41.66667%;
}
.col-md-pull-6{
right:50%;
}
.col-md-pull-7{
right:58.33333%;
}
.col-md-pull-8{
right:66.66667%;
}
.col-md-pull-9{
right:75%;
}
.col-md-pull-10{
right:83.33333%;
}
.col-md-pull-11{
right:91.66667%;
}
.col-md-pull-12{
right:100%;
}
.col-md-push-0{
left:auto;
}
.col-md-push-1{
left:8.33333%;
}
.col-md-push-2{
left:16.66667%;
}
.col-md-push-3{
left:25%;
}
.col-md-push-4{
left:33.33333%;
}
.col-md-push-5{
left:41.66667%;
}
.col-md-push-6{
left:50%;
}
.col-md-push-7{
left:58.33333%;
}
.col-md-push-8{
left:66.66667%;
}
.col-md-push-9{
left:75%;
}
.col-md-push-10{
left:83.33333%;
}
.col-md-push-11{
left:91.66667%;
}
.col-md-push-12{
left:100%;
}
.col-md-offset-0{
margin-left:0%;
}
.col-md-offset-1{
margin-left:8.33333%;
}
.col-md-offset-2{
margin-left:16.66667%;
}
.col-md-offset-3{
margin-left:25%;
}
.col-md-offset-4{
margin-left:33.33333%;
}
.col-md-offset-5{
margin-left:41.66667%;
}
.col-md-offset-6{
margin-left:50%;
}
.col-md-offset-7{
margin-left:58.33333%;
}
.col-md-offset-8{
margin-left:66.66667%;
}
.col-md-offset-9{
margin-left:75%;
}
.col-md-offset-10{
margin-left:83.33333%;
}
.col-md-offset-11{
margin-left:91.66667%;
}
.col-md-offset-12{
margin-left:100%;
}
}
@media (min-width:1200px){
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12{
float:left;
}
.col-lg-1{
width:8.33333%;
}
.col-lg-2{
width:16.66667%;
}
.col-lg-3{
width:25%;
}
.col-lg-4{
width:33.33333%;
}
.col-lg-5{
width:41.66667%;
}
.col-lg-6{
width:50%;
}
.col-lg-7{
width:58.33333%;
}
.col-lg-8{
width:66.66667%;
}
.col-lg-9{
width:75%;
}
.col-lg-10{
width:83.33333%;
}
.col-lg-11{
width:91.66667%;
}
.col-lg-12{
width:100%;
}
.col-lg-pull-0{
right:auto;
}
.col-lg-pull-1{
right:8.33333%;
}
.col-lg-pull-2{
right:16.66667%;
}
.col-lg-pull-3{
right:25%;
}
.col-lg-pull-4{
right:33.33333%;
}
.col-lg-pull-5{
right:41.66667%;
}
.col-lg-pull-6{
right:50%;
}
.col-lg-pull-7{
right:58.33333%;
}
.col-lg-pull-8{
right:66.66667%;
}
.col-lg-pull-9{
right:75%;
}
.col-lg-pull-10{
right:83.33333%;
}
.col-lg-pull-11{
right:91.66667%;
}
.col-lg-pull-12{
right:100%;
}
.col-lg-push-0{
left:auto;
}
.col-lg-push-1{
left:8.33333%;
}
.col-lg-push-2{
left:16.66667%;
}
.col-lg-push-3{
left:25%;
}
.col-lg-push-4{
left:33.33333%;
}
.col-lg-push-5{
left:41.66667%;
}
.col-lg-push-6{
left:50%;
}
.col-lg-push-7{
left:58.33333%;
}
.col-lg-push-8{
left:66.66667%;
}
.col-lg-push-9{
left:75%;
}
.col-lg-push-10{
left:83.33333%;
}
.col-lg-push-11{
left:91.66667%;
}
.col-lg-push-12{
left:100%;
}
.col-lg-offset-0{
margin-left:0%;
}
.col-lg-offset-1{
margin-left:8.33333%;
}
.col-lg-offset-2{
margin-left:16.66667%;
}
.col-lg-offset-3{
margin-left:25%;
}
.col-lg-offset-4{
margin-left:33.33333%;
}
.col-lg-offset-5{
margin-left:41.66667%;
}
.col-lg-offset-6{
margin-left:50%;
}
.col-lg-offset-7{
margin-left:58.33333%;
}
.col-lg-offset-8{
margin-left:66.66667%;
}
.col-lg-offset-9{
margin-left:75%;
}
.col-lg-offset-10{
margin-left:83.33333%;
}
.col-lg-offset-11{
margin-left:91.66667%;
}
.col-lg-offset-12{
margin-left:100%;
}
}
.grid-items:not(.slick-slider){
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
-webkit-align-content:flex-start;
-ms-flex-line-pack:start;
align-content:flex-start;
}
.grid-items .grid-item{
display:inline-block;
zoom:1;
letter-spacing:normal;
word-spacing:normal;
vertical-align:top;
text-rendering:auto;
padding-left:15px;
padding-right:15px;
width:100%;
}
.grid-items.grid-space-default{
margin-left:-15px;
margin-right:-15px;
}
.block-grid-1 .grid-item{
width:100%;
}
.block-grid-2 .grid-item{
width:50%;
}
.block-grid-3 .grid-item{
width:33.33333%;
}
.block-grid-4 .grid-item{
width:25%;
}
.block-grid-5 .grid-item{
width:20%;
}
.block-grid-6 .grid-item{
width:16.66667%;
}
.block-grid-7 .grid-item{
width:14.28571%;
}
.block-grid-8 .grid-item{
width:12.5%;
}
.block-grid-9 .grid-item{
width:11.11111%;
}
.block-grid-10 .grid-item{
width:10%;
}
@media (min-width:576px){
.sm-block-grid-1 .grid-item{
width:100%;
}
.sm-block-grid-2 .grid-item{
width:50%;
}
.sm-block-grid-3 .grid-item{
width:33.33333%;
}
.sm-block-grid-4 .grid-item{
width:25%;
}
.sm-block-grid-5 .grid-item{
width:20%;
}
.sm-block-grid-6 .grid-item{
width:16.66667%;
}
.sm-block-grid-7 .grid-item{
width:14.28571%;
}
.sm-block-grid-8 .grid-item{
width:12.5%;
}
.sm-block-grid-9 .grid-item{
width:11.11111%;
}
.sm-block-grid-10 .grid-item{
width:10%;
}
}
@media (min-width:768px){
.md-block-grid-1 .grid-item{
width:100%;
}
.md-block-grid-2 .grid-item{
width:50%;
}
.md-block-grid-3 .grid-item{
width:33.33333%;
}
.md-block-grid-4 .grid-item{
width:25%;
}
.md-block-grid-5 .grid-item{
width:20%;
}
.md-block-grid-6 .grid-item{
width:16.66667%;
}
.md-block-grid-7 .grid-item{
width:14.28571%;
}
.md-block-grid-8 .grid-item{
width:12.5%;
}
.md-block-grid-9 .grid-item{
width:11.11111%;
}
.md-block-grid-10 .grid-item{
width:10%;
}
}
@media (min-width:992px){
.lg-block-grid-1 .grid-item{
width:100%;
}
.lg-block-grid-2 .grid-item{
width:50%;
}
.lg-block-grid-3 .grid-item{
width:33.33333%;
}
.lg-block-grid-4 .grid-item{
width:25%;
}
.lg-block-grid-5 .grid-item{
width:20%;
}
.lg-block-grid-6 .grid-item{
width:16.66667%;
}
.lg-block-grid-7 .grid-item{
width:14.28571%;
}
.lg-block-grid-8 .grid-item{
width:12.5%;
}
.lg-block-grid-9 .grid-item{
width:11.11111%;
}
.lg-block-grid-10 .grid-item{
width:10%;
}
}
@media (min-width:1200px){
.xl-block-grid-1 .grid-item{
width:100%;
}
.xl-block-grid-2 .grid-item{
width:50%;
}
.xl-block-grid-3 .grid-item{
width:33.33333%;
}
.xl-block-grid-4 .grid-item{
width:25%;
}
.xl-block-grid-5 .grid-item{
width:20%;
}
.xl-block-grid-6 .grid-item{
width:16.66667%;
}
.xl-block-grid-7 .grid-item{
width:14.28571%;
}
.xl-block-grid-8 .grid-item{
width:12.5%;
}
.xl-block-grid-9 .grid-item{
width:11.11111%;
}
.xl-block-grid-10 .grid-item{
width:10%;
}
}
@media (min-width:1825px){
.xxl-block-grid-1 .grid-item{
width:100%;
}
.xxl-block-grid-2 .grid-item{
width:50%;
}
.xxl-block-grid-3 .grid-item{
width:33.33333%;
}
.xxl-block-grid-4 .grid-item{
width:25%;
}
.xxl-block-grid-5 .grid-item{
width:20%;
}
.xxl-block-grid-6 .grid-item{
width:16.66667%;
}
.xxl-block-grid-7 .grid-item{
width:14.28571%;
}
.xxl-block-grid-8 .grid-item{
width:12.5%;
}
.xxl-block-grid-9 .grid-item{
width:11.11111%;
}
.xxl-block-grid-10 .grid-item{
width:10%;
}
}
.grid-space-0{
margin-left:0;
margin-right:0;
}
.grid-space-0 .grid-item{
padding:0;
}
@media (min-width:992px){
.grid-space-5{
margin-left:-2.5px;
margin-right:-2.5px;
}
}
.grid-space-5 .grid-item{
padding:2.5px;
}
@media (min-width:992px){
.grid-space-10{
margin-left:-5px;
margin-right:-5px;
}
}
.grid-space-10 .grid-item{
padding:5px;
}
@media (min-width:992px){
.grid-space-15{
margin-left:-7.5px;
margin-right:-7.5px;
}
}
.grid-space-15 .grid-item{
padding:7.5px;
}
@media (min-width:992px){
.grid-space-20{
margin-left:-10px;
margin-right:-10px;
}
}
.grid-space-20 .grid-item{
padding:10px;
}
@media (min-width:992px){
.grid-space-25{
margin-left:-12.5px;
margin-right:-12.5px;
}
}
.grid-space-25 .grid-item{
padding:12.5px;
}
@media (min-width:992px){
.grid-space-30{
margin-left:-15px;
margin-right:-15px;
}
}
.grid-space-30 .grid-item{
padding:15px;
}
@media (min-width:992px){
.grid-space-35{
margin-left:-17.5px;
margin-right:-17.5px;
}
}
.grid-space-35 .grid-item{
padding:17.5px;
}
@media (min-width:992px){
.grid-space-40{
margin-left:-20px;
margin-right:-20px;
}
}
.grid-space-40 .grid-item{
padding:20px;
}
@media (min-width:992px){
.grid-space-45{
margin-left:-22.5px;
margin-right:-22.5px;
}
}
.grid-space-45 .grid-item{
padding:22.5px;
}
@media (min-width:992px){
.grid-space-50{
margin-left:-25px;
margin-right:-25px;
}
}
.grid-space-50 .grid-item{
padding:25px;
}
@media (min-width:992px){
.grid-space-55{
margin-left:-27.5px;
margin-right:-27.5px;
}
}
.grid-space-55 .grid-item{
padding:27.5px;
}
@media (min-width:992px){
.grid-space-60{
margin-left:-30px;
margin-right:-30px;
}
}
.grid-space-60 .grid-item{
padding:30px;
}
@media (min-width:992px){
.grid-space-65{
margin-left:-32.5px;
margin-right:-32.5px;
}
}
.grid-space-65 .grid-item{
padding:32.5px;
}
@media (min-width:992px){
.grid-space-70{
margin-left:-35px;
margin-right:-35px;
}
}
.grid-space-70 .grid-item{
padding:35px;
}
@media (min-width:992px){
.grid-space-75{
margin-left:-37.5px;
margin-right:-37.5px;
}
}
.grid-space-75 .grid-item{
padding:37.5px;
}
@media (min-width:992px){
.grid-space-80{
margin-left:-40px;
margin-right:-40px;
}
}
.grid-space-80 .grid-item{
padding:40px;
}
@keyframes in-bottom50{
from{
transform:translate(0, 30px);
}
to{
transform:translate(0, 0);
}
}
@-webkit-keyframes in-bottom50{
from{
-webkit-transform:translate(0, 30px);
}
to{
-webkit-transform:translate(0, 0);
}
}
.loop__item__inner2,
.loop__item__inner{
display:block;
height:100%;
}
.loop__item__inner,
.loop__item__thumbnail{
position:relative;
overflow:hidden;
max-width: 100%;
}
.loop__item__thumbnail--linkoverlay{
display:block;
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
z-index:2;
transition:all 0.4s 0.1s;
}
.loop__item__thumbnail--bkg{
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-clip:border-box;
background-color:rgba(201, 201, 202, 0.14);
}
.loop__item__thumbnail--bkg > img{
width:100%;
display:block;
visibility:hidden;
height:auto;
}
.loop__item__termlink{
margin-bottom:10px;
}
.loop__item__termlink a:not(:last-child):after{
content:", ";
}
.loop__item__title .entry-title{
margin:0 0 20px;
}
.loop__item__meta{
margin-bottom:10px;
}
.loop__item__meta .byline .screen-reader-text{
position:static !important;
}
.loop__item__meta .byline:not(:last-child):after{
content:", ";
}
.loop__item__meta i{
display:none;
}
.loop__item__desc{
line-height:2.1428571429;
margin-bottom:20px;
}
.gitem-zone-height-mode-original{
padding-bottom:0 !important;
}
.gitem-zone-height-mode-custom img,
.gitem-hide-img img{
display:none !important;
}
.gitem-zone-height-mode-auto:before{
content:"";
display:block;
padding-top:100%;
}
.gitem-zone-height-mode-auto img{
display:none !important;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-4-3:before{
padding-top:75%;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-3-4:before{
padding-top:133.33333333%;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-16-9:before{
padding-top:56.25%;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-9-16:before{
padding-top:177.77777778%;
} .portfolios-loop:not(.masonry__column-type-custom) .gitem-zone-height-mode-auto{
padding-bottom:0 !important;
}
.portfolios-loop.masonry__column-type-custom .loop__item__thumbnail--bkg{
padding-bottom:0 !important;
}
@media (min-width:1024px){
.portfolios-loop.masonry__column-type-custom .loop__item__thumbnail--bkg{
height:100%;
}
.portfolios-loop.masonry__column-type-custom .loop__item__thumbnail--bkg:before{
padding-top:0;
}
}
.videos-loop:not(.masonry__column-type-custom) .gitem-zone-height-mode-auto{
padding-bottom:0 !important;
}
.videos-loop.masonry__column-type-custom .loop__item__thumbnail--bkg{
padding-bottom:0 !important;
}
@media (min-width:1023px){
.videos-loop.masonry__column-type-custom .loop__item__thumbnail--bkg{
height:100%;
}
.videos-loop.masonry__column-type-custom .loop__item__thumbnail--bkg:before{
padding-top:0;
}
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{
display:none !important;
}
.visible-block{
display:block !important;
}
.visible-inline-block{
display:inline-block !important;
}
.visible-inline{
display:inline !important;
}
@media (max-width:767px){
.visible-xs{
display:block !important;
}
table.visible-xs{
display:table !important;
}
tr.visible-xs{
display:table-row !important;
}
th.visible-xs,
td.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 !important;
}
tr.visible-sm{
display:table-row !important;
}
th.visible-sm,
td.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 !important;
}
tr.visible-md{
display:table-row !important;
}
th.visible-md,
td.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 !important;
}
tr.visible-lg{
display:table-row !important;
}
th.visible-lg,
td.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;
}
}
@media print{
.visible-print{
display:block !important;
}
table.visible-print{
display:table !important;
}
tr.visible-print{
display:table-row !important;
}
th.visible-print,
td.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-weight-100{
font-weight:100 !important;
}
.font-weight-200{
font-weight:200 !important;
}
.font-weight-300{
font-weight:300 !important;
}
.font-weight-400{
font-weight:400 !important;
}
.font-weight-500{
font-weight:500 !important;
}
.font-weight-600{
font-weight:600 !important;
}
.font-weight-700{
font-weight:700 !important;
}
.font-weight-800{
font-weight:800 !important;
}
.font-weight-900{
font-weight:900 !important;
}
.font-style-normal{
font-style:normal !important;
}
.font-style-italic{
font-style:italic !important;
}
.font-style-oblique{
font-style:oblique !important;
}
.la-toggle-filter{
display:none;
text-transform:uppercase;
}
.la-isotope-filter-container ul{
list-style:none;
margin:0;
padding:0;
}
.la-isotope-filter-container li{
display:inline-block;
}
.la-isotope-filter-container a{
display:block;
}
.la-media-wrapper object,
.la-media-wrapper embed,
.la-media-wrapper video,
.la-media-wrapper iframe{
max-width:100%;
}
.la-media-wrapper.la-media-aspect-origin object,
.la-media-wrapper.la-media-aspect-origin embed,
.la-media-wrapper.la-media-aspect-origin video,
.la-media-wrapper.la-media-aspect-origin iframe{
height:auto;
}
.la-media-wrapper.la-media-aspect-235, .la-media-wrapper.la-media-aspect-43, .la-media-wrapper.la-media-aspect-169{
position:relative;
height:0;
padding-top:56.25%;
overflow:hidden;
}
.la-media-wrapper.la-media-aspect-235 object,
.la-media-wrapper.la-media-aspect-235 embed,
.la-media-wrapper.la-media-aspect-235 video,
.la-media-wrapper.la-media-aspect-235 iframe, .la-media-wrapper.la-media-aspect-43 object,
.la-media-wrapper.la-media-aspect-43 embed,
.la-media-wrapper.la-media-aspect-43 video,
.la-media-wrapper.la-media-aspect-43 iframe, .la-media-wrapper.la-media-aspect-169 object,
.la-media-wrapper.la-media-aspect-169 embed,
.la-media-wrapper.la-media-aspect-169 video,
.la-media-wrapper.la-media-aspect-169 iframe{
position:absolute;
top:0;
left:0;
margin:0;
width:100%;
height:100%;
}
.la-media-wrapper.la-media-aspect-235{
padding-top:42.55319149%;
}
.la-media-wrapper.la-media-aspect-43{
padding-top:75%;
}
.flex-video{
position:relative;
height:0;
padding-bottom:75%;
margin-bottom:1rem;
overflow:hidden;
}
.flex-video object,
.flex-video embed,
.flex-video video,
.flex-video iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.flex-video.widescreen{
padding-bottom:56.25%;
}
.single-post-content .flex-video{
margin-bottom:30px;
}
.letter-spacing--1{
letter-spacing:-1px;
}
.letter-spacing--2{
letter-spacing:-2px;
}
.letter-spacing--3{
letter-spacing:-3px;
}
.letter-spacing--4{
letter-spacing:-4px;
}
.letter-spacing--5{
letter-spacing:-5px;
}
.letter-spacing-1{
letter-spacing:1px;
}
.letter-spacing-2{
letter-spacing:2px;
}
.letter-spacing-3{
letter-spacing:3px;
}
.letter-spacing-4{
letter-spacing:4px;
}
.letter-spacing-5{
letter-spacing:5px;
}
.font-size-10{
font-size:10px;
}
.font-size-11{
font-size:11px;
}
.font-size-12{
font-size:12px;
}
.font-size-13{
font-size:13px;
}
.font-size-14{
font-size:14px;
}
.font-size-16{
font-size:16px;
}
.font-size-18{
font-size:18px;
}
.font-size-20{
font-size:20px;
}
.font-size-24{
font-size:24px;
}
.font-size-30{
font-size:30px;
}
.font-size-36{
font-size:36px;
}
.font-size-40{
font-size:40px;
}
.font-size-46{
font-size:46px;
line-height:1.05;
}
.font-size-48{
font-size:48px;
}
.font-size-50{
font-size:50px;
}
.font-size-60{
font-size:60px;
}
.font-size-72{
font-size:72px;
line-height:normal;
}
.font-size-100{
font-size:100px;
}
.font-size-120{
font-size:120px;
letter-spacing:-1px;
}
.line-height-2{
line-height:2;
}
.line-height-24{
line-height:24px;
}
.line-height-30{
line-height:30px;
}
.line-height-36{
line-height:36px;
}
.line-height-40{
line-height:40px;
}
.line-height-50{
line-height:50px;
}
.line-height-60{
line-height:60px;
}
.line-height-72{
line-height:72px;
}
.line-height-100{
line-height:100px;
}
.line-height-120{
line-height:120px;
}
.overflow-visible{
overflow:visible !important;
}
.overflow-hidden{
overflow:hidden !important;
}
@media (min-width:767px){
.filter-style-1{
text-align:center;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
color:#8a8a8a;
margin-bottom:20px;
}
.filter-style-1 li{
margin:0 10px;
}
.filter-style-1 li:first-child{
margin-left:0;
}
.filter-style-1 li:last-child{
margin-right:0;
}
.filter-style-1 a{
display:block;
line-height:normal;
}
.filter-style-1 a:after{
content:'';
height:1px;
display:block;
width:0;
background-color:#8a8a8a;
margin-top:0.5em;
transition:all 250ms ease-out;
}
.filter-style-1 li:hover a,
.filter-style-1 li.active a{
color:#6b56e2;
}
.filter-style-1 li:hover a:after,
.filter-style-1 li.active a:after{
width:100%;
}
.filter-style-2{
font-weight:bold;
margin-bottom:30px;
}
.filter-style-2 li{
margin:0 15px;
}
.filter-style-2 li:first-child{
margin-left:0;
}
.filter-style-2 li:last-child{
margin-right:0;
}
.filter-style-2 a{
display:block;
line-height:normal;
}
.filter-style-2 li:hover a,
.filter-style-2 li.active a{
color:#6b56e2;
}
.filter-style-3{
font-weight:bold;
margin-bottom:50px;
text-align:center;
}
.filter-style-3 li{
margin:0 15px;
}
.filter-style-3 li:first-child{
margin-left:0;
}
.filter-style-3 li:last-child{
margin-right:0;
}
.filter-style-3 a{
display:block;
line-height:normal;
}
.filter-style-3 li:hover a,
.filter-style-3 li.active a{
color:#6b56e2;
}
}  .tooltip{
position:absolute;
z-index:1070;
display:block;
font-style:normal;
font-weight:normal;
letter-spacing:normal;
line-break:auto;
line-height:1.42857143;
text-align:left;
text-align:start;
text-decoration:none;
text-shadow:none;
text-transform:none;
white-space:normal;
word-break:normal;
word-spacing:normal;
word-wrap:normal;
font-size:12px;
opacity:0;
transition:opacity 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.tooltip.in{
opacity:0.9;
filter:alpha(opacity=90);
}
.tooltip.top{
margin-top:-3px;
padding:5px 0;
}
.tooltip.right{
margin-left:3px;
padding:0 5px;
}
.tooltip.bottom{
margin-top:3px;
padding:5px 0;
}
.tooltip.left{
margin-left:-3px;
padding:0 5px;
}
.tooltip-inner{
max-width:200px;
padding:3px 8px;
color:#ffffff;
text-align:center;
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:#232324;
}
.tooltip.top-left .tooltip-arrow{
bottom:0;
right:5px;
margin-bottom:-5px;
border-width:5px 5px 0;
border-top-color:#232324;
}
.tooltip.top-right .tooltip-arrow{
bottom:0;
left:5px;
margin-bottom:-5px;
border-width:5px 5px 0;
border-top-color:#232324;
}
.tooltip.right .tooltip-arrow{
top:50%;
left:0;
margin-top:-5px;
border-width:5px 5px 5px 0;
border-right-color:#232324;
}
.tooltip.left .tooltip-arrow{
top:50%;
right:0;
margin-top:-5px;
border-width:5px 0 5px 5px;
border-left-color:#232324;
}
.tooltip.bottom .tooltip-arrow{
top:0;
left:50%;
margin-left:-5px;
border-width:0 5px 5px;
border-bottom-color:#232324;
}
.tooltip.bottom-left .tooltip-arrow{
top:0;
right:5px;
margin-top:-5px;
border-width:0 5px 5px;
border-bottom-color:#232324;
}
.tooltip.bottom-right .tooltip-arrow{
top:0;
left:5px;
margin-top:-5px;
border-width:0 5px 5px;
border-bottom-color:#232324;
}
.popover{
position:absolute;
top:0;
left:0;
z-index:1060;
display:none;
max-width:276px;
padding:1px;
font-style:normal;
font-weight:normal;
letter-spacing:normal;
line-break:auto;
line-height:1.42857143;
text-align:left;
text-align:start;
text-decoration:none;
text-shadow:none;
text-transform:none;
white-space:normal;
word-break:normal;
word-spacing:normal;
word-wrap:normal;
font-size:14px;
background-color:#ffffff;
-webkit-background-clip:padding-box;
background-clip:padding-box;
border:1px solid #cccccc;
border:1px solid rgba(0, 0, 0, 0.2);
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow:0 5px 10px rgba(0, 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{
margin:0;
padding:8px 14px;
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{
border-width:10px;
content:"";
}
.popover.top > .arrow{
left:50%;
margin-left:-11px;
border-bottom-width:0;
border-top-color:#999999;
border-top-color:rgba(0, 0, 0, 0.25);
bottom:-11px;
}
.popover.top > .arrow:after{
content:" ";
bottom:1px;
margin-left:-10px;
border-bottom-width:0;
border-top-color:#ffffff;
}
.popover.right > .arrow{
top:50%;
left:-11px;
margin-top:-11px;
border-left-width:0;
border-right-color:#999999;
border-right-color:rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after{
content:" ";
left:1px;
bottom:-10px;
border-left-width:0;
border-right-color:#ffffff;
}
.popover.bottom > .arrow{
left:50%;
margin-left:-11px;
border-top-width:0;
border-bottom-color:#999999;
border-bottom-color:rgba(0, 0, 0, 0.25);
top:-11px;
}
.popover.bottom > .arrow:after{
content:" ";
top:1px;
margin-left:-10px;
border-top-width:0;
border-bottom-color:#ffffff;
}
.popover.left > .arrow{
top:50%;
right:-11px;
margin-top:-11px;
border-right-width:0;
border-left-color:#999999;
border-left-color:rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after{
content:" ";
right:1px;
border-right-width:0;
border-left-color:#ffffff;
bottom:-10px;
}
.clearfix:before,
.clearfix:after{
content:" ";
display:table;
}
.clearfix:after{
clear:both;
}
.center-block{
display:block;
margin-left:auto;
margin-right:auto;
}
.invisible{
visibility:hidden;
}
.text-hide{
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.affix{
position:fixed;
}
[class*='lightcase-icon-']:before{
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
speak:none;
display:inline-block;
text-decoration:inherit;
width:1em;
text-align:center;
font-variant:normal;
text-transform:none;
line-height:1em;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.lightcase-icon-play:before{
content:'\f01d';
}
.lightcase-icon-pause:before{
content:'\f28c';
}
.lightcase-icon-close:before{
content:"\6e";
font-family:"dl-icon";
}
.lightcase-icon-prev:before{
content:'\f190';
}
.lightcase-icon-next:before{
content:'\f18e';
}
#lightcase-case{
position:fixed;
z-index:2002;
top:0;
left:0;
width:100% !important;
height:100% !important;
margin:0 !important;
overflow:auto;
}
#lightcase-case #lightcase-content{
-webkit-backface-visibility:hidden;
}
#lightcase-case .lightcase-contentInner{
background-color:#fff;
display:block;
margin:0 auto;
position:relative;
z-index:2;
}
#lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
padding:30px;
height:auto !important;
}
#lightcase-case .custom-lightcase-overlay{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1;
}
body:not(.open-quickview-product) #lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
padding:30px;
height:auto !important;
max-height:none !important;
}
.open-quickview-product #lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
overflow:auto;
}
html:not([data-lc-type=iframe]):not([data-lc-type=video]) #lightcase-case:not([data-lc-type=iframe]):not([data-lc-type=video]) #lightcase-content .lightcase-contentInner{
height:auto !important;
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner{
position:relative;
overflow:hidden !important;
}
#lightcase-content h1,
#lightcase-content h2,
#lightcase-content h3,
#lightcase-content h4,
#lightcase-content h5,
#lightcase-content h6,
#lightcase-content p{
color:#333;
}
#lightcase-case p.lightcase-error{
margin:0;
font-size:17px;
text-align:center;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
color:#aaa;
}
@media screen and (min-width:0){
#lightcase-case p.lightcase-error{
padding:0;
}
}
.lightcase-open body{
overflow:hidden;
}
.lightcase-isMobileDevice .lightcase-open body{
max-width:100%;
max-height:100%;
}
#lightcase-info{
position:absolute;
padding-top:15px;
display:none;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption{
margin:0;
padding:0;
line-height:1.5;
font-weight:normal;
text-overflow:ellipsis;
}
#lightcase-info #lightcase-title{
font-size:17px;
color:#aaa;
}
#lightcase-info #lightcase-caption{
clear:both;
font-size:13px;
color:#aaa;
}
#lightcase-info #lightcase-sequenceInfo{
font-size:11px;
color:#aaa;
}
#lightcase-loading{
position:fixed;
z-index:2001;
top:50%;
left:50%;
opacity:1;
}
a[class*='lightcase-icon-']{
position:fixed;
z-index:9999;
width:1.123em;
height:auto;
font-size:38px;
line-height:1;
text-align:center;
text-shadow:none;
outline:none;
cursor:pointer;
}
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus{
text-decoration:none;
color:rgba(255, 255, 255, 0.6);
-webkit-tap-highlight-color:transparent;
-webkit-transition:color, opacity, ease-in-out 0.25s;
-moz-transition:color, opacity, ease-in-out 0.25s;
-o-transition:color, opacity, ease-in-out 0.25s;
transition:color, opacity, ease-in-out 0.25s;
}
a[class*='lightcase-icon-'] > span{
display:inline-block;
text-indent:-9999px;
}
a[class*='lightcase-icon-']:hover{
color:white;
text-shadow:0 0 15px white;
}
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover{
color:#aaa;
text-shadow:none;
}
a[class*='lightcase-icon-'].lightcase-icon-close{
position:fixed;
top:40px;
right:40px;
bottom:auto;
margin:0;
opacity:0;
outline:none;
}
a[class*='lightcase-icon-'].lightcase-icon-prev{
left:15px;
}
a[class*='lightcase-icon-'].lightcase-icon-next{
right:15px;
}
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play{
left:50%;
margin-left:-0.5em;
}
@media screen and (min-width:0){
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play{
opacity:0;
}
}
@media screen and (min-width:0){
a[class*='lightcase-icon-']{
bottom:50%;
margin-bottom:-0.5em;
}
a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-']{
opacity:1;
}
}
#lightcase-overlay{
display:none;
width:100%;
min-height:100%;
position:fixed;
z-index:2000;
top:-9999px;
bottom:-9999px;
left:0;
background:#333;
}
.lightcase--pending #lightcase-loading{
display:block !important;
}
.lightcase--pending #lightcase-case .lightcase-contentInner{
opacity:0 !important;
}
.lightcase--completed #lightcase-case .lightcase-contentInner{
opacity:1 !important;
} .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{
width:100%;
position:relative;
overflow:hidden;
display:block;
margin:0;
padding:0;
}
.slick-list:focus{
outline:none;
}
.slick-loading .slick-list{
background-color:#fff;
}
.slick-list.dragging{
cursor:pointer;
cursor:hand;
}
.slick-slider .slick-list,
.slick-track, .slick-slide{
-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;
left:0;
top:0;
display:block;
zoom:1;
}
.slick-track:before,
.slick-track:after{
content:"";
display:table;
}
.slick-track:after{
clear:both;
}
.slick-loading .slick-track{
visibility:hidden;
}
.slick-slide{
float:left;
height:100%;
min-height:1px;
display:none;
}
.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;
position:relative;
z-index:1;
outline:none;
}
.slick-initialized .slick-slide.slick-active{
z-index:9;
}
.slick-loading .slick-slide{
visibility:hidden;
}
.slick-vertical .slick-slide{
display:block;
height:auto;
border:1px solid transparent;
} .slick-next.slick-disabled,
.slick-prev.slick-disabled{
cursor:not-allowed;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide{
animation-duration:1s;
-webkit-animation-duration:1s;
animation-fill-mode:both;
-webkit-animation-fill-mode:both;
animation-name:slickZoomOut;
-webkit-animation-name:slickZoomOut;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active{
animation-name:slickZoomIn;
-webkit-animation-name:slickZoomIn;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active + .slick-active{
-webkit-animation-delay:50ms;
animation-delay:50ms;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active{
-webkit-animation-delay:150ms;
animation-delay:150ms;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active{
-webkit-animation-delay:250ms;
animation-delay:250ms;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
-webkit-animation-delay:350ms;
animation-delay:350ms;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
-webkit-animation-delay:450ms;
animation-delay:450ms;
}
.la-slick-slider.slick-initialized:not(.slick-vertical):not(.la-slick-centerMode):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
-webkit-animation-delay:550ms;
animation-delay:550ms;
}
.no-slider-effect .la-loop .loop__item.slick-slide,
.la-carousel-wrapper.no-slider-effect .la-item-wrap.slick-slide{
animation:none !important;
-webkit-animation:none !important;
}
@-webkit-keyframes slickZoomIn{
from{
opacity:0;
-webkit-transform:scale3d(0.8, 0.8, 0.8);
}
50%{
opacity:1;
}
}
@keyframes slickZoomIn{
from{
opacity:0;
transform:scale3d(0.8, 0.8, 0.8);
}
50%{
opacity:1;
}
}
@-webkit-keyframes slickZoomOut{
from{
opacity:1;
}
50%{
opacity:0;
-webkit-transform:scale3d(0.8, 0.8, 0.8);
}
to{
opacity:0;
}
}
@keyframes slickZoomOut{
from{
opacity:1;
}
50%{
opacity:0;
transform:scale3d(0.8, 0.8, 0.8);
}
to{
opacity:0;
}
}
[class*="dl-icon-"]{
font-family:'dl-icon';
font-style:normal !important;
font-weight:normal !important;
font-variant:normal !important;
text-transform:none !important;
line-height:1;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.dl-icon-heart:before{
content:"\61";
}
.dl-icon-search1:before{
content:"\62";
}
.dl-icon-cart1:before{
content:"\63";
}
.dl-icon-menu1:before{
content:"\64";
}
.dl-icon-heart2:before{
content:"\65";
}
.dl-icon-compare1:before{
content:"\66";
}
.dl-icon-compare2:before{
content:"\67";
}
.dl-icon-compare3:before{
content:"\68";
}
.dl-icon-compare4:before{
content:"\69";
}
.dl-icon-menu2:before{
content:"\6a";
}
.dl-icon-cart2:before{
content:"\6b";
}
.dl-icon-search3:before{
content:"\6c";
}
.dl-icon-search2:before{
content:"\6d";
}
.dl-icon-close:before{
content:"\6e";
}
.dl-icon-clock:before{
content:"\6f";
}
.dl-icon-stats1:before{
content:"\70";
}
.dl-icon-search4:before{
content:"\71";
}
.dl-icon-search5:before{
content:"\72";
}
.dl-icon-search6:before{
content:"\73";
}
.dl-icon-search7:before{
content:"\74";
}
.dl-icon-search8:before{
content:"\75";
}
.dl-icon-search9:before{
content:"\76";
}
.dl-icon-comment1:before{
content:"\77";
}
.dl-icon-cart3:before{
content:"\78";
}
.dl-icon-cart4:before{
content:"\79";
}
.dl-icon-cart5:before{
content:"\7a";
}
.dl-icon-cart6:before{
content:"\41";
}
.dl-icon-cart7:before{
content:"\42";
}
.dl-icon-cart8:before{
content:"\43";
}
.dl-icon-cart9:before{
content:"\44";
}
.dl-icon-cart10:before{
content:"\45";
}
.dl-icon-cart11:before{
content:"\46";
}
.dl-icon-cart12:before{
content:"\47";
}
.dl-icon-cart13:before{
content:"\48";
}
.dl-icon-cart14:before{
content:"\49";
}
.dl-icon-cart15:before{
content:"\4a";
}
.dl-icon-cart16:before{
content:"\4b";
}
.dl-icon-cart17:before{
content:"\4c";
}
.dl-icon-cart18:before{
content:"\4d";
}
.dl-icon-cart19:before{
content:"\4e";
}
.dl-icon-cart20:before{
content:"\4f";
}
.dl-icon-cart21:before{
content:"\50";
}
.dl-icon-cart22:before{
content:"\51";
}
.dl-icon-cart23:before{
content:"\52";
}
.dl-icon-cart24:before{
content:"\53";
}
.dl-icon-cart25:before{
content:"\54";
}
.dl-icon-cart26:before{
content:"\55";
}
.dl-icon-heart3:before{
content:"\56";
}
.dl-icon-comment:before{
content:"\57";
}
.dl-icon-user1:before{
content:"\58";
}
.dl-icon-user2:before{
content:"\59";
}
.dl-icon-user3:before{
content:"\5a";
}
.dl-icon-user4:before{
content:"\30";
}
.dl-icon-user5:before{
content:"\31";
}
.dl-icon-user6:before{
content:"\32";
}
.dl-icon-user7:before{
content:"\33";
}
.dl-icon-user8:before{
content:"\34";
}
.dl-icon-user9:before{
content:"\35";
}
.dl-icon-user10:before{
content:"\36";
}
.dl-icon-user11:before{
content:"\37";
}
.dl-icon-dress:before{
content:"\38";
}
.dl-icon-pumps:before{
content:"\39";
}
.dl-icon-tshirt:before{
content:"\21";
}
.dl-icon-diamon:before{
content:"\22";
}
.dl-icon-key:before{
content:"\23";
}
.dl-icon-cart27:before{
content:"\24";
}
.dl-icon-cart28:before{
content:"\25";
}
.dl-icon-menu3:before{
content:"\26";
}
.dl-icon-user12:before{
content:"\27";
}
.dl-icon-search10:before{
content:"\28";
}
.dl-icon-star:before{
content:"\29";
}
.dl-icon-down:before{
content:"\2a";
}
.dl-icon-left:before{
content:"\2b";
}
.dl-icon-right:before{
content:"\2c";
}
.dl-icon-up:before{
content:"\2d";
}
.dl-icon-check:before{
content:"\2e";
}
.dl-icon-android-add:before{
content:"\2f";
}
.dl-icon-plus-circled:before{
content:"\3a";
}
.dl-icon-zoom-in:before{
content:"\3b";
}
.dl-icon-menu5:before{
content:"\3c";
}
.dl-icon-menu4:before{
content:"\3d";
}
.threesixty{
position:relative;
overflow:hidden;
margin:0 auto;
}
.threesixty .threesixty_images{
display:none;
list-style:none;
margin:0;
padding:0;
}
.threesixty .threesixty_images img{
position:absolute;
top:0;
width:100%;
height:auto;
}
.threesixty .threesixty_images img.previous-image{
visibility:hidden;
width:0;
}
.threesixty .threesixty_images img.current-image{
visibility:visible;
width:100%;
}
.threesixty .spinner{
width:60px;
display:block;
margin:0 auto;
height:30px;
background:#333;
background:rgba(0, 0, 0, 0.7);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.threesixty .spinner span{
font-family:Arial, "MS Trebuchet", sans-serif;
font-size:12px;
font-weight:bolder;
color:#FFF;
text-align:center;
line-height:30px;
display:block;
}
.threesixty .nav_bar{
position:absolute;
top:10px;
right:10px;
z-index:11;
}
.threesixty .nav_bar a{
display:block;
width:32px;
height:32px;
float:left;
background:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/sprites.png) no-repeat;
text-indent:-99999px;
}
.threesixty .nav_bar a.nav_bar_play{
background-position:0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous{
background-position:0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop{
background-position:0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next{
background-position:0 -104px !important;
} .threesixty:-webkit-full-screen{
background:#ffffff;
width:100%;
height:100%;
margin-top:0;
padding-top:200px;
}
.threesixty:-moz-full-screen{
background:#ffffff;
width:100%;
height:100%;
margin-top:0;
padding-top:200px;
}
body{
line-height:24px;
line-height:1.714286;
font-weight:400;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
background-color:inherit;
}
*:focus{
outline:none;
}
fieldset{
margin-bottom:50px;
}
ul, ol{
list-style-position:inside;
}
a{
color:inherit;
}
p:last-child{
margin-bottom:0;
}
label abbr.required{
border:none;
}
input, select, textarea{
border-style:solid;
border-width:1px;
padding:10px 20px;
}
select{
background-color:#fff;
height:50px;
}
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6{
margin:15px 0;
font-weight:bold;
line-height:1.2;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small, h2 small,
h2 .small,
.h2 small,
.h2 .small, h3 small,
h3 .small,
.h3 small,
.h3 .small, h4 small,
h4 .small,
.h4 small,
.h4 .small, h5 small,
h5 .small,
.h5 small,
.h5 .small, h6 small,
h6 .small,
.h6 small,
.h6 .small{
font-size:75%;
font-weight:inherit;
line-height:inherit;
}
h1 .light, h1.light,
.h1 .light,
.h1.light, h2 .light, h2.light,
.h2 .light,
.h2.light, h3 .light, h3.light,
.h3 .light,
.h3.light, h4 .light, h4.light,
.h4 .light,
.h4.light, h5 .light, h5.light,
.h5 .light,
.h5.light, h6 .light, h6.light,
.h6 .light,
.h6.light{
font-weight:300;
}
h1,
.h1{
font-size:36px;
}
h2,
.h2{
font-size:32px;
}
h3,
.h3{
font-size:20px;
}
h4,
.h4{
font-size:18px;
}
h5,
.h5{
font-size:16px;
}
h6,
.h6{
font-size:16px;
}
.small-body{
font-size:85%;
display:block;
line-height:23px;
}
.alignleft{
display:inline;
float:left;
margin-right:20px;
margin-bottom:15px;
}
.alignright{
display:inline;
float:right;
margin-left:15px;
margin-bottom:15px;
}
.aligncenter{
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
.wp-caption{
padding:.5rem .5rem .25rem;
margin-bottom:1rem;
max-width:100%;
box-sizing:border-box;
}
.wp-caption.alignnone{
padding:0;
}
.wp-caption .wp-caption-text{
text-align:center;
margin:0;
font-size:13px;
font-style:italic;
}
img.alignright{
margin-left:10%;
}
.screen-reader-text{
clip:rect(1px, 1px, 1px, 1px);
height:1px;
overflow:hidden;
position:absolute !important;
width:1px;
}
.screen-reader-text + select{
margin-top:1.53846rem;
}
.bypostauthor > .comment_container{
background-color:transparent;
}
.gallery-caption{
font-family:inherit;
}
table{
width:100%;
text-align:left;
margin-bottom:20px;
}
table th{
font-weight:normal;
}
table,
table th,
table td{
border-width:1px;
border-style:solid;
padding:10px;
vertical-align:top;
}
table p{
margin-bottom:0;
}
.mejs-container{
margin-bottom:20px;
}
table thead tr th, table thead tr td{
font-weight:normal;
}
.star-rating{
display:inline-block;
overflow:hidden;
position:relative;
height:14px;
line-height:14px;
letter-spacing:5px;
font-size:14px;
width:90px;
font-family:"dl-icon";
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
color:#d5d6d8;
}
.star-rating:before{
content:"\29\29\29\29\29";
float:left;
top:0;
left:0;
position:absolute;
}
.star-rating span{
color:#f5b223;
overflow:hidden;
float:left;
top:0;
left:0;
position:absolute;
padding-top:15px;
height:0;
}
.star-rating span:before{
content:"\29\29\29\29\29";
top:0;
position:absolute;
left:0;
}
.la-overlay-global{
position:fixed;
background:#232324;
z-index:9;
visibility:hidden;
opacity:0;
}
.open-overlay .la-overlay-global{
visibility:visible;
opacity:0.95;
}
.la-loader.spinner0{
background-position:center center;
background-repeat:no-repeat;
}
.popup-added-msg{
text-align:center;
}
.popup-added-msg img{
max-width:150px;
}
.popup-added-msg .popup-message{
margin:20px 0;
}
.popup-added-msg .btn{
display:block;
max-width:250px;
margin:10px auto;
text-transform:uppercase;
letter-spacing:1px;
}
.elm-pagination-ajax .la-loading-icon > .nc-icon,
.elm-loadmore-ajax > .nc-icon,
.elm-ajax-loader > .nc-icon{
width:48px;
margin:0 auto;
display:none;
}
.elm-ajax-loader:not(.has-loaded){
min-height:10px;
}
.elm-pagination-ajax.is-loading .la-loading-icon > .nc-icon{
display:block;
}
.elm-pagination-ajax.is-loading .la-pagination{
display:none;
}
.elm-ajax-loader.is-loading{
min-height:50px;
min-height:10vh;
}
.elm-ajax-loader.is-loading > .la-shortcode-loading{
display:block;
}
.elm-loadmore-ajax{
text-align:center;
line-height:48px;
margin-top:2em;
}
.elm-loadmore-ajax a{
font-size:inherit;
border:none;
line-height:26px;
display:inline-block;
padding:0;
font-weight:normal;
background:none;
min-width:0;
}
.elm-loadmore-ajax a:after{
content:"\f107";
font-family:FontAwesome;
padding-left:10px;
font-size:1.2em;
line-height:inherit;
display:inline-block;
position:relative;
top:.1em;
}
.elm-loadmore-ajax a:hover{
background:none;
}
.elm-loadmore-ajax.is-loading .la-shortcode-loading{
display:block;
}
.elm-loadmore-ajax.is-loading a{
display:none;
} #colorbox, #cboxWrapper{
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#cboxWrapper{
max-width:none;
}
#cboxMiddleLeft, #cboxBottomLeft{
clear:left;
}
#cboxContent{
position:relative;
}
#cboxLoadedContent{
overflow:auto;
-webkit-overflow-scrolling:touch;
}
#cboxTitle{
margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
cursor:pointer;
}
.cboxPhoto{
float:left;
margin:auto;
border:0;
display:block;
max-width:none;
-ms-interpolation-mode:bicubic;
}
.cboxIframe{
width:100%;
height:100%;
display:block;
border:0;
padding:0;
margin:0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}
#cboxOverlay{
display:none;
width:100%;
height:100%;
position:fixed;
z-index:2000;
top:0;
left:0;
background:#333;
}
#cboxContent{
background:#fff;
}
#cboxClose{
position:absolute;
cursor:pointer;
right:0;
text-indent:-999em;
top:8px;
display:block;
height:32px;
width:50px;
border:none;
background-color:transparent;
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/fancybox_sprite@2x.png);
background-repeat:no-repeat;
background-position:center 0;
background-size:40px auto;
}
#colorbox.yith_woocompare_colorbox #cboxLoadedContent{
overflow:hidden;
}
.clear::before, .clear::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.clear::after{
clear:both;
}
.item--link-overlay, .item--link-overlay:before{
position:absolute;
}
.item--link-overlay:after, .item--link-overlay:before{
content:"";
opacity:0;
}
.item--link-overlay:before,
.item--link-overlay:after,
.item--link-overlay,
.entry-thumbnail img{
-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
transition:opacity 0.35s, transform 0.35s;
}
.red,
.required{
color:red;
}
.close-button{
border:none;
background-color:transparent;
font-size:20px;
}
.la-pagination{
padding:0 2px;
}
.la-pagination ul{
margin:0 -5px;
padding:0;
list-style:none;
text-align:center;
}
.la-pagination ul li{
display:inline-block;
}
.la-pagination ul .page-numbers{
font-size:12px;
text-align:center;
display:block;
position:relative;
background:#fff;
border:1px solid transparent;
padding:9px 10px;
line-height:20px;
min-width:40px;
margin:0 3px;
}
.la-pagination ul .page-numbers.current{
color:#fff;
}
.la-pagination ul .page-numbers:hover{
box-shadow:0px 0px 8px 0px rgba(41, 44, 58, 0.11);
}
.la-pagination ul .page-numbers.dots{
border-color:transparent;
padding:0;
min-width:0;
color:inherit;
}
.page-content > .la-pagination{
margin-bottom:50px;
margin-top:30px;
}
.share-links a{
width:32px;
height:32px;
line-height:30px;
text-align:center;
display:inline-block;
border-width:1px;
border-style:solid;
margin:0 5px;
border-radius:50%;
transition:border-color 250ms ease-out;
}
.search-form{
position:relative;
}
.search-form .search-field{
margin-bottom:0;
width:100%;
padding:10px 0;
border-width:0 0 1px 0;
background:transparent;
-webkit-appearance:none;
border-radius:0;
}
.search-form .search-button{
display:block;
right:5px;
border:none;
color:#000;
background:none;
padding:0;
}
.search-form .search-button:hover{
background:none;
}
.widget .search-form .search-field{
border-width:1px;
padding:14px 20px;
line-height:20px;
font-size:12px;
}
.widget .search-form .search-button{
right:15px;
font-size:14px;
margin-top:2px;
line-height:normal;
}
.la-slick-slider{
display:none;
}
.la-slick-slider.slick-slider{
display:block;
}
.slick-slider.hidden-dots .slick-dots{
display:none;
}
.slick-slider.products .slick-dots{
margin:0 0 30px;
}
.slick-slider .slick-dots{
margin:25px 0 0;
padding:0;
text-align:center;
line-height:1;
}
.slick-slider .slick-dots li{
display:inline-block;
margin:0 5px;
cursor:pointer;
}
.slick-slider .slick-dots li span{
color:#8a8a8a;
display:block;
width:100%;
height:100%;
transition:all 250ms ease-out;
}
.slick-slider .slick-dots button{
border:none;
padding:0;
margin:0;
width:8px;
height:8px;
line-height:8px;
display:block;
text-indent:-9999em;
opacity:0.2;
border-radius:50%;
}
.slick-slider .slick-dots svg{
width:100%;
height:100%;
display:block;
}
.slick-slider .slick-dots li:hover button,
.slick-slider .slick-dots .slick-active button{
opacity:1;
}
.slick-slider[data-slick_custompaging] .slick-dots li{
width:11px;
height:11px;
}
.slick-slider[data-slick_custompaging] .slick-dots li:not(.slick-active) span{
opacity:0.4;
}
.slick-dots-small .slick-slider .slick-dots li{
width:8px;
height:8px;
}
.slick-slider .slick-prev,
.la-slick-nav .slick-prev{
left:0;
}
.slick-slider .slick-next,
.la-slick-nav .slick-next{
right:0;
}
.slick-slider .slick-arrow,
.la-slick-nav .slick-arrow{
text-align:center;
border:none;
padding:0;
width:48px;
height:48px;
line-height:48px;
z-index:3;
font-size:38px;
color:#858a9f;
font-weight:normal;
background-color:transparent;
border-radius:50%;
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.slick-slider .slick-arrow i,
.la-slick-nav .slick-arrow i{
line-height:inherit;
}
.slick-slider .slick-arrow svg,
.la-slick-nav .slick-arrow svg{
width:100%;
height:100%;
vertical-align:middle;
display:inherit;
}
.slick-slider .slick-arrow.circle-bg svg,
.la-slick-nav .slick-arrow.circle-bg svg{
width:50%;
height:50%;
margin-left:auto;
margin-right:auto;
}
.slick-slider .slick-arrow.circle-bg:hover,
.la-slick-nav .slick-arrow.circle-bg:hover{
background-color:#232324 !important;
color:#fff !important;
}
.vertical-style{
font-size:12px;
}
.vertical-style ul li{
display:block;
padding:20px 0;
}
.vertical-style ul li a{
color:#fff;
}
.backtotop-container .btn-backtotop{
display:inline-block;
position:fixed;
right:0;
bottom:150px;
text-align:center;
z-index:9;
visibility:hidden;
opacity:0;
width:50px;
height:50px;
line-height:50px;
padding:0;
border:none;
}
.backtotop-container.show .btn-backtotop{
visibility:visible;
opacity:1;
right:50px;
}
.backtotop-container span:first-child{
font-size:20px;
}
.searchform-fly-overlay{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
opacity:0;
visibility:hidden;
background-color:rgba(255, 255, 255, 0.9);
text-align:center;
transition:all ease-in-out .25s;
z-index:999;
color:#232324;
}
.searchform-fly-overlay:before{
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
margin-right:-.25em;
}
.searchform-fly-overlay .searchform-fly{
display:inline-block;
max-width:90%;
vertical-align:middle;
text-align:center;
font-size:18px;
transform:scale(0.9);
-webkit-transform:scale(0.9);
opacity:0;
visibility:hidden;
transition:all ease-in-out .3s;
}
.searchform-fly-overlay .search-field{
width:800px;
background-color:transparent;
border:0;
border-bottom:2px solid #232324;
text-align:center;
font-size:30px;
padding:10px;
transition:all .3s ease-out;
font-weight:300;
max-width:100%;
}
.searchform-fly-overlay .search-button{
font-size:30px;
height:30px;
}
.searchform-fly-overlay p{
font-weight:300;
}
.searchform-fly-overlay .btn-close-search{
font-size:40px;
display:block;
position:absolute;
top:20%;
right:20%;
line-height:40px;
height:40px;
transition:all .3s;
}
.searchform-fly-overlay .btn-close-search:hover{
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}
.open-search-form .searchform-fly-overlay{
visibility:visible;
opacity:1;
}
.open-search-form .searchform-fly{
visibility:visible;
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
}
@media (max-width:768px){
.searchform-fly-overlay .btn-close-search{
right:10%;
}
.searchform-fly-overlay .searchform-fly{
font-size:13px;
}
.searchform-fly-overlay .search-field{
font-size:16px;
}
.searchform-fly-overlay .search-button{
font-size:16px;
}
}
.pswp__zoom-wrap .la-media-wrapper{
padding-bottom:56.25%;
padding-top:0;
height:0;
position:relative;
top:50%;
max-width:80%;
margin-left:auto;
margin-right:auto;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.pswp__zoom-wrap .la-media-wrapper object,
.pswp__zoom-wrap .la-media-wrapper embed,
.pswp__zoom-wrap .la-media-wrapper video,
.pswp__zoom-wrap .la-media-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.image.attachment-full.size-full{
width:auto;
}
.la_compt_iem{
float:left;
}
.la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target{
width:40px;
display:block;
text-align:center;
font-size:16px;
line-height:40px;
height:40px;
}
.la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target i{
display:block;
line-height:inherit;
}
.la_compt_iem .component-target-badget{
font-family:Arial, Helvetica, sans-serif;
position:absolute;
font-size:10px;
height:15px;
line-height:15px;
color:#fff;
display:block;
top:0;
right:4px;
min-width:15px;
text-align:center;
padding:0;
background-color:#e9595e;
border-radius:50%;
}
.la_compt_iem svg{
width:100%;
height:100%;
}
.la_compt_iem.la_com_action--primary-menu svg{
transform:scale(0.7);
-webkit-transform:scale(0.7);
}
.la_com_action--cart a.component-target,
.la_com_action--compare a.component-target,
.la_com_action--wishlist a.component-target{
position:relative;
}
.la_com_action--cart .la-cart-total-price{
display:none;
}
.la_com_action--dropdownmenu-text,
.la_com_action--linktext,
.la_com_action--link,
.la_com_action--text{
margin-left:20px;
}
.la_com_action--dropdownmenu-text:first-child,
.la_com_action--linktext:first-child,
.la_com_action--link:first-child,
.la_com_action--text:first-child{
margin-left:0;
}
.la_com_action--dropdownmenu-text .component-target,
.la_com_action--linktext .component-target,
.la_com_action--link .component-target,
.la_com_action--text .component-target{
display:block;
font-size:12px;
line-height:20px;
height:40px;
padding-top:10px;
padding-bottom:10px;
vertical-align:middle;
}
.la_com_action--dropdownmenu-text .component-target i,
.la_com_action--linktext .component-target i,
.la_com_action--link .component-target i,
.la_com_action--text .component-target i{
display:inline-block;
line-height:inherit;
font-size:16px;
margin-right:5px;
position:relative;
top:-1px;
vertical-align:middle;
}
.la_com_action--dropdownmenu-text .component-target-text,
.la_com_action--linktext .component-target-text,
.la_com_action--link .component-target-text,
.la_com_action--text .component-target-text{
display:inline-block;
vertical-align:middle;
}
.la-compare-count,
.la-wishlist-count{
display:none !important;
}
.la_com_action--dropdownmenu{
position:relative;
}
.la_com_action--dropdownmenu .menu{
margin:0;
list-style:none;
position:absolute;
z-index:11;
top:100%;
width:200px;
opacity:0;
visibility:hidden;
background-color:#fff;
padding:15px;
box-shadow:0 2px 12px 2px rgba(0, 0, 0, 0.1);
transition:all 250ms ease-out;
}
.la_com_action--dropdownmenu li a{
text-transform:uppercase;
font-size:11px;
display:block;
padding:10px 30px;
}
.la_com_action--dropdownmenu:hover .component-target{
position:relative;
}
.la_com_action--dropdownmenu:hover .component-target:after{
content:"";
height:80px;
position:absolute;
left:-10px;
right:-10px;
top:100%;
}
.la_com_action--dropdownmenu:hover .menu{
opacity:1;
visibility:visible;
}
.la_com_action--dropdownmenu.component-dropdown-display-arrow a.component-target .component-target-text:after{
content:"\f107";
font-family:FontAwesome;
padding-left:5px;
font-size:1.2em;
}
.la_com_action--dropdownmenu.component-dropdown-display-arrow:hover a.component-target .component-target-text:after{
content:"\f106";
}
.la_com_action--primary-menu.active i:before{
content:"\6e";
font-size: 1.5em;
}
div#la_shop_products{
position:relative;
}
.la-ajax-shop-loading{
position:absolute;
z-index:99;
width:100%;
height:100%;
background:#fff;
visibility:hidden;
opacity:0;
}
.la-ajax-shop-loading.loading{
opacity:1;
visibility:visible;
}
.la-ajax-shop-loading .la-ajax-loading-outer{
margin:0 auto;
display:block;
width:50px;
}
.la-sharing-posts{
position:relative;
display:inline-block;
min-width:30px;
}
.la-sharing-posts > span{
cursor:pointer;
}
.la-sharing-posts .social--sharing{
position:absolute;
bottom:100%;
background:#fff;
padding:10px;
box-shadow:0 2px 12px rgba(0, 0, 0, 0.176);
transition:all 250ms ease-out;
border-radius:5px;
opacity:0;
margin-left:-20px;
visibility:hidden;
white-space:nowrap;
}
.la-sharing-posts .social--sharing a{
margin:0 5px;
border-radius:50%;
}
.la-sharing-posts:hover .social--sharing{
opacity:1;
visibility:visible;
}
.la-lazyload-image:not([data-element-loaded="true"]){
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/ajax-loader.gif) !important;
background-position:center center !important;
background-repeat:no-repeat !important;
background-size:auto !important;
background-color:rgba(201, 201, 202, 0.14);
transition:none !important;
}
.entry-content object,
.entry-content iframe{
max-width:100%;
}
.select2-container .select2-selection--single{
height:50px;
border-radius:4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
margin-top:11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
top:11px;
}
.woocommerce-account-fields::before, .woocommerce-account-fields::after,
.woocommerce-billing-fields::before,
.woocommerce-billing-fields::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.woocommerce-account-fields::after,
.woocommerce-billing-fields::after{
clear:both;
}
.stars [class*="star-"]{
font-size:12px;
display:inline-block;
text-indent:-9999em;
overflow:hidden;
height:1em;
line-height:1em;
margin-left:10px;
padding-left:10px;
vertical-align:middle;
}
.stars [class*="star-"]:first-child{
margin-left:0;
padding-left:0;
}
.stars [class*="star-"]:before{
font-family:FontAwesome;
content:"\f005";
text-transform:none;
display:block;
text-indent:0;
}
.stars [class*="star-"]:hover, .stars [class*="star-"].active{
color:#f5b324;
}
.stars .star-2:before{
content:"\f005\f005";
}
.stars .star-3:before{
content:"\f005\f005\f005";
}
.stars .star-4:before{
content:"\f005\f005\f005\f005";
}
.stars .star-5:before{
content:"\f005\f005\f005\f005\f005";
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
padding:14px 30px 14px 60px;
margin:0 0 30px;
position:relative;
background-color:#eeeff2;
list-style:none outside !important;
width:auto;
word-wrap:break-word;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before{
font-family:"FontAwesome";
content:"\f05a";
display:inline-block;
position:absolute;
left:30px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button{
float:right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li{
list-style:none outside !important;
padding-left:0 !important;
margin-left:0 !important;
}
.woocommerce-message:before{
content:"\f058";
color:#6dde6d;
}
.woocommerce-info:before{
color:#6dde6d;
}
.woocommerce-error:before{
content:"\f06a";
color:#c43002;
}
#shipping_method{
margin:0;
list-style:none;
padding:0;
}
#shipping_method li{
margin-bottom:0.6em;
}
#shipping_method li input[type="checkbox"],
#shipping_method li input[type="radio"]{
margin-bottom:0;
}
.form-row{
margin-bottom:20px;
}
.form-row::before, .form-row::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.form-row::after{
clear:both;
}
.form-row.form-row-first{
float:left;
}
.form-row.form-row-last{
float:right;
}
.form-row.form-row-first, .form-row.form-row-last{
width:48%;
}
@media (max-width:767px){
.form-row.form-row-first, .form-row.form-row-last{
width:100%;
}
}
.form-row label{
margin-bottom:8px;
display:block;
}
.form-row label.inline{
display:inline;
}
.form-row .input-text{
width:100%;
padding:0 20px;
height:50px;
line-height:48px;
}
.col2-set{
margin-left:-15px;
margin-right:-15px;
}
.col2-set::before, .col2-set::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.col2-set::after{
clear:both;
}
.col2-set .col-2,
.col2-set .col-1{
position:relative;
float:left;
min-height:1px;
width:50%;
padding-left:15px;
padding-right:15px;
}
@media (max-width:767px){
.col2-set .col-2,
.col2-set .col-1{
width:100%;
}
}
.onsale,
.new-badge,
.onsale-badge{
position:absolute;
z-index:2;
font-size:12px;
padding:6px 10px 5px;
color:#fff;
line-height:20px;
min-width:70px;
text-align:center;
}
.new-badge{
right:20px;
background:#8cdbe4;
}
.onsale,
.onsale-badge{
left:0;
top:0;
background-color:#232324;
}
.product_item .onsale .save-percentage span:last-child:before{
content:"-";
}
.wc-toolbar-container{
margin-bottom:30px;
}
.wc-toolbar{
line-height:24px;
}
.wc-toolbar p{
margin-bottom:0;
}
.wc-toolbar .woocommerce-result-count,
.wc-toolbar .wc-view-toggle,
.wc-toolbar .wc-ordering{
float:left;
}
.wc-toolbar .wc-view-toggle{
font-size:18px;
}
.wc-toolbar .wc-view-toggle span{
cursor:pointer;
float:left;
height:24px;
margin-left:10px;
}
.wc-toolbar .wc-view-toggle .la-icon-list{
font-size:22px;
}
.wc-toolbar .wc-toolbar-right{
float:right;
}
.wc-toolbar .wc-ordering{
position:relative;
border-width:1px;
border-style:solid;
padding:7px 20px;
margin-top:-10px;
margin-left:20px;
}
.wc-toolbar .wc-ordering:after{
content:"";
position:absolute;
left:0;
width:100%;
padding-bottom:20px;
}
.wc-toolbar .wc-ordering p{
cursor:pointer;
}
.wc-toolbar .wc-ordering p:after{
content:"\f107";
font-family:FontAwesome;
padding-left:10px;
display:inline-block;
line-height:normal;
}
.wc-toolbar .wc-ordering:hover ul{
opacity:1;
visibility:visible;
margin-top:7px;
}
.wc-toolbar .wc-ordering:hover p:after{
content:"\f106";
}
.wc-toolbar .wc-ordering ul{
right:-1px;
position:absolute;
font-size:12px;
background-color:#fff;
border-width:1px;
border-style:solid;
padding:7px;
z-index:11;
visibility:hidden;
margin-top:30px;
opacity:0;
}
.wc-toolbar .wc-ordering ul li{
display:block;
}
.wc-toolbar .wc-ordering ul li a{
padding:3px 10px 0;
white-space:pre;
display:block;
border-radius:2px;
}
.wc-toolbar .wc-ordering ul li:hover a, .wc-toolbar .wc-ordering ul li.active a{
color:#fff;
}
.wc-toolbar .wc-view-count{
float:left;
margin:0 20px 0 40px;
}
.wc-toolbar .wc-view-count p,
.wc-toolbar .wc-view-count ul,
.wc-toolbar .wc-view-count li{
display:inline-block;
margin:0 5px;
}
.wc-toolbar .wc-view-count ul{
margin:0;
padding:0;
}
.wc-toolbar .wc-view-count li.active{
border-bottom:1px solid;
}
.wc-toolbar .la-breadcrumbs{
float:left;
}
.wc-toolbar-top{
padding-top:10px;
margin-bottom:30px;
}
.woocommerce table.wishlist_table{
font-size:100%;
}
.wishlist-title{
display:none;
}
.swatch-control select{
display:none !important;
}
.swatch-control.radio-select ul{
padding:0 !important;
list-style:none !important;
}
.swatch-control.radio-select li{
list-style:none !important;
}
.swatch-control.radio-select li label{
display:inline;
margin-left:10px;
}
a.reset_variations{
position:relative;
display:none;
visibility:hidden;
}
a.reset_variations:before{
content:"\f021";
font-family:FontAwesome;
padding-right:5px;
}
.swatch-wrapper{
padding:2px;
background:#fff;
border-width:1px;
border-style:solid;
float:left;
margin:0 5px 5px 0;
}
.swatch-wrapper.disabled{
position:relative;
cursor:not-allowed;
zoom:1;
opacity:0.4;
}
.swatch-wrapper.disabled:hover{
border-color:#ccc;
}
.swatch-wrapper.disabled:before{
content:"";
width:90%;
height:2px;
background-color:red;
position:absolute;
left:5%;
top:50%;
margin-top:-1px;
z-index:1;
opacity:0.4;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}
.swatch-wrapper.disabled:after{
content:"";
width:90%;
height:2px;
background-color:red;
position:absolute;
left:5%;
top:50%;
margin-top:-1px;
z-index:1;
opacity:0.4;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}
.swatch-wrapper.disabled .swatch-anchor{
cursor:inherit;
}
.swatch-wrapper .swatch-anchor{
display:block;
position:relative;
text-align:center;
}
.swatch-wrapper .swatch-anchor:before{
content:attr(title);
position:absolute;
bottom:80%;
text-indent:0;
background:#000;
padding:5px 10px;
line-height:1;
border-radius:4px;
margin-bottom:10px;
min-width:50px;
color:#fff;
left:50%;
white-space:pre;
text-align:center;
text-transform:none;
transform:translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
visibility:hidden;
opacity:0;
transition:all 250ms ease-out;
}
.swatch-wrapper .swatch-anchor:after{
content:"";
position:absolute;
left:50%;
bottom:80%;
border-width:4px 4px 0 4px;
border-style:solid;
border-color:#000 transparent transparent transparent;
margin-bottom:6px;
margin-left:-4px;
visibility:hidden;
opacity:0;
transition:all 250ms ease-out;
}
.swatch-wrapper .swatch-anchor:hover:before, .swatch-wrapper .swatch-anchor:hover:after{
bottom:100%;
opacity:1;
visibility:visible;
}
.swatch-wrapper img{
width:inherit;
height:inherit;
display:block;
vertical-align:top;
}
.swatch-wrapper.selected{
padding:1px;
border-width:2px;
}
.swatch-wrapper.la-swatch-item-style-rounder,
.swatch-wrapper.la-swatch-item-style-rounder .swatch-anchor,
.swatch-wrapper.la-swatch-item-style-rounder img{
border-radius:5px;
}
.swatch-wrapper.la-swatch-item-style-circle,
.swatch-wrapper.la-swatch-item-style-circle .swatch-anchor,
.swatch-wrapper.la-swatch-item-style-circle img{
border-radius:50%;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label){
position:relative;
border-color:transparent;
padding:6px;
cursor:pointer;
border-radius:50%;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) .swatch-anchor{
width:16px !important;
height:16px !important;
border-radius:50%;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label).selected, .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):hover{
border-color:#e6e6e6;
border-width:1px;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label).selected:before{
content:"\f00c";
font-family:FontAwesome;
color:#fff;
position:absolute;
font-size:10px;
z-index:3;
width:16px;
height:16px;
line-height:16px;
left:6px;
top:6px;
text-align:center;
}
.swatch-wrapper .swatch-anchor-label{
display:none;
}
.radio-select .disabled{
cursor:not-allowed;
zoom:1;
opacity:0.5;
}
.radio-select .disabled input,
.radio-select .disabled label{
cursor:not-allowed;
}
.woocommerce table.wishlist_table thead th:not(.product-name){
text-align:center;
}
div.quantity{
position:relative;
display:inline-block;
}
div.quantity .qty{
width:80px;
height:60px;
padding:10px 30px;
line-height:40px;
color:inherit;
text-align:center;
}
div.quantity .qty[type='number']{
-moz-appearance:textfield;
}
div.quantity .qty[type=number]::-webkit-inner-spin-button, div.quantity .qty[type=number]::-webkit-outer-spin-button{
-webkit-appearance:none;
margin:0;
}
div.quantity span{
position:absolute;
top:0;
height:58px;
cursor:pointer;
width:20px;
font-size:14px;
font-family:sans-serif;
line-height:58px;
left:0;
text-align:right;
}
div.quantity .qty-plus{
text-align:left;
left:auto;
right:0;
}
.shop_table div.quantity .qty{
width:80px;
padding:10px 20px;
height:50px;
line-height:30px;
border-radius:0;
}
.shop_table div.quantity span{
width:20px;
height:50px;
line-height:50px;
}
.wc-toolbar-container .btn-advanced-shop-filter{
float:right;
margin-right:15px;
cursor:pointer;
font-weight:bold;
text-transform:uppercase;
color:#232324;
padding-right:30px;
position:relative;
}
.wc-toolbar-container .btn-advanced-shop-filter i{
position:absolute;
right:0;
height:2px;
background-color:#232324;
width:20px;
top:50%;
margin-top:-1px;
}
.wc-toolbar-container .btn-advanced-shop-filter i:after{
content:"";
width:2px;
height:20px;
position:absolute;
background-color:#232324;
top:-9px;
right:9px;
}
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter{
color:#6b56e2;
}
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter i{
background-color:#6b56e2;
}
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter i:after{
background-color:#6b56e2;
display:none;
}
.la-advanced-product-filters{
box-shadow:0 0 32px 0 rgba(0, 0, 0, 0.05);
display:none;
margin-bottom:30px;
font-size:12px;
}
.la-advanced-product-filters .sidebar-inner{
padding:40px 40px 0;
}
.la-advanced-product-filters .sidebar-inner .widget{
float:left;
margin-bottom:30px;
}
.la-advanced-product-filters .sidebar-inner .widget ul li{
display:block;
margin-bottom:10px;
float:left;
width:100%;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper{
border-radius:0;
padding:0;
margin:0;
border-width:0 !important;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper:before{
left:0 !important;
top:3px !important;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor{
display:inline-block;
vertical-align:middle;
margin-right:10px;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor-label{
display:inline-block;
text-transform:none;
vertical-align:middle;
}
.la-advanced-product-filters .sidebar-inner .widget:not([class*="col-"]){
width:23%;
}
.la-advanced-product-filters .sidebar-inner .widget:not([class*="col-"]).woocommerce-widget-layered-nav{
width:15%;
}
.la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud ul li{
display:inline-block;
margin-right:5px;
float:none;
width:auto;
margin-bottom:0;
}
.la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud ul li:not(:last-child) a:after{
content:",";
}
.la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud a{
font-size:inherit !important;
}
.la-advanced-product-filters .wc-ordering p,
.la-advanced-product-filters .wc-layered-nav-term .count{
display:none;
}
.la-advanced-product-filters .widget_price_filter{
padding-right:30px;
}
.la-advanced-product-filters-result{
padding-bottom:15px;
position:relative;
top:-15px;
font-size:16px;
text-align:center;
line-height:20px;
}
.la-advanced-product-filters-result i{
font-size:20px;
position:absolute;
left:0;
}
.la-advanced-product-filters-result a{
position:relative;
padding-left:25px;
}
.reset-all-shop-filter > span,
.reset-all-shop-filter > svg{
vertical-align:middle;
display:inline-block;
}
.wishlist_table tr td.product-thumbnail a{
display:inline-block;
}
.products-list .product_item .wcvendors_sold_by_in_loop{
display:block;
}
.form-row .input-checkbox + label.checkbox{
display:inline;
text-transform:none;
}
.wcv-store-header .store-info h3{
font-weight:normal;
margin-top:0;
line-height:normal;
margin-bottom:8px;
}
.wcv-store-header .store-info h3 + a{
margin-bottom:10px;
display:block;
}
.date-pick + .btn{
padding:7px 20px;
}
.table.table-vendor-sales-report{
margin-top:20px;
}
.table.table-bordered{
border-collapse:collapse;
}
.table-condensed th,
.table-condensed td{
padding:8px;
}
table.wcv-table td,
table.wcv-table th{
padding:8px;
}
#pv_shop_description_container,
#pv_seller_info_container,
.pv_seller_info_container,
.pv_shop_name_container,
.pv_paypal_container{
margin-bottom:20px;
}
.wcvendors-pro-dashboard-wrapper .wcv-button,
.wcvendors-pro-dashboard-wrapper .button{
display:inline-block;
padding:8px 20px;
vertical-align:middle;
color:#fff;
border:none;
text-decoration:none !important;
}
.wc-tab .seller-rating span.star-rating{
display:block;
}
.wcv-store-header .store-info h3 + a{
color:#f5b223;
}
.post-type-archive.woocommerce-page .page-content > h1{
font-size:20px;
}
.post-type-archive.woocommerce-page .page-content > h3{
font-size:14px;
margin-bottom:10px;
color:#f5b223;
font-weight:normal;
}
.post-type-archive.woocommerce-page .page-content > h3 + p{
margin-bottom:10px;
}
#la_wishlist_table_wrapper .blockUI.blockOverlay{
background:#fff url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/ajax-loader.gif) no-repeat center center !important;
}
.open-cart-aside #la_wishlist_table_wrapper .blockUI.blockOverlay{
opacity:0 !important;
background-color:transparent !important;
}
.la_wishlist_table .product-action a{
border:1px solid;
font-size:12px;
padding:8px 20px;
display:inline-block;
}
div#la_compare_table_wrapper2{
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
}
.la-compare-table{
font-size:13px;
display:block;
margin:0;
border:none;
width:100%;
overflow:auto;
padding:0;
}
.la-compare-table th{
min-width:200px;
background-color:#f2f2f2;
vertical-align:middle;
border-color:#e7e7e7;
font-weight:bold;
border-left:0;
padding-left: 20px;
padding-right: 20px;
}
.la-compare-table td{
min-width:250px;
border-color:#e7e7e7;
text-align:center;
vertical-align:middle;
}
.la-compare-table h4{
font-size:14px;
font-weight:normal;
line-height:normal;
}
.la-compare-table .compare-tr-price{
font-size:14px;
color:#343538;
}
.la-compare-table .image-wrap{
width:120px;
max-width:100%;
margin:0 auto;
}
.la-compare-table .add_to_cart_wrap a{
background-color:#343538;
color:#fff;
padding:5px 15px;
display:inline-block;
}
.la-compare-table .add_to_cart_wrap a.added{
display:none;
}
.la-compare-table del{
color:#8a8a8a;
}
.la-compare-table ins{
text-decoration:none;
}
@media (max-width:800px){
.la-compare-table th{
min-width:150px;
}
}
@media (max-width:600px){
.la-compare-table th{
min-width:0;
}
}
.demo_store{
position:fixed;
left:0;
bottom:0;
right:0;
margin:0;
padding:1em 1.41575em;
background-color:#3d9cd2;
color:#fff;
z-index:9999;
}
.demo_store:before{
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
margin-right:0.5407911001em;
content:"\f05a";
}
@media (min-width:768px){
.demo_store a.woocommerce-store-notice__dismiss-link{
background:rgba(0, 0, 0, 0.1);
float:right;
display:inline-block;
margin:-1em -1.41575em -1em 0;
padding:1em 1.41575em;
}
.demo_store a.woocommerce-store-notice__dismiss-link:before{
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
content:"\f057";
margin-right:0.3342343017em;
}
}
@media (max-width:600px){
table.shop_table_responsive tr td[data-title]:before,
.shop_table.woocommerce-cart-form__contents td{
font-size:12px;
}
.la_wishlist_table .product-action a{
padding:5px 10px;
margin-top:10px;
}
}
a.trigger-dlmenu{
position:absolute !important;
right:0;
height:100%;
top:0;
width:50px;
padding:0 !important;
}
a.trigger-dlmenu:after{
display:none;
}
.rtl a.trigger-dlmenu{
left:0;
right:auto;
}
.woocommerce form.checkout.woocommerce-checkout:before,
.woocommerce form.checkout.woocommerce-checkout:after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.woocommerce form.checkout.woocommerce-checkout:after{
clear:both;
}
.processing .blockOverlay{
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/ajax-loader.gif) !important;
background-position:center 30% !important;
background-repeat:no-repeat !important;
} .widget .widget-title span{
display:inline-block;
}
.widget ul{
margin:0;
padding:0;
list-style:none;
}
.widget ul.grid-items{
margin-left:-15px;
margin-right:-15px;
margin-top:20px;
}
.widget ul.grid-items.products-list-mini .product_item .product_item--title{
font-size:12px;
text-transform:none;
}
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li{
margin-bottom:15px;
line-height:1.6;
}
.widget_meta .rss-date,
.widget_meta .post-date,
.widget_recent_comments .rss-date,
.widget_recent_comments .post-date,
.widget_rss .rss-date,
.widget_rss .post-date,
.widget_recent_entries .rss-date,
.widget_recent_entries .post-date{
font-style:italic;
}
.widget_recent_entries .pr-item{
padding-top: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 10px;
}
.widget_recent_entries .pr-item::before, .widget_recent_entries .pr-item::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.widget_recent_entries .pr-item::after{
clear:both;
}
.widget_recent_entries .pr-item .pr-item--left{
float:left;
width:70px;
height:70px;
position:relative;
margin-right:20px;
margin-bottom:10px;
}
.widget_recent_entries .pr-item .pr-item--left a{
position:absolute;
left:0;
width:100%;
top:0;
height:100%;
background-size:cover;
background-position:center center;
}
.widget_recent_entries .pr-item .pr-item--right a{
display:block;
font-weight:bold;
font-size:14px;
margin-top:-5px;
margin-bottom:3px;
line-height: 1.4;
}
.widget_recent_entries .pr-item .pr-item--right .post-date{
display:block;
font-size:12px;
font-style:normal;
}
a.rsswidget{
font-weight:500;
}
.rssSummary{
padding:5px 0;
}
.rss-date{
font-size:12px;
}
.rss-date:before{
content:" - ";
}
.widget.widget_product_tag_cloud ul li{
display:inline-block;
}
.widget .tagcloud::before, .widget .tagcloud::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.widget .tagcloud::after{
clear:both;
}
.widget .tagcloud a{
font-size:14px !important;
}
.widget .tagcloud a:not(:last-child):after{
content:",";
}
.widget .tagcloud a:hover{
text-decoration:underline;
}
.widget_recent_comments li.recentcomments{
padding-left:30px;
position:relative;
margin-bottom:20px;
}
.widget_recent_comments li.recentcomments:before{
content:"\f0e6";
font-family:"FontAwesome";
position:absolute;
left:0;
top:0;
font-size:18px;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.product_list_widget{
list-style:none;
margin:0;
}
.product_list_widget li{
position:relative;
}
.product_list_widget li::before, .product_list_widget li::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.product_list_widget li::after{
clear:both;
}
.product_list_widget li + li{
margin-top:30px;
}
.product_list_widget li img{
float:left;
max-width:70px;
margin-right:20px;
}
.product_list_widget a{
display:block;
font-size:14px;
line-height:normal;
margin:0 0 5px;
}
.product_list_widget .amount{
margin-top:5px;
}
.product_list_widget ins{
text-decoration:none;
}
.product_list_widget del .amount{
color:inherit;
font-size:14px;
}
.product_list_widget .reviewer{
font-size:14px;
}
.product_list_widget a.remove{
display:block;
font-weight:normal;
font-size:14px;
height:20px;
line-height:17px;
overflow:hidden;
position:absolute;
right:0;
text-align:right;
width:20px;
font-family:Verdana, sans-serif;
}
.widget_shopping_cart_content::before, .widget_shopping_cart_content::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.widget_shopping_cart_content::after{
clear:both;
}
.widget_shopping_cart_content .total{
text-transform:uppercase;
font-weight:500;
margin:20px 0;
border-width:1px 0 0;
border-style:solid;
padding-top:15px;
}
.widget_shopping_cart_content .total strong{
font-weight:normal;
}
.widget_shopping_cart_content .total .amount{
float:right;
}
.widget_shopping_cart_content .buttons{
text-align:right;
}
.widget_price_filter .price_slider_amount{
padding-top:45px;
position:relative;
}
.widget_price_filter .price_slider_amount input{
width:48%;
float:left;
display:none;
}
.widget_price_filter .price_slider_amount .price_label{
letter-spacing:0;
position:absolute;
top:0;
left:0;
}
.widget_price_filter .ui-slider{
margin-bottom:20px;
position:relative;
background-color:#9d9d9d;
margin-right:8px;
height:2px;
}
.widget_price_filter .ui-slider:after{
content:"";
position:absolute;
height:2px;
width:8px;
background-color:#9d9d9d;
right:-8px;
}
.widget_price_filter .ui-slider .ui-slider-handle{
position:absolute;
z-index:2;
width:8px;
height:8px;
background-color:#e9595e;
cursor:ew-resize;
top:-3px;
border-radius:50%;
box-shadow:0 0px 15px rgba(0, 0, 0, 0.2);
}
.widget_price_filter .ui-slider .ui-slider-range{
position:absolute;
z-index:1;
height:2px;
background-color:#343538;
}
.widget_layered_nav ul li{
text-transform:uppercase;
position:relative;
margin-bottom:10px;
display:block;
}
.widget_layered_nav ul li a{
display:block;
}
.widget_layered_nav ul li .count{
position:absolute;
right:0;
top:0;
}
.widget_layered_nav ul li.active a:after{
content:"\f014";
font-family:FontAwesome;
float:right;
}
.widget_layered_nav .la-swatches-widget-opts li{
display:inline-block;
margin:0;
}
.widget_layered_nav .la-swatches-widget-opts li .count{
display:none;
}
.widget_layered_nav .la-swatches-widget-opts li.active a:after{
display:none;
}
.widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper{
border-color:#e6e6e6;
border-width:1px;
}
.widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper:before{
content:"\f00c";
font-family:FontAwesome;
color:#fff;
position:absolute;
font-size:10px;
z-index:3;
width:16px;
height:16px;
line-height:16px;
left:6px;
top:6px;
text-align:center;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li{
font-size:11px;
line-height:30px;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li a{
padding-left:20px;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li a:before{
content:"";
border-width:1px;
border-style:solid;
height:12px;
width:12px;
position:absolute;
left:0;
top:9px;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li a:after{
content:"\f00c";
font-family:FontAwesome;
position:absolute;
left:2px;
font-size:8px;
top:0px;
opacity:0;
visibility:hidden;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li:not(.active):hover > a:after{
opacity:1;
visibility:visible;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li.active a:after{
content:"\f00c";
opacity:1;
visibility:visible;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle.filter-two-columns li{
width:50%;
display:inline-block;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle.filter-two-columns li .count{
display:none;
}
.widget_layered_nav_filters ul li a{
font-size:12px;
}
.widget_layered_nav_filters ul li a:after{
content:"\f014";
font-family:FontAwesome;
float:right;
font-size:12px;
margin-top:3px;
}
.widget_layered_nav_filters ul li .amount{
font-size:16px;
}
.la-price-filter-list li{
margin-bottom:10px;
}
#yith-wcwl-form table .button{
margin-bottom:0;
border-width:1px;
border-style:solid;
border-radius:0;
display:inline-block !important;
padding:7px 20px;
}
#yith-wcwl-form table .button + a{
display:none !important;
}
.widget-list-product-mini a{
display:block;
}
.product_list_widget .variation{
margin:0;
}
.product_list_widget .variation dd, .product_list_widget .variation dt{
display:inline-block;
font-size:11px;
line-height:100%;
margin:0;
}
.product_list_widget .variation p{
margin:0;
}
.calendar_wrap caption{
border-width:1px 1px 0 1px;
border-style:solid;
padding:8px;
text-transform:uppercase;
}
.calendar_wrap td,
.calendar_wrap th{
text-align:center;
padding:8px;
}
#sb_instagram #sbi_load{
padding:0 !important;
}
.widget #sb_instagram{
margin-left:-10px;
margin-right:-10px;
width:auto !important;
padding-bottom:0 !important;
}
.widget_rating_filter a{
font-size:13px;
vertical-align:middle;
}
.widget_rating_filter a .star-rating{
display:inline-block;
top:2px;
}
.widget-border.widget{
border-width:1px;
border-style:solid;
padding:30px;
}
.widget-border-bottom.widget{
padding-bottom:30px;
border-width:0 0 1px;
border-style:solid;
}
.widget-author__image{
text-align:center;
margin:0 !important;
}
.widget-author__image img{
width:auto;
}
.widget-author__information{
text-align:center;
}
.widget-author__information .widget-title{
font-size:36px !important;
font-family:'Dawning of a New Day', cursive;
line-height:1;
margin:15px 0 !important;
font-weight:normal;
} .site-branding{
float:left;
max-width:300px;
}
.site-branding figure{
display:block;
}
.site-branding a{
display:inline-block;
vertical-align:middle;
transition:all 250ms ease-out;
}
.site-branding img{
max-height:100%;
transition:all 250ms ease;
}
.site-branding .logo--transparency img{
opacity:0;
visibility:hidden;
}
.header-left,
.header-middle,
.header-right,
.site-branding,
.site-main-nav{
float:left;
}
.header-right{
float:right;
}
.site-header .site-branding img{
max-height:100%;
position:absolute;
top:50%;
transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
-webkit-transform:translate(0, -webkit-calc(-50% + 1px));
}
.site-header .header-main{
position:relative;
}
.site-header .header-search-form{
display:none;
}
.site-header ul.menu{
margin:0;
padding:0;
}
.site-header .header-component-inner{
padding-top:30px;
padding-bottom:30px;
transition:padding 250ms ease-out;
}
.site-header .la_com_action--dropdownmenu .menu{
padding:15px 0;
}
.site-main-nav .main-menu > li > a{
transition:background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
.site-main-nav .main-menu > li > a:after{
content:"";
border-top:1px solid;
border-top-color:inherit;
right:15px;
left:auto;
width:0;
position:absolute;
transition:width .25s ease-out;
bottom:10px;
}
.site-main-nav .main-menu > li.active > a:after, .site-main-nav .main-menu > li:hover > a:after{
left:15px;
right:auto;
width:calc(100% - 30px);
width:-webkit-calc(100% - 30px);
transition:width .25s ease-in;
}
.enable-header-fullwidth:not(.body-boxed) .site-header-top > .container,
.enable-header-fullwidth:not(.body-boxed) .site-header .site-header-inner > .container{
width:100%;
}
@media (min-width:1300px){
.enable-header-fullwidth:not(.body-boxed) .site-header-top > .container,
.enable-header-fullwidth:not(.body-boxed) .site-header .site-header-inner > .container{
padding-left:30px;
padding-right:30px;
}
}
@media (min-width:1500px){
.enable-header-fullwidth:not(.body-boxed) .site-header-top > .container,
.enable-header-fullwidth:not(.body-boxed) .site-header .site-header-inner > .container{
padding-left:80px;
padding-right:80px;
}
}
.site-header-mobile .site-header-inner,
.site-header .site-header-inner{
position:relative;
z-index:4;
}
.site-header-top .item-menu-currenry,
.site-header-top .item-menu-language{
float:right;
}
.site-header-top .item-menu-currenry ul.menu,
.site-header-top .item-menu-language ul.menu{
right:0;
width:auto;
}
.header-v1 .site-header .header-left{
width:30%;
}
.header-v2 .site-header .header-left{
width:18%;
}
.header-v2 .site-header .header-middle{
width:64%;
}
.header-v2 .site-header .header-right{
max-width:18%;
}
.header-v2 .site-header .site-main-nav{
width:100%;
text-align:center;
}
.header-v2 .site-header .mega-menu > li{
float:none;
display:inline-block;
}
.header-v9 .site-header .header-left,
.header-v8 .site-header .header-left,
.header-v2b .site-header .header-left,
.header-v3 .site-header .header-left{
width:41%;
}
.header-v9 .site-header .header-middle,
.header-v8 .site-header .header-middle,
.header-v2b .site-header .header-middle,
.header-v3 .site-header .header-middle{
width:18%;
}
.header-v9 .site-header .header-right,
.header-v8 .site-header .header-right,
.header-v2b .site-header .header-right,
.header-v3 .site-header .header-right{
max-width:41%;
}
.header-v9 .site-header .site-branding img,
.header-v8 .site-header .site-branding img,
.header-v2b .site-header .site-branding img,
.header-v3 .site-header .site-branding img{
left:50%;
transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-webkit-transform:translate(-webkit-calc(-50% + 1px), -webkit-calc(-50% + 1px));
}
.header-v2b .site-header .main-menu > li{
padding-left:5px;
padding-right:5px;
}
.header-v4 .site-header .header-left{
width:40%;
}
.header-v7 .site-header .header-left{
width:25%;
}
.header-v7 .site-header .header-right{
max-width:25%;
}
.header-v7 .site-header .header-middle{
width:50%;
}
.header-v7 .site-header .search-form{
max-width:430px;
margin:0 auto;
}
.header-v7 .site-header .mega-menu > li > .popup{
margin-top:30px !important;
}
.header-v7 .site-header .mega-menu > li:hover > .popup{
margin-top:0 !important;
}
.header-v7 .site-header .searchform-wrapper{
margin-top:-5px;
margin-bottom:-5px;
}
.header-v7 .site-header__nav-primary .main-menu > li{
padding:10px 0;
}
.header-v7 .site-header__nav-primary .main-menu > li > a{
letter-spacing:0;
}
.header-v7 .site-header__nav-primary .site-category-nav{
float:left;
width:auto;
position:relative;
}
.header-v7 .site-header__nav-primary .site-category-nav .toggle-category-menu{
display:inline-block;
line-height:30px;
padding:15px 25px 15px 0;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
position:relative;
cursor:pointer;
margin-right:20px;
}
.header-v7 .site-header__nav-primary .site-category-nav .toggle-category-menu:before{
content:"";
position:absolute;
right:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:6px solid;
border-top-color:inherit;
top:22px;
margin-top:5px;
}
.header-v7 .site-header__nav-primary .site-category-nav .nav-inner{
position:absolute;
top:100%;
width:270px;
background:#fff;
box-shadow:0 0 38px 0 rgba(41, 44, 58, 0.09);
text-align:left;
margin-top:20px;
z-index:111;
visibility:hidden;
left:0;
-webkit-transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
-moz-transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
opacity:0;
padding-top:15px;
padding-bottom:15px;
}
.header-v7 .site-header__nav-primary .site-category-nav:hover .nav-inner{
opacity:1;
visibility:visible;
margin-top:0;
}
.header-v7 .site-header__nav-primary .site-category-nav .popup{
top:0;
}
.header-v7 .site-header__nav-primary .site-category-nav .site-category-menu > li.mm-popup-wide{
position:static;
}
.header-v7 .site-header__nav-primary .site-category-nav .site-category-menu .menu-item .tip{
right:auto;
}
.site-category-nav .mega-menu > li > a{
text-transform:uppercase;
padding:8px 25px;
font-weight:bold;
font-size:12px;
}
.site-category-nav .mega-menu > li > a .mm-icon{
display:inline-block;
vertical-align:middle;
font-size:20px;
width:30px;
}
.sf-fields{
border:1px solid #e1e1e1;
-webkit-display:flex;
display:-ms-flexbox;
display:flex;
-ms-flex-flow:row nowrap;
flex-flow:row nowrap;
-ms-flex-align:center;
align-items:center;
-ms-flex-pack:justify;
justify-content:space-between;
width:100%;
overflow:hidden;
font-size:12px;
}
.sf-fields select{
border:none;
padding:0 20px;
height:48px;
background-position:right -15px center;
}
.sf-fields .sf-field-input{
padding:0 10px;
-ms-flex:1;
flex:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:auto !important;
}
.sf-fields .search-button{
position:static;
width:40px;
margin-right:5px;
font-size:14px;
padding-top:3px;
transform:none;
-webkit-transform:none;
}
.sf-fields .search-field{
border:none;
}
.sf-fields #width_tmp_select{
display:none;
}
.site-header__nav-second{
background-color:#f7f7f7;
padding:10px 0;
}
.site-header__nav-second ul.menu{
list-style:none;
font-size:12px;
text-transform:uppercase;
line-height:24px;
}
.site-header__nav-second ul.menu li{
position:relative;
display:block;
}
.site-header__nav-second ul.menu > li{
display:inline-block;
margin:0 15px;
}
.site-header__nav-second ul.menu > li:first-child{
margin-left:0;
}
.site-header__nav-second ul.menu > li:last-child{
margin-right:0;
}
.header-v8 .site-header__nav .header-main{
border-top:1px solid rgba(52, 53, 56, 0.2);
padding-top:10px;
padding-bottom:10px;
margin-top:25px;
}
.header-v8 .site-header__nav .site-main-nav{
width:100%;
text-align:center;
}
.header-v8 .site-header__nav .main-menu > li{
float:none;
display:inline-block;
}
.header-v8 .site-header__nav .menu-item > .popup{
margin-top:30px !important;
}
.header-v8 .site-header__nav .menu-item:hover > .popup{
margin-top:10px !important;
}
.header-v9 .site-header__nav{
border-top:1px solid #e6e6e6;
}
.header-v9 .site-header__nav .header-main{
padding-top:10px;
padding-bottom:10px;
}
.header-v9 .site-header__nav .menu-item > .popup{
margin-top:30px !important;
}
.header-v9 .site-header__nav .menu-item:hover > .popup{
margin-top:10px !important;
}
.header-v9 .site-header__nav .header-component-outer{
float:right;
}
.header-v9 .site-header__nav .header-component-outer .la_com_action--cart .component-target{
width:auto !important;
}
.header-v9 .site-header__nav .header-component-outer .la_com_action--cart i{
display:inline-block !important;
vertical-align:middle;
}
.header-v9 .site-header__nav .header-component-outer .la_com_action--cart .component-target-badget{
right:auto;
left:8px;
top:2px;
}
.header-v9 .site-header__nav .header-component-outer .la_com_action--cart .la-cart-total-price{
display:inline-block;
vertical-align:middle;
font-size:12px;
padding-left:10px;
padding-right:10px;
}
.header-v11 .site-header .header-middle{
float:right;
}
@media (max-width:1199px) and (min-width:992px){
.header-v11 .site-header .mega-menu > li{
padding:0;
}
}
.site-header .header_component.header-custom-btn > .component-target{
padding:10px 40px;
border-radius:3em;
height:54px;
line-height:34px;
margin-top:-7px;
margin-bottom:-7px;
}
.site-header .header_component.header-custom-btn > .component-target .component-target-text{
color:inherit;
} .header-v1 .site-header .header-left,
.header-v2 .site-header .header-left,
.header-v2b .site-header .header-middle,
.header-v3 .site-header .header-middle,
.header-v4 .site-header .header-left,
.header-v7 .site-header .header-left,
.header-v8 .site-header .header-middle,
.header-v9 .site-header .header-middle{
position:relative;
}
.laicon-three-dots{
position:relative;
top:-2px;
}
.laicon-three-dots, .laicon-three-dots:before, .laicon-three-dots:after{
border-top-width:4px;
border-top-style:solid;
border-top-color:inherit;
width:4px;
display:inline-block;
border-radius:3px;
transition:.25s ease-in-out;
}
.laicon-three-dots:before, .laicon-three-dots:after{
content:"";
position:absolute;
top:-4px;
}
.laicon-three-dots:before{
left:-10px;
}
.laicon-three-dots:after{
right:-10px;
}
.laicon-three-dots span{
width:35px;
display:inline-block;
height:0;
position:absolute;
top:-3px;
left:50%;
}
.laicon-three-dots span:before, .laicon-three-dots span:after{
content:"";
position:absolute;
border-top-width:2px;
border-top-style:solid;
border-top-color:inherit;
width:100%;
left:-50%;
top:0;
opacity:0;
transition:.25s ease-in-out;
transform:rotate(0);
-webkit-transform:rotate(0);
}
.header--aside:not(#masthead_aside){
position:fixed;
top:0;
width:470px;
min-height:100vh;
bottom:0;
z-index:111;
right:0;
visibility:hidden;
opacity:0;
transition:all 400ms ease-out;
transform:translate(200px, 0);
-webkit-transform:translate(200px, 0);
}
.header--aside:not(#masthead_aside).fixed-bottom{
position:fixed;
top:auto;
bottom:0;
}
.header--aside:not(#masthead_aside) .header-aside-inner{
padding:70px;
}
#header_aside{
box-shadow:0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}
#header_aside .header-aside-wrapper{
display:block;
height:100%;
}
#header_aside .header-aside-inner{
overflow:auto;
height:100%;
}
#header_aside .btn-aside-toggle{
position:absolute;
right:40px;
top:20px;
z-index:9;
width:50px;
height:50px;
line-height:50px;
text-align:center;
font-size:26px;
}
#header_aside .btn-aside-toggle i{
line-height:inherit;
transition:all .3s ease-in-out;
display:inherit;
}
#header_aside .btn-aside-toggle:hover > i{
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#masthead_aside .accordion-menu .menu li a,
#header_aside .accordion-menu .menu li a{
display:block;
padding:5px 0;
font-weight:bold;
}
#masthead_aside .accordion-menu .menu li > .narrow,
#header_aside .accordion-menu .menu li > .narrow{
display:none;
width:30px;
text-align:right;
right:-25px;
top:-1px;
}
#masthead_aside .accordion-menu .menu li > .narrow i,
#header_aside .accordion-menu .menu li > .narrow i{
width:14px;
}
#masthead_aside .accordion-menu .menu li li li a,
#header_aside .accordion-menu .menu li li li a{
font-weight:normal;
}
#masthead_aside .accordion-menu .menu > li > a,
#header_aside .accordion-menu .menu > li > a{
font-size:24px;
}
#masthead_aside .accordion-menu .menu > li > .narrow,
#header_aside .accordion-menu .menu > li > .narrow{
top:3px;
}
#masthead_aside .accordion-menu li > ul,
#header_aside .accordion-menu li > ul{
padding-top:10px;
padding-bottom:10px;
}
.open-header-aside #header_aside{
visibility:visible;
opacity:1;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.open-header-aside .la-overlay-global{
visibility:visible;
opacity:0.7;
}
#masthead_aside{
box-shadow:0px 0px 60px 0px rgba(41, 44, 58, 0.06);
position:absolute;
top:0;
width:330px;
min-height:100vh;
bottom:0;
z-index:111;
-webkit-transition:all 1s;
transition:all 1s;
}
#masthead_aside .site-branding{
float:none;
margin:0;
line-height:normal;
max-width:100%;
}
#masthead_aside .site-branding .logo--transparency{
display:none;
}
#masthead_aside .header-left{
width:100%;
margin-bottom:30px;
}
#masthead_aside .header-right,
#masthead_aside .header-middle{
width:100%;
}
#masthead_aside .header-aside-nav ul.menu > li{
margin-bottom:5px;
}
#masthead_aside .header-aside-nav ul.menu > li > a{
display:block;
padding:10px 0;
font-size:18px;
font-weight:bold;
line-height:30px;
}
#masthead_aside .header-aside-nav ul.menu > li ul{
padding-top:10px;
padding-bottom:10px;
}
#masthead_aside .header-aside-nav ul.menu > li li a{
display:block;
padding:3px 0;
}
#masthead_aside .header-bottom{
padding-top:20px;
}
.header--aside .mega-menu{
margin-left:-30px;
margin-right:-30px;
}
.header--aside .mega-menu > li{
margin-bottom:5px;
}
.header--aside .mega-menu > li > a{
padding:10px 30px;
font-weight:bold;
text-transform:uppercase;
font-size:13px;
}
.header--aside .header-widget-bottom .widget-title{
margin-bottom:25px;
}
.header--aside .header-widget-bottom .widget{
margin-bottom:30px;
}
.header--menu-burger{
position:fixed;
width:100%;
height:100%;
left:0;
top:0;
overflow:auto;
background-color:rgba(255, 255, 255, 0.9);
visibility:hidden;
opacity:0;
z-index:999;
transition:all 0.5s ease-out;
text-align:center;
}
.header--menu-burger:before{
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
margin-right:-.25em;
}
.header--menu-burger .btn-aside-toggle{
font-size:40px;
display:block;
position:absolute;
top:20%;
right:20%;
line-height:40px;
height:40px;
transition:all .3s;
}
.header--menu-burger .btn-aside-toggle:hover{
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}
.header--menu-burger .header_menu-burger-inner{
display:inline-block;
max-width:90%;
vertical-align:middle;
text-align:center;
font-size:14px;
line-height:30px;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out;
}
.header--menu-burger .menu > li{
opacity:0;
transform:translate(0, 30px);
-webkit-transform:translate(0, 30px);
transition:all 0.4s ease-out;
transition-delay:200ms;
-webkit-transition-delay:200ms;
}
.header--menu-burger .menu > li > a{
font-size:60px;
font-weight:bold;
display:block;
line-height:1.6;
}
.header--menu-burger .menu > li > ul > li > a{
font-size:16px;
font-weight:bold;
line-height:2;
}
.header--menu-burger .menu > li ul{
margin:0;
padding:30px 0;
}
.header--menu-burger .menu > li .narrow{
display:none;
}
.header--menu-burger .menu > li:nth-child(1){
transition-delay:250ms;
-webkit-transition-delay:250ms;
}
.header--menu-burger .menu > li:nth-child(2){
transition-delay:300ms;
-webkit-transition-delay:300ms;
}
.header--menu-burger .menu > li:nth-child(3){
transition-delay:350ms;
-webkit-transition-delay:350ms;
}
.header--menu-burger .menu > li:nth-child(4){
transition-delay:400ms;
-webkit-transition-delay:400ms;
}
.header--menu-burger .menu > li:nth-child(5){
transition-delay:450ms;
-webkit-transition-delay:450ms;
}
.header--menu-burger .menu > li:nth-child(6){
transition-delay:500ms;
-webkit-transition-delay:500ms;
}
.header--menu-burger .menu > li:nth-child(7){
transition-delay:550ms;
-webkit-transition-delay:550ms;
}
.header--menu-burger .menu > li:nth-child(8){
transition-delay:600ms;
-webkit-transition-delay:600ms;
}
.open-burger-menu .header--menu-burger{
visibility:visible;
opacity:1;
}
.open-burger-menu .header--menu-burger .header_menu-burger-inner{
visibility:visible;
opacity:1;
}
.open-burger-menu .header--menu-burger .menu > li{
opacity:1;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.header-v4 .header--aside .mega-menu > li .tip,
.header-v3 .header--aside .mega-menu > li .tip,
.header-v2b .header--aside .mega-menu > li .tip,
.header-v2 .header--aside .mega-menu > li .tip{
right:auto;
}
.header-v4 .header--aside .mega-menu > li > a,
.header-v3 .header--aside .mega-menu > li > a,
.header-v2b .header--aside .mega-menu > li > a,
.header-v2 .header--aside .mega-menu > li > a{
text-align:left;
}
.header-v6 .site-inner{
position:relative;
}
.header-v6 #header_aside{
width:280px;
}
.header-v6 #header_aside .header-aside-wrapper{
overflow:auto;
}
.header-v6 #header_aside .header-aside-wrapper:before{
content:'';
display:inline-block !important;
height:100%;
vertical-align:middle;
margin-right:-.25em;
}
.header-v6 #header_aside .header-aside-wrapper .header-aside-inner{
height:auto;
display:inline-block;
vertical-align:middle;
width:100%;
margin-top:-50px;
}
.header-v6 #masthead_aside{
width:100px;
position:fixed;
box-shadow:none;
}
.header-v6 #masthead_aside .site-header-inner{
padding:30px 0;
min-height:100%;
position:relative !important;
}
.header-v6 #masthead_aside .site-header-inner .container{
padding-left:20px;
padding-right:20px;
}
.header-v6 #masthead_aside .header-right{
position:absolute;
text-align:center;
top:50%;
left:0;
margin:-20px 0 0;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.header-v6 #masthead_aside .header-right .la_com_action--aside_header{
width:100%;
}
.header-v6 #masthead_aside .header-right a{
display:block;
margin:0 auto;
}
.header-v6.admin-bar #masthead_aside{
padding-top:32px;
}
.header-v6:not(.rtl) #header_aside{
right:auto;
left:100px;
transform:translate(-100px, 0);
-webkit-transform:translate(-100px, 0);
}
.header-v6:not(.rtl) #header_aside .header-aside-wrapper .header-aside-inner{
padding:0 30px 0 50px;
}
.header-v6:not(.rtl) #masthead_aside{
left:0;
}
.header-v6:not(.rtl) #page.site{
padding-left:100px;
}
.header-v6.rtl #header_aside{
left:auto !important;
right:100px !important;
transform:translate(100px, 0) !important;
-ms-transform:translate(100px, 0) !important;
-webkit-transform:translate(100px, 0) !important;
}
.header-v6.rtl #header_aside .header-aside-wrapper .header-aside-inner{
padding:0 50px 0 30px;
}
.header-v6.rtl #masthead_aside{
right:0;
}
.header-v6.rtl #page.site{
padding-right:100px;
}
.header-v6.rtl .header--menu-burger{
left:0;
right:100px;
width:auto;
}
.header-v6.open-header-aside:not(.rtl) #header_aside{
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
box-shadow:0px 0px 60px 0px rgba(41, 44, 58, 0.06);
}
.header-v6.open-header-aside.rtl #header_aside{
transform:translate(0, 0) !important;
-ms-transform:translate(0, 0) !important;
-webkit-transform:translate(0, 0) !important;
box-shadow:0px 0px 60px 0px rgba(41, 44, 58, 0.06);
}
.header-v6.open-header-aside .laicon-three-dots{
width:0;
}
.header-v6.open-header-aside .laicon-three-dots:before{
left:0;
opacity:0;
}
.header-v6.open-header-aside .laicon-three-dots:after{
right:0;
opacity:0;
}
.header-v6.open-header-aside .laicon-three-dots span:before{
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
opacity:1;
}
.header-v6.open-header-aside .laicon-three-dots span:after{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
opacity:1;
}
.header-v5 #masthead_aside{
width:370px;
}
.header-v5 #masthead_aside .site-header-inner{
padding:70px 40px;
}
.header-v5 #masthead_aside .site-header-inner .container{
padding-left:0;
padding-right:0;
}
.header-v5 #masthead_aside .header-left{
margin-bottom:50px;
}
.header-v5 #masthead_aside .header-middle{
margin-bottom:30px;
}
.header-v5 #masthead_aside .header-middle .header-component-inner{
display:inline-block;
vertical-align:middle;
}
.header-v5 #masthead_aside .header-bottom{
padding-top:60px;
}
.header-v5 #masthead_aside .header-component-outer:not(.header-bottom){
text-align:center;
}
.header-v5 #masthead_aside .accordion-menu li > ul{
margin:0;
}
.header-v5:not(.rtl) #masthead_aside{
left:0;
}
.header-v5:not(.rtl) #page.site{
padding-left:370px;
}
.header-v5.rtl #masthead_aside{
right:0;
}
.header-v5.rtl #page.site{
padding-right:370px;
}
.site-header .site-header-inner{
transition:background .25s;
}
.enable-header-sticky .site-header .site-header-inner{
width:100%;
}
.enable-header-sticky:not(.header-sticky-type-auto) .is-sticky .site-header-inner{
visibility:visible;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.is-sticky .site-header-inner{
position:fixed;
top:0;
transform:translate(0, -100%);
-webkit-transform:translate(0, -100%);
will-change:transform, background;
}
.is-sticky .site-header-inner.sticky--pinned{
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
transition:transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}
.is-sticky .site-header-inner.sticky--unpinned{
transform:translate(0, -100%);
-webkit-transform:translate(0, -100%);
visibility:hidden;
transition:transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}
.fp-header-is-sticky:not(.is-sticky) .site-header-inner{
transition:transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}
.la-header-sticky-height{
display:none;
}
.body-loaded .site-header-outer{
position:relative;
}
.body-loaded .site-header-outer .site-header-inner{
position:absolute;
left:0;
top:0;
width:100%;
height:auto;
}
.body-loaded .is-sticky .site-header-outer .site-header-inner{
position:fixed;
}
.body-loaded .la-header-sticky-height{
display:block;
}
.enable-header-transparency .site-header{
position:absolute;
width:100%;
left:0;
z-index:10;
}
.enable-header-transparency .site-header:not(.is-sticky) .site-header-inner{
transition:none;
}
.enable-header-transparency .site-header:not(.is-sticky) .site-branding .logo--normal img{
opacity:0;
visibility:hidden;
}
.enable-header-transparency .site-header:not(.is-sticky) .site-branding .logo--transparency img{
opacity:1;
visibility:visible;
}
.enable-header-transparency #masthead_aside{
box-shadow:none;
}
.enable-header-transparency #masthead_aside .site-branding .logo--normal{
display:none;
}
.enable-header-transparency #masthead_aside .site-branding .logo--transparency{
display:block;
}
.enable-header-transparency #masthead_aside .site-branding .logo--transparency img{
opacity:1;
visibility:visible;
}
.dl-menuwrapper{
width:100%;
float:left;
position:relative;
-webkit-perspective:1000px;
perspective:1000px;
-webkit-perspective-origin:50% 200%;
perspective-origin:50% 200%;
z-index:9;
}
.dl-menuwrapper ul{
padding:0;
list-style:none;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}
.dl-menuwrapper .dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-subview li.dl-subview,
.dl-menuwrapper .dl-subview .dl-submenu{
border:none;
}
.dl-menuwrapper li{
position:relative;
}
.dl-menuwrapper li:first-child{
border-top:none;
}
.dl-menuwrapper li a{
display:block;
position:relative;
padding:12px 30px;
line-height:30px;
}
.dl-menuwrapper li a .mm-text{
display:block;
}
.dl-menuwrapper li a .mm-desc{
font-size:12px;
line-height:normal;
}
.dl-menuwrapper li a .mm-icon{
width:30px;
font-size:18px;
margin-left:-10px;
vertical-align:middle;
}
.dl-menuwrapper li a .mm-icon[class*="la-icon-"]{
vertical-align:top;
}
.dl-menuwrapper li.dl-back > a{
text-align:right;
}
.dl-menuwrapper li > a:not(:only-child):after{
font-family:FontAwesome;
content:"\f105";
position:absolute;
right:20px;
top:12px;
font-size:16px;
}
.dl-menuwrapper li.dl-back > a:before{
font-family:FontAwesome;
content:"\f177";
float:left;
}
.dl-menuwrapper li .dl-submenu{
display:none;
}
.dl-menuwrapper .dl-menu{
margin:0;
position:absolute;
width:100%;
opacity:0;
pointer-events:none;
-webkit-transform:translateY(10px);
transform:translateY(10px);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle{
transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen{
opacity:1;
pointer-events:auto;
-webkit-transform:translateY(0px);
transform:translateY(0px);
}
.dl-menuwrapper > .dl-submenu{
position:absolute;
width:100%;
top:0;
left:0;
margin:0;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a{
display:none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen .dl-submenu > li{
display:block;
} .no-js .dl-menuwrapper .dl-menu{
position:relative;
opacity:1;
-webkit-transform:none;
transform:none;
}
.no-js .dl-menuwrapper li .dl-submenu{
display:block;
}
.no-js .dl-menuwrapper li.dl-back{
display:none;
}
.no-js .dl-menuwrapper li > a:not(:only-child):after{
content:'';
} .dl-menu.dl-animate-out-1{
-webkit-animation:MenuAnimOut1 0.4s;
animation:MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-in-1{
-webkit-animation:MenuAnimIn1 0.4s;
animation:MenuAnimIn1 0.4s;
}
.dl-menu.dl-animate-out-2{
-webkit-animation:MenuAnimOut2 0.3s ease-in-out;
animation:MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-2{
-webkit-animation:MenuAnimIn2 0.3s ease-in-out;
animation:MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3{
-webkit-animation:MenuAnimOut3 0.4s ease;
animation:MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-in-3{
-webkit-animation:MenuAnimIn3 0.4s ease;
animation:MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-out-4{
-webkit-animation:MenuAnimOut4 0.4s ease;
animation:MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-in-4{
-webkit-animation:MenuAnimIn4 0.4s ease;
animation:MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-out-5{
-webkit-animation:MenuAnimOut5 0.4s ease;
animation:MenuAnimOut5 0.4s ease;
}
.dl-menu.dl-animate-in-5{
-webkit-animation:MenuAnimIn5 0.4s ease;
animation:MenuAnimIn5 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1{
-webkit-animation:SubMenuAnimIn1 0.4s ease;
animation:SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2{
-webkit-animation:SubMenuAnimIn2 0.3s ease-in-out;
animation:SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3{
-webkit-animation:SubMenuAnimIn3 0.4s ease;
animation:SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4{
-webkit-animation:SubMenuAnimIn4 0.4s ease;
animation:SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5{
-webkit-animation:SubMenuAnimIn5 0.4s ease;
animation:SubMenuAnimIn5 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1{
-webkit-animation:SubMenuAnimOut1 0.4s ease;
animation:SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2{
-webkit-animation:SubMenuAnimOut2 0.3s ease-in-out;
animation:SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3{
-webkit-animation:SubMenuAnimOut3 0.4s ease;
animation:SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4{
-webkit-animation:SubMenuAnimOut4 0.4s ease;
animation:SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5{
-webkit-animation:SubMenuAnimOut5 0.4s ease;
animation:SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1{
0%{
}
50%{
-webkit-transform:translateZ(-250px) rotateY(30deg);
}
75%{
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5;
}
100%{
-webkit-transform:translateZ(-500px) rotateY(0deg);
opacity:0;
}
}
@-webkit-keyframes MenuAnimOut2{
0%{
}
100%{
-webkit-transform:translateX(-100%);
opacity:0;
}
}
@-webkit-keyframes MenuAnimOut3{
0%{
}
100%{
-webkit-transform:translateZ(300px);
opacity:0;
}
}
@-webkit-keyframes MenuAnimOut4{
0%{
}
100%{
-webkit-transform:translateZ(-300px);
opacity:0;
}
}
@-webkit-keyframes MenuAnimOut5{
0%{
}
100%{
-webkit-transform:translateY(40%);
opacity:0;
}
}
@keyframes MenuAnimOut1{
0%{
}
50%{
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg);
}
75%{
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5;
}
100%{
-webkit-transform:translateZ(-500px) rotateY(0deg);
transform:translateZ(-500px) rotateY(0deg);
opacity:0;
}
}
@keyframes MenuAnimOut2{
0%{
}
100%{
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
opacity:0;
}
}
@keyframes MenuAnimOut3{
0%{
}
100%{
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0;
}
}
@keyframes MenuAnimOut4{
0%{
}
100%{
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0;
}
}
@keyframes MenuAnimOut5{
0%{
}
100%{
-webkit-transform:translateY(40%);
transform:translateY(40%);
opacity:0;
}
}
@-webkit-keyframes MenuAnimIn1{
0%{
-webkit-transform:translateZ(-500px) rotateY(0deg);
opacity:0;
}
20%{
-webkit-transform:translateZ(-250px) rotateY(30deg);
opacity:0.5;
}
100%{
-webkit-transform:translateZ(0px) rotateY(0deg);
opacity:1;
}
}
@-webkit-keyframes MenuAnimIn2{
0%{
-webkit-transform:translateX(-100%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
opacity:1;
}
}
@-webkit-keyframes MenuAnimIn3{
0%{
-webkit-transform:translateZ(300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
opacity:1;
}
}
@-webkit-keyframes MenuAnimIn4{
0%{
-webkit-transform:translateZ(-300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
opacity:1;
}
}
@-webkit-keyframes MenuAnimIn5{
0%{
-webkit-transform:translateY(40%);
opacity:0;
}
100%{
-webkit-transform:translateY(0);
opacity:1;
}
}
@keyframes MenuAnimIn1{
0%{
-webkit-transform:translateZ(-500px) rotateY(0deg);
transform:translateZ(-500px) rotateY(0deg);
opacity:0;
}
20%{
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg);
opacity:0.5;
}
100%{
-webkit-transform:translateZ(0px) rotateY(0deg);
transform:translateZ(0px) rotateY(0deg);
opacity:1;
}
}
@keyframes MenuAnimIn2{
0%{
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
transform:translateX(0px);
opacity:1;
}
}
@keyframes MenuAnimIn3{
0%{
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
transform:translateZ(0px);
opacity:1;
}
}
@keyframes MenuAnimIn4{
0%{
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
transform:translateZ(0px);
opacity:1;
}
}
@keyframes MenuAnimIn5{
0%{
-webkit-transform:translateY(40%);
transform:translateY(40%);
opacity:0;
}
100%{
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1;
}
}
@-webkit-keyframes SubMenuAnimIn1{
0%{
-webkit-transform:translateX(50%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
opacity:1;
}
}
@-webkit-keyframes SubMenuAnimIn2{
0%{
-webkit-transform:translateX(100%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
opacity:1;
}
}
@-webkit-keyframes SubMenuAnimIn3{
0%{
-webkit-transform:translateZ(-300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
opacity:1;
}
}
@-webkit-keyframes SubMenuAnimIn4{
0%{
-webkit-transform:translateZ(300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
opacity:1;
}
}
@-webkit-keyframes SubMenuAnimIn5{
0%{
-webkit-transform:translateZ(-200px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0);
opacity:1;
}
}
@keyframes SubMenuAnimIn1{
0%{
-webkit-transform:translateX(50%);
transform:translateX(50%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
transform:translateX(0px);
opacity:1;
}
}
@keyframes SubMenuAnimIn2{
0%{
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
transform:translateX(0px);
opacity:1;
}
}
@keyframes SubMenuAnimIn3{
0%{
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
transform:translateZ(0px);
opacity:1;
}
}
@keyframes SubMenuAnimIn4{
0%{
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0px);
transform:translateZ(0px);
opacity:1;
}
}
@keyframes SubMenuAnimIn5{
0%{
-webkit-transform:translateZ(-200px);
transform:translateZ(-200px);
opacity:0;
}
100%{
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1;
}
}
@-webkit-keyframes SubMenuAnimOut1{
0%{
-webkit-transform:translateX(0%);
opacity:1;
}
100%{
-webkit-transform:translateX(50%);
opacity:0;
}
}
@-webkit-keyframes SubMenuAnimOut2{
0%{
-webkit-transform:translateX(0%);
opacity:1;
}
100%{
-webkit-transform:translateX(100%);
opacity:0;
}
}
@-webkit-keyframes SubMenuAnimOut3{
0%{
-webkit-transform:translateZ(0px);
opacity:1;
}
100%{
-webkit-transform:translateZ(-300px);
opacity:0;
}
}
@-webkit-keyframes SubMenuAnimOut4{
0%{
-webkit-transform:translateZ(0px);
opacity:1;
}
100%{
-webkit-transform:translateZ(300px);
opacity:0;
}
}
@-webkit-keyframes SubMenuAnimOut5{
0%{
-webkit-transform:translateZ(0);
opacity:1;
}
100%{
-webkit-transform:translateZ(-200px);
opacity:0;
}
}
@keyframes SubMenuAnimOut1{
0%{
-webkit-transform:translateX(0%);
transform:translateX(0%);
opacity:1;
}
100%{
-webkit-transform:translateX(50%);
transform:translateX(50%);
opacity:0;
}
}
@keyframes SubMenuAnimOut2{
0%{
-webkit-transform:translateX(0%);
transform:translateX(0%);
opacity:1;
}
100%{
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0;
}
}
@keyframes SubMenuAnimOut3{
0%{
-webkit-transform:translateZ(0px);
transform:translateZ(0px);
opacity:1;
}
100%{
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0;
}
}
@keyframes SubMenuAnimOut4{
0%{
-webkit-transform:translateZ(0px);
transform:translateZ(0px);
opacity:1;
}
100%{
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0;
}
}
@keyframes SubMenuAnimOut5{
0%{
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1;
}
100%{
-webkit-transform:translateZ(-200px);
transform:translateZ(-200px);
opacity:0;
}
}
.site-header-mobile{
display:none;
}
.site-header-mobile .header-component-inner{
transition:padding 250ms ease-out;
}
.site-header-mobile .header-component-outer{
float:left;
}
.site-header-mobile .header-component-outer_2{
float:right;
}
.site-header-mobile .site-branding img{
max-height:80%;
position:absolute;
top:50%;
}
.site-header-mobile .header-main{
position:relative;
}
.site-header-mobile .mobile-menu-wrap{
position:absolute;
width:100%;
top:100%;
z-index:9;
left:0;
opacity:0;
visibility:hidden;
pointer-events:none;
-webkit-transform:translateY(10px);
transform:translateY(10px);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
text-transform:uppercase;
}
.open-mobile-menu .site-header-mobile .mobile-menu-wrap{
opacity:1;
visibility:visible;
pointer-events:auto;
-webkit-transform:translateY(0px);
transform:translateY(0px);
}
.site-header-mobile .site-header-inner{
width:100%;
}
.site-header-mobile .la_com_action--dropdownmenu li a{
padding:10px 20px;
}
body.open-mobile-menu{
overflow:hidden;
}
body.open-mobile-menu .la-overlay-global{
visibility:visible;
opacity:0.7;
z-index:3;
transition:none;
-webkit-transition:none;
}
body.open-mobile-menu .mobile-menu-wrap .dl-menu{
max-height:75vh;
overflow:auto;
}
.header-mb-v1 .site-header-mobile .site-branding img{
left:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-webkit-transform:translate(-webkit-calc(-50% + 1px), -webkit-calc(-50% + 1px));
}
.header-mb-v1 .site-header-mobile .header-component-outer_logo{
width:40%;
left:30%;
}
.header-mb-v1 .site-header-mobile .header-component-outer_1{
width:30%;
position:relative;
left:-40%;
}
.header-mb-v1 .site-header-mobile .header-component-outer_2{
max-width:30%;
}
.header-mb-v2 .site-header-mobile .site-branding img{
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
-webkit-transform:translate(0, -webkit-calc(-50% + 1px));
}
.header-mb-v2 .site-header-mobile .header-component-outer_1{
float:right;
}
.header-mb-v3 .site-header-mobile .site-branding img{
right:0;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
-webkit-transform:translate(0, -webkit-calc(-50% + 1px));
}
.header-mb-v3 .site-header-mobile .header-component-outer_logo{
float:right;
}
.header-mb-v4 .site-header-mobile .site-branding img{
left:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-webkit-transform:translate(-webkit-calc(-50% + 1px), -webkit-calc(-50% + 1px));
}
.header-mb-v4 .site-header-mobile .header-component-outer_logo{
width:100%;
position:relative;
} .mega-menu,
.mega-menu ul.sub-menu{
margin:0;
padding:0;
list-style:none;
}
.mega-menu li{
display:block;
}
.mega-menu li > a{
display:block;
position:relative;
}
.mega-menu li.mm-item-hide > a{
display:none !important;
}
.mega-menu li.mm-item-nolink > a{
cursor:default;
}
.mega-menu li ul.sub-menu{
min-width:240px;
}
.mega-menu .mm-popup-wide li li:hover > ul,
.mega-menu .mm-popup-narrow li:hover > ul{
visibility:visible;
opacity:1;
}
.mega-menu .mm-popup-wide li li > ul,
.mega-menu .mm-popup-narrow li > ul{
opacity:0;
visibility:hidden;
}
.mega-menu .mm-popup-narrow ul.sub-menu li,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li{
position:relative;
}
.mega-menu .mm-popup-narrow ul.sub-menu li ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu{
position:absolute;
top:0;
}
.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left > a:before,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left > a:before{
content:"\f104";
display:inline-block;
font-family:FontAwesome;
padding-right:10px;
}
.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left > ul.sub-menu{
right:100%;
margin-right:-20px;
}
.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left:hover > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left:hover > ul.sub-menu{
margin-right:0;
}
.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > a:after,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > a:after{
content:"\f105";
display:inline-block;
font-family:FontAwesome;
padding-left:10px;
float:right;
}
.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu{
left:100%;
margin-left:-20px;
}
.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right:hover > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right:hover > ul.sub-menu{
margin-left:0;
}
.mega-menu > li{
float:left;
position:relative;
padding:0 5px;
}
.mega-menu > li > a{
display:block;
line-height:30px;
padding:5px 15px;
}
.mega-menu > li:hover > a:before{
content:"";
position:absolute;
top:100%;
width:100%;
left:0;
height:80px;
}
.mega-menu > li:hover > .popup{
opacity:1;
visibility:visible;
margin-top:0;
}
.mega-menu > li:not(.menu-item-has-children):hover > a:before{
height:0 !important;
}
.mega-menu .popup{
position:absolute;
text-align:left;
top:100%;
margin-top:20px;
z-index:111;
visibility:hidden;
left:0;
-webkit-transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
-moz-transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
opacity:0;
}
.mega-menu .popup > .inner::before, .mega-menu .popup > .inner::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.mega-menu .popup > .inner::after{
clear:both;
}
.mega-menu .popup ul.sub-menu{
position:relative;
z-index:10;
}
.mega-menu .popup li.menu-item{
padding:0;
float:none;
}
.mega-menu .mm-popup-wide .popup > .inner{
padding:50px;
}
@media (max-width:1199px){
.mega-menu .mm-popup-wide .popup > .inner{
padding:15px;
}
}
.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu{
max-width:100%;
}
.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li{
position:relative;
float:left;
}
.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li > ul{
min-width:100%;
}
.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li:hover{
z-index:12;
}
.mega-menu .mm-popup-wide.mm-popup-force-fullwidth .popup > .inner > ul.sub-menu{
margin:0 auto;
}
.mega-menu .popup > .inner,
.mega-menu .mm-popup-narrow li > ul{
box-shadow:0 0 38px 0 rgba(41, 44, 58, 0.09);
}
.dl-menu .mm-icon,
.mega-menu .mm-icon,
.menu .mm-icon{
padding-right:5px;
width:18px;
}
.dl-menu .tip,
.mega-menu .tip,
.menu .tip{
color:#fff;
font-size:8px;
line-height:1;
padding:2px 4px;
position:absolute;
font-weight:normal;
bottom:100%;
bottom:calc(100% + 5px);
bottom:-webkit-calc(100% + 5px);
bottom:-moz-calc(100% + 5px);
right:15px;
}
.dl-menu .tip .tip-arrow:before,
.mega-menu .tip .tip-arrow:before,
.menu .tip .tip-arrow:before{
content:"";
border-top:4px solid;
border-right:5px solid transparent;
border-left:5px solid transparent;
position:absolute;
left:50%;
margin-left:-5px;
top:100%;
}
.dl-menu .tip{
right:auto;
bottom:auto;
top:0;
}
.accordion-menu{
list-style:none;
margin:0;
padding-left:0;
}
.accordion-menu .tip{
bottom:auto;
right:auto;
top:-5px;
}
.accordion-menu ul{
list-style:none;
margin:0;
padding-left:0;
padding-right:0;
}
.accordion-menu li{
position:relative;
}
.accordion-menu li > ul{
display:none;
margin-left:25px;
}
.accordion-menu li.open > .narrow i:before{
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
}
.accordion-menu li > .narrow{
position:absolute;
right:0;
top:0;
width:20px;
height:50px;
line-height:50px;
cursor:pointer;
}
.accordion-menu li > .narrow i{
width:9px;
display:block;
margin-top:25px;
border-bottom:1px solid;
position:relative;
}
.accordion-menu li > .narrow i:before{
width:100%;
content:"";
border-bottom:1px solid;
display:block;
position:absolute;
top:0;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}
.mega-menu .popup{
font-size:14px;
}
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
.mega-menu .mm-popup-narrow ul{
padding:20px 0;
}
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li > a,
.mega-menu .mm-popup-narrow li.menu-item > a{
padding:12px 15px;
}
.mega-menu .mm-popup-narrow li.menu-item > a{
padding:12px 30px;
}
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a{
padding:12px 15px;
display:inline-block;
background-color:transparent;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
}
.mega-menu li.menu-item li > a .mm-text{
position:relative;
}
.mega-menu li.menu-item li > a .mm-text:after{
content:"";
border-top-width:1px;
border-top-style:solid;
border-top-color:inherit;
right:0;
left:auto;
width:0;
position:absolute;
transition:width 300ms ease-out;
bottom:0;
}
.mega-menu li.menu-item li > a:hover .mm-text:after{
left:0;
right:auto;
width:100%;
transition:width 300ms ease-in;
}
.menu--horizontal .mm-item-level-0.mm-item-has-sub > a > .mm-text:after{
content:"\f107";
font-family:FontAwesome;
padding-left:5px;
}
.menu--vertical .mega-menu > li{
width:100%;
padding-left:0;
padding-right:0;
}
.menu--vertical .mega-menu > li > .popup{
top:-30px;
left:100%;
}
.menu--vertical .mega-menu > li > a:before{
height:0 !important;
}
.menu--vertical-right .mega-menu > li > .popup{
right:100%;
left:auto;
}
.mega-menu.default-menu > li > ul{
position:absolute;
background:#fff;
-webkit-box-shadow:0 2px 12px 2px rgba(0, 0, 0, 0.1);
box-shadow:0 2px 12px 2px rgba(0, 0, 0, 0.1);
text-align:left;
top:100%;
margin-top:20px;
z-index:111;
visibility:hidden;
left:0;
-webkit-transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
-moz-transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
transition:margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
opacity:0;
padding:10px 0;
}
.mega-menu.default-menu > li:hover > ul{
visibility:visible;
opacity:1;
margin-top:0;
}
.mega-menu.default-menu > li > ul a{
padding:10px 25px;
}
.menu--vertical-right .mega-menu.default-menu > li > ul{
right:100%;
left:auto;
top:0;
}
.mega-menu .hide-item-label > a{
opacity:0;
}
.mega-menu .slick-slider .slick-slide{
float:left;
}
.site-category-nav .mega-menu .mm-popup-wide .popup > .inner{
padding:20px 30px;
} .section-page-header{
position:relative;
min-height:0 !important;
}
.page-title-v1 .section-page-header{
text-align:center;
}
.page-title-v11 .section-page-header{
text-align:center;
}
.page-title-v2 .section-page-header{
text-align:left;
}
.page-title-v3 .section-page-header{
text-align:right;
}
.section-page-header .page-title{
margin:0;
}
.section-page-header:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-color:inherit;
}
.page-title-v1 header + .la-breadcrumbs{
margin-top:10px;
}
.page-title-v1 .use-custom-text .page-title:after{
display:block;
content:"";
width:55px;
border-bottom:3px solid;
border-bottom-color:inherit;
margin:25px auto;
}
.page-title-v1 .use-custom-text .use-custom-text{
font-size:15px;
}
.page-title-v4 .section-page-header,
.page-title-v5 .section-page-header{
overflow:hidden;
}
.page-title-v4 .section-page-header .col-xs-12,
.page-title-v5 .section-page-header .col-xs-12{
display:table;
position:relative;
}
.page-title-v4 .section-page-header .col-xs-12:before,
.page-title-v5 .section-page-header .col-xs-12:before{
content:"";
position:absolute;
left:-200%;
width:500%;
height:100%;
}
.page-title-v4 .section-page-header header,
.page-title-v4 .section-page-header .la-breadcrumbs,
.page-title-v5 .section-page-header header,
.page-title-v5 .section-page-header .la-breadcrumbs{
display:table-cell;
vertical-align:middle;
position:relative;
}
.page-title-v4 .section-page-header .la-breadcrumbs{
text-align:right;
}
.page-title-v5 .section-page-header header{
text-align:right;
}
.page-title-v11 .section-page-header .page-header-inner{
position:relative;
}
.page-title-v11 .section-page-header .page-header-inner .col-xs-12{
position:static;
}
.page-title-v11 .section-page-header .la-breadcrumbs{
position:absolute;
bottom:20px;
left:0;
width:100%;
}
.page-header-inner{
padding:40px 0;
}
.la-breadcrumbs:not(.use-custom-text){
text-transform:uppercase;
}
.la-breadcrumbs .la-breadcrumb-item{
display:inline-block;
vertical-align:middle;
}
.la-breadcrumbs .la-breadcrumb-item-sep{
margin:0 5px;
}
.la-breadcrumbs .la-breadcrumb-item-sep i{
font-size:5px;
vertical-align:middle;
}
.la-breadcrumbs .la-breadcrumb-item:last-child .la-breadcrumb-item-target{
white-space: nowrap;
text-overflow: ellipsis;
max-width: 200px;
display: block;
overflow: hidden;
}
#page.site{
min-height:300px;
position:relative;
}
.site-main{
min-height:200px;
padding-top:50px;
padding-bottom:30px;
}
@media (min-width:1300px){
.body-col-2cr-l.enable-main-fullwidth #site-content,
.body-col-2cr.enable-main-fullwidth #site-content,
.body-col-2cl-l.enable-main-fullwidth #site-content,
.body-col-2cl.enable-main-fullwidth #site-content{
width:100%;
max-width:calc(100% - 330px);
max-width:-moz-calc(100% - 330px);
max-width:-webkit-calc(100% - 330px);
}
}
.body-col-2cr-l.enable-main-fullwidth #sidebar_primary,
.body-col-2cr.enable-main-fullwidth #sidebar_primary,
.body-col-2cl-l.enable-main-fullwidth #sidebar_primary,
.body-col-2cl.enable-main-fullwidth #sidebar_primary{
max-width:330px;
}
.body-col-2cl-l #site-content,
.body-col-2cl #site-content{
float:right;
}
@media (min-width:1400px){
.body-col-2cl-l #site-content,
.body-col-2cl #site-content{
padding-left:45px;
}
}
@media (min-width:1400px){
.body-col-2cr-l #site-content,
.body-col-2cr #site-content{
padding-right:45px;
}
}
.enable-main-fullwidth .section-page-header .container,
.enable-main-fullwidth .wc-toolbar-container .container,
.enable-main-fullwidth .site-main .container{
width:100%;
}
@media (min-width:1300px){
.enable-main-fullwidth .section-page-header .container,
.enable-main-fullwidth .wc-toolbar-container .container{
padding-left:30px;
padding-right:30px;
}
}
@media (min-width:1500px){
.enable-main-fullwidth .section-page-header .container,
.enable-main-fullwidth .wc-toolbar-container .container{
padding-left:80px;
padding-right:80px;
}
}
.camille-body.page-title-vhide .site-main{
border-width:0 0 0;
border-style:solid;
}
.sidebar-inner .widget{
margin-bottom:50px;
}
.sidebar-inner .widget .widget-title{
margin:0 0 30px;
text-transform:uppercase;
font-size:14px;
}
.sidebar-inner .widget select{
height:50px;
width:100%;
padding:10px 30px;
}
.sidebar-inner .widget.widget-border{
margin-bottom:20px;
}
.sidebar-inner ul.menu li{
padding:5px 0;
margin-bottom:5px;
}
.sidebar-inner ul.menu li ul{
padding-left:0;
padding-top:15px;
}
.sidebar-inner ul.menu li ul li:last-child{
margin-bottom:0;
}
.sidebar-inner ul.menu li .narrow{
top:3px;
height:30px;
line-height:30px;
}
.sidebar-inner ul.menu li .narrow i{
margin-top:13px;
}
.sidebar-inner ul.menu li.current-menu-item > a, .sidebar-inner ul.menu li.current-menu-ancestor > a, .sidebar-inner ul.menu li.current-cat > a, .sidebar-inner ul.menu li.current-cat-parent > a, .sidebar-inner ul.menu li.open > a, .sidebar-inner ul.menu li:hover > a{
text-decoration:underline;
}
.sidebar-inner .TweetAuthor-name,
.sidebar-inner .TweetAuthor-avatar{
display:none;
}
.sidebar-inner .widget_tag_cloud .tagcloud a{
font-size:inherit !important;
border-width:1px;
border-style:solid;
border-color:#E7E7E7;
padding:7px 18px;
margin:0 2px 5px 0;
display:inline-block;
}
.sidebar-inner .widget_tag_cloud .tagcloud a:after{
display:none;
}
.sidebar-inner .widget_tag_cloud .tagcloud a:hover{
text-decoration:none;
background-color:#232324;
color:#fff;
}
.widget_price_filter .price_slider_amount .price_label{
font-size:12px;
}
.widget.widget_product_tag_cloud .tagcloud a{
font-size:11px !important;
text-transform:uppercase;
line-height:30px;
} .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container{
width:100%;
}
@media (min-width:1300px){
.enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container{
padding-left:30px;
padding-right:30px;
}
}
@media (min-width:1500px){
.enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container{
padding-left:80px;
padding-right:80px;
}
}
.site-footer p{
margin-bottom:15px;
}
.site-footer .widget{
margin-bottom:25px;
}
.site-footer .widget .widget-title{
margin:0 0 25px;
font-size:inherit;
}
.site-footer ul li{
margin-bottom:18px;
}
.site-footer ul li ul{
display:none;
}
.site-footer .menu-half-col .menu li{
width:49%;
display:inline-block;
}
.site-footer .menu-inline-item .menu li{
display:inline-block;
margin:10px 20px;
}
.footer-bottom{
line-height:30px;
}
.footer-bottom .footer-bottom-inner{
padding:10px 0;
}
.footer-handheld-footer-bar{
display:none;
position:fixed;
bottom:0;
left:0;
right:0;
box-shadow:0 0 6px rgba(0, 0, 0, 0.7);
z-index:9999;
transition:all .3s ease;
}
.footer-handheld-footer-bar .footer-handheld__inner{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
background:#232324;
}
.footer-handheld-footer-bar .footer-handheld__inner .handheld_component{
-ms-flex-preferred-size:100%;
flex-basis:100%;
box-sizing:border-box;
margin:0;
padding:8px 0;
color:#fff;
border-left:1px solid rgba(255, 255, 255, 0.1);
}
.footer-handheld-footer-bar .footer-handheld__inner .handheld_component .component-target{
margin:0 auto;
text-align:center;
}
.footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu{
position:static;
}
.footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu .menu{
background-color:#232324;
width:100%;
bottom:100%;
top:auto;
opacity:0;
visibility:hidden;
}
.footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu.active .menu{
opacity:1;
visibility:visible;
}
body:not(.rtl) .footer-handheld-footer-bar .footer-handheld__inner .handheld_component:first-child{
border-left:0;
}
.rtl .footer-handheld-footer-bar .footer-handheld__inner .handheld_component:last-child{
border-left:0;
} .showposts-loop .no-featured-image .loop__item__thumbnail, .showposts-loop.grid-3 .loop__item__thumbnail, .showposts-loop.grid-4 .loop__item__thumbnail{
display:none;
}
.showposts-loop.grid-1 .loop__item__meta .screen-reader-text, .showposts-loop.grid-2 .loop__item__meta .screen-reader-text, .showposts-loop.grid-4 .loop__item__meta .screen-reader-text{
text-transform:none;
}
.showposts-loop .loop__item__info{
padding:25px 0;
}
.showposts-loop .entry-title{
margin-bottom:10px;
font-size:1.2857em;
}
.showposts-loop .loop__item__desc{
margin-bottom:10px;
line-height:1.7142857143;
}
.showposts-loop .loop__item__meta{
padding-top:5px;
font-size:0.8571428571em;
}
.showposts-loop .loop__item__meta .loop__item__termlink:before{
content:'/';
padding-right:5px;
}
.showposts-loop .loop__item__meta--item{
display:inline-block;
margin-bottom:0;
margin-right:5px;
}
.showposts-loop .comments-link i.fa,
.showposts-loop .la-favorite-link i.fa{
width:16px;
margin-right:5px;
}
.showposts-loop .comments-link i.fa:before,
.showposts-loop .la-favorite-link i.fa:before{
display:none;
}
.showposts-loop .comments-link i.fa svg,
.showposts-loop .la-favorite-link i.fa svg{
vertical-align:middle;
width:100%;
height:auto;
display:inline-block;
}
.showposts-loop .loop__item__meta--footer{
padding-top:20px;
}
.showposts-loop .btn-readmore{
border:2px solid #E2E2E2;
padding:8px 35px;
display:inline-block;
font-weight:bold;
line-height:30px;
border-radius:2.5em;
font-size:12px;
}
.showposts-loop .btn-readmore:hover{
color:#fff;
} .showposts-loop.showposts-list .loop__item__inner2{
padding-bottom:25px;
}
.showposts-loop.list-1 .loop__item__info{
text-align:center;
padding-left:5%;
padding-right:5%;
}
.showposts-loop.list-2 .loop__item__inner2{
padding:50px 0;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
-webkit-align-content:flex-start;
-ms-flex-line-pack:start;
align-content:flex-start;
}
@media (min-width:1200px){
.showposts-loop.list-1 .entry-title,
.showposts-loop.list-2 .entry-title{
font-size:20px;
}
}
.showposts-loop.list-2 .loop__item__inner2 .loop__item__thumbnail{
width:50%;
}
.showposts-loop.list-2 .loop__item__inner2 .loop__item__info{
padding-left:5%;
width:40%;
padding-top:0;
} .showposts-loop.grid-1.grid-space-default .loop__item__inner{
padding-bottom:20px;
}
.showposts-loop.grid-2.grid-space-default .loop__item{
margin-bottom:30px;
}
.showposts-loop.grid-2 .loop__item__meta{
margin-bottom:0;
}
.showposts-loop.grid-2 .loop__item__inner{
box-shadow:0px 0px 49px 0px rgba(192, 192, 192, 0.24);
}
.showposts-loop.grid-2 .loop__item__info{
padding-left:20px;
padding-right:20px;
background-color:#fff;
text-align:center;
}
.showposts-loop.grid-3 .loop__item__inner{
padding-bottom:25px;
}
.showposts-loop.grid-3 .loop__item__meta{
border-top:1px solid #EBEBEB;
margin-top:25px;
padding-top:25px;
}
.showposts-loop.grid-3 .loop__item__meta .byline{
padding-left:55px;
position:relative;
}
.showposts-loop.grid-3 .loop__item__meta .byline .avatar{
border-radius:50%;
position:absolute;
left:0;
top:-6px;
width:36px;
height:36px;
}
.showposts-loop.grid-4 .blog__item .loop__item__meta--footer{
padding-top:10px;
}
.showposts-loop.grid-4 .blog__item .btn-readmore{
border:none;
padding:0;
border-radius:0;
line-height:1;
}
.showposts-loop.grid-4 .blog__item .btn-readmore:after{
content:'\f054';
font-family:FontAwesome;
font-size:0.7em;
font-weight:normal;
padding-left:5px;
}
.showposts-loop.grid-4 .blog__item .btn-readmore:hover{
background:none;
}
.showposts-loop.grid-5 .loop__item__inner2{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
-webkit-align-content:flex-start;
-ms-flex-line-pack:start;
align-content:flex-start;
}
.showposts-loop.grid-5 .loop__item__info{
width:52%;
padding:0 0 0 30px;
}
.showposts-loop.grid-5 .loop__item__thumbnail{
width:48%;
}
.showposts-loop.grid-5.grid-space-default .loop__item__inner{
margin-bottom:30px;
}
.showposts-loop.grid-5 .slick-dots{
margin-top:40px;
}
.showposts-loop.grid-5 .blog__item .entry-title{
text-transform:uppercase;
}
.showposts-loop.grid-5 .blog__item .loop__item__meta--footer{
padding-top:10px;
}
.showposts-loop.grid-5 .blog__item .btn-readmore{
padding:0;
border-radius:0;
line-height:1;
text-transform:uppercase;
border-width:0 0 2px;
border-style:solid;
}
.showposts-loop.grid-5 .blog__item .btn-readmore:not(:hover){
border-bottom-color:#c1c1c1;
}
.showposts-loop.grid-5 .blog__item .btn-readmore:hover{
background:none;
}
.showposts-loop.grid-6 .loop__item__meta{
margin-bottom:5px;
}
.showposts-loop.grid-6 .loop__item__meta a{
text-transform:uppercase;
font-size:18px;
}
.showposts-loop.grid-6 .loop__item__meta .byline{
display:none;
}
.showposts-loop.grid-6 .loop__item__title .entry-title{
text-transform:uppercase;
margin-bottom:0;
}
.showposts-loop.grid-6 .loop__item__meta--footer{
display:none;
}
.showposts-loop.grid-6 .loop__item__info{
padding:20px 0;
}
.showposts-loop.grid-6 .loop__item__termlink{
position:absolute;
bottom:15px;
left:0;
width:100%;
text-align:center;
z-index:2;
}
.showposts-loop.grid-6 .loop__item__termlink a{
display:inline-block;
background-color:#fff;
color:#8a8a8a;
font-size:14px;
padding:8px 20px;
text-transform:uppercase;
}
.showposts-loop.grid-6 .loop__item__termlink a:after{
display:none;
}
.showposts-loop.grid-6 .loop__item__termlink a:not(:first-child){
display:none;
}
.showposts-loop.grid-7 .loop__item__meta{
display:none;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__info,
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__info:after{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__info{
padding:20px;
z-index:2;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__info:after{
content:'';
z-index:-1;
opacity:0.5;
background-color:#000;
transition:all .5s ease-in-out;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__info2{
-webkit-align-self:flex-end;
align-self:flex-end;
transition:all .5s ease-in-out;
transform:translate(0, 70%);
-webkit-transform:translate(0, 70%);
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__thumbnail--bkg{
transform:scale(1.1);
-webkit-transform:scale(1.1);
transition:transform .5s ease-in-out;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__termlink{
position:absolute;
z-index:2;
top:20px;
margin:0;
border-radius:2.5em;
padding:8px 20px;
color:#fff;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__termlink span{
color:inherit;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__desc{
margin-bottom:0;
opacity:0;
transition:all .5s ease-in-out .2s;
visibility:hidden;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .entry-title{
font-size:18px;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .entry-title a:after{
content:'';
position:absolute;
left:-20px;
top:-350%;
right:-20px;
bottom:-20px;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__inner{
color:#fff;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__inner a{
color:#fff;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__inner:hover .loop__item__thumbnail--bkg{
transform:scale(1);
-webkit-transform:scale(1);
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__inner:hover .loop__item__info:after{
opacity:0.65;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__inner:hover .loop__item__info2{
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__inner:hover .loop__item__desc{
opacity:1;
visibility:visible;
}
.showposts-loop.grid-7.grid-space-default .blog__item{
margin-bottom:30px;
}
.showposts-loop.grid-8 .loop__item__meta{
padding-top:0;
margin-bottom:20px;
} .showposts-loop.list-slider .loop__item .loop__item__thumbnail{
height:100%;
display:block;
}
.showposts-loop.list-slider .loop__item .loop__item__thumbnail .item--overlay{
background-color:#232324;
opacity:0.2;
visibility:visible;
}
.showposts-loop.list-slider .loop__item .loop__item__thumbnail--bkg{
padding-bottom:46% !important;
}
.showposts-loop.list-slider .loop__item .loop__item__info{
position:absolute;
left:0;
width:100%;
bottom:130px;
z-index:2;
}
.showposts-loop.list-slider .loop__item .loop__item__info2{
padding:15px;
width:1200px;
max-width:100%;
margin:0 auto;
color:#fff;
}
.showposts-loop.list-slider .loop__item .loop__item__meta,
.showposts-loop.list-slider .loop__item .loop__item__title,
.showposts-loop.list-slider .loop__item .loop__item__meta--footer{
opacity:0;
transition:all 1s 0.8s;
transform:translate(0, 30px);
-webkit-transform:translate(0, 30px);
}
.showposts-loop.list-slider .loop__item .loop__item__meta{
font-size:20px;
text-transform:uppercase;
margin-bottom:5px;
transition:all 1s 0.6s;
}
.showposts-loop.list-slider .loop__item .entry-title{
color:inherit;
font-size:48px;
text-transform:uppercase;
margin-bottom:20px;
}
.showposts-loop.list-slider .loop__item .loop__item__meta--footer{
transition:all 1s 1s;
}
.showposts-loop.list-slider .loop__item .btn-readmore{
color:inherit;
text-transform:uppercase;
font-size:16px;
font-weight:normal;
border:2px solid;
padding:12px 50px;
display:inline-block;
}
.showposts-loop.list-slider .loop__item .btn-readmore:after{
display:none;
}
.showposts-loop.list-slider .loop__item .btn-readmore:hover{
color:#fff;
}
.showposts-loop.list-slider .loop__item.slick-current .loop__item__meta,
.showposts-loop.list-slider .loop__item.slick-current .loop__item__title,
.showposts-loop.list-slider .loop__item.slick-current .loop__item__meta--footer{
opacity:1;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.showposts-loop.list-slider .slick-dots{
position:absolute;
bottom:30px;
left:50%;
transform:translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
}
.showposts-loop.list-slider .slick-dots button{
background-color:#fff;
} .showposts-loop.list-special .lists-special-two,
.showposts-loop.list-special .lists-special-one{
margin-left:-15px;
margin-right:-15px;
}
.showposts-loop.list-special .lists-special-two::before, .showposts-loop.list-special .lists-special-two::after,
.showposts-loop.list-special .lists-special-one::before,
.showposts-loop.list-special .lists-special-one::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.showposts-loop.list-special .lists-special-two::after,
.showposts-loop.list-special .lists-special-one::after{
clear:both;
}
.showposts-loop.list-special .blog__item{
padding-left:15px;
padding-right:15px;
float:left;
width:100%;
}
.showposts-loop.list-special .lists-special-two .blog__item{
width:50%;
}
.showposts-loop.list-special .loop__item__meta{
margin-bottom:5px;
}
.showposts-loop.list-special .loop__item__meta a{
text-transform:uppercase;
}
.showposts-loop.list-special .loop__item__title{
margin-bottom:20px;
}
.showposts-loop.list-special .entry-title{
text-transform:uppercase;
font-size:32px;
margin:0;
}
.showposts-loop.list-special .loop__item__meta2{
margin-top:7px;
}
.showposts-loop.list-special .loop__item__meta2 .la-favorite-link,
.showposts-loop.list-special .loop__item__meta2 .comments-link{
display:inline-block;
}
.showposts-loop.list-special .loop__item__meta2 .comments-link{
margin-left:20px;
}
.showposts-loop.list-special .loop__item__desc{
font-size:18px;
line-height:1.5;
font-weight:300;
margin-bottom:30px;
}
.showposts-loop.list-special .btn-readmore{
text-transform:uppercase;
font-size:18px;
font-weight:normal;
border:2px solid #dadada;
padding:11px 50px;
display:inline-block;
}
.showposts-loop.list-special .btn-readmore:after{
display:none;
}
.showposts-loop.list-special .btn-readmore:hover{
color:#fff;
}
.showposts-loop.list-special .lists-special-one .entry-title{
display:inline-block;
}
.showposts-loop.list-special .lists-special-one .loop__item__meta2{
float:right;
}
.showposts-loop.list-special .lists-special-one .loop__item__desc{
margin-bottom:20px;
} .showposts-loop:not(.grid-7) .loop__item__thumbnail .loop__item__thumbnail--bkg[data-element-loaded="true"]{
transform:scale(1.1);
-webkit-transform:scale(1.1);
transition:transform 0.5s ease-out;
}
.showposts-loop:not(.grid-7) .loop__item__thumbnail .loop__item__thumbnail--linkoverlay{
background-color:#000;
opacity:0;
}
.showposts-loop:not(.grid-7) .loop__item__inner:hover .loop__item__thumbnail--bkg[data-element-loaded="true"]{
transform:scale(1);
-webkit-transform:scale(1);
}
.showposts-loop:not(.grid-7) .loop__item__inner:hover .loop__item__thumbnail--linkoverlay{
opacity:0.1;
}
.showposts-loop.grid-5 .loop__item__thumbnail .loop__item__thumbnail--bkg[data-element-loaded="true"]{
transform:scale(1);
-webkit-transform:scale(1);
}
.showposts-loop.showposts-list.list-special .blog__item.format-video .loop__item__thumbnail--bkg:after{
content:'';
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/button-play2.png);
width:64px;
height:64px;
position:absolute;
left:50%;
top:50%;
margin-left:-32px;
margin-top:-32px;
transition:all .3s;
} @media (max-width:1199px){
.showposts-loop.list-2 .loop__item__inner2{
padding:30px 0;
}
}
@media (max-width:800px){
.showposts-loop .btn-readmore{
padding:6px 30px;
font-size:0.857em;
}
.showposts-loop.grid-5 .loop__item__thumbnail{
width:100%;
}
.showposts-loop.grid-5 .loop__item__info{
width:100%;
padding:20px 0 0 0;
}
.showposts-loop.grid-7 .blog__item.has-post-thumbnail .loop__item__termlink{
font-size:0.857em;
}
}
@media (max-width:767px){
.showposts-loop.list-2 .loop__item__inner2{
padding:20px 0;
}
.showposts-loop.list-2 .loop__item__inner2 .loop__item__thumbnail{
width:100%;
}
.showposts-loop.list-2 .loop__item__inner2 .loop__item__info{
width:100%;
padding:20px 0;
}
} .header__action--search > a{
position:relative;
}
.header__action--search:hover > a:after{
content:"";
padding-bottom:100px;
position:absolute;
width:100%;
left:0;
}
.header__action--search .header-search-form{
position:absolute;
z-index:5;
right:0;
top:100%;
width:350px;
opacity:0;
visibility:hidden;
background-color:#fff;
padding:10px 20px;
display:block;
-webkit-box-shadow:0 2px 12px 2px rgba(0, 0, 0, 0.1);
box-shadow:0 2px 12px 2px rgba(0, 0, 0, 0.1);
}
.header__action--search .header-search-form .search-button{
font-size:18px;
margin-top:1px;
}
.header__action--search .header-search-form .search-field{
border-width:0;
}
.header__action--search:hover .header-search-form,
.open-search-form .header__action--search .header-search-form{
visibility:visible;
opacity:1;
} .single-post-content > .entry-thumbnail,
.single-post-content > .blog_item--thumbnail,
.single-post-content > .blog_item > .blog_item--thumbnail{
margin-bottom:25px;
}
.tags-list{
margin-bottom:20px;
display:block;
}
.tags-list i{
padding-right:5px;
}
.single_post_item--title .entry-title{
margin-top:0;
}
.entry-content{
margin-bottom:20px;
line-height:24px;
}
.entry-content .wpb_content_element{
margin-bottom:22px;
}
.entry-content p{
margin-bottom:22px;
}
.entry-content .wpb_wrapper > ul{
padding:0;
}
.entry-meta-footer .tags-list{
float:left;
margin:0;
}
.author-info{
float:left;
border:1px solid #E4E4E4;
padding:30px 30px 20px;
}
.author-info__avatar{
display:table-cell;
vertical-align:top;
}
.author-info__avatar .author-info__avatar-inner{
margin-right:30px;
width:85px;
}
.author-info__avatar img.avatar{
width:100%;
border-radius:50%;
}
.author-info__description{
display:table-cell;
position:relative;
top:-5px;
}
.author-info__bio,
.author-info__title{
display:inline-block;
}
.author-info__bio{
margin-bottom:10px;
}
.author-info__name{
font-weight:bold;
margin-bottom:5px;
text-transform:capitalize;
}
.author-info__description .social-media-link{
font-size:12px;
margin-top:25px;
}
.la-sharing-single-posts{
float:right;
position:relative;
}
.la-sharing-single-posts > span i{
padding-left:5px;
}
.la-sharing-single-posts > span{
display:inline-block;
}
.la-sharing-single-posts .social--sharing{
position:absolute;
right:0;
bottom:100%;
visibility:hidden;
opacity:0;
white-space:nowrap;
}
.la-sharing-single-posts .social--sharing a{
margin:0;
}
.la-sharing-single-posts:hover:before{
content:"";
position:absolute;
top:-40px;
padding-top:50px;
width:100%;
left:0;
}
.la-sharing-single-posts:hover .social--sharing{
visibility:visible;
opacity:1;
}
.post-navigation{
margin-bottom:6%;
}
.post-navigation .nav-next,
.post-navigation .nav-previous{
float:left;
width:50%;
text-align:left;
}
.post-navigation a{
color:inherit;
display:inline-block;
}
.post-navigation .nav-previous{
padding-left:30px;
background:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/arrows-stre-left.png) no-repeat left center;
}
.post-navigation .nav-next{
float:right;
text-align:right;
padding-right:30px;
background:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/arrows-stre-right.png) no-repeat right center;
}
.post-navigation .nav-links span{
display:block;
}
.post-navigation .meta-nav{
font-size:12px;
}
.page-header-vhide .single-post-content.type-post > .entry-header,
.page-header-vhide .single-post-content.type-post > .entry-meta{
display:block;
}
.entry-thumbnail.not-full{
float:left;
margin:10px 30px 10px 0;
}
.single-post-detail .title-related{
font-size:20px;
margin-top:50px;
margin-bottom:30px;
}
.la-related-posts .blog_item--meta{
margin-bottom:15px;
}
.single-post-content .entry-content h1, .single-post-content .entry-content h2, .single-post-content .entry-content h3{
margin-bottom:25px;
}
.single-post-content .entry-content > .la-blockquote{
margin-top:50px;
margin-bottom:50px;
}
.single-post-content .la-breadcrumbs{
margin-bottom:3em;
}
.single-post-content .showposts-loop .loop__item__meta{
margin-bottom:20px;
}
.single-post-content .showposts-loop .loop__item__meta .byline{
text-transform:capitalize;
}
.single-post-content .entry-footer{
padding-bottom:20px;
margin-bottom:20px;
padding-top:25px;
border-top:1px solid #DCDCDC;
}
.la-related-posts .block_heading .block_heading--title{
font-size:inherit;
text-transform:uppercase;
}
.row-related-posts{
background-color: #F9F9F9;
margin-top: 55px;
padding-top: 50px;
padding-bottom: 50px;
}
.row-related-posts .la-related-posts {
margin-bottom: 30px;
}
.row-related-posts .la-related-posts .loop__item__inner2 {
background: #fff;
}
.single-post .site-main{
padding-bottom:0;
}
#section_page_header + div#main .single-post-content > .la-breadcrumbs,
#section_page_header + div#main .single-post-content > .entry-header{
display:none;
}
.wpb_single_image.single-big-playicon{
margin-bottom:0;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.single-post-content .format-gallery .slick-slide img{
width:100%;
} .demo-item .demo-item-inner{
margin-bottom:40px;
}
.demo-item .demo-item-inner .item--holder{
background:rgba(43, 44, 48, 0.9);
}
.demo-item .demo-item-inner .btn{
background:#ffffff;
text-align:center;
color:#2b2c30;
border:none;
width:170px;
padding:10px 20px;
line-height:20px;
}
.demo-item .item-image{
position:relative;
overflow:hidden;
box-shadow:0 0 12px 1px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.07);
-webkit-box-shadow:0 0 12px 1px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.07);
}
.demo-item .item--info{
text-align:center;
}
.page-title-voff .section-page-header,
.page-title-vhide .section-page-header{
display:none;
}
.error404 .default-404-content{
text-align:center;
margin:0 auto;
}
.error404 .default-404-content h1{
font-size:80px;
line-height:1;
margin:0;
}
.error404 .default-404-content h5{
font-weight:normal;
}
.error404 .default-404-content p.btn-wrapper{
margin-top:40px;
}
.error404 .site-main{
padding:0;
}
.error404 .site-main .page-content{
min-height:70vh;
display:-webkit-flex;
display:flex;
-webkit-align-items:center;
align-items:center;
} .commentlist{
margin:0;
list-style:none;
padding:0;
}
.commentlist .star-rating{
float:right;
}
.commentlist .comment-meta{
padding-top:10px;
font-size:13px;
}
.commentlist .comment-meta .comment-author{
display:inline-block;
font-weight:bold;
}
.commentlist .comment-meta .edit-link{
display:none;
}
.commentlist .comment-meta time{
float:left;
opacity:0.8;
font-style:italic;
}
.commentlist .comment-meta time:after{
content:"-";
padding:0 5px;
}
.commentlist .comment-meta .comment-reply-link{
float:right;
}
.commentlist .comment-meta .comment-reply-link:not(:hover){
text-decoration:underline;
}
.commentlist .depth-1 > .comment_container{
margin-bottom:20px;
padding-bottom:20px;
border-bottom-width:1px;
border-bottom-style:dashed;
}
.commentlist .comment_container{
margin-bottom:20px;
padding-bottom:20px;
}
.commentlist .comment_container::before, .commentlist .comment_container::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.commentlist .comment_container::after{
clear:both;
}
.commentlist ul.children{
margin-left:30px;
padding-left:0;
list-style:none;
}
.commentlist ul.children li:not(:last-child) .comment_container{
border-bottom-width:1px;
border-bottom-style:dashed;
}
.commentlist .comment-respond{
margin:30px 0 0;
padding:0;
}
.commentlist img.avatar{
width:70px;
height:70px;
margin-right:30px;
}
.commentlist .comment-text{
float:right;
width:80%;
width:calc(100% - 100px);
width:-webkit-calc(100% - 100px);
}
p.comment-notes{
font-style:italic;
font-size:0.875em;
}
.comment-form label{
display:block;
padding-bottom:5px;
}
.comment-form .comment-form-rating label{
display:none;
}
.comment-form input{
width:100%;
max-width:100%;
-webkit-appearance:none;
}
.comment-form textarea{
width:100%;
height:200px;
max-width:100%;
vertical-align:top;
-webkit-appearance:none;
}
.comment-form .form-submit{
padding-top:10px;
}
.comment-form .form-submit input{
padding:10px 40px;
line-height:30px;
color:#fff;
border-width:0;
font-weight:bold;
display:inline-block;
font-size:inherit;
width:auto;
border-radius:2.5em;
}
.comments-container .comments-title{
margin-bottom:50px;
display:block;
padding-top:30px;
}
.comment_container + .comment-respond .comment-reply-title a{
text-transform:none;
font-weight:normal;
letter-spacing:0;
font-size:12px;
}
.comments-area .woocommerce-noreviews{
margin-top:50px;
margin-bottom:30px;
}
.woocommerce-Reviews{
max-width:820px;
margin:0 auto;
}
.woocommerce-Reviews .woocommerce-Reviews-title{
display:none;
}
.woocommerce-Reviews span#reply-title{
text-transform:none;
}
.woocommerce-Reviews .comment_container .comment-text{
position:relative;
padding-bottom:30px;
}
.woocommerce-Reviews .comment_container .meta{
position:absolute;
bottom:0;
margin:0;
}
.woocommerce-Reviews .comment_container .meta > *{
display:none;
}
.woocommerce-Reviews .comment_container .meta .woocommerce-review__author{
display:inline-block;
font-weight:normal;
text-transform:uppercase;
line-height:normal;
}
.woocommerce-Reviews .comment_container .meta .woocommerce-review__author:before{
content:"";
width:40px;
display:block;
border-top:1px solid;
margin-bottom:15px;
}
.woocommerce-Reviews .comment_container .star-rating{
position:absolute;
bottom:8px;
right:0;
}
.woocommerce-Reviews #comments{
font-size:14px;
}
.comments-container .comments-title h3,
.comment-reply-title{
font-size:inherit;
text-transform:uppercase;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author{
width:32%;
float:left;
margin-left:2%;
}
.comment-form .comment-form-author{
margin-left:0;
}
.comment-form .form-submit{
float:left;
width:100%;
}
.commentlist .comment-text .description p:not(:last-child){
margin-bottom:5px;
} .portfolio-nav{
margin-top:50px;
margin-bottom:0px;
line-height:30px;
}
.portfolio-nav .col-xs-4:last-child{
text-align:right;
}
.portfolio-nav .nav-parents{
text-align:center;
font-size:24px;
}
.portfolio-nav a span{
vertical-align:middle;
display:inline-block;
padding:0 10px;
line-height:inherit;
}
.portfolio-nav a i{
line-height:inherit;
font-size:30px;
vertical-align:middle;
display:inline-block;
}
.portfolio-nav svg{
vertical-align:middle;
display:inline-block;
width:20px;
}
.portfolio-single-page .la-carousel-wrapper{
background:#fff;
}
.portfolio-single-page .slick-slider .slick-dots{
margin-top:30px;
}
.portfolio-single-page .slick-slider .slick-prev{
left:40px;
}
.portfolio-single-page .slick-slider .slick-next{
right:40px;
}
.portfolio-single-page .slick-slider .slick-arrow svg {
width: 14px;
}
.portfolio-single-page .la-show-portfolios .slick-dots {
margin-top: 0;
}
.pf-info-wrapper ul{
margin:0;
padding:0;
list-style:none;
}
.pf-info-wrapper ul li{
margin-bottom:20px;
}
.pf-info-wrapper .pf-info-label{
display:block;
font-weight:600;
font-size:18px;
margin-bottom:5px;
}
.pf-info-wrapper .pf-info-value{
display:block;
}
.pf-info-wrapper .la-sharing-single-portfolio .pf-info-label{
margin-bottom:0;
}
.pf-info-wrapper .social--sharing a{
margin:0;
background-color:transparent !important;
color:inherit;
font-size:18px;
text-align:left;
}
.pf-info-wrapper.inline-items .la-sharing-single-portfolio,
.pf-info-wrapper.inline-items ul{
display:inline-block;
vertical-align:top;
}
.pf-info-wrapper.inline-items ul li{
display:inline-block;
margin-right:80px;
}
.portfolio-single-page .link-display-portfolio-information{
position:fixed;
bottom:50px;
right:50px;
z-index:3;
margin:0;
}
.portfolio-single-page #portfolio_information{
position:fixed;
width:640px;
max-width:100%;
bottom:30px;
right:50px;
z-index:2;
background-color:#fff;
padding:40px 50px;
transition:all .3s;
opacity:0;
visibility:hidden;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
}
.portfolio-single-page #portfolio_information.force-dipslay{
opacity:1;
visibility:visible;
} .la_testimonials.grid-space-default .testimonial_item{
margin-bottom:30px;
}
.testimonial_item .entry-title{
font-size:16px;
font-weight:bold;
margin:0 0 5px;
}
.testimonial_item .testimonial_item--role{
font-size:12px;
margin:0;
}
.testimonial_item .loop__item__thumbnail--bkg{
display:block;
width:100%;
height:0;
padding-bottom:100%;
border-radius:50%;
}
.la_testimonials--style-1 .loop__item__inner{
background-color:#fff;
padding:30px;
}
.la_testimonials--style-1 .loop__item__inner2{
position:relative;
height:auto;
}
.la_testimonials--style-1 .loop__item__thumbnail{
width:75px;
height:75px;
position:absolute;
bottom:-5px;
right:-5px;
}
.la_testimonials--style-1 .loop__item__desc{
font-size:1.2857142857em;
line-height:1.7;
}
.la_testimonials--style-1 .loop__item__info2{
width:calc(100% - 100px);
width:-webkit-calc(100% - 100px);
min-height:70px;
padding-top:15px;
}
.la_testimonials--style-1 .testimonial_item--role{
font-size:inherit;
}
.la_testimonials--style-1 .loop__item__title .entry-title{
font-weight:bold;
text-transform:uppercase;
font-size:inherit;
}
.la_testimonials--style-1 .loop__item__meta{
margin-bottom:0;
}
.la_testimonials--style-2{
text-align:center;
}
.la_testimonials--style-2 .loop__item__desc{
font-size:26px;
line-height:1.33;
margin-bottom:30px;
}
.la_testimonials--style-2 .loop__item__thumbnail,
.la_testimonials--style-2 .item--rating{
display:none;
}
.la_testimonials--style-3{
text-align:center;
}
.la_testimonials--style-3 .loop__item__thumbnail{
width:80px;
height:80px;
overflow:hidden;
margin:0 auto 15px;
border-radius:50%;
}
.la_testimonials--style-3 .loop__item__desc{
font-size:26px;
line-height:normal;
margin-bottom:30px;
}
.la_testimonials--style-4{
text-align:center;
}
.la_testimonials--style-4 .loop__item__desc{
font-size:18px;
line-height:1.25;
margin:25px auto 20px;
}
.la_testimonials--style-4 .item--rating{
display:none;
}
.la_testimonials--style-4 .loop__item__thumbnail{
width:100px;
display:block;
min-height:1px;
overflow:visible;
margin:0 auto;
}
.la_testimonials--style-4 .entry-title{
font:inherit;
margin:0;
color:inherit;
}
.la_testimonials--style-4 .loop__item__meta,
.la_testimonials--style-4 .loop__item__title{
display:inline-block;
margin:0;
}
.la_testimonials--style-4 .testimonial_item--role{
font:inherit;
display:none;
}
.la_testimonials--style-4 .testimonial_item--role:before{
content:"\f111";
font-family:FontAwesome;
font-size:6px;
vertical-align:middle;
padding-left:5px;
padding-right:10px;
}
.la_testimonials--style-5 .loop__item__desc{
font-size:22px;
line-height:1.5;
margin-bottom:30px;
}
.la_testimonials--style-5 .loop__item__desc:after{
content:'';
width:40px;
height:2px;
display:block;
margin-top:25px;
}
.la_testimonials--style-5 .loop__item__thumbnail,
.la_testimonials--style-5 .item--rating{
display:none;
}
.la_testimonials--style-5 .entry-title{
font:inherit;
margin:0;
color:inherit;
}
.la_testimonials--style-5 .loop__item__meta,
.la_testimonials--style-5 .loop__item__title{
display:inline-block;
margin:0;
}
.la_testimonials--style-5 .testimonial_item--role{
font:inherit;
}
.la_testimonials--style-5 .testimonial_item--role:before{
content:"\f111";
font-family:FontAwesome;
font-size:6px;
vertical-align:middle;
padding-left:5px;
padding-right:10px;
}
.la_testimonials--style-6 .item--rating{
display:none;
}
.la_testimonials--style-6 .loop__item__inner{
border:1px solid #e6e6e6;
padding:40px;
margin-top:40px;
overflow:visible;
text-align:center;
}
.la_testimonials--style-6 .loop__item__thumbnail{
width:80px;
min-height:1px;
position:absolute;
display:block;
left:50%;
margin-left:-40px;
top:-40px;
}
.la_testimonials--style-6 .loop__item__desc{
line-height:inherit;
margin-top:20px;
margin-bottom:15px;
}
.la_testimonials--style-6 .loop__item__desc:after{
content:'';
width:30px;
height:3px;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:25px;
background-color:#e175a3;
background-image:-webkit-linear-gradient(left, #e175a3 0%, #3a51e6 100%);
background-image:linear-gradient(to right, #e175a3 0%, #3a51e6 100%);
}
.la_testimonials--style-6 .loop__item__meta{
margin-bottom:0;
}
.la_testimonials--style-7 .loop__item__inner{
padding:40px;
background-color:#fff;
box-shadow:0px 0px 40px 0px rgba(41, 44, 58, 0.09);
}
.la_testimonials--style-7 .loop__item__info2{
padding-left:80px;
position:relative;
margin-bottom:10px;
}
.la_testimonials--style-7 .loop__item__thumbnail{
width:55px;
min-height:1px;
position:absolute;
display:block;
left:0;
top:50%;
margin-top:-27px;
}
.la_testimonials--style-7 .loop__item__desc{
font-size:20px;
line-height:30px;
margin-bottom:40px;
}
.la_testimonials--style-7 .entry-title{
font:inherit;
margin:0;
color:inherit;
}
.la_testimonials--style-7 .loop__item__title{
display:inline-block;
margin:0;
}
.la_testimonials--style-8 .loop__item__thumbnail{
display:none;
}
.la_testimonials--style-8 .loop__item__inner{
padding-top:40px;
background:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/quote-blue.png) no-repeat 0 0;
}
.la_testimonials--style-8 .loop__item__desc{
font-size:24px;
line-height:2;
font-style:italic;
}
.la_testimonials--style-8 .loop__item__title .entry-title{
display:inline-block;
margin:0 10px 0 0;
line-height:20px;
}
.la_testimonials--style-8 .loop__item__title .testimonial_item--role{
display:inline-block;
line-height:20px;
}
.la_testimonials--style-9 .loop__item__inner2{
padding-left:150px;
position:relative;
min-height:150px;
}
.la_testimonials--style-9 .loop__item__thumbnail{
position:absolute;
left:0;
top:5px;
width:100px;
height:100px;
}
.la_testimonials--style-9 .loop__item__desc{
font-size:20px;
line-height:1.8;
margin-bottom:10px;
}
.la_testimonials--style-9 .star-rating{
font-size:16px;
width:102px;
}
.la_testimonials--style-9 .loop__item__title{
font-size:12px;
text-transform:uppercase;
}
.la_testimonials--style-9 .testimonial_item--role,
.la_testimonials--style-9 .entry-title{
display:inline-block;
margin:0;
font:inherit;
color:inherit;
}
.la_testimonials--style-9 .testimonial_item--role:before{
content:"\f111";
font-family:FontAwesome;
font-size:5px;
vertical-align:middle;
padding-left:5px;
padding-right:5px;
}
.la_testimonials--style-10 .loop__item__inner2{
text-align:center;
}
.la_testimonials--style-10 .loop__item__thumbnail{
display:none;
}
.la_testimonials--style-10 .loop__item__desc{
font-size:1.125em;
line-height:2;
margin-bottom:15px;
}
.la_testimonials--style-10 .star-rating{
font-size:16px;
width:102px;
}
.la_testimonials--style-10 .entry-title{
font-size:1.5em;
font-weight:normal;
} @media (max-width:1500px){
.la_testimonials--style-2 .loop__item__desc{
font-size:26px;
line-height:1.3;
}
.la_testimonials--style-3 .loop__item__desc{
font-size:30px;
}
.la_testimonials--style-4 .loop__item__thumbnail{
width:100px;
}
.la_testimonials--style-8 .loop__item__desc,
.la_testimonials--style-7 .loop__item__desc,
.la_testimonials--style-5 .loop__item__desc{
font-size:20px;
}
}
@media (max-width:1199px){
.la_testimonials--style-10 .entry-title{
font-size:1.3em;
}
}
@media (max-width:800px){
.la_testimonials--style-3 .loop__item__desc,
.la_testimonials--style-2 .loop__item__desc{
font-size:22px;
}
.la_testimonials--style-4 .loop__item__thumbnail{
width:100px;
}
.la_testimonials--style-9 .loop__item__desc,
.la_testimonials--style-8 .loop__item__desc,
.la_testimonials--style-7 .loop__item__desc,
.la_testimonials--style-5 .loop__item__desc{
font-size:18px;
}
.la_testimonials--style-8 .loop__item__desc{
line-height:1.875;
}
.la_testimonials--style-9 .loop__item__inner2{
padding-left:110px;
}
.la_testimonials--style-9 .loop__item__thumbnail{
width:80px;
height:80px;
}
}
@media (max-width:767px){
.la_testimonials--style-1 .loop__item__inner{
padding:20px;
}
.la_testimonials--style-6 .loop__item__inner{
padding:35px 20px 20px;
}
.la_testimonials--style-7 .loop__item__inner{
padding:25px;
}
.la_testimonials--style-9 .loop__item__inner2{
padding:0;
}
.la_testimonials--style-9 .loop__item__thumbnail{
position:static;
margin-bottom:10px;
}
}
.la-sc-icon-boxes .icon-heading{
margin:0;
font-size:16px;
}
.la-sc-icon-boxes .box-description{
padding-top:5px;
}
.la-sc-icon-boxes .box-icon{
display:inline-block;
}
.la-sc-icon-boxes .box-icon img{
vertical-align:top;
}
.la-sc-icon-boxes .box-icon-style-circle{
border-radius:50%;
}
.la-sc-icon-boxes .box-icon-style-round{
border-radius:4px;
}
.la-sc-icon-boxes .wrap-icon .box-icon{
display:inline-block;
vertical-align:middle;
overflow:hidden;
max-width:100%;
}
.la-sc-icon-boxes .wrap-icon .box-icon,
.la-sc-icon-boxes .wrap-icon .box-icon span{
transition:all 250ms ease-out;
}
.la-sc-icon-boxes .wrap-icon .box-icon span{
display:inline-block;
line-height:30px;
font-size:30px;
width:30px;
height:30px;
text-align:center;
vertical-align:middle;
}
.la-sc-icon-boxes .wrap-icon .box-icon span i{
display:block;
}
.la-sc-icon-boxes .wrap-icon .box-icon span.la-svg{
font-size:0 !important;
}
.la-sc-icon-boxes .wrap-icon .box-icon span.la-svg svg{
height:auto;
vertical-align:bottom;
}
.la-sc-icon-boxes .box-heading-top .box-heading,
.la-sc-icon-boxes .box-heading-top .box-icon-heading{
display:table-cell;
vertical-align:middle;
}
.la-sc-icon-boxes .box-icon-left,
.la-sc-icon-boxes .box-icon-right{
display:table-cell;
line-height:0;
vertical-align:top;
padding-top:5px;
}
.la-sc-icon-boxes.icon-pos-left .box-contents, .la-sc-icon-boxes.icon-pos-right .box-contents{
display:table-cell;
vertical-align:middle;
}
.la-sc-icon-boxes.icon-pos-left .box-description, .la-sc-icon-boxes.icon-pos-right .box-description{
padding-top:10px;
}
.la-sc-icon-boxes.icon-pos-default .box-icon-heading,
.la-sc-icon-boxes .box-icon-left{
padding-right:20px;
}
.la-sc-icon-boxes.icon-pos-heading-right .box-icon-heading,
.la-sc-icon-boxes .box-icon-right{
padding-left:20px;
}
.la-sc-icon-boxes.icon-pos-top .icon-heading{
margin-top:20px;
margin-bottom:2px;
}
.la-sc-icon-boxes.icon-type-img .wrap-icon .box-icon span{
height:auto !important;
line-height:0 !important;
text-align:center;
max-width:100%;
}
.la-sc-icon-boxes.icon-type-img .wrap-icon .box-icon span img{
width:auto;
}
.la-sc-icon-boxes.iconbg-gradient .wrap-icon .box-icon,
.la-sc-icon-boxes.icontext-gradient .wrap-icon .box-icon span{
background-size:200% 100%;
}
.la-sc-icon-boxes.icon-pos-hidden .box-heading-top .box-heading{
display:block;
}
.ib-link-read_more .icon-boxes-inner > a:hover{
text-decoration:underline;
}
.ib-link-box .icon-boxes-inner{
position:relative;
}
.ib-link-box .icon-boxes-inner > a{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
font-size:0;
}
.la-sc-icon-boxes.icon-type-number .wrap-icon .box-icon span{
width:auto !important;
}
.la-sc-icon-boxes.icon-type-number .type-number{
font-weight:normal;
}
.la-sc-icon-boxes.iconboxes--vertial-bottom .box-heading,
.la-sc-icon-boxes.iconboxes--vertial-bottom .box-icon-heading{
vertical-align:bottom;
}
.la-sc-icon-boxes.iconboxes--vertial-top .box-heading,
.la-sc-icon-boxes.iconboxes--vertial-top .box-icon-heading{
vertical-align:top;
}
.iconboxes--readmore-with-icon.ib-link-read_more .icon-boxes-inner > a{
border:none;
font-weight:normal;
letter-spacing:0;
font-size:12px;
padding-right:15px;
position:relative;
}
.iconboxes--readmore-with-icon.ib-link-read_more .icon-boxes-inner > a:after{
content:'\f105';
font-family:FontAwesome;
position:absolute;
right:0;
font-size:18px;
top:-1px;
line-height:1;
}
ul.list-icon-checked,
ol.list-icon-checked,
.wpb_text_column.list-icon-checked .wpb_wrapper > ol,
.wpb_text_column.list-icon-checked .wpb_wrapper > ul{
padding:0;
margin:0;
list-style:none;
}
ul.list-icon-checked li,
ol.list-icon-checked li,
.wpb_text_column.list-icon-checked .wpb_wrapper > ol li,
.wpb_text_column.list-icon-checked .wpb_wrapper > ul li{
margin-bottom:0.625em;
}
ul.list-icon-checked li:before,
ol.list-icon-checked li:before,
.wpb_text_column.list-icon-checked .wpb_wrapper > ol li:before,
.wpb_text_column.list-icon-checked .wpb_wrapper > ul li:before{
content:'\f00c';
font-family:FontAwesome;
width:2.1875em;
display:inline-block;
font-size:0.785em;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
ul.list-icon-checked2,
ol.list-icon-checked2,
.wpb_text_column.list-icon-checked2 .wpb_wrapper > ol,
.wpb_text_column.list-icon-checked2 .wpb_wrapper > ul{
padding:0;
margin:0;
list-style:none;
}
ul.list-icon-checked2 li,
ol.list-icon-checked2 li,
.wpb_text_column.list-icon-checked2 .wpb_wrapper > ol li,
.wpb_text_column.list-icon-checked2 .wpb_wrapper > ul li{
margin-bottom:1em;
}
ul.list-icon-checked2 li:before,
ol.list-icon-checked2 li:before,
.wpb_text_column.list-icon-checked2 .wpb_wrapper > ol li:before,
.wpb_text_column.list-icon-checked2 .wpb_wrapper > ul li:before{
content:"\2e";
font-family:'dl-icon';
width:2.1875em;
display:inline-block;
font-size:0.785em;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
ul.list-icon-dots,
ol.list-icon-dots,
.wpb_text_column.list-icon-dots .wpb_wrapper > ol,
.wpb_text_column.list-icon-dots .wpb_wrapper > ul{
padding:0;
margin:0;
list-style:none;
}
ul.list-icon-dots li,
ol.list-icon-dots li,
.wpb_text_column.list-icon-dots .wpb_wrapper > ol li,
.wpb_text_column.list-icon-dots .wpb_wrapper > ul li{
margin-bottom:1em;
padding-left:35px;
position:relative;
}
ul.list-icon-dots li:before,
ol.list-icon-dots li:before,
.wpb_text_column.list-icon-dots .wpb_wrapper > ol li:before,
.wpb_text_column.list-icon-dots .wpb_wrapper > ul li:before{
content:'\f111';
font-family:FontAwesome;
font-size:7px;
text-rendering:auto;
vertical-align:middle;
position:absolute;
left:0;
top:1em;
}
ul.list-icon-dots2,
ol.list-icon-dots2,
.wpb_text_column.list-icon-dots2 .wpb_wrapper > ol,
.wpb_text_column.list-icon-dots2 .wpb_wrapper > ul{
padding:0;
margin:0;
list-style:none;
}
ul.list-icon-dots2 li,
ol.list-icon-dots2 li,
.wpb_text_column.list-icon-dots2 .wpb_wrapper > ol li,
.wpb_text_column.list-icon-dots2 .wpb_wrapper > ul li{
margin-bottom:0.3em;
padding-left:1.2em;
position:relative;
margin-left:1em;
}
ul.list-icon-dots2 li:before,
ol.list-icon-dots2 li:before,
.wpb_text_column.list-icon-dots2 .wpb_wrapper > ol li:before,
.wpb_text_column.list-icon-dots2 .wpb_wrapper > ul li:before{
content:'\f111';
font-family:FontAwesome;
font-size:5px;
text-rendering:auto;
vertical-align:middle;
position:absolute;
left:0;
top:33%;
}
ul.list-icon-circle,
ol.list-icon-circle,
.wpb_text_column.list-icon-circle .wpb_wrapper > ol,
.wpb_text_column.list-icon-circle .wpb_wrapper > ul{
padding:0;
margin:0;
list-style:none;
}
ul.list-icon-circle li,
ol.list-icon-circle li,
.wpb_text_column.list-icon-circle .wpb_wrapper > ol li,
.wpb_text_column.list-icon-circle .wpb_wrapper > ul li{
margin-bottom:1.5em;
padding-left:35px;
position:relative;
}
ul.list-icon-circle li:before,
ol.list-icon-circle li:before,
.wpb_text_column.list-icon-circle .wpb_wrapper > ol li:before,
.wpb_text_column.list-icon-circle .wpb_wrapper > ul li:before{
content:'\f1db';
font-family:FontAwesome;
font-size:9px;
vertical-align:middle;
position:absolute;
left:0;
top:0.9em;
line-height:1;
}
.wpb_text_column.list-icon-2colum ul li{
width:48%;
display:inline-block;
padding-left:20px !important;
}
.svg-stroke-width-1 svg .svg-stroke-width{
stroke-width:1;
}
.svg-stroke-width-2 svg .svg-stroke-width{
stroke-width:2;
} @media (max-width:1024px){
.ib-link-read_more .icon-boxes-inner > a{
font-size:inherit;
letter-spacing:0;
}
ul.list-icon-dots li,
ol.list-icon-dots li,
.wpb_text_column.list-icon-dots .wpb_wrapper > ol li,
.wpb_text_column.list-icon-dots .wpb_wrapper > ul li{
padding-left:25px;
}
}
.la-separator{
margin:0;
padding:0;
position:relative;
overflow:hidden;
}
.la-separator .la-line{
display:block;
max-width:100%;
width:100px;
}
.text-center .la-separator .la-line{
margin-left:auto;
margin-right:auto;
}
.text-right .la-separator .la-line{
margin-right:0;
margin-left:auto;
}
.la-headings{
margin-bottom:15px;
background-position:top center;
background-repeat:no-repeat;
}
.la-headings .heading-tag{
margin-bottom:10px;
}
.la-headings p.heading-tag,
.la-headings div.heading-tag{
margin-bottom:0;
}
.la-headings .la-separator{
margin-top:20px;
}
.la-headings .la-line{
border-style:solid;
border-width:1px;
width:30px;
}
.la-headings.text-inline .heading-tag,
.la-headings.text-inline .subheading-tag{
display:inline-block;
margin:0;
vertical-align:middle;
}
.la-headings .heading-with-line + .subheading-tag{
margin-top:20px;
}
.spacer-position-separator .heading-with-line,
.spacer-position-separator .heading-with-line .subheading-tag,
.spacer-position-separator .la-separator,
.spacer-position-separator .heading-tag{
display:inline-block;
vertical-align:middle;
}
.spacer-position-separator .heading-with-line .subheading-tag,
.spacer-position-separator .heading-tag{
margin:0 20px;
}
.spacer-position-separator.sp_at-left .heading-with-line .heading-tag{
margin-right:0;
}
.spacer-position-separator.sp_at-left .heading-with-line .heading-tag + .la-separator{
display:none;
}
.spacer-position-separator.sp_at-right .heading-with-line .heading-tag{
margin-left:0;
}
.spacer-position-separator.sp_at-right .heading-with-line .la-separator:first-child{
display:none;
}
.subheading-tag sup,
.subheading-tag sub{
font-size:100%;
}
.la-headings.spacer-position-middle .la-separator{
margin-top:15px;
margin-bottom:15px;
}
.vc_custom_heading.heading__viewall a{
border-bottom:2px solid #DEDEDE;
padding-top:5px;
padding-bottom:5px;
}
.vc_custom_heading.heading__viewall a:hover, .vc_custom_heading.heading__viewall a:focus{
border-bottom:2px solid;
color:#232324;
}
.portfolio__item .loop__item__inner{
position:relative;
overflow:hidden;
}
.portfolio__item .loop__item__termlink{
font-size:12px;
margin-bottom:5px;
}
.portfolio__item .loop__item__termlink a{
opacity:0.6;
}
.portfolio__item .loop__item__termlink a:hover{
opacity:1;
}
.portfolio__item .entry-title{
font-size:18px;
margin-bottom:0;
}
.grid-space-default .portfolio__item{
padding-bottom:35px;
}
.la-isotope-container .loop__item__thumbnail--bkg{
background-color:transparent;
}
.portfolios-loop .loop__item__thumbnail{
height:100%;
display:block;
}
.pf-default.pf-style-1 .loop__item__info,
.pf-default.pf-style-1 .loop__item__info:after,
.pf-default.pf-style-1 .entry-title a:after{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
.pf-default.pf-style-1 .loop__item__info{
text-align:center;
z-index:2;
}
.pf-default.pf-style-1 .loop__item__info:before{
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}
.pf-default.pf-style-1 .loop__item__info:after{
content:'';
z-index:-1;
opacity:0;
transform:scale(0.9);
-webkit-transform:scale(0.9);
transition:all 0.4s ease-out;
}
.pf-default.pf-style-1 .loop__item__termlink{
position:relative;
z-index:2;
}
.pf-default.pf-style-1 .loop__item__info2{
display:inline-block;
vertical-align:middle;
opacity:0;
margin-top:40px;
transition:all 0.4s 0.1s;
}
.pf-default.pf-style-1 .entry-title a:after{
content:'';
}
.pf-default.pf-style-1 .entry-title:after{
content:"\2f";
font-family:'dl-icon';
width:16px;
height:16px;
display:block;
margin:10px auto 0;
color:#fff;
font-weight:normal;
}
.pf-default.pf-style-1 .loop__item__inner a{
color:#fff;
}
.pf-default.pf-style-1 .loop__item__inner:hover .loop__item__info:after{
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
}
.pf-default.pf-style-1 .loop__item__inner:hover .loop__item__info2{
opacity:1;
margin-top:10px;
}
.pf-default.pf-style-2 .loop__item__thumbnail--bkg{
transition:transform 0.4s 0.1s;
}
.pf-default.pf-style-2 .loop__item__info{
position:absolute;
left:0;
right:0;
bottom:0;
padding:30px;
z-index:2;
visibility:hidden;
transform:translate(0, 100%);
-webkit-transform:translate(0, 100%);
transition:all 0.4s 0.1s;
}
.pf-default.pf-style-2 .loop__item__inner a{
color:#fff;
}
.pf-default.pf-style-2 .loop__item__inner:hover .loop__item__thumbnail--bkg{
transform:translate(0, -50px);
-webkit-transform:translate(0, -50px);
}
.pf-default.pf-style-2 .loop__item__inner:hover .loop__item__info{
visibility:visible;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.pf-default.pf-style-3 .loop__item__info,
.pf-default.pf-style-3 .loop__item__info:after,
.pf-default.pf-style-3 .entry-title a:after{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
.pf-default.pf-style-3 .loop__item__info{
text-align:center;
z-index:2;
}
.pf-default.pf-style-3 .loop__item__info:before{
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}
.pf-default.pf-style-3 .loop__item__info:after{
content:'';
z-index:-1;
opacity:0;
transform:scale(0.9);
-webkit-transform:scale(0.9);
transition:all 0.4s ease-out;
}
.pf-default.pf-style-3 .loop__item__termlink{
position:relative;
z-index:2;
}
.pf-default.pf-style-3 .loop__item__info2{
display:inline-block;
vertical-align:middle;
opacity:0;
margin-top:40px;
transition:all 0.4s 0.1s;
}
.pf-default.pf-style-3 .entry-title{
font-size:16px;
}
.pf-default.pf-style-3 .entry-title a:after{
content:'';
}
.pf-default.pf-style-3 .loop__item__inner a{
color:#fff;
}
.pf-default.pf-style-3 .loop__item__inner:hover .loop__item__info:after{
opacity:0.75;
transform:scale(1);
-webkit-transform:scale(1);
}
.pf-default.pf-style-3 .loop__item__inner:hover .loop__item__info2{
opacity:1;
margin-top:10px;
}
.pf-default.pf-style-4 .loop__item__info,
.pf-default.pf-style-4 .loop__item__info:after,
.pf-default.pf-style-4 .entry-title a:after{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
.pf-default.pf-style-4 .loop__item__info{
text-align:center;
z-index:2;
}
.pf-default.pf-style-4 .loop__item__info:before{
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}
.pf-default.pf-style-4 .loop__item__info:after{
content:'';
z-index:-1;
opacity:0;
transform:scale(0.9);
-webkit-transform:scale(0.9);
transition:all 0.4s ease-out;
}
.pf-default.pf-style-4 .loop__item__termlink{
position:relative;
z-index:2;
}
.pf-default.pf-style-4 .loop__item__info2{
display:inline-block;
vertical-align:middle;
opacity:0;
margin-top:40px;
transition:all 0.4s 0.1s;
}
.pf-default.pf-style-4 .entry-title{
font-size:16px;
}
.pf-default.pf-style-4 .entry-title a:after{
content:'';
}
.pf-default.pf-style-4 .loop__item__inner a{
color:#fff;
}
.pf-default.pf-style-4 .loop__item__inner:hover .loop__item__info:after{
opacity:0.9;
transform:scale(1);
-webkit-transform:scale(1);
}
.pf-default.pf-style-4 .loop__item__inner:hover .loop__item__info2{
opacity:1;
margin-top:10px;
}
.pf-default.pf-style-5 .loop__item__info2{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-flow:column-reverse wrap;
-ms-flex-flow:column-reverse wrap;
flex-flow:column-reverse wrap;
padding:25px 0 35px;
}
.pf-default.pf-style-5 .loop__item__termlink{
margin:0;
font-size:inherit;
}
.pf-default.pf-style-5 .loop__item__title .entry-title{
margin-bottom:10px;
}
.pf-default.pf-style-5 .loop__item__thumbnail--linkoverlay:before{
content:'';
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
z-index:2;
transition:all 0.4s 0.1s;
opacity:0;
}
.pf-default.pf-style-5 .loop__item__thumbnail--linkoverlay:after{
content:'\28';
font-family:'dl-icon';
color:#fff;
width:50px;
height:50px;
line-height:50px;
text-align:center;
position:absolute;
left:50%;
top:50%;
margin-left:-25px;
margin-top:0;
opacity:0;
z-index:2;
transition:all 0.4s 0.1s;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:16px;
}
.pf-default.pf-style-5 .loop__item__inner2:hover .loop__item__thumbnail--linkoverlay:before{
opacity:0.9;
}
.pf-default.pf-style-5 .loop__item__inner2:hover .loop__item__thumbnail--linkoverlay:after{
opacity:1;
margin-top:-25px;
}
.pf-default.pf-style-6 .loop__item__info{
position:absolute;
left:5%;
bottom:5%;
z-index:2;
}
.pf-default.pf-style-6 .loop__item__info:after{
content:'\2c';
display:block;
font-family:'dl-icon';
font-size:20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.pf-default.pf-style-6 .loop__item__info2{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-flow:column-reverse wrap;
-ms-flex-flow:column-reverse wrap;
flex-flow:column-reverse wrap;
}
.pf-default.pf-style-6 .portfolio__item .loop__item__termlink{
font-size:16px;
margin:10px 0;
}
.pf-default.pf-style-7 .loop__item__info{
background-color:#fff;
position:absolute;
bottom:0;
padding:25px 20px 15px;
left:0;
width:100%;
text-align:center;
z-index:2;
transition:all 0.4s 0.1s;
transform:translate(0, 100%);
-webkit-transform:translate(0, 100%);
}
.pf-default.pf-style-7 .loop__item__thumbnail{
transition:all 0.4s 0.1s;
}
.pf-default.pf-style-7 .loop__item__info2{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-flow:column-reverse wrap;
-ms-flex-flow:column-reverse wrap;
flex-flow:column-reverse wrap;
}
.pf-default.pf-style-7 .loop__item__termlink{
font-size:16px;
}
.pf-default.pf-style-7 .loop__item__title{
margin-bottom:5px;
}
.pf-default.pf-style-7 .loop__item__inner:hover .loop__item__thumbnail{
transform:translate(0, -50px);
-webkit-transform:translate(0, -50px);
}
.pf-default.pf-style-7 .loop__item__inner:hover .loop__item__info{
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.pf-default.pf-style-8 .loop__item__thumbnail{
height:auto;
margin-bottom:25px;
}
.pf-default.pf-style-8 .loop__item__thumbnail--bkg{
filter:grayscale(100);
-webkit-filter:grayscale(100);
transition:filter 0.4s 0.1s;
}
.pf-default.pf-style-8 .loop__item__title{
margin-bottom:15px;
}
.pf-default.pf-style-8 .loop__item__desc{
line-height:1.7142857143;
margin-bottom:30px;
}
.pf-default.pf-style-8 .btn-readmore{
text-transform:uppercase;
font-size:12px;
font-weight:bold;
}
.pf-default.pf-style-8 .btn-readmore:after{
content:"\f105";
padding-left:8px;
font-family:FontAwesome;
font-size:15px;
}
.pf-default.pf-style-8 .loop__item__inner:hover .loop__item__thumbnail--bkg{
filter:grayscale(0);
-webkit-filter:grayscale(0);
}
.pf-default.pf-style-8 .loop__item:hover .loop__item__inner{
transform:translate(0, -20px);
}
.pf-default.pf-style-8 .loop__item .loop__item__inner{
transition:transform .5s;
}
.pf-special.pf-style-1 .loop__item__inner2{
margin-left:-15px;
margin-right:-15px;
}
.pf-special.pf-style-1 .loop__item__info,
.pf-special.pf-style-1 .loop__item__thumbnail{
float:left;
width:50%;
padding-left:15px;
padding-right:15px;
}
.pf-special.pf-style-1 .loop__item__info{
padding-left:7%;
}
.pf-special.pf-style-1 .entry-title{
font-size:24px;
text-transform:uppercase;
margin-bottom:25px;
}
.pf-special.pf-style-1 .loop__item__meta{
font-size:1.1428571429em;
padding:15px 0;
margin-bottom:0;
}
.pf-special.pf-style-1 .loop__item__meta--label{
text-transform:uppercase;
margin-bottom:5px;
}
.pf-special.pf-style-1 .loop__item__meta--footer{
margin-top:30px;
}
.pf-special.pf-style-1 .loop__item__meta--footer .btn-readmore{
text-transform:uppercase;
} @media (max-width:767px){
.pf-special.pf-style-1 .loop__item__info,
.pf-special.pf-style-1 .loop__item__thumbnail{
width:100%;
padding-left:15px;
}
.pf-special.pf-style-1 .loop__item__thumbnail{
margin-bottom:20px;
}
.pf-special.pf-style-1 .entry-title{
margin-bottom:0;
}
.pf-special.pf-style-1 .loop__item__meta{
padding:10px 0;
}
}
.member__item .entry-title{
font-size:18px;
margin-bottom:10px;
}
.member__item .item--social{
font-size:inherit;
}
.member__item .item--social a:not(:hover){
opacity:0.6;
}
.member__item .gitem-zone-height-mode-auto{
padding-bottom:0 !important;
}
.team__members.grid-space-default .member__item{
margin-bottom:30px;
}
.member--style-1 .loop__item__thumbnail--linkoverlay{
opacity:0;
visibility:hidden;
}
.member--style-1 .loop__item__info{
position:absolute;
width:100%;
left:0;
visibility:hidden;
padding:10px;
color:#fff;
top:50%;
text-align:center;
z-index:2;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.member--style-1 .entry-title a:after{
content:'';
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
.member--style-1 .loop__item__info2 > div{
opacity:0;
visibility:hidden;
transition:all 0.4s 0.1s;
transform:translate(0, 20px);
-webkit-transform:translate(0, 20px);
}
.member--style-1 .loop__item__info2 .loop__item__meta{
transition-delay:0.3s;
}
.member--style-1 .loop__item__info2 .item--social{
transition-delay:0.5s;
}
.member--style-1 .loop__item__inner a{
color:#fff;
}
.member--style-1 .loop__item__inner:hover .loop__item__thumbnail--linkoverlay{
visibility:visible;
opacity:1;
}
.member--style-1 .loop__item__inner:hover .loop__item__info{
visibility:visible;
}
.member--style-1 .loop__item__inner:hover .loop__item__info2 > div{
opacity:1;
visibility:visible;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.member--style-2 .loop__item__inner,
.member--style-2 .loop__item__thumbnail{
overflow:visible;
}
.member--style-2 .loop__item__thumbnail--bkg{
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
}
.member--style-2 .loop__item__thumbnail .item--social{
position:absolute;
bottom:0;
visibility:hidden;
opacity:0;
left:20%;
background:#fff;
right:20%;
text-align:center;
padding:15px 10px;
color:#232324;
z-index:3;
transition:all 0.4s 0.1s;
}
.member--style-2 .loop__item__thumbnail .item--social a{
opacity:1;
}
.member--style-2 .loop__item__thumbnail:after{
content:'';
border-width:0;
border-style:solid;
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
transition:all 0.4s 0.1s;
pointer-events:none;
}
.member--style-2 .entry-title{
margin-bottom:8px;
}
.member--style-2 .loop__item__info{
text-align:center;
padding-top:25px;
padding-bottom:15px;
}
.member--style-2 .loop__item__info .item--social{
display:none;
}
.member--style-2 .loop__item__inner:hover .loop__item__thumbnail:after{
border-width:2px;
transform:translate(15px, 15px);
-webkit-transform:translate(15px, 15px);
}
.member--style-2 .loop__item__inner:hover .loop__item__thumbnail .item--social{
bottom:20px;
visibility:visible;
opacity:1;
}
.member--style-3 .loop__item__info{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#fff;
z-index:3;
text-align:center;
opacity:0;
-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
transition:opacity 0.35s, transform 0.35s;
}
.member--style-3 .loop__item__info:after, .member--style-3 .loop__item__info:before{
content:"";
position:absolute;
left:0;
top:0;
width:0;
height:0;
opacity:0;
-webkit-transition:opacity 0.35s, width 0.35s, height 0.35s;
transition:opacity 0.35s, width 0.35s, height 0.35s;
border-style:solid;
z-index:1;
}
.member--style-3 .loop__item__info:before{
border-width:5px 0;
height:100%;
}
.member--style-3 .loop__item__info:after{
border-width:0 5px;
width:100%;
}
.member--style-3 .loop__item__info2{
position:relative;
z-index:2;
padding:20px;
}
.member--style-3 .loop__item__info2 > div{
opacity:0;
visibility:hidden;
-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
transition:opacity 0.35s, transform 0.35s;
transform:translate(0, 20px);
-webkit-transform:translate(0, 20px);
}
.member--style-3 .loop__item__info2 .loop__item__meta{
transition-delay:0.05s;
}
.member--style-3 .loop__item__info2 .loop__item__desc{
transition-delay:0.1s;
}
.member--style-3 .loop__item__info2 .item--social{
transition-delay:0.15s;
}
.member--style-3 .member__item .entry-title{
margin-bottom:5px;
}
.member--style-3 .item--social a{
opacity:1 !important;
}
.member--style-3 .member__item:hover .loop__item__info{
opacity:1;
}
.member--style-3 .member__item:hover .loop__item__info:after, .member--style-3 .member__item:hover .loop__item__info:before{
width:100%;
height:100%;
opacity:1;
}
.member--style-3 .member__item:hover .loop__item__info2 > div{
opacity:1;
visibility:visible;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.member--style-4 .loop__item__thumbnail--linkoverlay{
background-color:#232324;
opacity:0;
}
.member--style-4 .loop__item__thumbnail .item--social{
width:100%;
text-align:center;
z-index:2;
position:absolute;
left:0;
top:50%;
opacity:0;
transition:all 0.4s 0.1s;
margin-top:30px;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.member--style-4 .loop__item__thumbnail .item--social a{
margin:5px;
opacity:1;
width:26px;
height:26px;
line-height:26px;
padding:0;
background-color:#fff;
color:#232324;
font-size:12px;
border-radius:50%;
}
.member--style-4 .loop__item__thumbnail .item--social a:hover{
color:#fff;
}
.member--style-4 .loop__item__info{
background-color:#fff;
border-width:0 1px 1px;
border-style:solid;
border-color:#e3e3e3;
text-align:center;
padding:25px;
}
.member--style-4 .loop__item__info .item--social{
display:none;
}
.member--style-4 .entry-title{
font-size:20px;
}
.member--style-4 .loop__item__meta{
line-height:1;
}
.member--style-4 .loop__item__inner:hover{
box-shadow:0px 0px 49px 0px rgba(159, 159, 159, 0.23);
}
.member--style-4 .loop__item__inner:hover .loop__item__thumbnail--linkoverlay{
opacity:0.5;
}
.member--style-4 .loop__item__inner:hover .item--social{
opacity:1;
margin-top:0;
}
.member--style-4.slick-slider .slick-dots{
margin-top:50px;
}
.member--style-4.slick-slider .slick-dots li{
height:16px;
width:16px;
}
.member--style-5 .loop__item__thumbnail--linkoverlay{
background-color:#232324;
opacity:0;
}
.member--style-5 .loop__item__thumbnail{
margin-bottom:20px;
}
.member--style-5 .loop__item__thumbnail .item--social{
width:100%;
text-align:center;
z-index:2;
position:absolute;
left:0;
top:50%;
opacity:0;
transition:all 0.4s 0.1s;
margin-top:30px;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
color:#fff;
}
.member--style-5 .loop__item__thumbnail .item--social a{
opacity:1;
}
.member--style-5 .loop__item__info .item--social{
display:none;
}
.member--style-5 .entry-title{
font-size:18px;
}
.member--style-5 .loop__item__meta{
font-size:18px;
line-height:1;
font-style:italic;
}
.member--style-5 .loop__item__inner:hover .loop__item__thumbnail--linkoverlay{
opacity:0.6;
}
.member--style-5 .loop__item__inner:hover .item--social{
opacity:1;
margin-top:0;
}
.member--style-6 .loop__item__thumbnail--linkoverlay{
background-color:#232324;
opacity:0;
}
.member--style-6 .loop__item__thumbnail{
margin-bottom:20px;
}
.member--style-6 .loop__item__thumbnail .item--social{
width:100%;
text-align:center;
z-index:2;
position:absolute;
left:0;
top:50%;
opacity:0;
transition:all 0.4s 0.1s;
margin-top:30px;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
color:#fff;
}
.member--style-6 .loop__item__thumbnail .item--social a{
opacity:1;
}
.member--style-6 .loop__item__info{
text-align:center;
}
.member--style-6 .loop__item__info .item--social{
display:none;
}
.member--style-6 .entry-title{
font-size:24px;
text-transform:uppercase;
letter-spacing:-1px;
}
.member--style-6 .loop__item__meta{
line-height:1;
}
.member--style-6 .loop__item__inner:hover .loop__item__thumbnail--linkoverlay{
opacity:0.6;
}
.member--style-6 .loop__item__inner:hover .item--social{
opacity:1;
margin-top:0;
}
.member--style-7 .loop__item__thumbnail--bkg{
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
opacity:0.5;
}
.member--style-7 .entry-title{
font-weight:normal;
text-transform:uppercase;
opacity:0.5;
color:#fff;
margin:0;
}
.member--style-7 .loop__item__meta{
display:none;
}
.member--style-7 .loop__item__info{
padding-top:30px;
padding-bottom:25px;
text-align:center;
position:relative;
}
.member--style-7 .member-social{
position:absolute;
bottom:100%;
left:0;
background-color:rgba(21, 21, 21, 0.8);
width:100%;
color:#fff;
font-size:15px;
padding:15px 0;
transition:all 0.4s 0.1s;
opacity:0;
visibility:hidden;
margin-bottom:-30px;
}
.member--style-7 .loop__item__inner{
background-color:#151515;
}
.member--style-7 .loop__item__inner:hover .loop__item__thumbnail--bkg{
opacity:1;
}
.member--style-7 .loop__item__inner:hover .entry-title{
opacity:1;
}
.member--style-7 .loop__item__inner:hover .member-social{
opacity:1;
visibility:visible;
margin-bottom:0;
}
.team__members.slick-slider.grid-space-default .member__item{
margin-bottom:0;
} @media (max-width:1199px){
.member--style-4 .loop__item__info{
padding:20px;
}
.member--style-6 .entry-title,
.member--style-4 .entry-title{
font-size:20px;
letter-spacing:0;
text-transform:none;
}
.member--style-5 .loop__item__meta,
.member--style-4 .loop__item__meta{
font-size:inherit;
}
}
@media (max-width:800px){
.member--style-6 .entry-title,
.member--style-4 .entry-title{
font-size:18px;
}
}
.pricing__item{
text-align:center;
position:relative;
}
.pricing__icon{
margin-left:auto;
margin-right:auto;
}
.pricing__icon img{
width:auto;
}
.pricing__icon i{
vertical-align:top;
}
.pricing__title{
font-size:18px;
}
.pricing__feature-list{
margin:25px 0 30px;
}
.pricing__feature-list ul{
list-style:none;
margin:0;
padding:0;
}
.pricing__feature{
padding:7px 0;
}
.pricing__price,
.pricing__period{
display:inline-block;
}
.pricing__price{
font-size:2em;
}
.pricing__action a{
font-weight:bold;
transition:all 250ms ease-out;
}
.pricing__badge{
font-size:0;
background-color:#ff4343;
position:absolute;
top:0;
right:30px;
padding:25px 10px;
}
.pricing__badge:after{
content:'\f006';
font-family:FontAwesome;
font-size:14px;
color:#fff;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
line-height:1;
}
.pricing.style-1 .pricing__item{
border:1px solid #e7e7e7;
background-color:#fff;
padding:40px 30px 25px;
box-shadow:0 0 21px 0 rgba(0, 0, 0, 0.04);
}
.pricing.style-1 .pricing__action a{
display:block;
color:#fff;
padding:1.1em;
}
.pricing.style-1 .pricing__currency{
top:0;
font-size:inherit;
}
.pricing.style-2 .pricing__item{
background-color:#fff;
padding:45px 30px 55px;
border-radius:20px;
box-shadow:0px 0px 49px 0px rgba(200, 111, 173, 0.24);
}
.pricing.style-2 .pricing__title{
font-size:18px;
font-weight:bold;
line-height:1.5;
margin-bottom:5px;
}
.pricing.style-2 .pricing__price{
font-size:48px;
line-height:1;
}
.pricing.style-2 .pricing__period{
}
.pricing.style-2 .pricing__action a{
width:180px;
max-width:100%;
display:block;
margin:0 auto;
position:relative;
}
.pricing.style-2 .pricing__action a span{
color:#232324;
position:relative;
z-index:2;
border:1px solid #e3e3e3;
background-color:transparent;
padding:10px 20px;
font-size:12px;
line-height:30px;
transition:all .2s;
display:block;
}
.pricing.style-2 .pricing__action a:before{
content:'';
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
transition:transform .2s;
opacity:0;
background-color:#e475a1;
background-image:-webkit-linear-gradient(left, #e475a1 0%, #3851e7 100%);
background-image:linear-gradient(to right, #e475a1 0%, #3851e7 100%);
}
.pricing.style-2 .pricing__currency{
top:0;
font-size:inherit;
}
.pricing.style-2 .pricing__feature-list{
margin:25px 0 35px;
}
.pricing.style-2:hover .pricing__action a span{
border-color:#232324;
background-color:#232324;
color:#fff;
}
.pricing.style-2:hover .pricing__action a:before{
transform:translate(5px, 5px);
-webkit-transform:translate(5px, 5px);
opacity:1;
}
.pricing.style-3 .pricing__item{
background-color:#fff;
padding:35px 30px 40px;
border-radius:10px;
box-shadow:0px 0px 27px 0px rgba(41, 44, 58, 0.1);
}
.pricing.style-3 .pricing__title{
font-weight:bold;
line-height:1.5;
margin-top:10px;
}
.pricing.style-3 .pricing__price{
font-size:48px;
line-height:1;
font-weight:bold;
}
.pricing.style-3 .pricing__action a{
width:180px;
max-width:100%;
display:block;
margin:0 auto;
position:relative;
}
.pricing.style-3 .pricing__action a span{
color:#232324;
position:relative;
z-index:2;
border:2px solid #e3e3e3;
background-color:transparent;
padding:10px 20px;
font-size:12px;
line-height:30px;
transition:all .2s;
display:block;
border-radius:2.5em;
}
.pricing.style-3 .pricing__price-box{
margin-top:15px;
background:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/line.png) no-repeat center bottom;
padding-bottom:20px;
}
.pricing.style-3 .pricing__currency{
font-size:50%;
}
.pricing.style-3 .pricing__feature-list{
margin:20px 0;
}
.pricing.style-3:hover .pricing__action a span{
border-color:#232324;
background-color:#232324;
color:#fff;
}
.pricing.style-5 .pricing__item,
.pricing.style-3 .pricing__item{
transition:all .3s;
}
.pricing.style-5:hover .pricing__item,
.pricing.style-3:hover .pricing__item{
transform:translate(0, -20px);
box-shadow:0px 0px 30px 0px rgba(41, 44, 58, 0.1);
}
.pricing.style-4 .pricing__item{
background-color:#fff;
padding:40px 30px 0;
box-shadow:0px 0px 49px 0px rgba(191, 111, 133, 0.24);
}
.pricing.style-4 .pricing__title{
font-size:24px;
font-weight:bold;
line-height:1.5;
font-style:italic;
text-transform:uppercase;
color:#232324;
letter-spacing:-1px;
margin-bottom:10px;
}
.pricing.style-4 .pricing__price-box{
color:#232324;
font-style:italic;
}
.pricing.style-4 .pricing__price{
font-size:72px;
line-height:1;
font-weight:bold;
letter-spacing:-1px;
}
.pricing.style-4 .pricing__period{
font-size:16px;
}
.pricing.style-4 .pricing__action{
padding-top:20px;
}
.pricing.style-4 .pricing__action a{
font-size:1.125em;
color:#232324;
background-color:#fff;
display:block;
margin:0 -30px;
padding:16px 20px;
box-shadow:0px 0px 49px 0px rgba(191, 111, 133, 0.24);
}
.pricing.style-4 .pricing__currency{
font-size:24px;
vertical-align:super;
left:.2em;
}
.pricing.style-4 .pricing__feature{
padding:5px 0;
}
.pricing.style-4 .pricing__feature-list{
margin:25px 0;
font-size:1.125em;
}
.pricing.style-4:hover .pricing__action a{
color:#fff;
}
.pricing.style-5 .pricing__item{
background-color:#fff;
padding:40px 30px 0;
box-shadow:0px 0px 49px 0px rgba(175, 175, 175, 0.16);
}
.pricing.style-5 .pricing__title{
font-size:18px;
font-weight:600;
line-height:1.7777777778;
color:#232324;
margin-bottom:15px;
}
.pricing.style-5 .pricing__price-box{
color:#232324;
}
.pricing.style-5 .pricing__price{
font-size:48px;
line-height:1;
font-weight:600;
letter-spacing:1px;
}
.pricing.style-5 .pricing__period{
font-size:16px;
}
.pricing.style-5 .pricing__action{
padding-top:45px;
}
.pricing.style-5 .pricing__action a{
font-size:1.1428571429em;
color:#fff;
background-color:#9d9d9d;
display:block;
margin:0 -30px;
padding:14px 20px;
font-weight:600;
letter-spacing:1px;
}
.pricing.style-5 .pricing__currency{
font-size:inherit;
vertical-align:inherit;
top:0;
line-height:inherit;
}
.pricing.style-5 .pricing__feature{
padding:5px 0;
}
.pricing.style-5 .pricing__feature-list{
margin:25px 0;
}
.pricing.style-5:hover .pricing__action a{
color:#fff;
}
.la-stats-counter .wrap-icon .box-icon{
display:inline-block;
vertical-align:middle;
overflow:hidden;
max-width:100%;
}
.la-stats-counter .wrap-icon .box-icon,
.la-stats-counter .wrap-icon .box-icon span{
transition:all 250ms ease-out;
}
.la-stats-counter .wrap-icon .box-icon span{
display:inline-block;
line-height:30px;
font-size:30px;
width:30px;
height:30px;
text-align:center;
vertical-align:middle;
}
.la-stats-counter .wrap-icon .box-icon span i{
display:block;
}
.la-stats-counter .wrap-icon img{
vertical-align:top;
}
.la-stats-counter .stats-value{
font-size:24px;
}
.la-stats-counter .stats-value:before{
content:attr(data-value-prefix);
}
.la-stats-counter .stats-value:after{
content:attr(data-value-suffix);
}
.la-stats-counter .stats-heading{
font-size:16px;
}
.la-stats-counter .la-separator{
margin-top:20px;
}
.la-stats-counter .la-line{
width:50px;
}
.la-stats-counter .box-icon-style-circle{
border-radius:50%;
}
.la-stats-counter .box-icon-style-round{
border-radius:4px;
}
.la-stats-counter.icon-pos-none, .la-stats-counter.icon-pos-top{
text-align:center;
}
.la-stats-counter.icon-pos-none .la-line, .la-stats-counter.icon-pos-top .la-line{
margin-left:auto;
margin-right:auto;
}
.la-stats-counter.icon-pos-none.text-left, .la-stats-counter.icon-pos-top.text-left{
text-align:left;
}
.la-stats-counter.icon-pos-none.text-left .la-line, .la-stats-counter.icon-pos-top.text-left .la-line{
margin-left:0;
}
.la-stats-counter.icon-pos-none.text-right, .la-stats-counter.icon-pos-top.text-right{
text-align:right;
}
.la-stats-counter.icon-pos-none.text-right .la-line, .la-stats-counter.icon-pos-top.text-right .la-line{
margin-right:0;
}
.la-stats-counter.icon-pos-none .stats-value, .la-stats-counter.icon-pos-top .stats-value{
font-size:36px;
line-height:1.2;
}
.la-stats-counter.icon-pos-right .box-icon-des, .la-stats-counter.icon-pos-left .box-icon-des{
display:table-cell;
vertical-align:middle;
}
.la-stats-counter .box-icon-left{
padding-right:30px;
}
.la-stats-counter .box-icon-right{
padding-left:30px;
}
.la-stats-counter .box-icon-right,
.la-stats-counter .box-icon-left{
display:table-cell;
vertical-align:middle;
}
.la-stats-counter.spacer-position-middle .la-separator{
margin-bottom:20px;
}
.la-stats-counter.iconbg-gradient .wrap-icon .box-icon,
.la-stats-counter.icontext-gradient .wrap-icon .box-icon span{
background-size:200% 100%;
}
.elm-countdown .countdown-row{
display:block;
margin:0 auto;
}
.elm-countdown .countdown-section{
display:inline-block;
margin-bottom:15px;
position:relative;
}
.elm-countdown .countdown-section .countdown-amount{
font-size:36px;
padding:0;
margin:0 auto;
}
.elm-countdown .countdown-section .countdown-period{
padding:0 4px;
}
.elm-countdown .countdown-show1 .countdown-section{
width:100%;
}
.elm-countdown .countdown-show2 .countdown-section{
width:50%;
}
.elm-countdown .countdown-show3 .countdown-section{
width:33.33333%;
}
.elm-countdown .countdown-show4 .countdown-section{
width:25%;
}
.elm-countdown .countdown-show5 .countdown-section{
width:20%;
}
.elm-countdown .countdown-show6 .countdown-section{
width:16.66667%;
}
.elm-countdown .countdown-show7 .countdown-section{
width:14.28571%;
}
.elm-countdown.elm-countdown-style-1{
text-align:center;
}
.elm-countdown.elm-countdown-style-1 .countdown-section .countdown-amount{
line-height:1;
font-size:2.25em;
}
.elm-countdown.elm-countdown-style-1 .countdown-section .countdown-period{
font-size:1.125em;
}
.elm-countdown.elm-countdown-style-2{
text-align:center;
}
.elm-countdown.elm-countdown-style-2 .countdown-section{
margin:10px 0;
}
.elm-countdown.elm-countdown-style-2 .countdown-section .countdown-amount{
display:block;
line-height:1;
font-size:18px;
font-weight:bold;
}
.elm-countdown.elm-countdown-style-2 .countdown-section .countdown-period{
display:block;
padding:0;
font-size:12px;
line-height:1.4;
}
.elm-countdown.elm-countdown-style-3{
text-align:center;
}
.elm-countdown.elm-countdown-style-3 .countdown-section{
margin:10px;
width:76px;
border:1px solid rgba(69, 69, 69, 0.2);
border-radius:50%;
padding:21px 0;
}
.elm-countdown.elm-countdown-style-3 .countdown-section .countdown-amount{
display:block;
line-height:1;
font-size:18px;
font-weight:bold;
}
.elm-countdown.elm-countdown-style-3 .countdown-section .countdown-period{
display:block;
padding:0;
font-size:14px;
line-height:1;
font-style:italic;
}
.elm-countdown.elm-countdown-style-4 .countdown-section-inner{
display:inline-block;
text-align:center;
}
.elm-countdown.elm-countdown-style-4 .countdown-section .countdown-amount{
display:block;
line-height:1;
font-size:36px;
font-weight:bold;
}
.elm-countdown.elm-countdown-style-4 .countdown-section .countdown-period{
display:block;
padding:8px 0;
font-size:18px;
line-height:normal;
font-style:italic;
}
.vc_tta-container .elm-ajax-container-wrapper{
display:none;
}
.vc_tta-container .vc_active .elm-ajax-container-wrapper{
display:block;
}
.wpb-js-composer .vc_tta-panel-body .products{
padding-top:30px;
}
.wpb-js-composer .la__tta .vc_tta-panel .vc_tta-panel-body{
visibility:hidden;
opacity:0;
height:0;
overflow:hidden;
transition:padding .2s ease-in-out;
}
.wpb-js-composer .la__tta .vc_active .vc_tta-panel-body{
visibility:visible;
overflow:visible;
opacity:1;
height:auto !important;
animation:in-bottom50 450ms ease 0ms 1 forwards;
-webkit-animation:in-bottom50 450ms ease 0ms 1 forwards;
}
.wpb-js-composer .la__tta .vc_active .vc_tta-panel-heading .vc_tta-panel-title a{
border-bottom:1px solid;
padding-bottom:5px;
display:inline-block;
}
.wpb-js-composer .la__tta .vc_tta-panel-heading{
margin:10px 0;
}
.wpb-js-composer .la__tta .vc_tta-panel-heading .vc_tta-panel-title{
margin:0;
line-height:normal;
}
.la__tta > h2{
display:none;
}
.la__tta .vc_tta-tabs-list{
list-style:none;
margin:15px 0 20px;
padding:0;
line-height:24px;
}
.la__tta .vc_tta-tabs-list li{
display:inline-block;
margin:0 10px;
padding:0 10px;
vertical-align:middle;
}
.rtl .la__tta .vc_tta-tabs-list li:first-child{
margin-right:0 !important;
}
.rtl .la__tta .vc_tta-tabs-list li:last-child{
margin-left:0 !important;
}
body:not(.rtl) .la__tta .vc_tta-tabs-list li:first-child{
margin-left:0;
}
body:not(.rtl) .la__tta .vc_tta-tabs-list li:last-child{
margin-right:0;
}
.la__tta .vc_tta-tabs-list a{
padding:0;
position:relative;
display:block;
color:inherit;
}
.la__tta .tab--1 .vc_tta-tabs-list li{
margin:0 5px;
padding:0;
}
.la__tta .tab--1 .vc_tta-tabs-list li a{
padding: 15px 30px;
background-color: #ededed;
line-height: 30px;
}
.la__tta .tab--1 .vc_tta-tabs-list .vc_active a{
color:#fff;
}
.la__tta .tab--2 .vc_tta-tabs-list{
font-size:48px;
}
.la__tta .tab--2 .vc_tta-tabs-list li{
margin:0 50px;
padding:0;
}
.la__tta .tab--2 .vc_tta-tabs-list li .vc_tta-title-text{
display:block;
line-height:inherit;
}
.la__tta .tab--2 .vc_tta-tabs-list li a{
line-height:1;
}
.la__tta .tab--2 .vc_tta-tabs-list li a:before{
content:'';
position:absolute;
width:0;
border-top:2px solid;
left:0;
bottom:-2px;
}
.la__tta .tab--2 .vc_tta-tabs-list .vc_active a:before{
width:100%;
} .wpb-js-composer .la__tta .tab--1 .vc_tta-panel-heading .vc_tta-panel-title a{
padding:20px 20px;
background-color:#ededed;
line-height:30px;
border-bottom:none;
width:100%;
font-weight:normal;
display:block;
}
.wpb-js-composer .la__tta .tab--1 .vc_active .vc_tta-panel-heading .vc_tta-panel-title a{
color:#fff;
}
@media (max-width:1500px){
.la__tta .tab--2 .vc_tta-tabs-list{
font-size:30px;
}
}
@media (max-width:1199px){
.la__tta .tab--1 .vc_tta-tabs-list li a{
padding:20px;
}
.la__tta .tab--2 .vc_tta-tabs-list li{
margin:0 40px;
}
}
@media (max-width:1024px){
.la__tta .tab--2 .vc_tta-tabs-list li{
margin:0 20px;
}
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md{
display:block !important;
}
@media (min-width:768px){
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md .vc_tta-tabs-container{
float:left;
width:27%;
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md .vc_tta-panels-container{
float:left;
width:73%;
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md .vc_tta-tabs-list{
border:1px solid #e1e1e1;
margin-top:30px;
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md.vc_tta-tabs-position-left .vc_tta-tabs-list{
margin-right:30px;
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md.vc_tta-tabs-position-right .vc_tta-tabs-list{
margin-left:30px;
}
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-controls-size-md .vc_tta-tabs-list li a{
padding:0 35px;
}
[class*="vc_tta-la-"] .tour-la-1 .vc_tta-tabs-list{
-webkit-box-flex:inherit !important;
-webkit-flex-grow:inherit !important;
-ms-flex-positive:inherit !important;
flex-grow:inherit !important;
padding-top:30px;
padding-bottom:10px;
}
[class*="vc_tta-la-"] .tour-la-1 .vc_tta-tabs-list li{
font-size:0.85em;
letter-spacing:1px;
padding:0;
margin:0 0 20px;
}
[class*="vc_tta-la-"] .tour-la-1 .vc_tta-tabs-list li a{
padding:0 10px;
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active a:before{
content:"";
border-left-width:2px;
border-left-style:solid;
border-left-color:inherit;
position:absolute;
left:0 !important;
height:8px;
top:50% !important;
bottom:auto !important;
margin-top:-5px;
}
[class*="vc_tta-la-"] .tour-la-1.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab.vc_active a:before{
content:"";
border-right-width:2px;
border-right-style:solid;
border-right-color:inherit;
position:absolute;
right:0 !important;
height:8px;
top:50% !important;
bottom:auto !important;
margin-top:-5px;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel{
margin-bottom:10px;
background-color:#fff;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel.vc_active .vc_tta-panel-title > a{
padding-bottom:15px;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel .vc_tta-panel-title{
line-height:inherit !important;
font-size:16px;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel .vc_tta-panel-title > a{
padding:15px 35px;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon{
width:11px;
height:11px;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
left:12px;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel-heading{
border:none !important;
}
.la__ttaac > .vc_tta.accordion--1 .vc_tta-panel > .vc_tta-panel-body{
margin:0;
border:none;
padding:3px 35px 35px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel{
border:1px solid #e1e1e1;
margin-bottom:10px;
background-color:#fff;
border-radius:4px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel.vc_active{
box-shadow:0px 0px 18px 0px rgba(0, 0, 0, 0.04);
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel.vc_active .vc_tta-panel-title > a{
padding-bottom:15px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel .vc_tta-panel-title{
line-height:inherit !important;
font-size:15px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel .vc_tta-panel-title > a{
padding:20px 35px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon{
width:11px;
height:11px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
left:12px;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel-heading{
border:none !important;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel > .vc_tta-panel-body{
margin:0;
border:none;
padding:0 35px 45px;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel + .vc_tta-panel{
border-top:1px solid #e0e0e0;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel.vc_active .vc_tta-panel-title{
color:#232324;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel.vc_active .vc_tta-title-text{
color:#232324;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel .vc_tta-panel-title{
line-height:inherit !important;
color:#cccccc;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel .vc_tta-panel-title > a{
font-size:36px;
font-weight:600;
letter-spacing:1px;
padding:10px 0;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon{
display:none !important;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel-heading{
border:none !important;
}
.la__ttaac > .vc_tta.accordion--4 .vc_tta-panel > .vc_tta-panel-body{
margin:0;
border:none;
padding:0 0 30px;
}
@media (max-width:800px){
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel .vc_tta-panel-title{
font-size:inherit;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel .vc_tta-panel-title > a{
padding:15px 20px;
font-size:inherit;
letter-spacing:0;
}
.la__ttaac > .vc_tta.accordion--3 .vc_tta-panel > .vc_tta-panel-body{
padding:0 20px 20px;
}
}
.vc_progress_bar .vc_label{
color:inherit;
font-size:inherit;
display:block;
}
.vc_progress_bar .vc_general.vc_single_bar{
height:5px;
margin-bottom:20px;
margin-top:5px;
font-size:inherit;
color:inherit;
background-color:#cfcfcf;
box-shadow:none;
}
.vc_progress_bar .vc_general.vc_single_bar,
.vc_progress_bar .vc_general.vc_single_bar .vc_bar{
border-radius:0;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar:after{
content:attr(data-text);
position:absolute;
bottom:100%;
right:-1em;
opacity:0;
margin-bottom:10px;
transition:all 500ms ease-out;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar[style]:after{
opacity:1;
}
.vc_progress_bar.vc_progress-bar-color-black{
color:#232324;
}
.vc_progress_bar.vc_progress-bar-color-black .vc_general.vc_single_bar{
background-color:#cfcfcf;
}
.vc_progress_bar.vc_progress-bar-color-black .vc_general.vc_single_bar .vc_bar{
background-color:#232324;
}
.progress_bar--big .vc_general.vc_single_bar{
height:10px;
background-color:#fcf8ff;
}
.progress_bar--medium{
font-size:16px;
}
.progress_bar--medium .vc_general.vc_single_bar{
height:8px;
margin-bottom:30px;
}
.vc_progress-bar-color-gradient .vc_single_bar .vc_bar{
background-color:#e175a3;
background-image:-webkit-linear-gradient(left, #e175a3 0%, #3a51e6 100%);
background-image:linear-gradient(to right, #e175a3 0%, #3a51e6 100%);
}
.la-circle-progress{
text-align:center;
min-width:100px;
width:200px;
max-width:100%;
margin-left:auto;
margin-right:auto;
}
.la-circle-progress .sc-cp-canvas{
display:block;
padding-bottom:100%;
width:100%;
}
.la-circle-progress canvas{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
max-width:100%;
max-height:100%;
}
.la-circle-progress .la-circle-wrap{
position:relative;
display:inline-block;
margin:0 auto;
width:100%;
}
.la-circle-progress .la-circle-wrapper{
width:100%;
}
.la-circle-progress .sc-cp-t,
.la-circle-progress .sc-cp-v{
display:block;
line-height:1;
}
.la-circle-progress.la-progress-1{
width:170px;
}
.la-circle-progress.la-progress-1 .sc-cp-v{
font-weight:bold;
color:#ffffff;
font-size:36px;
margin-bottom:10px;
}
.la-circle-progress.la-progress-2{
font-weight:300;
}
.la-circle-progress.la-progress-2 .sc-cp-v{
font-size:30px;
font-weight:bold;
}
.la-circle-progress.la-progress-2 .sc-cp-t{
font-size:16px;
margin-top:12px;
}
.la-banner-box{
background-color:#f9f9f9;
}
.la-banner-box .box-inner{
position:relative;
overflow:hidden;
}
.la-banner-box .banner--link-overlay{
visibility:inherit;
opacity:0;
z-index:2;
}
.la-banner-box .banner--info{
position:absolute;
max-width:90%;
left:5%;
transition:all .45s ease-out;
z-index:2;
top:50%;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.la-banner-box .banner--btn{
display:none;
transition:all 0.45s ease-out;
}
.la-banner-box .b-title{
display:block;
}
.la-banner-box .banner--image{
position:relative;
overflow:hidden;
}
.la-banner-box .banner--image:before{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255, 255, 255, 0.5);
content:'';
-webkit-transition:-webkit-transform 0.6s;
transition:transform 0.6s;
-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
z-index:1;
}
.la-banner-box .banner--image div{
min-height:200px;
display:block;
width:100%;
padding-bottom:35%;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
transition:opacity 0.35s, -webkit-transform 0.35s;
-webbkit-transition:opacity 0.35s, -webkit-transform 0.35s;
transform:scale(1.05);
-webkit-transform:scale(1.05);
}
.la-banner-box:hover .banner--image:before{
-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.la-banner-box:hover .banner--image div{
transform:scale(1.01);
-webkit-transform:scale(1.01);
opacity:1;
}
.banner-type-2 .banner--info,
.banner-type-1 .banner--info{
top:45%;
width:100%;
max-width:80%;
left:10%;
z-index:0;
}
.banner-type-2 .b-title1,
.banner-type-1 .b-title1{
color:#232324;
font-size:30px;
}
.banner-type-2 .b-title2,
.banner-type-1 .b-title2{
color:#232324;
font-size:12px;
}
.banner-type-2 .banner--link-overlay,
.banner-type-1 .banner--link-overlay{
opacity:1;
}
.banner-type-2 .banner--link-overlay > span,
.banner-type-1 .banner--link-overlay > span{
position:absolute;
bottom:0;
display:block !important;
width:100%;
text-align:center;
padding:15px 10px;
transition:all .5s ease;
background-color:#232324;
color:#fff;
font-size:12px;
letter-spacing:1px;
font-weight:bold;
}
.banner-type-2 .banner--link-overlay > span:hover,
.banner-type-1 .banner--link-overlay > span:hover{
background-color:#6b56e2;
}
.banner-type-1 .banner--info{
text-align:center;
}
.banner-type-2 .banner--info .b-title2{
display:inline-block;
font-size:50px;
line-height:1;
}
.banner-type-2 .banner--info .b-title3{
display:inline-block;
color:#232324;
}
.banner-type-3 .banner--btn,
.banner-type-4 .banner--btn{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
opacity:0;
display:block;
}
.banner-type-3 .banner--info{
width:100%;
text-align:center;
}
.banner-type-3 .b-title1{
font-size:16px;
color:#fff;
font-weight:bold;
}
@media (max-width:992px){
.banner-type-3 .b-title1{
font-size:14px;
}
}
.banner-type-3.content-visible-when-hover .box-inner:after{
content:'';
border-top-width:5px;
border-top-style:solid;
position:absolute;
left:50%;
bottom:0;
z-index:2;
width:0;
transition:all .5s ease-out;
}
.banner-type-3.content-visible-when-hover:hover .box-inner:after{
width:100%;
left:0;
}
.banner-type-4 .banner--info{
width:100%;
text-align:center;
}
.banner-type-4 .b-title{
padding:0.5em 2em;
position:relative;
display:inline-block;
color:#fff;
}
.banner-type-4 .b-title:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
border-width:3px;
border-style:solid;
border-color:inherit;
opacity:0.5;
}
.banner-type-5 .banner--info{
left:10%;
}
.banner-type-5 .b-title1{
font-weight:bold;
letter-spacing:0.5px;
font-size:16px;
color:#232324;
}
.banner-type-5 .b-title2{
font-size:24px;
color:#8a8a8a;
}
.banner-type-5 .banner--link-overlay{
opacity:1;
background-color:transparent;
position:static;
}
.banner-type-5 .banner--link-overlay:before{
content:"";
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
.banner-type-5 .banner--link-overlay > span{
position:absolute;
bottom:-50px;
display:block !important;
width:100%;
text-align:center;
padding:25px 10px;
transition:all .5s ease;
visibility:hidden;
opacity:0;
}
.banner-type-5 .banner--link-overlay > span span{
display:inline-block;
position:relative;
padding-right:34px;
font-size:12px;
line-height:20px;
font-weight:600;
}
.banner-type-5 .banner--link-overlay > span span:before{
content:"";
border-top-width:2px;
border-top-color:inherit;
border-top-style:solid;
position:absolute;
width:10px;
right:12px;
top:9px;
transition:inherit;
}
.banner-type-5 .banner--link-overlay > span span:after{
content:"";
width:0;
height:0;
position:absolute;
border-width:6px 0 6px 7px;
border-style:solid;
border-color:transparent;
border-left-color:inherit;
right:5px;
top:4px;
transition:inherit;
}
.banner-type-5:hover .banner--link-overlay > span{
bottom:0;
opacity:1;
visibility:visible;
}
.banner-type-6 .banner--info{
top:50%;
left:10%;
bottom:auto;
text-align:center;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.banner-type-6 .b-title2{
font-size:24px;
padding-bottom:20px;
}
@media (max-width:1500px){
.banner-type-6 .b-title2{
font-size:20px;
padding-bottom:15px;
}
}
.banner-type-6 .banner--btn{
padding-right:30px;
position:relative;
display:inline-block;
font-size:12px;
font-weight:bold;
color:#343538;
}
.banner-type-6 .banner--btn:before{
content:"";
border-top-width:2px;
border-top-color:inherit;
border-top-style:solid;
position:absolute;
width:10px;
right:12px;
top:9px;
transition:inherit;
}
.banner-type-6 .banner--btn:after{
content:"";
width:0;
height:0;
position:absolute;
border-width:6px 0 6px 7px;
border-style:solid;
border-color:transparent;
border-left-color:inherit;
right:5px;
top:4px;
transition:inherit;
}
.banner-type-6 .banner--btn:hover:before{
right:7px;
}
.banner-type-6 .banner--btn:hover:after{
right:0;
}
.banner-type-6:hover .banner--btn:before{
right:7px;
}
.banner-type-6:hover .banner--btn:after{
right:0;
}
.banner-type-7 .banner--info{
top:50%;
left:10%;
color:#fff;
}
.banner-type-7 .b-title1{
font-size:36px;
letter-spacing:-.025em;
}
.banner-type-7 .b-title2{
font-size:100px;
font-weight:bold;
letter-spacing:-.025em;
line-height:1;
}
.banner-type-7 .banner--btn{
position:relative;
padding:10px 30px;
min-width:180px;
border-width:2px;
border-style:solid;
background-color:transparent;
line-height:28px;
display:inline-block;
text-align:center;
font-weight:bold;
font-size:12px;
margin-top:20px;
}
.banner-type-7 .box-inner:hover .banner--btn,
.banner-type-7 .banner--btn:hover{
color:#fff;
background-color:#6b56e2;
}
.banner-type-8 .banner--info{
width:90%;
text-align:center;
color:#fff;
}
.banner-type-8 .b-title1{
font-size:16px;
}
@media (max-width:767px){
.banner-type-8 .b-title1{
font-size:14px;
}
}
.banner-type-8 .b-title2{
font-size:60px;
font-weight:bold;
line-height:1.1;
margin-top:5px;
}
@media (max-width:1300px){
.banner-type-8 .b-title2{
font-size:40px;
}
}
@media (max-width:992px){
.banner-type-8 .b-title2{
font-size:36px;
}
}
.banner-type-9 .banner--info{
top:50%;
left:10%;
}
.banner-type-8 .banner--link-overlay,
.banner-type-9 .banner--link-overlay{
opacity:0.1;
}
.banner-type-8 .banner--btn,
.banner-type-9 .banner--btn{
position:relative;
display:inline-block;
font-size:12px;
padding:15px 45px;
margin-top:15px;
color:#343538;
font-weight:bold;
background-color:#fff;
border-radius:30px;
}
.banner-type-8 .banner--btn:empty,
.banner-type-9 .banner--btn:empty{
display:none;
}
@media (max-width:1300px){
.banner-type-8 .banner--btn,
.banner-type-9 .banner--btn{
padding:12px 40px;
}
}
.la-banner-box.content-visible-when-hover .banner--info{
opacity:0;
visibility:hidden;
}
.la-banner-box.content-visible-when-hover .banner--image:before{
opacity:0;
}
.la-banner-box.content-visible-when-hover:hover .banner--info{
opacity:1;
visibility:visible;
}
.la-banner-box.content-visible-when-hover:hover .banner--link-overlay{
opacity:0.9;
background-color:#343538;
z-index:1;
}
.la-service-box .box-inner{
position:relative;
overflow:hidden;
}
.la-service-box .banner--link-overlay{
visibility:inherit;
background-color:#232324;
}
.la-service-box .banner--image{
position:relative;
overflow:hidden;
}
.la-service-box .banner--image:before{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255, 255, 255, 0.5);
content:'';
-webkit-transition:-webkit-transform 0.6s;
transition:transform 0.6s;
-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
z-index:1;
}
.la-service-box .banner--image div{
display:block;
width:100%;
padding-bottom:35%;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
transition:transform 0.35s ease-out;
transform:scale(1.05);
-webkit-transform:scale(1.05);
}
.la-service-box:hover .banner--image:before{
-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.la-service-box:hover .banner--image div{
transform:scale(1.01);
-webkit-transform:scale(1.01);
opacity:1;
}
.la-service-box .b-title{
display:block;
}
.la-service-box.service-type-1 .box-inner{
padding-bottom:70px;
}
.la-service-box.service-type-1 .banner--btn{
font-weight:bold;
font-size:12px;
text-decoration:underline;
color:inherit;
}
.la-service-box.service-type-1 .banner--btn:hover{
text-decoration:none;
}
.la-service-box.service-type-1 .banner--info{
z-index:2;
text-align:center;
position:absolute;
left:0;
width:100%;
transition:all .35s;
padding:20px 20px 40px;
-webkit-transform:translate3d(0, -webkit-calc(100% - 70px), 0);
transform:translate3d(0, calc(100% - 70px), 0);
bottom:0;
}
.la-service-box.service-type-1 .b-title1{
font-size:14px;
position:relative;
padding-bottom:30px;
}
.la-service-box.service-type-1 .b-title1:after{
content:"";
border-top-width:1px;
border-top-style:solid;
border-top-color:transparent;
width:30px;
position:absolute;
left:50%;
margin-left:-15px;
bottom:15px;
transition:all .35s;
}
.la-service-box.service-type-1 .banner--info-content{
opacity:0;
visibility:hidden;
transition:all .35s;
}
.la-service-box.service-type-1:hover .banner--link-overlay{
opacity:0.2;
}
.la-service-box.service-type-1:hover .banner--info{
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
.la-service-box.service-type-1:hover .b-title1:after{
border-top-color:inherit;
}
.la-service-box.service-type-1:hover .banner--info-content{
opacity:1;
visibility:visible;
}
.la-service-box.service-type-1:hover .banner--image div{
-webkit-transform:scale(1.01) translate3d(0, -50px, 0);
transform:scale(1.01) translate3d(0, -50px, 0);
}
.la-service-box.service-type-2 .banner--info{
z-index:2;
text-align:center;
position:absolute;
left:50%;
max-width:90%;
transition:all .35s;
padding:20px;
top:50%;
width:100%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.la-service-box.service-type-2 .b-title{
font-size:40px;
line-height:1.15;
color:#fff;
text-transform:uppercase;
}
@media (max-width:1200px){
.la-service-box.service-type-2 .b-title{
font-size:30px;
}
}
@media (max-width:800px){
.la-service-box.service-type-2 .b-title{
font-size:20px;
}
}
@media (max-width:600px){
.la-service-box.service-type-2 .b-title{
font-size:16px;
}
}
.la-service-box.service-type-2 .banner--btn{
border:2px solid;
color:#fff;
font-size:12px;
padding:20px 30px;
letter-spacing:1px;
width:360px;
display:block;
margin:20px auto 0;
max-width:100%;
transition:all 250ms ease-out;
}
@media (max-width:1200px){
.la-service-box.service-type-2 .banner--btn{
width:auto;
display:inline-block;
padding:14px 30px;
margin-top:0;
}
}
.la-service-box.service-type-2:hover .banner--image div{
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.la-service-box.service-type-2:hover .banner--btn{
background-color:#fff;
border-color:#fff;
color:#232324;
}
.la-service-box.service-type-3{
text-align:center;
}
.la-service-box.service-type-3 .item--overlay{
visibility:visible;
}
.la-service-box.service-type-3 .banner--image > div{
padding-bottom:56.25% !important;
}
.la-service-box.service-type-3 .banner--info{
padding-left:8%;
padding-right:8%;
}
.la-service-box.service-type-3 .b-title1{
font-size:20px;
font-weight:600;
margin:20px 0 5px;
}
.la-service-box.service-type-3 .b-title2{
font-size:14px;
line-height:1.875;
margin-bottom:25px;
}
.la-service-box.service-type-3 .banner--link-overlay{
display:none;
}
.la-service-box.service-type-3 .banner--info-content .banner--btn{
display:inline-block;
border:2px solid #e3e3e3;
font-weight:bold;
font-size:12px;
line-height:24px;
padding:12px 50px;
color:#232324;
border-radius:2.5em;
}
.la-service-box.service-type-3 .banner--info-content .banner--btn:hover{
border-color:#232324;
background-color:#232324;
color:#fff;
}
.la-service-box.service-type-4 .box-inner{
position:relative;
overflow:hidden;
background-color:#fff;
padding:40px 40px 0;
box-shadow:0px 0px 49px 0px rgba(159, 159, 159, 0.11);
border-bottom:4px solid #c8c8c8;
text-align:center;
}
.la-service-box.service-type-4 .b-title1{
font-size:20px;
font-weight:bold;
margin-bottom:10px;
}
.la-service-box.service-type-4 .banner--btn{
display:block;
max-width:75%;
margin:35px auto 0;
border-top:1px solid #e3e3e3;
font-size:0;
line-height:0;
padding:10px 0;
}
.la-service-box.service-type-4 .banner--btn:after{
content:'\2c';
font-family:'dl-icon';
font-size:16px;
line-height:30px;
}
.la-service-box.service-type-5 .banner--image div{
transform:scale(1.1);
-webkit-transform:scale(1.1);
}
.la-service-box.service-type-5 .banner--info{
padding:35px 40px 50px;
}
.la-service-box.service-type-5 .banner--info .banner--btn{
font-size:14px;
text-transform:uppercase;
}
.la-service-box.service-type-5 .b-title1{
font-size:20px;
}
.la-service-box.service-type-5 .box-inner:hover .banner--image div{
transform:scale(1.01);
-webkit-transform:scale(1.01);
}
.la-service-box.service-type-5 .box-inner:hover .banner--info .banner--btn{
text-decoration:underline;
}
.service-type-3.services--readmore-with-icon .b-title2{
margin-bottom:15px;
}
.service-type-3.services--readmore-with-icon .banner--info-content .banner--btn{
border:none;
padding:0 15px 0 0;
font-weight:normal;
font-size:inherit;
background:none !important;
position:relative;
border-radius:0;
line-height:18px;
}
.service-type-3.services--readmore-with-icon .banner--info-content .banner--btn:before{
content:'\f105';
font-family:FontAwesome;
position:absolute;
right:0;
font-size:18px;
top:0;
line-height:1;
}
.service-type-3.services--readmore-with-icon .banner--info-content .banner--btn:hover{
color:#232324;
}
.la-service-box.service-type-4 .banner--info a,
.la-service-box.service-type-4 .box-inner{
transition:all 1s;
}
.la-service-box.service-type-4 .box-inner:hover{
transform:translate(0, -20px);
} @media (max-width:1500px){
.la-service-box.service-type-3 .b-title1{
font-size:20px;
}
.la-service-box.service-type-3 .banner--info-content .banner--btn{
padding:12px 45px;
}
.banner-type-7 .b-title1{
font-size:26px;
}
.banner-type-7 .b-title2{
font-size:60px;
}
.banner-type-7 .banner--btn{
min-width:150px;
padding:8px 20px;
}
}
@media (max-width:800px){
.banner-type-7 .b-title1{
font-size:18px;
}
.banner-type-7 .b-title2{
font-size:45px;
letter-spacing:0;
}
.banner-type-7 .banner--btn{
min-width:120px;
padding:8px 20px;
border-width:1px;
}
}
.vc_btn3-container .vc_btn3.vc_btn3-shape-round{
border-radius:3em;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-md{
padding:15px 30px;
font-size:11px;
font-weight:bold;
line-height:24px;
min-width:180px;
}
.btn{
color:#fff;
font-size:12px;
display:inline-block;
cursor:pointer;
padding:10px 40px;
transition:all 300ms ease;
line-height:30px;
font-weight:bold;
text-align:center;
}
.btn.btn-style-outline{
border-width:1px;
border-style:solid;
background-color:transparent;
line-height:28px;
}
.btn.btn-style-outline.btn-brw-2{
border-width:2px;
line-height:26px;
}
.btn.btn-style-outline.btn-brw-3{
border-width:3px;
line-height:24px;
}
.btn.btn-shape-rounded{
border-radius:5px;
}
.btn.btn-shape-round{
border-radius:2.5em;
}
.btn.btn-size-lg{
padding:12px 50px;
}
.btn.btn-size-sm{
padding:10px 30px;
min-width:160px;
}
.btn.btn-size-xs{
padding:5px 20px;
}
.btn.btn-style-outline-bottom{
border-left-width:0;
border-right-width:0;
border-top-width:0;
padding:0;
}
button.btn.btn-brw-0{
border:none;
}
button.btn.btn-brw-1{
border-width:1px;
border-style:solid;
}
button.btn.btn-brw-3{
border-width:2px;
border-style:solid;
}
button.btn.btn-brw-3{
border-width:3px;
border-style:solid;
}
.btn-wrapper.btn-align-left{
text-align:left;
display:inline-block;
}
.btn-wrapper.btn-align-right{
text-align:right;
}
.btn-wrapper.btn-align-center{
text-align:center;
}
.btn-wrapper.btn-align-inline{
display:inline-block;
}
.widget_shopping_cart_content .button,
.woocommerce-MyAccount-content form .button,
.lost_reset_password .button,
form.register .button,
.checkout_coupon .button,
.woocomerce-form .button{
color:#fff;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
}
.shop_table.cart td.actions .button{
font-size:12px;
border:1px solid;
text-transform:uppercase;
font-weight:bold;
height:54px;
}
.place-order .button,
.wc-proceed-to-checkout .button{
font-size:14px;
display:block;
cursor:pointer;
padding:20px 30px;
transition:all 300ms ease;
font-weight:600;
width:100%;
border-width:0;
}
.widget_shopping_cart_content .button{
display:inline-block;
padding:9px 25px;
margin:0 10px 0 0;
}
.widget_shopping_cart_content .button + .button{
margin-right:0;
}
.widget_price_filter .button{
color:#fff;
display:inline-block;
cursor:pointer;
padding:7px 30px;
transition:all 300ms ease;
border:none;
}
.widget_price_filter .button:hover{
color:#fff;
}
.btn.btn-outline-bigger{
border-width:3px;
width:100%;
max-width:520px;
font-size:24px;
padding:30px;
letter-spacing:3px;
}
a.btn-in-message{
font-size:12px;
font-weight:bold;
border-bottom:1px solid;
vertical-align:middle;
line-height:1;
display:inline-block;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d{
box-shadow:none !important;
padding:0;
border:none;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d span{
width:180px;
height:54px;
line-height:54px;
display:block;
background-color:#232324;
color:#fff;
position:relative;
font-size:12px;
font-weight:bold;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:before{
content:'';
background-image:-moz-linear-gradient(0deg, #e475a1 0%, #3851e7 100%);
background-image:-webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%);
background-image:-ms-linear-gradient(0deg, #e475a1 0%, #3851e7 100%);
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
transition:all .2s ease-in-out;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover:before{
left:10px;
top:10px;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover{
top:0 !important;
box-shadow:none !important;
} @media (max-width:1199px){
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d span{
width:200px;
height:50px;
line-height:50px;
}
}
.la-contact-info .la-contact-item{
padding-left:35px;
position:relative;
margin-bottom:20px;
}
.la-contact-info .la-contact-item:before{
font-family:FontAwesome;
position:absolute;
left:0;
font-size:1.15em;
top:-0.1em;
}
.la-contact-info .la-contact-phone:before{
content:"\f095";
}
.la-contact-info .la-contact-email:before{
content:"\f0e0";
}
.la-contact-info .la-contact-address:before{
content:"\f041";
}
.la-contact-info .la-contact-working-hours:before{
content:"\f017";
}
.inline-item .la-contact-item{
padding-left:1.8em;
display:inline-block;
margin:0 10px 0;
}
.inline-item .la-contact-item:first-child{
margin-left:0;
}
.inline-item .la-contact-item:last-child{
margin-right:0;
}
.wpcf7 .wpcf7-response-output{
font-size:12px;
margin:0;
}
.wpcf7-form-control-wrap{
margin-bottom:30px;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap .wpcf7-form-control{
display:block;
width:100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
font-size:12px;
}
.wpcf7-form-control-wrap .wpcf7-select,
.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-textarea{
padding:12px 30px;
}
.wpcf7-form-control-wrap .wpcf7-select{
height:54px;
}
.wpcf7-form .contact-form label{
padding-bottom:10px;
display:block;
}
.cf7-style-default .wpcf7-form-control-wrap{
margin-bottom:20px;
}
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-textarea{
padding:17px 30px;
color:inherit;
}
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-textarea{
padding-top:20px;
padding-bottom:20px;
}
.cf7-style-default.with-icon .wpcf7-form-control-wrap.your-email:before, .cf7-style-default.with-icon .wpcf7-form-control-wrap.your-name:before{
content:"\f2c0";
font-family:FontAwesome;
position:absolute;
right:1.2em;
top:1.2em;
}
.cf7-style-default.with-icon .wpcf7-form-control-wrap.your-email:before{
content:"\f003";
}
.cf7-style-default.with-icon .wpcf7-submit{
font-weight:normal;
font-size:14px;
}
.cf7-style-01 .wpcf7-form-control-wrap{
margin-bottom:25px;
}
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:transparent;
padding:10px 0;
border-width:0 0 1px;
border-color:#c8c8c8;
}
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
border-color:inherit;
}
.cf7-style-02 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-02 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-02 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:#dfe3f1;
border-color:#dfe3f1;
font-size:14px;
color:#232324;
padding:14px 20px;
}
.cf7-style-02 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-02 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-02 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
border-color:#232324;
}
.cf7-style-02 .wpcf7-submit{
border-width:0;
}
.cf7-style-02 + .wpcf7-response-output{
color:#232324;
}
.cf7-style-03 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-03 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-03 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:#f9f9f9;
border-color:#f9f9f9;
font-size:14px;
color:#232324;
padding:16px 20px;
}
.cf7-style-03 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-03 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-03 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
border-color:#232324;
}
.cf7-style-03 .wpcf7-submit{
border-width:0;
float:right;
margin-top:-10px;
}
.cf7-style-03 + .wpcf7-response-output{
color:#232324;
}
.cf7-style-04 .row{
margin-left:-10px;
margin-right:-10px;
}
.cf7-style-04 .col-xs-12{
padding-left:10px;
padding-right:10px;
}
.cf7-style-04 .wpcf7-form-control-wrap{
margin-bottom:20px;
}
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-date,
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:transparent;
border-color:rgba(255, 255, 255, 0.7);
border-width:2px;
color:rgba(255, 255, 255, 0.8);
padding:22px 25px;
font-size:16px;
}
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-date:focus,
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-04 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
color:#fff;
border-color:#fff;
}
.cf7-style-04 .wpcf7-submit{
border-width:0;
float:right;
font-size:14px;
padding:15px 60px;
}
.cf7-style-05 .row{
margin-left:-5px;
margin-right:-5px;
}
.cf7-style-05 .col-xs-12{
padding-left:5px;
padding-right:5px;
}
.cf7-style-05 .wpcf7-form-control-wrap{
margin-bottom:10px;
}
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-date,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:transparent;
border-color:#d5d5d5;
border-width:1px;
color:inherit;
padding:14px 20px;
font-size:12px;
line-height:20px;
}
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-date:focus,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
border-color:#6b56e2;
}
.cf7-style-05 .wpcf7-submit{
width:100%;
border-width:0;
padding:15px 30px;
font-size:16px;
font-weight:normal;
}
.cf7-style-06 .wpcf7-form-control-wrap{
margin-bottom:25px;
}
.cf7-style-06 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-06 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-06 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:transparent;
padding:10px 0;
border-width:0 0 1px;
border-color:rgba(35, 35, 36, 0.5);
text-align:center;
font-size:1.125em;
}
.cf7-style-06 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-06 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-06 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
border-color:inherit;
}
.cf7-style-06 .wpcf7-submit{
padding:20px 30px;
font-size:14px;
font-weight:normal;
min-width:230px;
margin-top:25px;
}
.cf7-style-07 .wpcf7-form-control-wrap{
margin-bottom:25px;
}
.cf7-style-07 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-07 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-07 .wpcf7-form-control-wrap .wpcf7-textarea{
background-color:transparent;
padding:10px 0;
border-width:0 0 1px;
border-color:rgba(255, 255, 255, 0.5);
color:#fff;
font-size:0.857em;
}
.cf7-style-07 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-07 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-07 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
border-color:inherit;
}
.cf7-style-07 .wpcf7-submit{
padding:10px 30px;
margin-top:15px;
width:160px;
}
.newsletter-style-01{
position:relative;
}
.newsletter-style-01 .wpcf7-form-control-wrap{
margin-bottom:0;
}
.newsletter-style-01 br{
display:none;
}
.newsletter-style-01 .wpcf7-email{
padding:10px 100px 10px 0;
border-width:0 0 1px;
border-color:#e4e4e4;
line-height:20px;
color:inherit;
background:none;
}
.newsletter-style-01 .wpcf7-submit{
color:inherit;
position:absolute;
right:0;
top:0;
padding:0;
border:none;
background:none;
font-weight:bold;
height:40px;
line-height:40px;
}
.newsletter-style-02{
position:relative;
color:#fff;
}
.newsletter-style-02 .wpcf7-form-control-wrap{
margin-bottom:0;
}
.newsletter-style-02 br{
display:none;
}
.newsletter-style-02 .wpcf7-email{
padding:20px 130px 20px 30px;
border:none;
background-color:rgba(255, 255, 255, 0.2);
line-height:27px;
font-size:1.1428571429em;
color:inherit;
}
.newsletter-style-02 .wpcf7-submit{
color:inherit;
position:absolute;
right:30px;
top:0;
padding:0;
border:none;
background:none;
font-weight:600;
font-size:1.1428571429em;
height:67px;
line-height:67px;
}
.newsletter-style-02 ~ .wpcf7-response-output{
color:#fff;
}
.newsletter-style-03{
position:relative;
color:#fff;
}
.newsletter-style-03 .wpcf7-form-control-wrap{
margin-bottom:0;
}
.newsletter-style-03 br{
display:none;
}
.newsletter-style-03 .wpcf7-email{
padding:15px 100px 15px 0;
border-width:0 0 1px;
border-color:rgba(255, 255, 255, 0.4);
line-height:20px;
color:inherit;
background:none;
}
.newsletter-style-03 .wpcf7-submit{
color:inherit;
position:absolute;
right:0;
top:0;
padding:0;
border:none;
background:none;
font-weight:600;
height:40px;
line-height:50px;
}
.newsletter-style-04{
position:relative;
color:#fff;
}
.newsletter-style-04 .wpcf7-form-control-wrap{
margin-bottom:0;
}
.newsletter-style-04 br{
display:none;
}
.newsletter-style-04 .wpcf7-email{
padding:21px 130px 21px 30px;
border:none;
background-color:#fff;
line-height:20px;
color:#8A8A8A;
border-radius:2.5em;
}
.newsletter-style-04 .wpcf7-email:focus{
color:#232324;
}
.newsletter-style-04 .wpcf7-submit{
color:#232324;
position:absolute;
right:30px;
top:5px;
padding:0;
border:none;
background:none;
font-weight:600;
height:40px;
line-height:50px;
}
.newsletter-style-04 ~ .wpcf7-response-output{
color:inherit;
}
.la-newsletter-popup{
display:none;
max-width:470px;
margin:0 auto;
text-align:center;
margin-left:35%;
}
#lightcase-case .la-newsletter-popup{
display:block;
}
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-email{
background:#fff;
border-width:1px;
border-style:solid;
outline:none !important;
width:100%;
line-height:32px;
padding:8px 15px;
margin:20px 0 5px;
}
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button{
border:none;
margin:0 0 20px !important;
width:100%;
padding:10px 15px;
line-height:30px;
color:#fff;
}
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover{
color:#fff;
}
.la-newsletter-popup .lbl-dont-show-popup{
display:block;
text-align:left;
margin-top:30px;
}
.la-newsletter-popup .lbl-dont-show-popup input{
margin-right:5px;
}
.open-newsletter-popup .lightcase-inlineWrap{
background-image:url(//www.languageartforyou.com/wp-content/themes/images/popup.jpg);
background-color:#fff;
background-position:0 0;
background-repeat:no-repeat;
}
.open-newsletter-popup #lightcase-case #lightcase-content{
overflow:visible;
}
.open-newsletter-popup .btn-close-newsletter-popup{
position:absolute;
top:10px;
right:10px;
width:30px;
font-size:30px;
height:30px;
line-height:30px;
}
.vc_row-o-equal-height .la-shortcode-maps{
height:100%;
}
.la-shortcode-maps .la-maps-inner{
min-height:100%;
max-width:100%;
}
.map_info_text{
padding:10px 0 0 10px;
}
.map_info_text h4{
margin-top:0;
}
.map_info_text .la-contact-info{
margin-bottom:10px;
}
.map_info_text .la-contact-info .la-contact-item{
padding-left:30px;
margin-bottom:10px;
}
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(1){
display:none;
}
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(2){
background-color:#fff !important;
box-shadow:none !important;
}
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(3) > div > div{
box-shadow:none !important;
}
.la-gmap .gm-style > div:first-child > div:nth-child(3){
background:#000;
opacity:0.5;
}
.la-gmap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child{
display:none;
}
.la-gmap .gm-style .gm-style-iw{
left:0 !important;
top:0 !important;
width:100% !important;
text-align:center;
margin-top:30px;
}
.la-gmap .gm-style .gm-style-iw + div{
display:none;
}
.la-gmap .map_info_text{
padding:0;
}
.la-gmap .map_info_text img{
margin:0;
float:none;
}
.la-gmap-overlay .gm-style > div:first-child > div:nth-child(3){
background:#232324;
opacity:0.2;
}
.listicon-in-maps{
text-transform:uppercase;
font-size:11px;
color:#b8b8b8;
}
.listicon-in-maps .la-sc-icon-item{
max-width:190px;
}
.listicon-in-maps .la-sc-icon-item > span{
width:20px;
vertical-align:top;
}
.listicon-in-maps .la-sc-icon-item > span,
.listicon-in-maps .la-sc-icon-item > div{
display:table-cell;
}
.social-lie-on-maps{
position:absolute;
bottom:30px;
width:100%;
text-align:center;
left:0;
}
.la_hotspot_sc{
text-align:center;
}
.la_hotspot_sc.no-img .hotspot__inner{
background-color:#333;
width:75%;
height:400px;
}
.la_hotspot_sc .hotspot__inner{
position:relative;
display:inline-block;
margin:0 auto;
}
.la_hotspot_sc img{
width:auto;
margin-bottom:0;
}
.la_hotspot_sc .la_hotspot_wrap{
position:absolute;
width:38px;
height:38px;
margin-left:-19px;
margin-top:-19px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip{
position:relative;
display:inline-block;
visibility:hidden;
opacity:0;
z-index:10;
padding:15px;
max-width:350px;
transition:opacity 0.3s;
text-align:left;
}
.la_hotspot_sc .la_hotspot_wrap .nttip.product-viewer{
width:250px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip h4,
.la_hotspot_sc .la_hotspot_wrap .nttip h3{
margin-bottom:5px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
margin-top:42px;
margin-left:6px;
transform:translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
}
.la_hotspot_sc .la_hotspot_wrap .nttip[data-tooltip-position="top"]{
margin-top:-25px;
left:50%;
transform:translate(-50%, -100%);
-webkit-transform:translate(-50%, -100%);
}
.la_hotspot_sc .la_hotspot_wrap .nttip[data-tooltip-position="left"]{
margin-left:-20px;
margin-top:6px;
transform:translate(-100%, -50%);
-webkit-transform:translate(-100%, -50%);
}
.la_hotspot_sc .la_hotspot_wrap .nttip[data-tooltip-position="right"]{
margin-left:42px;
margin-top:6px;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.la_hotspot_sc .la_hotspot_wrap .nttip.force-top{
margin-top:-20px;
margin-left:6px;
transform:translate(-50%, -100%);
-webkit-transform:translate(-50%, -100%);
}
.la_hotspot_sc .la_hotspot_wrap .nttip.force-left{
margin-left:-20px;
margin-top:6px;
transform:translate(-100%, -50%);
-webkit-transform:translate(-100%, -50%);
}
.la_hotspot_sc .la_hotspot_wrap .nttip.force-right{
margin-left:42px !important;
margin-top:6px !important;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.la_hotspot_sc .la_hotspot_wrap .nttip img{
width:auto;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .tipclose{
display:none;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy{
background-color:#2e45d3;
border-radius:3px;
color:#a3aee6;
font-size:10px;
font-weight:700;
text-transform:uppercase;
overflow:hidden;
padding-left:3px;
float:right;
margin-top:8px;
line-height:2em;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy span{
display:inline-block;
padding-bottom:2px;
padding-left:2px;
padding-top:2px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy .btn_txt{
letter-spacing:3px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy .btn_ico{
background-color:#1f2c9f;
color:#4757e8;
padding-right:2px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy .btn_ico i{
display:inline-block;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy:hover{
background-color:#009349;
color:#adeacb;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__btn-buy:hover .btn_ico{
background-color:#007336;
color:#4ba57f;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__first-line{
margin-top:9px;
height:31px;
overflow-x:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .public-hotspot-info__second-line{
font-size:14px;
line-height:1.425em;
margin-top:0;
overflow:hidden;
text-transform:capitalize;
}
.la_hotspot_sc[data-tooltip-func="click"] .la_hotspot_wrap .nttip{
transition:opacity 0.2s ease-out;
}
.la_hotspot_sc[data-tooltip_shadow="small_depth"] .la_hotspot_wrap .nttip{
box-shadow:0px 1px 5px rgba(0, 0, 0, 0.15);
}
.la_hotspot_sc[data-tooltip_shadow="medium_depth"] .la_hotspot_wrap .nttip{
box-shadow:0 20px 40px rgba(0, 0, 0, 0.16), 0 10px 25px rgba(0, 0, 0, 0.1);
}
.la_hotspot_sc[data-tooltip_shadow="large_depth"] .la_hotspot_wrap .nttip{
box-shadow:0 30px 102px rgba(0, 0, 0, 0.33), 0 20px 51px rgba(0, 0, 0, 0.18);
}
.nttip.empty-tip{
display:none !important;
}
@media (min-width:768px){
.la_hotspot_sc[data-tooltip-func="hover"] .la_hotspot:hover span{
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}
.la_hotspot_sc[data-tooltip-func="hover"] .la_hotspot .nttip.open{
opacity:1;
visibility:visible;
}
.la_hotspot_sc[data-tooltip-func="click"] .la_hotspot.open span{
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}
.la_hotspot_sc[data-tooltip-func="click"] .la_hotspot .nttip.open{
opacity:1;
visibility:visible;
}
.la_hotspot_sc[data-animation="true"] .la_hotspot_wrap{
opacity:0;
transform:translate(0, 80px);
-webkit-transform:translate(0, 80px);
}
.la_hotspot_sc[data-animation="true"] .la_hotspot_wrap.animated-in{
-webkit-animation:LaHotSpotBounceIn .8s ease-out forwards;
animation:LaHotSpotBounceIn .8s ease-out forwards;
}
.la_hotspot_sc[data-tooltip-func="always_show"] .la_hotspot_wrap .nttip{
opacity:1;
visibility:visible;
}
}
.la_hotspot_sc .nttip.open{
opacity:1 !important;
visibility:visible !important;
}
.la_hotspot_sc .la_hotspot{
height:38px;
width:38px;
border-radius:100px;
position:absolute;
z-index:9;
cursor:pointer;
line-height:38px;
text-align:center;
color:#fff;
font-size:14px;
display:block;
}
.la_hotspot_sc .la_hotspot:after{
content:" ";
position:absolute;
left:-32px;
top:-32px;
right:-32px;
bottom:-32px;
}
.la_hotspot_sc[data-hotspot-icon="plus_sign"] .la_hotspot{
width:22px;
height:22px;
line-height:22px;
}
.la_hotspot_sc[data-hotspot-icon="plus_sign"] .la_hotspot span{
display:block;
pointer-events:none;
width:22px;
height:22px;
transition:transform 0.3s ease-out;
}
.la_hotspot_sc[data-hotspot-icon="plus_sign"] .la_hotspot span:after{
position:absolute;
display:block;
height:10px;
width:2px;
left:10px;
top:6px;
content:' ';
background-color:#fff;
}
.la_hotspot_sc[data-hotspot-icon="plus_sign"] .la_hotspot span:before{
position:absolute;
display:block;
height:2px;
width:10px;
left:6px;
top:10px;
content:' ';
background-color:#fff;
}
.la_hotspot_sc[data-hotspot-icon="plus_sign"][data-tooltip-func="click"] .la_hotspot span{
transition:transform 0.2s ease-out;
}
.la_hotspot_sc[data-style="color_pulse"] .la_hotspot:before{
display:block;
position:absolute;
top:50%;
left:50%;
content:'';
width:38px;
height:38px;
margin:-19px auto auto -19px;
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
border-radius:50%;
background-color:inherit;
opacity:1;
z-index:-1;
pointer-events:none;
}
.la_hotspot_sc[data-style="color_pulse"][data-hotspot-icon="numerical"] .la_hotspot:before,
.la_hotspot_sc[data-style="color_pulse"][data-hotspot-icon="plus_sign"] .la_hotspot:before{
-webkit-animation:pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
animation:pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
}
@-webkit-keyframes pulsate{
from{
opacity:1;
transform:scale(1);
}
to{
opacity:0;
transform:scale(3);
}
}
@keyframes pulsate{
from{
opacity:1;
transform:scale(1);
}
to{
opacity:0;
transform:scale(3);
}
}
@keyframes LaHotSpotBounceIn{
0%{
transform:translateY(80px);
opacity:0;
}
33%{
transform:translateY(-13px);
opacity:1;
}
66%{
transform:translateY(4px);
opacity:1;
}
100%{
transform:translateY(0px);
opacity:1;
}
}
@-webkit-keyframes LaHotSpotBounceIn{
0%{
transform:translateY(80px);
opacity:0;
}
33%{
transform:translateY(-13px);
opacity:1;
}
66%{
transform:translateY(4px);
opacity:1;
}
100%{
transform:translateY(0px);
opacity:1;
}
}
@media only screen and (max-width:690px){
.la_hotspot_sc .la_hotspot_wrap .nttip{
position:fixed !important;
left:0 !important;
top:0 !important;
width:100% !important;
max-width:none !important;
margin:0 !important;
height:100%;
box-shadow:none !important;
border-radius:0;
transform:none !important;
-webkit-transform:none !important;
z-index:999;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner{
transform:translateY(-50%) translateX(-50%);
-webkit-transform:translateY(-50%) translateX(-50%);
-webkit-transition:all 0.2s ease-in-out !important;
transition:all 0.2s ease-in-out !important;
top:50%;
left:50%;
position:absolute;
}
.la_hotspot_sc .la_hotspot_wrap .nttip .inner .tipclose{
display:block;
position:absolute;
top:-50px;
left:50%;
margin-left:-11px;
height:22px;
width:22px;
line-height:17px;
border:2px solid #000;
border-radius:100px;
text-align:center;
}
.la_hotspot_sc .la_hotspot{
height:30px;
width:30px;
line-height:30px;
font-size:12px;
}
.la_hotspot_sc[data-style="color_pulse"] .la_hotspot:before{
width:30px;
height:30px;
margin:-15px auto auto -15px;
}
}
.la_hotspot_sc .la_hotspot_wrap .nttip{
color:#fff;
}
.la_hotspot_sc .la_hotspot_wrap .nttip[data-tooltip-position="top"]:after{
content:'';
border-top:20px solid #6b56e2;
border-right:20px solid transparent;
border-left:20px solid transparent;
position:absolute;
top:100%;
left:50%;
margin-left:-20px;
}
.la_hotspot_wrap .la_hotspot--title{
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}
.la_hotspot_sc .la_hotspot_wrap .nttip:not(.product-viewer){
width:350px;
padding:30px 40px;
}
@media (max-width:1199px){
.la_hotspot_sc .la_hotspot_wrap .nttip:not(.open){
display:none;
}
}
.release__item .release__item__applink{
position:absolute;
bottom:15px;
left:15px;
right:15px;
text-align:center;
z-index:2;
}
.release__item .release__item__applink-item{
width:140px;
display:inline-block;
margin:1.5%;
max-width:47%;
}
.release__item .release__item__applink-item span{
background-size:cover;
display:block;
font-size:0;
padding-bottom:31.69%;
}
.release__item .release__item__applink--itunes span{
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/itunes.png);
}
.release__item .release__item__applink--gplay span{
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/google_play.png);
}
.release__item .loop__item__info{
text-align:center;
padding:20px 0;
}
.release__item .loop__item__title .entry-title{
margin-bottom:0;
}
.release__item .loop__item__meta strong,
.release__item .loop__item__meta br{
display:none;
}
.release__item .loop__item__thumbnail--linkoverlay{
background-color:rgba(21, 21, 21, 0);
opacity:0;
}
.release__item .loop__item__thumbnail--linkoverlay:before{
content:'\63';
font-family:"lpmicons" !important;
font-style:normal !important;
font-weight:normal !important;
font-variant:normal !important;
text-transform:none !important;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
border-radius:50%;
background-image:-moz-linear-gradient(0deg, #2e66ff 0%, #907bfc 100%);
background-image:-webkit-linear-gradient(0deg, #2e66ff 0%, #907bfc 100%);
background-image:-ms-linear-gradient(0deg, #2e66ff 0%, #907bfc 100%);
color:#fff;
position:absolute;
left:50%;
top:50%;
width:50px;
height:50px;
text-align:center;
line-height:50px;
margin-left:-25px;
margin-top:-35px;
}
.release__item .loop__item__inner:hover .loop__item__thumbnail--linkoverlay{
background-color:rgba(21, 21, 21, 0.9);
opacity:1;
}
.single-release-content .lastudio-release-buttons{
width:100%;
display:block;
margin-top:20px;
margin-bottom:35px;
}
.single-release-content .lastudio-release-buttons .lastudio-release-button{
display:block;
}
.single-release-content .lastudio-release-buttons .lastudio-release-button a{
margin-bottom:8px;
font-size:0;
-webkit-transition:all 0.7s cubic-bezier(0.39, 0.58, 0.57, 1);
transition:all 0.7s cubic-bezier(0.39, 0.58, 0.57, 1);
display:block;
text-align:center;
color:#fff;
padding:10px;
border-radius:4px;
}
.single-release-content .lastudio-release-buttons .lastudio-release-button a:before{
display:inline-block;
font-style:normal !important;
font-weight:400 !important;
font-variant:normal !important;
text-transform:none !important;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-family:FontAwesome;
font-size:14px;
margin-right:6px;
position:relative;
}
.single-release-content .lastudio-release-buttons .lastudio-release-button .lastudio-release-itunes:before{
content:"\f179";
}
.single-release-content .lastudio-release-buttons .lastudio-release-button .lastudio-release-amazon:before{
content:"\f270";
}
.single-release-content .lastudio-release-buttons .lastudio-release-button .lastudio-release-buy:before{
content:"\f07a";
}
.single-release-content .lastudio-release-buttons .lastudio-release-button .lastudio-release-google_play:before{
font-family:"lpmicons";
content:"\6d";
}
.single-release-content .release-info-container .release-thumbnail{
margin-bottom:20px;
}
.single-release-content .release-info-container .entry-title{
text-transform:uppercase;
}
@media (min-width:800px){
.single-release-content .lastudio-release-buttons{
display:table;
}
.single-release-content .lastudio-release-buttons .lastudio-release-button{
display:table-cell;
vertical-align:middle;
padding-right:8px;
}
.single-release-content .lastudio-release-buttons .lastudio-release-button:last-child, .single-release-content .lastudio-release-buttons .lastudio-release-button:only-child{
padding-right:0;
}
}
.videos-loop .video__item .loop__item__info{
position:absolute;
left:0;
bottom:0;
width:100%;
padding:30px;
background:rgba(21, 21, 21, 0.8);
z-index:2;
}
.videos-loop .video__item .loop__item__title .entry-title{
font-size:16px;
font-weight:normal;
text-transform:uppercase;
color:#fff;
margin:0;
line-height:1.4;
}
.videos-loop .video__item .loop__item__meta{
margin-bottom:0;
font-size:12px;
}
.videos-loop .video__item .loop__item__meta--item{
display:inline-block;
margin-bottom:0;
text-transform:uppercase;
}
.videos-loop .video__item .loop__item__meta--item + .loop__item__meta--item:before{
content:', ';
}
.videos-loop .video__item .loop__item__info2{
padding-right:50px;
min-height:40px;
}
.videos-loop .video__item .btn-readmore{
font-size:0;
display:block;
position:absolute;
right:20px;
top:20px;
}
.videos-loop .video__item .btn-readmore:before{
content:'\f04b';
font-family:FontAwesome;
width:58px;
height:58px;
text-align:center;
font-size:20px;
background:#d8242b;
color:#fff;
display:block;
line-height:58px;
border-radius:50%;
}
.videos-loop .video__item .btn-readmore:hover:before{
background:#D80904;
}
.videos-loop.grid-space-default .video__item{
margin-bottom:30px;
}
.lastudio-events-table{
margin-bottom:30px;
}
.lastudio-events-table .le-table{
display:table;
width:100%;
}
.lastudio-events-table .la_event_item-table-cell{
padding:10px 5px;
display:table-cell;
min-height:50px;
vertical-align:middle;
}
.lastudio-events-table .le-list-event.le-cancelled{
opacity:.44;
}
.lastudio-events-table .le-date{
width:100px;
}
.lastudio-events-table .le-date .le-day, .lastudio-events-table .le-date .le-month{
display:block;
}
.lastudio-events-table .le-facebook{
width:50px;
text-align:center;
}
.lastudio-events-table .le-action{
width:200px;
text-align:right;
}
.la_event_item{
display:table;
width:100%;
font-size:20px;
text-transform:uppercase;
line-height:1.6;
padding:20px;
opacity:.5;
}
.la_event_item:hover{
opacity:1;
background-color:rgba(21, 21, 21, 0.3);
}
.la_event_item .la_event_item--date{
width:130px;
}
.la_event_item .la_event_item--date span{
display:block;
}
.la_event_item .la_event_item--info a{
color:inherit;
}
.la_event_item .la_event_item--info .la_event_item--name{
display:block;
}
.la_event_item .la_event_item--info .la_event_item--venue,
.la_event_item .la_event_item--info .la_event_item--time{
font-size:12px;
}
.la_event_item .la_event_item--info .la_event_item--venue:not(:last-child){
margin-right:50px;
}
.la_event_item .la_event_item--action{
width:90px;
text-align:center;
}
.single-post-content.event .event-location,
.single-post-content.event .event-date{
color:#232324;
margin-bottom:15px;
}
.single-post-content.event .event-thumbnail{
margin-bottom:30px;
}
.single-post-content.event .event-buttons .btn{
display:block;
margin-bottom:10px;
font-weight:normal;
text-transform:capitalize;
border-radius:5px;
padding:10px 10px;
}
.single-post-content.event .event-buttons .btn .fa{
margin-right:10px;
font-size:14px;
}
.single-post-content.event .event-buttons .fb-button:not(:hover){
background-color:#3b5999;
}
.single-post-content.event .event-container .event-map{
margin-bottom:30px;
}
.single-post-content.event .event-container .event-details > div{
margin-bottom:5px;
}
.single-post-content.event .event-container .event-content{
padding-top:10px;
}
.slotholder{
filter:none !important;
}
.wpb_column[data-lacolumn_animation_viewport],
.la-animation-block.la-animate-viewport{
-webkit-transition:opacity .9s linear;
transition:opacity .9s linear;
}
.wpb_wrapper.la-animation-block.la-animate-viewport{
-webkit-transition:none;
transition:none;
}
body.vc_editor .wpb_column[data-lacolumn_animation_viewport],
body.vc_editor .la-animation-block.la-animate-viewport{
opacity:1 !important;
}
.la-animation-block.la-animate-viewport > div:not(.la-animation-block):not([data-la_component]){
opacity:0;
}
body.vc_editor .la-animation-block.la-animate-viewport > div:not(.la-animation-block):not([data-la_component]){
opacity:1;
}
.compose-mode .vc_vc_row > .vc_parallax,
.compose-mode .vc_vc_row > [data-vc-full-width=true],
.compose-mode .vc_vc_row_inner,
.compose-mode .vc_vc_section > .vc_parallax,
.compose-mode .vc_vc_section > [data-vc-full-width=true],
.compose-mode .vc_vc_video{
padding-top:0 !important;
}
.wpb_revslider_element.wpb_content_element{
margin-bottom:0;
}
.la_parallax_inner{
min-height:150px;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
opacity:0;
}
.vc_row[data-vc-full-width]{
position:relative;
}
.la-parent-parallax-row.vc_row-o-full-height{
min-height:100vh !important;
}
.not-active-fullpage > .vc_row.vc_row-o-full-height:first-child{
min-height:100vh !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.la_parallax_inner.fixed{
background-attachment:scroll !important;
}
}
@media screen and (max-width:980px){
.la_parallax_inner.fixed{
background-attachment:scroll !important;
}
}
.la-carousel-wrapper > div{
opacity:0;
}
.la-carousel-wrapper > div.slick-initialized{
opacity:1;
}
.la-carousel-wrapper > div > .la-item-wrap:not(.slick-slide){
float:left;
}
.la-carousel-wrapper > div > .la-item-wrap:not(.slick-slide):not(:first-child){
display:none;
}
.la-carousel-wrapper .la-item-wrap > .wpb_content_element{
margin-bottom:0;
}
.vc_row[class*="vc_custom_"]{
background-position:center;
background-repeat:no-repeat;
}
.vc_column-inner[class*="vc_custom_"]{
background-position:center top;
background-repeat:no-repeat;
}
.vc_row.row-space-5{
margin-left:-5px;
margin-right:-5px;
}
.vc_row.row-space-5 .vc_column_container > .vc_column-inner{
padding-left:5px;
padding-right:5px;
}
.vc_row.ui-sortable[data-vc-full-width]{
overflow:visible;
}
.la-lists-icon .la-sc-icon-item{
margin-bottom:15px;
}
.la-lists-icon .la-sc-icon-item > span{
padding-right:20px;
display:inline-block;
vertical-align:middle;
}
.la-lists-icon .la-sc-icon-item > span i{
display:inline-block;
vertical-align:middle;
font-size:10px;
}
.la-lists-icon .la-sc-icon-item div{
display:inline;
}
.icon-small.la-lists-icon .la-sc-icon-item span{
padding-right:15px;
}
.icon-small.la-lists-icon .la-sc-icon-item i{
font-size:6px;
}
.la-blockquote.style-4{
font-size:inherit;
border-left-width:2px;
padding:0 30px;
}
.la-blockquote.style-4 p{
margin-bottom:0;
font-size:1.1428571429em;
line-height:1.7;
top:-5px;
position:relative;
bottom:-5px;
}
.la-blockquote.style-4 footer{
font-weight:bold;
position:relative;
bottom:-5px;
}
.la-blockquote.style-1{
margin-top:8px;
color:#fff;
border-width:0;
background-color:#91d4c0;
font-size:28px;
line-height:normal;
font-style:normal;
padding:40px;
position:relative;
}
.la-blockquote.style-1:before{
content:"";
border-left:47px solid transparent;
border-bottom:47px solid #fff;
position:absolute;
right:0;
bottom:0;
}
.la-blockquote.style-1 footer{
font-size:12px;
text-transform:uppercase;
}
.la-blockquote.style-1 footer:before{
content:"";
width:40px;
height:2px;
background-color:#fff;
display:block;
margin-bottom:20px;
}
.la-blockquote.style-2{
font-size:24px;
line-height:normal;
border-width:1px;
border-style:solid;
text-align:center;
padding:30px 40px;
position:relative;
font-style:normal;
border-color:inherit;
}
.la-blockquote.style-2 p{
font-style:italic;
}
.la-blockquote.style-2 footer{
position:absolute;
font-size:12px;
padding:14px 20px;
background:#fff;
top:100%;
margin-top:-25px;
left:50%;
transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
text-transform:uppercase;
line-height:20px;
font-weight:bold;
transform:translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
}
.la-blockquote.style-2 footer:before{
display:none;
}
.la-blockquote.style-2 footer cite{
font-style:inherit;
}
.la-blockquote.style-2 footer span{
display:block;
font-weight:normal;
}
.la-blockquote.style-3{
padding:40px 30px;
position:relative;
border:1px solid #e7e7e7;
}
.la-blockquote.style-3:before{
content:'';
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/quote2.png);
background-repeat:no-repeat;
background-color:#fff;
background-position:center center;
width:40px;
height:33px;
position:absolute;
left:25px;
top:-15px;
}
.la-blockquote.style-3 p{
font-size:20px;
font-style:italic;
line-height:36px;
}
.la-blockquote.style-3 footer{
font-size:12px;
}
.la-blockquote.style-3 footer cite{
font-style:normal;
}
.wpb_single_image.size-full *{
width:100%;
}
.social-media-link a{
margin:0 5px;
}
.social-media-link a:first-child{
margin-left:0 !important;
}
.social-media-link a:last-child{
margin-right:0 !important;
}
.social-media-link.style-default a{
margin:0 10px;
}
.social-media-link.style-default a:not(:hover){
color:inherit;
}
.social-media-link.style-round a, .social-media-link.style-square a, .social-media-link.style-circle a{
width:30px;
height:30px;
line-height:30px;
color:#fff;
text-align:center;
display:inline-block;
}
.social-media-link.style-round a:hover, .social-media-link.style-square a:hover, .social-media-link.style-circle a:hover{
color:#fff;
}
.social-media-link.style-outline a{
width:30px;
height:30px;
font-size:14px;
line-height:28px;
text-align:center;
display:inline-block;
border-width:1px;
border-style:solid;
}
.social-media-link.style-outline a:hover{
color:#fff;
}
.social-media-link.style-circle-outline a, .social-media-link.style-circle-hover a, .social-media-link.style-outline a, .social-media-link.style-circle a{
border-radius:50%;
}
.social-media-link.style-round a{
border-radius:4px;
}
.social-media-link.style-circle-hover a{
width:40px;
height:40px;
display:inline-block;
border:1px solid transparent;
text-align:center;
font-size:18px;
color:#fff;
line-height:40px;
}
.social-media-link.style-circle-hover a:hover{
border-color:rgba(255, 255, 255, 0.3);
}
.social-media-link.style-circle-outline a{
color:#fff;
width:60px;
height:60px;
display:inline-block;
border:1px solid rgba(255, 255, 255, 0.2);
font-size:20px;
line-height:58px;
text-align:center;
}
.social-media-link.style-circle-outline a:hover{
color:#fff;
}
.vc_separator.heading-doubleline{
width:100px;
display:block;
}
.vc_separator.heading-doubleline .vc_sep_holder{
display:block;
}
.vc_separator.heading-doubleline .vc_sep_holder.vc_sep_holder_r{
display:block;
margin-top:5px;
width:70%;
margin-left:15%;
}
.vc_separator.heading-doubleline.vc_sep_pos_align_left .vc_sep_holder.vc_sep_holder_r{
margin-left:0;
}
.la-divider{
position:relative;
border-top:1px solid transparent;
height:0;
font-size:0;
line-height:0;
}
.la-dropcap{
position:relative;
top:0;
float:left;
margin-right:15px;
padding:0;
line-height:50px;
font-size:60px;
text-transform:uppercase;
}
.la-tweets-feed .tweet-feed-item:not(.slick-slide){
margin-bottom:30px;
}
.la-tweets-feed .tweet-content{
margin-bottom:10px;
}
.la-tweets-feed .tweet-content a:hover{
text-decoration:underline;
}
.la-tweets-feed .tweet-infos{
display:none;
}
.la-tweets-feed .tweet-infos .TweetAuthor-avatar{
float:left;
width:40px;
margin-right:15px;
margin-top:5px;
}
.la-tweets-feed .tweet-infos .TweetAuthor-screenName{
display:none;
}
.la-tweets-feed .tweet-link{
line-height:normal;
}
.la-tweets-feed .tweet-link a{
font-size:12px;
}
.la-tweets-feed .tweet-link a .fa-twitter{
font-size:14px;
color:#5ab3ff;
}
.vc_separator.vc_separator_no_text{
display:block;
}
.vc_separator.vc_separator_no_text .vc_sep_holder .vc_sep_line{
height:0;
top:0;
}
ul.list-checked{
list-style:none;
padding-left:0;
}
ul.list-checked > li{
padding-left:25px;
position:relative;
margin-bottom:10px;
}
ul.list-checked > li:before{
content:"\f00c";
font-family:FontAwesome;
position:absolute;
left:0;
font-size:8px;
padding-top:0;
}
ul.list-dots{
list-style:none;
padding-left:0;
}
ul.list-dots > li{
padding-left:25px;
position:relative;
margin-bottom:10px;
}
ul.list-dots > li:before{
content:"\f111";
font-family:FontAwesome;
position:absolute;
left:0;
font-size:6px;
}
body .vc_toggle{
margin-bottom:20px;
}
body .vc_toggle .vc_toggle_title > h4{
font-family:inherit;
}
body .vc_toggle.vc_toggle_default{
border-width:1px;
border-style:solid;
padding:15px 30px;
border-radius:2px;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active{
box-shadow:0px 0px 87px 0px rgba(41, 44, 58, 0.1);
}
body .vc_toggle.vc_toggle_default .vc_toggle_content{
padding:0;
margin:10px 0 15px;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title{
padding-left:0;
}
body .vc_toggle.vc_toggle_default .vc_toggle_icon{
display:none;
}
.la-shortcode-loading{
min-height:60px;
position:relative;
display:none;
}
.elm-pagination-ajax.is-loading .la-shortcode-loading,
.elm-ajax-loader.is-loading .la-shortcode-loading{
display:block;
}
.la-shortcode-loading .content{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%, -50%);
}
.hide-item-role .item--role,
.hide-item-rating .item--rating{
display:none !important;
}
.grid-space-0 .instagram-item{
margin-bottom:0;
}
.instagram-item{
position:relative;
color:#fff;
overflow:hidden;
}
.la-instagram-slider .instagram-item{
margin-bottom:0;
}
.instagram-item .instagram-info,
.instagram-item .instagram-date{
display:none;
}
.instagram-item .item--overlay{
z-index:2;
background-color:rgba(35, 35, 36, 0.6);
}
.instagram-item .item--overlay i{
position:absolute;
color:#fff;
font-size:50px;
width:50px;
height:50px;
line-height:50px;
text-align:center;
transform:translate(-50%, -50%);
left:50%;
top:50%;
background:-webkit-gradient(radial, 33% 100%, 0, 33% 100%, 221, color-stop(1, #515ECF), color-stop(0.81, #9B36B7), color-stop(0.63, #D92E7F), color-stop(0.32, #F15245), color-stop(0.04, #FED373));
background:-webkit-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
background:radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.instagram-item:hover .item--overlay{
visibility:visible;
opacity:1;
}
.instagram-item a.thumbnail{
padding-bottom:100%;
display:block;
background-position:center center;
background-size:cover;
}
.instagram-item a.thumbnail{
padding-bottom:100%;
display:block;
background-position:center center;
background-size:cover;
}
.la-instagram-title{
position:absolute;
top:0;
left:50%;
z-index:2;
background:#232324;
margin:0;
line-height:20px;
padding:5px 20px;
transform:translate(-50%, 0);
color:#fff;
font-size:12px;
}
.la-instagram-feeds{
position:relative;
}
.la-instagram-feeds:not(.loaded) .la-shortcode-loading{
display:block;
}
.la-instagram-feeds.instagram-grayscale .instagram-item .item--overlay{
background:transparent;
}
.la-instagram-feeds.instagram-grayscale .instagram-item img{
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
}
.la-instagram-feeds.instagram-grayscale .instagram-item:hover img{
filter:grayscale(0);
-webkit-filter:grayscale(0);
}
.la-instagram-feeds .image-as-11 .instagram-item a.thumbnail{
padding-bottom:100%;
}
.la-instagram-feeds .image-as-169 .instagram-item a.thumbnail{
padding-bottom:56.25%;
}
.la-instagram-feeds .image-as-43 .instagram-item a.thumbnail{
padding-bottom:75%;
}
.la-instagram-feeds .image-as-2351 .instagram-item a.thumbnail{
padding-bottom:42.55319149%;
}
.footer-column .instagram-item .item--overlay i{
font-size:24px;
}
.vc_message_box .close-button{
position:absolute;
right:10px;
height:20px;
padding:0;
width:20px;
text-align:center;
line-height:20px;
top:50%;
margin-top:-10px;
}
.vc_message_box.vc_message_box-rounded{
border-radius:2px;
}
.vc_message_box.vc_message_box-standard.vc_color-info{
padding-top:18px;
padding-bottom:18px;
border-color:#b8dee8;
background:#daf1f7 url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/info-pattern.png) repeat 0 0;
}
.vc_message_box.vc_message_box-standard.vc_message_box-no-icon{
padding-left:1em;
padding-right:1em;
}
.vc_row.vc_column-gap-15{
margin-left:-7.5px;
margin-right:-7.5px;
}
.vc_row[class*="vc_column-gap-"] > .vc_column_container > .vc_column-inner{
padding:0;
}
.woocommerce.add_to_cart_inline{
border:none !important;
padding:0 !important;
}
.woocommerce.add_to_cart_inline .amount{
font-size:24px;
display:block;
color:#232324;
margin:25px 0;
}
.woocommerce.add_to_cart_inline a{
display:inline-block;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
border:2px solid;
padding:15px 50px;
border-radius:30px;
transition:all 250ms ease-out;
}
.wpb_gallery .wpb_image_grid .wpb_image_grid_ul{
margin-left:-5px;
margin-right:-5px;
}
.wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item{
margin:5px;
}
@media (max-width:767px){
.la-blockquote.style-2{
padding:15px;
font-size:16px;
}
.la-blockquote.style-2 footer{
padding:10px;
}
}
.pf-masonry.pf-default.pf-style-5 .loop__item__thumbnail{
height:calc(100% - 100px);
height:-webkit-calc(100% - 100px);
}
a.size-full img[class*="wp-image"]{
width:100%;
}
.wpb_single_image:not(.la-popup) a.vc_single_image-wrapper{
position:relative;
overflow:hidden;
}
.wpb_single_image:not(.la-popup) a.vc_single_image-wrapper img{
transform:scale(1.05);
-webkit-transform:scale(1.05);
transition:transform 0.5s ease-out;
}
.wpb_single_image:not(.la-popup) a.vc_single_image-wrapper:after{
content:'';
opacity:0;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-color:#000;
transition:all 0.5s ease-out;
}
.wpb_single_image:not(.la-popup) a.vc_single_image-wrapper:hover img{
transform:scale(1);
-webkit-transform:scale(1);
}
.wpb_single_image:not(.la-popup) a.vc_single_image-wrapper:hover:after{
opacity:0.2;
}
.showposts-loop.main-search-loop .loop__item__info{
text-align:inherit;
padding:0;
}
.showposts-loop.main-search-loop .loop__item__info .loop__item__meta--footer{
padding-top:0;
}
.showposts-loop.main-search-loop .blog__item{
border-bottom:1px solid #e4e4e4;
margin-bottom:30px;
}
.showposts-loop.main-search-loop .loop__item__title .entry-title{
font-size:18px;
}
.showposts-loop.main-search-loop .btn-readmore{
border-width:1px;
margin-bottom:15px;
}
.showposts-loop.main-search-loop .loop__item__desc{
margin-bottom:25px;
}
.vc_general.vc_cta3.vc_cta3-style-custom{
background-color:transparent;
border:none;
}
.vc_cta3-container .la-cta-01.vc_cta3{
padding:15px 15px 10px;
}
.vc_cta3-container .la-cta-01.vc_cta3 h2{
font-size:24px;
line-height:30px;
margin-bottom:5px;
}
.vc_cta3-container .la-cta-01.vc_cta3 h4{
font-size:16px;
line-height:30px;
margin-bottom:0;
}
.vc_cta3-container .la-cta-01.vc_cta3 .vc_cta3-content{
display:inline-block;
}
.vc_cta3-container .la-cta-01.vc_cta3 .vc_cta3-actions{
display:inline-block;
float:right;
margin-top:7px;
}
.timeline-block{
padding-bottom:50px;
position:relative;
}
.timeline-block .timeline-title{
margin-top:0;
}
.la-timeline-wrap{
position:relative;
}
.la-timeline-wrap.style-1 .timeline-line{
position:absolute;
height:97%;
border-width:0 0 0 2px;
border-style:solid;
top:10px;
left:50%;
margin-left:-1px;
}
.la-timeline-wrap.style-1 .timeline-block{
padding-left:50px;
}
.la-timeline-wrap.style-1 .timeline-block:last-child{
padding-bottom:0;
}
.la-timeline-wrap.style-1 .timeline-block .timeline-dot{
width:20px;
height:20px;
position:absolute;
left:0;
top:5px;
border-radius:50%;
}
.la-timeline-wrap.style-1 .timeline-block .timeline-subtitle{
font-weight:bold;
font-size:16px;
margin-bottom:5px;
}
.la-timeline-wrap.style-1 .timeline-block .timeline-title{
font-size:16px;
font-weight:bold;
margin-bottom:20px;
}
.la-timeline-wrap.style-1 .timeline-block{
float:right;
width:50%;
clear:both;
padding-left:40px;
padding-bottom:35px;
}
.la-timeline-wrap.style-1 .timeline-block .timeline-dot{
left:-10px;
}
.la-timeline-wrap.style-1 .timeline-block:nth-child(2n){
float:left;
padding-left:0;
padding-right:40px;
text-align:right;
}
.la-timeline-wrap.style-1 .timeline-block:nth-child(2n) .timeline-dot{
right:-10px;
left:auto;
}
.la-timeline-wrap.style-2{
min-height:300px;
overflow:hidden;
}
.la-timeline-wrap.style-2 .slick-list{
min-height:100%;
}
.la-timeline-wrap.style-2 .timeline-block{
width:330px;
padding:40px 15px;
float:left;
}
.la-timeline-wrap.style-2 .timeline-block:nth-child(2n+1) .timeline-dot{
top:auto;
bottom:-8px;
}
.la-timeline-wrap.style-2 .timeline-title{
position:relative;
display:inline-block;
margin-bottom:10px;
}
.la-timeline-wrap.style-2 .timeline-title:after{
content:"";
display:block;
width:70px;
padding-top:15px;
border-width:0 0 1px;
border-style:solid;
}
.la-timeline-wrap.style-2 .timeline-dot{
width:15px;
height:15px;
border-radius:50%;
position:absolute;
top:-7px;
}
.la-timeline-wrap.style-2 .timeline-line{
position:absolute;
width:100%;
padding:0 50px;
left:0;
}
.la-timeline-wrap.style-2 .timeline-line span{
display:block;
border-top:2px solid #e6e6e6;
}
.la-timeline-wrap .slick-slider button.slick-prev{
left:-50px;
}
.la-timeline-wrap .slick-slider button.slick-next{
right:-50px;
}
.vc_row[data-vc-stretch-content="true"] .la-timeline-wrap.style-2{
padding-left:50px;
padding-right:50px;
}  .products{
list-style:none;
margin-bottom:0;
padding:0;
}
.products .product-category img{
width:100%;
-webkit-transition:opacity 0.35s, -webkit-transform 1s;
transition:opacity 0.35s, transform 1s;
}
.products .product-category .count{
display:none;
}
.price ins{
text-decoration:none;
}
.price .woocommerce-Price-currencySymbol{
display:inline;
}
.onsale .save-total,
.onsale .save-sale-price{
display:none;
}
.catalog-grid-1.grid-space-default .product-category{
margin-bottom:30px;
}
.catalog-grid-1 .product-category .cat-information{
position:absolute;
width:100%;
bottom:40px;
left:0;
text-align:center;
}
.catalog-grid-1 .product-category .woocommerce-loop-category__title{
display:inline-block;
font-size:12px;
text-transform:uppercase;
background-color:#fff;
margin:0;
padding:20px 30px;
line-height:20px;
min-width:160px;
text-align:center;
}
.catalog-grid-1 .product-category .item--overlay{
visibility:visible;
opacity:0.9;
background-color:transparent;
transition:all 450ms ease-out;
}
.catalog-grid-1 .product-category a{
display:block;
position:relative;
overflow:hidden;
}
.catalog-grid-1 .product-category a:hover img{
transform:scale(1.2);
-webkit-transform:scale(1.2);
}
.catalog-grid-1 .product-category a:hover .item--overlay{
background-color:rgba(52, 53, 56, 0.2);
}
.products.slick-slider .slick-list{
padding-top:10px;
}
.product_item--thumbnail .elm-countdown{
position:absolute;
right:30px;
bottom:10px;
}
.product_item--thumbnail .elm-countdown .countdown-section{
display:block;
width:52px;
height:52px;
border:2px solid rgba(69, 69, 69, 0.3);
border-radius:50%;
margin:0 0 20px;
padding:12px 0;
}
.product_item--thumbnail .elm-countdown .countdown-section:before{
display:none;
}
.product_item--thumbnail .elm-countdown .countdown-section .countdown-amount{
font-size:16px;
font-weight:bold;
}
.product_item--thumbnail .elm-countdown .countdown-section .countdown-period{
font-size:10px;
line-height:normal;
text-transform:lowercase;
}
.products-grid.grid-space-default .product_item .product_item--inner{
margin-bottom:30px;
}
.product_item .product_item--thumbnail .add_wishlist:before, .products-list .product_item .product_item--info .add_compare:before,
.products-list .product_item .product_item--info .add_wishlist:before, .products-list .product_item .product_item--thumbnail .product_item--action .quickview:before,
.products-grid.products-grid-3 .product_item--info .product_item--action .button:before,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .button:before,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .button:before,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .button:before{
font-family:"dl-icon";
font-size:14px;
display:block;
height:inherit;
line-height:inherit;
text-align:center;
width:inherit;
text-transform:none;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.product_item .product_item--thumbnail{
position:relative;
z-index:2;
}
.product_item .product_item--thumbnail .add_wishlist{
width:30px;
height:30px;
line-height:30px;
font-size:0;
display:inline-block;
vertical-align:middle;
position:absolute;
top:20px;
z-index:3;
right:20px;
}
.product_item .product_item--thumbnail .add_wishlist:before{
font-weight:bold;
content:"\56";
}
.product_item .product_item--thumbnail .add_wishlist.added{
font-weight:normal;
}
.product_item .product_item--thumbnail .add_wishlist.added:before{
content:"\61";
}
.product_item .product_item--thumbnail-holder{
text-align:center;
}
.product_item .product_item--thumbnail-holder .pig-m-fallback{
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
background-color:rgba(201, 201, 202, 0.14);
}
.product_item .product_item--thumbnail-holder a{
display:block;
}
.product_item .product_item--thumbnail-holder a img{
width:100%;
display:block;
}
.product_item .product_item--title{
font-size:14px;
margin:0 0 5px;
line-height:inherit;
}
.product_item .product_item--info{
position:relative;
z-index:2;
}
.product_item .added_to_cart{
display:none;
}
.product_item .product_item--category-link,
.product_item .item--excerpt{
display:none;
}
.product_item .star-rating{
display:block;
margin-bottom:10px;
}
.product_item.prod-rating-off .star-rating{
display:none !important;
}
.product_item .price{
line-height:20px;
display:inline-block;
font-size:18px;
}
.product_item .price del{
font-size:100%;
}
.product_item .swatch-wrapper{
float:none;
display:inline-block;
padding:0;
border-width:0;
margin:0 5px 5px;
}
.product_item .swatch-wrapper:not(.swatch-only-label){
border-radius:50%;
}
.product_item .swatch-wrapper:not(.swatch-only-label) .swatch-anchor{
max-width:12px;
max-height:12px;
border-radius:50%;
}
.product_item .swatch-wrapper.swatch-only-label .swatch-anchor{
line-height:normal !important;
min-height:0 !important;
min-width:0 !important;
}
.products-list .product_item{
width:100%;
}
.products-list .product_item .product_item--inner{
margin-bottom:70px;
overflow:hidden;
}
.products-list .product_item .product_item--thumbnail{
float:left;
width:32%;
}
.products-list .product_item .product_item--thumbnail .item--overlay{
background-color:#232324;
}
.products-list .product_item .product_item--title{
font-size:18px;
margin:0 0 25px;
line-height:normal;
}
.products-list .product_item .price{
font-size:18px;
}
.products-list .product_item .product_item--info{
text-align:left;
padding-left:50px;
float:left;
width:68%;
}
.products-list .product_item .product_item--info .product_item--action{
float:left;
}
.products-list .product_item .product_item--info .quickview{
display:none;
}
.products-list .product_item .product_item--info .add_to_cart_button{
border:none;
padding:15px 45px;
line-height:24px;
float:left;
margin-bottom:10px;
margin-right:10px;
font-size:12px;
transition:all 250ms ease-out;
text-transform:uppercase;
}
.products-list .product_item .product_item--info .add_compare,
.products-list .product_item .product_item--info .add_wishlist{
float:left;
font-size:0;
position:relative;
width:40px;
height:54px;
line-height:54px;
}
.products-list .product_item .product_item--info .add_compare:hover, .products-list .product_item .product_item--info .add_compare.added,
.products-list .product_item .product_item--info .add_wishlist:hover,
.products-list .product_item .product_item--info .add_wishlist.added{
color:#6b56e2;
}
.products-list .product_item .product_item--info .add_wishlist{
font-weight:bold;
}
.products-list .product_item .product_item--info .add_wishlist:before{
content:"\56";
}
.products-list .product_item .product_item--info .add_wishlist.added:before{
content:"\61";
}
.products-list .product_item .product_item--info .add_compare{
float:right;
}
.products-list .product_item .product_item--info .add_compare:before{
content:"\67";
}
.products-list .product_item .item--excerpt{
display:block;
margin-bottom:30px;
line-height:24px;
padding-top:10px;
}
.products-list .product_item .product_item--thumbnail .product_item--action{
visibility:hidden;
position:absolute;
margin-top:0;
top:50%;
left:50%;
margin-left:-20px;
z-index:2;
opacity:0;
transition:all 250ms ease-out;
}
.products-list .product_item .product_item--thumbnail .product_item--action .button:not(.quickview){
display:none;
}
.products-list .product_item:hover .product_item--thumbnail .product_item--action{
visibility:visible;
opacity:1;
margin-top:-20px;
}
.products-list .product_item:hover .product_item--thumbnail .item--overlay{
opacity:0.05;
visibility:visible;
}
.products-list-mini .product_item .onsale{
left:-15px;
padding:3px 14px;
font-size:12px;
top:15px;
}
.products-list-mini .product_item .product_item--inner{
margin-bottom:50px;
overflow:visible;
}
.products-list-mini .product_item .product_item--thumbnail{
width:100px;
float:left;
margin-right:30px;
overflow:visible !important;
}
.products-list-mini .product_item .product_item--info{
padding-left:0;
width:70%;
width:calc(100% - 130px);
width:-webkit-calc(100% - 130px);
}
.products-list-mini .product_item .product_item--title{
font-size:12px;
text-transform:uppercase;
margin:0 0 10px;
line-height:18px;
}
.products-list-mini .product_item .price{
margin-bottom:10px;
font-size:12px;
}
.products-list-mini .product_item .star-rating{
margin:0;
float:none;
}
.products-list-mini.products-list .product_item .product_item--info-action .button{
border-radius:0;
border-radius:0;
min-width:0;
font-size:10px;
font-weight:normal;
padding:6px 23px;
line-height:24px;
border-style:solid;
border-width:1px;
margin:5% 0 0;
}
.products-list-mini.products-list .product_item .product_item--info-action .button:not(:hover){
background-color:transparent;
color:#232324;
border-color:#e4e4e4;
} .products-list .product_item .product_item--thumbnail .product_item--action .quickview,
.products-grid.products-grid-3 .product_item--info .product_item--action .button,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .button,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .button,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .button{
position:relative;
width:50px;
height:50px;
line-height:50px;
font-size:0;
display:inline-block;
margin:5px;
vertical-align:middle;
background-color:#fff;
transition:all 250ms ease-out;
}
.products-list .product_item .product_item--thumbnail .product_item--action .quickview:hover,
.products-grid.products-grid-3 .product_item--info .product_item--action .button:hover,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .button:hover,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .button:hover,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .button:hover{
color:#fff;
}
.products-grid.products-grid-3 .product_item--info .product_item--action .add_compare:before,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .add_compare:before,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .add_compare:before,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .add_compare:before{
content:"\f074";
font-family:FontAwesome;
}
.products-grid.products-grid-3 .product_item--info .product_item--action .add_to_cart_button:before,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .add_to_cart_button:before,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .add_to_cart_button:before,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .add_to_cart_button:before{
content:"\6b";
}
.products-grid.products-grid-3 .product_item--info .product_item--action .add_to_cart_button span,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .add_to_cart_button span,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .add_to_cart_button span,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .add_to_cart_button span{
opacity:0;
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}
.products-list .product_item .product_item--thumbnail .product_item--action .quickview:before,
.products-grid.products-grid-3 .product_item--info .product_item--action .quickview:before,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .quickview:before,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .quickview:before,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .quickview:before{
content:"\28";
}
.products-grid .product_item--info{
padding-top:20px;
padding-bottom:30px;
}
.products-grid .product_item--info .product_item--action{
display:none;
}
.products-grid .product_item--info .la-swatch-control{
margin-top:10px;
line-height:0;
}
.products-grid .star-rating{
margin-left:auto;
margin-right:auto;
}
.products-grid .item--overlay{
background-color:#232324;
}
.products-grid .product_item--inner:hover .item--overlay{
opacity:0.7;
visibility:visible;
}
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto{
position:absolute;
left:50%;
top:50%;
width:240px;
margin-left:-120px;
margin-top:0;
opacity:0;
visibility:hidden;
transition:all .3s;
z-index:4;
text-align:center;
}
.products-grid.products-grid-1 .product_item--inner:hover .product_item--thumbnail .wrap-addto{
visibility:visible;
opacity:1;
margin-top:-30px;
}
.products-grid.products-grid-2 .product_item--info{
padding-top:20px;
padding-bottom:30px;
}
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto{
position:absolute;
left:50%;
top:50%;
width:240px;
margin-left:-120px;
margin-top:0;
opacity:0;
visibility:hidden;
transition:all .3s;
z-index:4;
text-align:center;
}
.products-grid.products-grid-2 .product_item--inner:hover .product_item--thumbnail .wrap-addto{
visibility:visible;
opacity:1;
margin-top:-30px;
}
.products-grid.products-grid-2 .product_item--info-inner{
display:table;
width:100%;
}
.products-grid.products-grid-2 .product_item--title{
display:table-cell;
font-size:1.125em;
line-height:1;
}
.products-grid.products-grid-2 .price{
display:table-cell;
text-align:right;
width:90px;
font-size:24px;
font-weight:bold;
line-height:1;
}
.products-grid.products-grid-3 .product_item--inner{
position:relative;
}
.products-grid.products-grid-3 .product_item--inner:hover .item--overlay{
opacity:0.3;
}
.products-grid.products-grid-3 .product_item--inner:hover .star-rating,
.products-grid.products-grid-3 .product_item--inner:hover .price,
.products-grid.products-grid-3 .product_item--inner:hover .product_item--action,
.products-grid.products-grid-3 .product_item--inner:hover .product_item--title{
opacity:1;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.products-grid.products-grid-3 .product_item .product_item--thumbnail .wrap-addto{
display:none;
}
.products-grid.products-grid-3 .product_item--info{
position:absolute;
left:0;
bottom:0;
color:#fff;
width:100%;
padding:5%;
}
.products-grid.products-grid-3 .product_item--info .product_item--action{
display:block;
margin-left:-5px;
margin-top:10px;
}
.products-grid.products-grid-3 .product_item--info .product_item--action .add_wishlist{
display:none;
}
.products-grid.products-grid-3 .price,
.products-grid.products-grid-3 .product_item--title{
color:inherit;
font-size:18px;
margin-bottom:10px;
}
.products-grid.products-grid-3 .star-rating,
.products-grid.products-grid-3 .price,
.products-grid.products-grid-3 .product_item--action,
.products-grid.products-grid-3 .product_item--title{
opacity:0;
transition:all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.1s;
transform:translate(0, 30px);
-webkit-transform:translate(0, 30px);
}
.products-grid.products-grid-3 .price{
transition-delay:.2s;
}
.products-grid.products-grid-3 .star-rating{
transition-delay:.25s;
}
.products-grid.products-grid-3 .product_item--action{
transition-delay:.3s;
}
.products-grid.products-grid-4 .product_item--thumbnail{
border:1px solid #e4e4e4;
}
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto{
position:absolute;
left:50%;
top:50%;
width:240px;
margin-left:-120px;
margin-top:0;
opacity:0;
visibility:hidden;
transition:all .3s;
z-index:4;
text-align:center;
}
.products-grid.products-grid-4 .product_item--inner:hover .product_item--thumbnail .wrap-addto{
visibility:visible;
opacity:1;
margin-top:-30px;
}
.products-grid.products-grid-4 .product_item--inner:hover .item--overlay{
opacity:0.3;
}
.products-grid.products-grid-4 .product_item--info{
padding-top:10px;
padding-bottom:20px;
}
.products-grid.products-grid-4 .product_item--title{
font-size:24px;
}
.products-grid.products-grid-4 .price{
font-weight:bold;
}
.product_item.thumb-has-effect .product_item--thumbnail{
overflow:hidden;
}
.product_item.thumb-has-effect .product_item--thumbnail .pig-m-fallback,
.product_item.thumb-has-effect .product_item--thumbnail img{
transition:opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product_item.thumb-has-effect .product_item--thumbnail div.wp-alt-image{
background-position:center center;
background-size:cover;
height:100%;
}
.product_item.thumb-has-effect .product_item--thumbnail .pig-m-fallback{
padding-bottom:50%;
}
.product_item.thumb-has-effect .product_item--thumbnail .pig-m-fallback-second,
.product_item.thumb-has-effect .product_item--thumbnail .wp-alt-image{
position:absolute;
left:0;
top:0;
z-index:2;
transition:opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
opacity:0;
width:100%;
}
.product_item.thumb-has-effect .product_item--thumbnail .pig-m-fallback-second{
height:0;
}
.product_item.thumb-has-effect .product_item--thumbnail .item--overlay{
z-index:2;
}
.product_item.thumb-has-effect .product_item--thumbnail:hover .pig-m-fallback-first,
.product_item.thumb-has-effect .product_item--thumbnail:hover .wp-post-image{
opacity:1;
}
.product_item.thumb-has-effect .product_item--thumbnail:hover .pig-m-fallback-second,
.product_item.thumb-has-effect .product_item--thumbnail:hover .wp-alt-image{
opacity:1;
}
.product_item.thumb-no-effect .product_item--thumbnail{
overflow:hidden;
}
.product_item.thumb-no-effect .item--overlay{
transition:all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.la-shop-products .la-pagination{
margin-top:10px;
margin-bottom:30px;
}
.products-grid.la-isotope-container .product_item:not(.showmenow){
opacity:0;
}
@media (min-width:1199px){
.prods_masonry.cover-img-bg .product_item--inner,
.prods_masonry.cover-img-bg .product_item--thumbnail{
height:100%;
}
.prods_masonry.cover-img-bg .product_item--thumbnail-holder img{
display:none;
}
.prods_masonry.cover-img-bg .product_item--thumbnail-holder .pig-m-fallback{
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
}
} @media (max-width:1199px){
.products-grid .product_item--info{
padding-top:20px;
padding-bottom:20px;
}
}
@media (max-width:1024px){
.products-list .product_item .product_item--thumbnail .product_item--action .quickview,
.products-grid.products-grid-3 .product_item--info .product_item--action .button,
.products-grid.products-grid-4 .product_item--thumbnail .wrap-addto .button,
.products-grid.products-grid-2 .product_item--thumbnail .wrap-addto .button,
.products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .button{
width:40px;
height:40px;
line-height:40px;
}
}  .stock{
font-size:0.875em;
}
.stock.in-stock{
background-color:#35d56a;
display:inline-block;
color:#fff;
border-radius:15px;
padding:2px 15px;
}
.stock.out-of-stock{
background-color:#b5b7c4;
display:inline-block;
color:#fff;
border-radius:15px;
padding:2px 15px;
}
.woocommerce-product-gallery__wrapper embed,
.woocommerce-product-gallery__wrapper iframe,
.woocommerce-product-gallery__wrapper object,
.woocommerce-product-gallery__wrapper video{
width:100%;
max-width:100%;
position:absolute !important;
top:0;
left:0;
height:100% !important;
}
.woocommerce-product-gallery__wrapper a[data-videolink^="http"]{
display:block;
position:relative;
width:100%;
z-index:9;
}
.la-woo-product-gallery .woocommerce-product-gallery__trigger{
position:absolute;
top:15px;
right:15px;
line-height:30px;
display:block;
height:30px;
width:30px;
border-radius:3px;
z-index:2;
text-align:center;
text-indent:-999px;
overflow:hidden;
color:#ffffff;
}
.la-woo-product-gallery .woocommerce-product-gallery__trigger:before{
font-family:FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
display:block;
content:"\f00e";
line-height:inherit;
text-indent:0;
}
.la-woo-thumbs .la-thumb-inner{
margin-left:-5px;
margin-right:-5px;
}
.la-woo-thumbs .la-thumb{
width:70px;
float:left;
margin:5px;
border:none;
}
.la-woo-thumbs .la-thumb:before{
content:"";
position:absolute;
left:-1px;
right:-1px;
bottom:-1px;
top:-1px;
border-width:1px;
border-style:solid;
}
.la-woo-thumbs .la-thumb:not(.slick-current) img{
opacity:0.4;
}
.la-woo-thumbs .la-thumb div{
position:relative;
}
.la-woo-thumbs .la-thumb div:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-color:rgba(52, 53, 56, 0.4);
}
.la-woo-thumbs .la-thumb .play-overlay{
font-size:30px;
color:#fff;
line-height:30px;
height:30px;
width:30px;
text-align:center;
position:absolute;
left:50%;
top:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.la-woo-thumbs .slick-arrow{
font-size:20px;
line-height:20px;
display:block;
vertical-align:middle;
width:20px;
height:20px;
cursor:pointer;
text-align:center;
position:absolute;
}
.la-woo-thumbs .slick-arrow > span{
display:block;
line-height:20px;
}
.la-woo-thumbs .slick-arrow.slick-disabled{
opacity:0;
}
.la-woo-thumbs .la-thumb-inner:not(.slick-vertical) .slick-prev{
left:-20px;
}
.la-woo-thumbs .la-thumb-inner:not(.slick-vertical) .slick-next{
right:-20px;
}
.la-woo-thumbs .slick-vertical .slick-arrow{
left:50%;
margin-left:-10px;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}
.la-woo-thumbs .slick-vertical .slick-prev{
top:-20px;
}
.la-woo-thumbs .slick-vertical .slick-next{
bottom:-20px;
top:auto;
}
.product-main-image{
margin-bottom:30px;
}
.product-main-image img{
width:100%;
}
.product-main-image .la_woo_loading{
opacity:0;
visibility:hidden;
position:absolute;
left:50%;
top:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.product-main-image .la-woo-product-gallery{
width:100%;
position:relative;
margin-bottom:15px;
border-width:1px;
border-style:solid;
}
.product-main-image img.zoomImg{
display:none;
}
.product-main-image .swatch-loading{
pointer-events:none;
position:relative;
overflow:hidden;
}
.product-main-image .swatch-loading .la_woo_loading{
opacity:1;
visibility:visible;
}
.product-main-image .swatch-loading .la-woo-product-gallery{
position:static !important;
}
.product-main-image .swatch-loading .la-woo-product-gallery .woocommerce-product-gallery__wrapper,
.product-main-image .swatch-loading .la-woo-thumbs .la-thumb-inner{
opacity:0.3;
}
.product-main-image .no-gallery .la-woo-thumbs{
display:none;
}
@media (min-width:991px){
.la-p-single-2 .product-main-image .la-woo-product-gallery{
float:right;
position:relative;
width:85%;
width:calc(100% - 85px);
width:-webkit-calc(100% - 85px);
}
.la-p-single-2 .product-main-image .la-woo-thumbs{
position:relative;
float:left;
width:70px;
padding-top:20px;
}
.la-p-single-2 .no-gallery .la-woo-product-gallery{
width:100%;
}
}
.product--summary{
margin-bottom:30px;
}
.product--summary .product_title{
font-size:20px;
margin:0 0 5px;
}
.product--summary .entry-summary > .stock{
float:right;
background:none;
text-transform:uppercase;
font-size:10px;
margin:0;
padding:0;
line-height:14px;
position:relative;
padding-left:20px;
font-weight:bold;
}
.product--summary .entry-summary > .cart{
margin-top:45px;
}
.product--summary .woocommerce-product-rating{
display:inline-block;
line-height:14px;
}
.product--summary .woocommerce-product-rating .star-rating{
display:inline-block;
vertical-align:top;
}
.product--summary .woocommerce-product-rating .woocommerce-review-link{
display:inline-block;
vertical-align:top;
font-size:12px;
line-height:14px;
}
.product--summary .single-price-wrapper{
padding:10px 10px 10px 0;
display:inline-block;
}
.product--summary .single-price-wrapper .price{
font-size:24px;
line-height:1;
}
.product--summary .single-price-wrapper .price:first-child:not(:last-child){
display:none;
}
.product--summary .single-price-wrapper .price del{
font-size:14px;
}
.product--summary .product_meta-top{
padding-bottom:20px;
}
.product--summary .product_meta-top .sku_wrapper{
text-transform:uppercase;
font-size:10px;
}
.product--summary .product_meta-top .sku_wrapper .sku{
text-transform:none;
}
.product--summary .product_meta{
margin-top:35px;
line-height:2;
}
.product--summary .product_meta > span{
display:block;
}
.product--summary .product_meta .sku_wrapper{
display:none;
}
.product--summary .product_meta_sku_wrapper{
margin-bottom:40px;
font-size:0.875em;
}
.product--summary .product_meta_sku_wrapper .sku_wrapper{
display:block;
}
.product--summary .woocommerce-product-details__short-description{
padding-top:10px;
}
.product--summary .social--sharing{
display:inline-block;
font-size:12px;
margin-left:-10px;
margin-top:10px;
}
.product--summary .social--sharing a{
margin:0;
background:none !important;
}
.product--summary .single_add_to_cart_button{
border:none;
padding:15px 45px;
font-weight:bold;
line-height:30px;
float:left;
margin-bottom:10px;
margin-right:10px;
color:#fff;
font-size:12px;
text-transform:uppercase;
transition:all 250ms ease-out;
}
.product--summary .single_add_to_cart_button.disabled{
cursor:not-allowed;
}
.product--summary .group_table,
.product--summary .group_table td{
border:none;
padding:0;
}
.product--summary .group_table tr{
float:left;
width:100%;
padding-left:105px;
position:relative;
min-height:60px;
margin-bottom:20px;
}
.product--summary .group_table td{
float:left;
width:100%;
}
.product--summary .group_table td:first-child{
position:absolute;
left:0;
width:auto;
}
.product--summary .group_table td.label{
margin-bottom:7px;
}
.product--summary .group_table label{
font-size:14px;
font-weight:bold;
}
.product--summary .group_table .price{
font-size:12px;
line-height:normal;
letter-spacing:0;
}
.product--summary .group_table .stock{
background:none;
color:inherit;
padding:0 0 0 10px;
display:inline;
margin:0 0 0 10px;
}
.product--summary .variations,
.product--summary .variations th,
.product--summary .variations td{
border:none;
}
.product--summary .variations th,
.product--summary .variations td{
padding:5px 0;
display:block;
max-width:340px;
}
.product--summary .variations th.label,
.product--summary .variations td.label{
font-size:0.875em;
text-transform:uppercase;
padding-top:10px;
padding-bottom:0;
}
.product--summary .variations select{
height:52px;
width:100%;
font-weight:bold;
}
.product--summary .variations .label .swatch-label{
text-transform:none;
font-size:12px;
font-weight:bold;
}
.product--summary .variations .label .swatch-label:not(:empty):before{
content:":";
margin-left:5px;
padding-right:5px;
}
.product--summary .la-init-swatches .variations th,
.product--summary .la-init-swatches .variations td{
width:100%;
}
.product--summary .variations_button{
margin-top:30px;
}
.product--summary .quantity{
float:left;
margin-right:10px;
}
.product--summary .add_compare,
.product--summary .add_wishlist{
float:left;
font-size:0;
line-height:0;
position:relative;
}
.product--summary .add_compare:before,
.product--summary .add_wishlist:before{
font-family:"dl-icon";
text-transform:none;
display:block;
padding:0;
font-size:16px;
width:40px;
height:60px;
line-height:60px;
text-align:center;
color:inherit;
}
.product--summary .add_compare:before{
content:"\67";
}
.product--summary .add_wishlist:before{
content:"\65";
}
.variations_form .swatch-control{
display:block;
float:left;
width:100%;
}
.variations_form.la-init-swatches .variations{
margin-bottom:0;
}
.woocommerce-tabs{
margin:0 0 30px;
}
.wc-tabs{
padding:0;
margin:3% 0;
text-align:center;
}
.wc-tabs li{
display:inline-block;
margin:0 10px;
}
.wc-tabs li a{
position:relative;
display:block;
padding:5px 0;
line-height:20px;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
}
.wc-tabs li a:before{
content:"";
width:30px;
border-top:2px solid;
display:inline-block;
vertical-align:middle;
margin-right:20px;
}
.wc-tabs .tab-content{
font-size:14px;
}
.wc-tab .wc-tab-title{
display:none;
font-size:16px;
padding-top:20px;
position:relative;
}
.wc-tab .wc-tab-title:after{
content:"\f067";
font-family:FontAwesome;
position:absolute;
right:0;
top:20px;
font-size:12px;
}
.wc-tab .wc-tab-title a{
display:block;
}
.wc-tab.active{
margin-bottom:40px;
}
.wc-tab.active .wc-tab-title{
padding-bottom:20px;
}
.wc-tab.active .wc-tab-title:after{
content:"\f068";
}
#tab-description .tab-content li{
margin-bottom:5px;
}
#tab-description .tab-content img.alignright{
margin-top:0;
}
#tab-additional_information table,
#tab-additional_information table th,
#tab-additional_information table td{
border:none;
}
#tab-additional_information table th,
#tab-additional_information table td{
padding:2px 0;
}
#tab-additional_information p{
margin:0;
}
.la-custom-pright:before, .la-custom-pright:after{
content:'';
display:table;
}
.la-custom-pright .stock ~ .stock{
display:none;
}
.la-custom-pright .wc-tabs{
text-align:left;
margin-left:-15px;
}
.custom-product-wrap{
margin-top:3%;
margin-bottom:30px;
}
.custom-product-wrap .block_heading{
margin-bottom:5%;
text-align:center;
}
.custom-product-wrap .block_heading--title{
font-size:inherit;
text-transform:uppercase;
position:relative;
overflow:hidden;
}
.custom-product-wrap .block_heading--title span{
display:inline-block;
position:relative;
}
.custom-product-wrap .block_heading--title span:before, .custom-product-wrap .block_heading--title span:after{
content:'';
width:1000%;
border-top:1px solid #d1d1d1;
position:absolute;
top:50%;
}
.custom-product-wrap .block_heading--title span:before{
right:100%;
margin-right:30px;
}
.custom-product-wrap .block_heading--title span:after{
left:100%;
margin-left:30px;
}
.custom-product-ul .products.grid-items{
margin-left:-15px;
margin-right:-15px;
}
.la-p-single-3 .product-main-image .la-woo-product-gallery{
border:none;
}
.la-p-single-3 .woocommerce-product-gallery__image{
margin-top:10px;
border-width:1px;
border-style:solid;
}
.la-p-single-3 .woocommerce-product-gallery__image:first-child{
margin-top:0;
}
.la-p-single-3 .la-single-product-page .p-right.product--summary{
position:static;
margin-bottom:0;
}
@media (max-width:767px){
.woocommerce-Reviews .comment_container{
padding-left:60px;
}
.woocommerce-Reviews .comment_container img.avatar{
width:50px;
height:50px;
}
.woocommerce-Reviews .comment_container .meta{
bottom:15px;
}
.woocommerce-Reviews .comment_container .meta .woocommerce-review__author:before{
margin-bottom:10px;
}
.woocommerce-Reviews .comment_container .star-rating{
bottom:0;
right:auto;
left:0;
}
.comment-form-rating p.stars{
min-width:260px;
}
} .lightcase-inlineWrap .la-p-single-wrap .product-main-image{
margin-bottom:0;
padding-right:15px;
}
.lightcase-inlineWrap .la-p-single-wrap .product-main-image .la-woo-product-gallery{
margin-bottom:0;
}
.lightcase-inlineWrap .la-p-single-wrap .product-main-image .no-gallery .la-woo-product-gallery{
margin-bottom:0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary{
margin-bottom:0;
padding-left:15px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .social--sharing{
margin-top:5px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product_title{
margin-bottom:0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product_meta-top{
padding-bottom:0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product_meta{
margin-top:15px;
}
.lightcase-inlineWrap .la-p-single-2 .product-main-image .la-woo-thumbs{
width:70px;
}
@media (min-width:1441px){
.camille-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-thumbs{
margin-left:-105px;
width:90px;
top:-5px;
}
.camille-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-product-gallery{
min-width:100%;
margin-bottom:0;
}
}
.block_heading .block_heading--subtitle{
font-size:14px;
}
.block_heading .block_heading--subtitle:not(empty):before{
content:"";
width:23px;
height:3px;
display:block;
margin:20px auto 10px;
}
.lightcase-inlineWrap .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image ~ .woocommerce-product-gallery__image,
.woocommerce-variation-availability p.stock.in-stock,
.pswp__caption{
display:none;
}
p.cart{
margin-bottom:0;
}
.wc-tab.entry-content{
line-height:30px;
}
.wc-tab.entry-content .alignleft.product-detail-image-01{
margin-right:6%;
}
.wc-tab.entry-content,
.woocommerce-product-details__short-description{
line-height:30px;
}
.wc-tab.entry-content ul, .wc-tab.entry-content ol,
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol{
padding:0;
list-style:none;
margin-bottom:25px;
}
.wc-tab.entry-content ul li:before, .wc-tab.entry-content ol li:before,
.woocommerce-product-details__short-description ul li:before,
.woocommerce-product-details__short-description ol li:before{
content:"";
display:inline-block;
width:4px;
height:4px;
border-radius:50%;
margin-right:15px;
vertical-align:middle;
border-radius:50%;
}
.tab-content .shop_attributes{
width:820px;
margin:0 auto;
max-width:100%;
}
.body-col-1c .la-p-single-wrap .row.block_heading{
padding:0 !important;
} .cart-flyout{
position:fixed;
top:0;
width:420px;
padding:50px;
min-height:100vh;
bottom:0;
z-index:111;
right:0;
visibility:hidden;
opacity:0;
transition:all 250ms ease-in;
transform:translate(200px, 0);
-webkit-transform:translate(200px, 0);
box-shadow:0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}
.cart-flyout .cart-flyout--inner{
display:block;
height:100%;
position:relative;
}
.cart-flyout .btn-close-cart{
position:absolute;
top:0;
right:0;
font-size:30px;
line-height:30px;
}
.cart-flyout .btn-close-cart i{
vertical-align:middle;
}
.cart-flyout .cart-flyout__content{
padding-top:50px;
}
.cart-flyout .cart_list{
margin:0 -30px 0 0;
padding:0 30px 0 0;
max-height:310px;
max-height:calc(100vh - 430px);
max-height:-webkit-calc(100vh - 430px);
overflow:auto;
}
.cart-flyout .cart_list li.empty{
padding:50px 0;
}
.cart-flyout .cart_list .quantity .amount{
font-size:inherit;
color:inherit;
}
.cart-flyout .cart-flyout__heading{
font-weight:bold;
margin-bottom:40px;
font-size:18px;
}
.cart-flyout .widget_shopping_cart_content{
overflow:hidden;
opacity:1;
}
.cart-flyout .widget_shopping_cart_content .total{
border:none;
text-transform:none;
margin-bottom:35px;
}
.cart-flyout .widget_shopping_cart_content .total .amount{
font-size:18px;
}
.cart-flyout .widget_shopping_cart_content .button{
width:100%;
display:block;
margin:10px 0 0;
text-align:center;
line-height:20px;
padding:20px 20px;
transition:all 250ms ease-out;
}
.cart-flyout .cart-flyout__loading{
text-align:center;
display:block;
opacity:0;
visibility:hidden;
height:0;
}
.cart-flyout.cart-flyout--loading .cart-flyout__loading{
height:auto;
visibility:visible;
opacity:1;
}
.cart-flyout.cart-flyout--loading .widget_shopping_cart_content{
opacity:0;
transition:opacity 400ms ease-out;
}
.open-cart-aside.camille-body{
overflow:hidden;
}
.open-cart-aside .cart-flyout{
visibility:visible;
opacity:1;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.open-cart-aside .la-overlay-global{
visibility:visible;
opacity:0.7;
}
.shop_table th, .shop_table td{
vertical-align:middle;
}
.shop_table.woocommerce-cart-form__contents{
border:none;
}
.shop_table.woocommerce-cart-form__contents thead{
background-color:#f7f7f7;
}
.shop_table.woocommerce-cart-form__contents th{
border:none;
padding:13px 0;
font-size:inherit;
}
.shop_table.woocommerce-cart-form__contents td{
border-width:0 0 1px 0;
padding:29px 0;
}
.shop_table.woocommerce-cart-form__contents td.actions{
padding-top:20px;
border-width:0;
}
.shop_table.woocommerce-cart-form__contents td.actions .button{
float:right;
min-width:180px;
cursor:pointer;
}
.shop_table.woocommerce-cart-form__contents .product-price,
.shop_table.woocommerce-cart-form__contents .product-quantity,
.shop_table.woocommerce-cart-form__contents .product-subtotal{
text-align:center;
}
.shop_table td.product-price,
.shop_table td.product-subtotal{
font-size:16px;
}
.shop_table .product-quantity{
width:100px;
}
.shop_table .product-remove{
width:30px;
font-size:30px;
line-height:normal;
font-weight:100;
}
.shop_table .product-remove .remove{
font-size:0;
}
.shop_table .product-remove .remove:before{
content:"\f014";
font-family:"FontAwesome";
font-size:16px;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.shop_table .product-thumbnail{
width:90px;
}
.shop_table dl{
margin-bottom:0;
}
.shop_table dl p{
display:inline;
}
.shop_table dl dt, .shop_table dl dd{
float:left;
}
.shop_table dl dt{
clear:both;
font-weight:normal;
}
td.actions .coupon{
display:none;
}
.cart-collaterals{
padding-top:30px;
}
.cart-collaterals .cart_totals{
width:32%;
float:right;
margin-bottom:50px;
}
.cart-collaterals .cart_totals .checkout-button{
width:100%;
text-align:center;
}
.cart-collaterals .shop_table{
background-color:#f7f7f7;
border-width:0;
margin-top:30px;
margin-bottom:20px;
}
.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th{
border-width:0;
padding:5px 10px;
}
.cart-collaterals .shop_table th{
vertical-align:top;
padding-left:30px;
}
.cart-collaterals .shop_table .amount{
font-size:14px;
font-weight:normal;
}
.cart-collaterals .shop_table .cart-subtotal td,
.cart-collaterals .shop_table .cart-subtotal th{
padding-top:25px;
}
.cart-collaterals .shop_table .order-total td,
.cart-collaterals .shop_table .order-total th{
padding-bottom:25px;
}
.cart-collaterals .shipping li{
margin-bottom:10px;
}
.cart-collaterals .shipping label{
text-transform:uppercase;
padding-left:10px;
}
.cart-collaterals .la-coupon-form,
.cart-collaterals .la-shipping-form{
float:left;
width:32%;
margin-right:2%;
margin-bottom:30px;
}
.cart-collaterals .shipping-calculator-form{
display:block !important;
}
.cart-collaterals .woocommerce-shipping-calculator,
.cart-collaterals .la-coupon{
max-width:370px;
padding-top:10px;
}
.cart-collaterals .woocommerce-shipping-calculator .button,
.cart-collaterals .la-coupon .button{
border-width:0 0 2px;
border-style:solid;
border-color:inherit;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
background:none;
padding:5px 0;
float:right;
margin-top:10px;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text:placeholder-shown,
.cart-collaterals .la-coupon .input-text:placeholder-shown{
text-transform:uppercase;
font-size:12px;
}
.cart-collaterals h2{
font-size:18px;
margin-bottom:6px;
}
.cart-collaterals h2 + p{
font-size:12px;
}
.cart-collaterals .form-row{
margin-bottom:10px;
}
.btn-clear-cart{
margin-right:10px;
}
.woocommerce > .return-to-shop,
.woocommerce > p.cart-empty{
text-align:center;
}
.woocommerce > p.cart-empty{
margin-top:60px;
font-size:20px;
font-weight:300;
}
.woocommerce > p.cart-empty:before{
content: "\25";
font-family: "dl-icon";
font-weight: normal;
}
.woocommerce > .return-to-shop{
margin-bottom:50px;
padding-top:10px;
}
.cart-collaterals .cart_totals .la-shipping-form{
width:100%;
display:none !important;
} .woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon{
margin-bottom:40px;
overflow:hidden;
}
.checkout_coupon .button{
padding:15px 30px;
border:none;
line-height:20px;
}
.woocommerce form.checkout.woocommerce-checkout{
position:relative;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-error{
margin-bottom:30px;
}
.woocommerce form.checkout.woocommerce-checkout h3{
font-size:20px;
margin-bottom:45px;
}
.woocommerce form.checkout.woocommerce-checkout h3:after{
content:"";
width:50px;
display:block;
margin-top:10px;
border-bottom-width:2px;
border-bottom-style:solid;
border-color:inherit;
}
.woocommerce #customer_details{
width:50%;
float:left;
margin-bottom:30px;
}
.woocommerce #customer_details .col-1,
.woocommerce #customer_details .col-2{
width:100%;
}
.woocommerce #order_review_heading,
.woocommerce #order_review{
float:right;
width:41.66667%;
}
.woocommerce #order_review{
padding:100px 50px 30px;
border-width:2px;
border-style:solid;
position:relative;
margin-bottom:50px;
border-color:rgba(52, 53, 56, 0.1);
}
.woocommerce #order_review_heading{
position:absolute;
right:0;
padding:40px 0 0 50px;
margin:0;
}
.woocommerce #ship-to-different-address{
margin:0 0 10px;
font-size:inherit;
font-family:inherit;
font-weight:inherit;
line-height:inherit;
}
.woocommerce #ship-to-different-address .input-checkbox{
float:left;
margin:6px 10px 0 0;
}
.woocommerce #order_comments{
min-height:120px;
line-height:inherit;
background-color:#f7f7f7;
border-color:#f7f7f7;
padding:20px;
}
table.woocommerce-checkout-review-order-table{
border:none;
}
table.woocommerce-checkout-review-order-table th{
border-width:0 0 1px 0;
padding:8px 0;
}
table.woocommerce-checkout-review-order-table td{
border-width:0;
padding:8px 0;
}
table.woocommerce-checkout-review-order-table .product-total{
text-align:right;
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity{
font-weight:normal;
}
table.woocommerce-checkout-review-order-table .variation{
font-size:12px;
}
table.woocommerce-checkout-review-order-table .cart_item{
line-height:20px;
}
table.woocommerce-checkout-review-order-table .cart_item th,
table.woocommerce-checkout-review-order-table .cart_item td{
vertical-align:top;
}
table.woocommerce-checkout-review-order-table .cart_item:first-child td{
padding-top:27px;
}
table.woocommerce-checkout-review-order-table .cart_item:last-child td{
padding-bottom:27px;
border-bottom-width:1px;
}
table.woocommerce-checkout-review-order-table tfoot td,
table.woocommerce-checkout-review-order-table tfoot th{
padding:15px 0;
border-bottom-width:1px;
}
table.woocommerce-checkout-review-order-table tfoot td{
text-align:right;
}
table.woocommerce-checkout-review-order-table .shipping td{
text-align:left;
}
table.woocommerce-checkout-review-order-table .shipping th{
vertical-align:top;
}
table.woocommerce-checkout-review-order-table .shipping label{
text-transform:uppercase;
}
table.woocommerce-checkout-review-order-table .shipping label .amount{
font-size:inherit;
}
table.woocommerce-checkout-review-order-table .order-total .amount{
font-size:18px;
font-weight:normal;
}
.wc_payment_methods{
margin:0 0 30px;
padding:0;
list-style:none;
}
.wc_payment_methods .wc_payment_method{
margin-bottom:10px;
}
.wc_payment_methods .wc_payment_method label{
text-transform:uppercase;
margin-left:5px;
}
.wc_payment_methods .payment_box{
padding:10px 0;
line-height:24px;
font-size:12px;
}
.wc_payment_methods .payment_box p:last-child{
margin-bottom:0;
}
.wc_payment_methods .payment_method_paypal img{
display:inline-block;
max-width:140px;
}
.wc_payment_methods .about_paypal{
display:inline-block;
text-transform:none;
font-weight:normal;
font-size:12px;
text-decoration:underline;
}
.woocommerce-order-received #section_page_header{
display:none;
}
.woocommerce-order h1{
text-align:center;
margin-bottom:10px;
}
.woocommerce-order h3,
.woocommerce-order h2{
font-size:24px;
margin:0;
padding:0 0 20px;
}
.woocommerce-order .woocommerce-table{
margin-bottom:40px;
}
.woocommerce-order ul{
padding:0;
margin-bottom:30px;
}
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h2{
font-size:24px;
margin:0;
padding:0 0 20px;
}
.woocommerce-MyAccount-content .woocommerce-table{
margin-bottom:40px;
} .la-myaccount-page{
max-width:570px;
margin:0 auto 50px;
}
.la-myaccount-page .la_tab_control{
list-style:none;
margin:0 0 25px;
padding:0;
font-size:24px;
text-align:center;
}
.la-myaccount-page .la_tab_control li{
display:inline-block;
}
.la-myaccount-page .la_tab_control li.active{
font-weight:bold;
}
.la-myaccount-page form .button{
width:100%;
margin:0 !important;
display:block;
line-height:30px;
padding:15px 20px !important;
border-width:0;
}
.la-myaccount-page .form-row{
margin-bottom:20px;
}
.la-myaccount-page .form-row .input-text{
height:60px;
}
.la-myaccount-page .form-row label{
margin:5px 0 10px;
}
.la-myaccount-page .la-tab-panel{
display:none;
}
.la-myaccount-page #la_tab--login{
display:block;
}
.la-myaccount-page .la-checkbox{
margin-top:15px;
}
.la-myaccount-page .la-checkbox .lost_password{
float:right;
}
.la-myaccount-page .la-checkbox input{
display:none;
}
.la-myaccount-page .la-checkbox label{
float:left;
text-transform:none;
color:inherit;
position:relative;
padding-left:38px;
line-height:20px;
}
.la-myaccount-page .la-checkbox label:before{
content:"";
width:19px;
height:19px;
border:2px solid;
position:absolute;
left:0;
color:#e4e4e4;
}
.la-myaccount-page .la-checkbox input:checked + label:after{
content:"\f00c";
font-family:FontAwesome;
position:absolute;
width:19px;
height:19px;
left:0;
text-align:center;
line-height:20px;
font-weight:normal;
color:#4fb3ec;
}
.la-myaccount-page .wc-social-login{
margin-top:50px;
margin-bottom:50px;
}
.la-myaccount-page .ywsl-label{
text-transform:uppercase;
}
.la-myaccount-page .btn-create-account{
display:block;
border-width:2px;
border-style:solid;
text-align:center;
text-transform:uppercase;
padding:18px 20px;
font-weight:bold;
border-color:#e4e4e4;
}
.socials-list{
text-align:center;
}
.socials-list::before, .socials-list::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.socials-list::after{
clear:both;
}
.socials-list .social_login{
background-color:#f5f5f5;
color:#8a8a8a;
text-transform:uppercase;
font-weight:bold;
display:block;
float:left;
font-size:11px;
padding:20px 20px;
line-height:20px;
width:23.875%;
margin-right:1.5%;
margin-bottom:1.5%;
}
.socials-list .social_login:nth-child(4){
margin-right:0;
}
.socials-list .social_login:hover{
color:#fff;
background-color:#4fb3ec;
}
.lost_reset_password{
max-width:570px;
margin-left:auto;
margin-right:auto;
}
form.login .button{
padding:10px 30px;
margin-right:20px;
}
form.login .clear + p.form-row{
margin-top:10px;
}
form.lost_reset_password .form-row{
width:100%;
}
.woocommerce-MyAccount-navigation{
float:left;
width:190px;
background:#f7f7f7;
}
.woocommerce-MyAccount-navigation ul{
list-style:none;
padding:15px 0;
margin:0;
}
.woocommerce-MyAccount-navigation li{
display:block;
}
.woocommerce-MyAccount-navigation li a{
display:block;
padding:10px 30px;
}
.woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a{
color:#fff;
}
.woocommerce-MyAccount-content{
float:right;
width:80%;
width:calc(100% - 220px);
width:-webkit-calc(100% - 220px);
}
.woocommerce-address-fields__field-wrapper{
overflow:hidden;
margin-bottom:20px;
}
.registration-form{
margin-bottom:30px;
}
.registration-form .form-row{
margin-bottom:40px;
}
.registration-form label{
display:none;
}
.registration-form input{
border:none;
border-radius:2px;
font-size:16px;
width:100%;
color:#fff;
}
.registration-form .input-text{
background-color:#134f8a;
padding:15px 40px;
color:#487eb4;
}
.registration-form .input-text:focus{
color:#fff;
}
.registration-form .button{
text-transform:capitalize;
padding-top:15px;
padding-bottom:15px;
}
.registration-horizonal .registration-form{
margin:0 -15px;
}
.registration-horizonal .registration-form .form-row{
float:left;
width:20%;
padding:0 15px;
margin-bottom:30px;
}
.registration-horizonal .registration-form .form-row-wide{
float:left;
width:40%;
} .item--overlay{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
visibility:hidden;
opacity:0;
transition:all 250ms ease-out;
}
.item--social{
font-size:16px;
}
.item--social a{
display:inline-block;
padding:0 10px;
}
.margin-top-0{
margin-top:0px !important;
}
.padding-top-0{
padding-top:0px !important;
}
.margin-bottom-0{
margin-bottom:0px !important;
}
.padding-bottom-0{
padding-bottom:0px !important;
}
.margin-top-5{
margin-top:5px !important;
}
.padding-top-5{
padding-top:5px !important;
}
.margin-bottom-5{
margin-bottom:5px !important;
}
.padding-bottom-5{
padding-bottom:5px !important;
}
.margin-top-10{
margin-top:10px !important;
}
.padding-top-10{
padding-top:10px !important;
}
.margin-bottom-10{
margin-bottom:10px !important;
}
.padding-bottom-10{
padding-bottom:10px !important;
}
.margin-top-15{
margin-top:15px !important;
}
.padding-top-15{
padding-top:15px !important;
}
.margin-bottom-15{
margin-bottom:15px !important;
}
.padding-bottom-15{
padding-bottom:15px !important;
}
.margin-top-20{
margin-top:20px !important;
}
.padding-top-20{
padding-top:20px !important;
}
.margin-bottom-20{
margin-bottom:20px !important;
}
.padding-bottom-20{
padding-bottom:20px !important;
}
.margin-top-25{
margin-top:25px !important;
}
.padding-top-25{
padding-top:25px !important;
}
.margin-bottom-25{
margin-bottom:25px !important;
}
.padding-bottom-25{
padding-bottom:25px !important;
}
.margin-top-30{
margin-top:30px !important;
}
.padding-top-30{
padding-top:30px !important;
}
.margin-bottom-30{
margin-bottom:30px !important;
}
.padding-bottom-30{
padding-bottom:30px !important;
}
.margin-top-35{
margin-top:35px !important;
}
.padding-top-35{
padding-top:35px !important;
}
.margin-bottom-35{
margin-bottom:35px !important;
}
.padding-bottom-35{
padding-bottom:35px !important;
}
.margin-top-40{
margin-top:40px !important;
}
.padding-top-40{
padding-top:40px !important;
}
.margin-bottom-40{
margin-bottom:40px !important;
}
.padding-bottom-40{
padding-bottom:40px !important;
}
.margin-top-45{
margin-top:45px !important;
}
.padding-top-45{
padding-top:45px !important;
}
.margin-bottom-45{
margin-bottom:45px !important;
}
.padding-bottom-45{
padding-bottom:45px !important;
}
.margin-top-50{
margin-top:50px !important;
}
.padding-top-50{
padding-top:50px !important;
}
.margin-bottom-50{
margin-bottom:50px !important;
}
.padding-bottom-50{
padding-bottom:50px !important;
}
.margin-right-10{
margin-right:10px;
}
.three-font-family .h1, .three-font-family .h2, .three-font-family .h3, .three-font-family .h4, .three-font-family .h5, .three-font-family .h6,
.three-font-family h1, .three-font-family h2, .three-font-family h3, .three-font-family h4, .three-font-family h5, .three-font-family h6,
.highlight-font-family .h1,
.highlight-font-family .h2,
.highlight-font-family .h3,
.highlight-font-family .h4,
.highlight-font-family .h5,
.highlight-font-family .h6,
.highlight-font-family h1,
.highlight-font-family h2,
.highlight-font-family h3,
.highlight-font-family h4,
.highlight-font-family h5,
.highlight-font-family h6{
font-family:inherit;
font-weight:inherit;
text-transform:inherit;
font-style:inherit;
}
.socials-color .facebook{
background-color:#5678bf;
}
.socials-color .facebook:hover{
background-color:#3b5999;
}
.socials-color .twitter{
background-color:#73c2fd;
}
.socials-color .twitter:hover{
background-color:#55acee;
}
.socials-color .linkedin{
background-color:#007bb6;
}
.socials-color .linkedin:hover{
background-color:#0173a9;
}
.socials-color .pinterest{
background-color:#c32026;
}
.socials-color .pinterest:hover{
background-color:#b90f16;
}
.socials-color .youtube,
.socials-color .google-plus{
background-color:#dd4b39;
}
.socials-color .youtube:hover,
.socials-color .google-plus:hover{
background-color:#dd4b39;
}
.socials-color .email{
background-color:#808080;
}
.socials-color .email:hover{
background-color:#555;
}
.social--sharing a{
width:30px;
height:30px;
line-height:30px;
display:inline-block;
text-align:center;
color:#fff;
margin:0 10px;
}
.social--sharing a:first-child{
margin-left:0;
}
.social--sharing a:last-child{
margin-right:0;
}
.social--sharing a:focus, .social--sharing a:hover{
color:#fff;
}
.social--sharing .facebook{
background-color:#5678bf;
}
.social--sharing .facebook:hover{
background-color:#3b5999;
}
.social--sharing .twitter{
background-color:#73c2fd;
}
.social--sharing .twitter:hover{
background-color:#55acee;
}
.social--sharing .linkedin{
background-color:#007bb6;
}
.social--sharing .linkedin:hover{
background-color:#0173a9;
}
.social--sharing .pinterest{
background-color:#c32026;
}
.social--sharing .pinterest:hover{
background-color:#b90f16;
}
.social--sharing .youtube,
.social--sharing .google-plus{
background-color:#dd4b39;
}
.social--sharing .youtube:hover,
.social--sharing .google-plus:hover{
background-color:#dd4b39;
}
.social--sharing .email{
background-color:#808080;
}
.social--sharing .email:hover{
background-color:#555;
}
.position-static{
position:static !important;
}
.position-relative{
position:relative !important;
}
.position-absolute{
position:absolute !important;
}
.left-0{
left:0 !important;
right:auto !important;
}
.right-0{
right:0 !important;
left:auto !important;
}
.top-0{
top:0 !important;
}
.clearboth{
clear:both;
}
.size-full{
width:100%;
}
.size-full.aligncenter, .size-full.alignleft, .size-full.alignnone, .size-full.alignright{
width:auto;
}
.light{
font-weight:300;
}
.text-color-white{
color:white !important;
}
.la-infinite-loading{
clear:both;
width:100px;
margin:0 auto;
}
.la-isotope-container .la-infinite-loading{
bottom:-30px;
position:absolute;
left:50%;
margin-left:-50px;
} .camille-body .snptwdgt-container .snptwdgt__ftr{
display:none;
}
.camille-body .snptwdgt-container .snptwdgt__item .snptlinked-item-ico{
font-size:16px;
padding:20px;
background-color:#000;
}
.camille-body .snptwdgt-container .snptwdgt__item .fauximg-bin .snpt__fauximg{
padding-bottom:84% !important;
}
.slider-image-overlay .slick-slide img{
filter:grayscale(100);
-webkit-filter:grayscale(100);
opacity:0.6;
transition:all 250ms ease-out;
}
.slider-image-overlay .slick-slide:hover img{
filter:grayscale(0);
-webkit-filter:grayscale(0);
opacity:1;
}
.slider-image-overlay2 .slick-slide img{
filter:grayscale(100);
-webkit-filter:grayscale(100);
opacity:0.2;
transition:all 250ms ease-out;
}
.slider-image-overlay2 .slick-slide:hover img{
filter:grayscale(0);
-webkit-filter:grayscale(0);
opacity:1;
}
.slider-item-middle.la-carousel-wrapper .slick-track{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex; -webkit-align-items:center;
align-items:center;
}
.vc_row.vc_row-no-padding.la_row_gap_80{
padding-left:15px;
padding-right:15px;
}
@media (min-width:1300px){
.vc_row.vc_row-no-padding.la_row_gap_80{
padding-left:45px;
padding-right:45px;
}
}
@media (min-width:1500px){
.vc_row.vc_row-no-padding.la_row_gap_80{
padding-left:80px;
padding-right:80px;
}
}
.vc_row.vc_row-no-padding.la_row_gap_120{
padding-left:15px;
padding-right:15px;
}
@media (min-width:1300px){
.vc_row.vc_row-no-padding.la_row_gap_120{
padding-left:45px;
padding-right:45px;
}
}
@media (min-width:1500px){
.vc_row.vc_row-no-padding.la_row_gap_120{
padding-left:120px;
padding-right:120px;
}
}
.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding).la_row_gap_80{
padding-left:0;
padding-right:0;
}
@media (min-width:1300px){
.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding).la_row_gap_80{
padding-left:30px;
padding-right:30px;
}
}
@media (min-width:1500px){
.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding).la_row_gap_80{
padding-left:65px;
padding-right:65px;
}
}
.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding).la_row_gap_120{
padding-left:0;
padding-right:0;
}
@media (min-width:1300px){
.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding).la_row_gap_120{
padding-left:30px;
padding-right:30px;
}
}
@media (min-width:1500px){
.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding).la_row_gap_120{
padding-left:105px;
padding-right:105px;
}
}
span.custom-badge{
background:#232324;
color:#fff;
width:49px;
height:49px;
border-radius:50%;
line-height:49px;
position:absolute;
bottom:50%;
margin-left:5%;
font-weight:normal;
font-size:10px;
}
.line-gradient .la-line{
height:100%;
border:none !important;
background-color:#6b56e2;
background-image:-webkit-linear-gradient(left, #6b56e2 0%, #f5bbbb 100%);
background-image:linear-gradient(to right, #6b56e2 0%, #f5bbbb 100%);
}
.line-gradient2 .la-line{
height:100%;
border:none !important;
background-color:#7e8ce2;
background-image:-webkit-linear-gradient(left, #7e8ce2 0%, #f54a5f 100%);
background-image:linear-gradient(to right, #7e8ce2 0%, #f54a5f 100%);
}
.la-members--style-2 .la-member__info:before,
.la_background_gradient,
.banner-type-5 .banner--link-overlay > span{
background-color:#93ddff;
background-image:-webkit-linear-gradient(left, #93ddff 0%, #fabb98 100%);
background-image:linear-gradient(to right, #93ddff 0%, #fabb98 100%);
}
.la_background_gradient2{
background-color:#ea5f72;
background-image:-webkit-linear-gradient(left, #ea5f72 0%, #fabb98 100%);
background-image:linear-gradient(to right, #ea5f72 0%, #fabb98 100%);
}
.la_text_gradient{
color:#c7cccc;
background:-webkit-gradient(linear, left top, left bottom, from(#fabb98), to(#93ddff));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.la_text_gradient1{
color:#c7cccc;
background:-webkit-gradient(linear, left top, left bottom, from(#fabb98), to(#93ddff));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.la_text_gradient2{
color:#f28d85;
background:-webkit-gradient(linear, left top, left bottom, from(#ea5f72), to(#fabb98));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.row--maxwidth-1920{
max-width:1920px;
}
.row--maxwidth-1760{
max-width:1760px;
}
.row--maxwidth-1500{
max-width:1500px;
}
.row--maxwidth-1440{
max-width:1440px;
}
.column-wrapper--maxwidth--1500 > .vc_column-inner > .wpb_wrapper{
width:1500px;
max-width:100%;
}
.column-wrapper--maxwidth--1000 > .vc_column-inner > .wpb_wrapper{
width:1000px;
max-width:100%;
}
.column-wrapper--maxwidth--900 > .vc_column-inner > .wpb_wrapper{
width:900px;
max-width:100%;
}
.column-wrapper--maxwidth--850 > .vc_column-inner > .wpb_wrapper{
width:850px;
max-width:100%;
}
.column-wrapper--maxwidth--800 > .vc_column-inner > .wpb_wrapper{
width:800px;
max-width:100%;
}
.column-wrapper--maxwidth--750 > .vc_column-inner > .wpb_wrapper{
width:750px;
max-width:100%;
}
.column-wrapper--maxwidth--700 > .vc_column-inner > .wpb_wrapper{
width:700px;
max-width:100%;
}
.column-wrapper--maxwidth--650 > .vc_column-inner > .wpb_wrapper{
width:650px;
max-width:100%;
}
.column-wrapper--maxwidth--600 > .vc_column-inner > .wpb_wrapper{
width:600px;
max-width:100%;
}
.column-wrapper--maxwidth--570 > .vc_column-inner > .wpb_wrapper{
width:570px;
max-width:100%;
}
.column-wrapper--maxwidth--500 > .vc_column-inner > .wpb_wrapper{
width:500px;
max-width:100%;
}
.column-wrapper--maxwidth--470 > .vc_column-inner > .wpb_wrapper{
width:470px;
max-width:100%;
}
.column-wrapper--maxwidth--430 > .vc_column-inner > .wpb_wrapper{
width:430px;
max-width:100%;
}
.column-wrapper--maxwidth--380 > .vc_column-inner > .wpb_wrapper{
width:380px;
max-width:100%;
}
.column-wrapper--maxwidth--350 > .vc_column-inner > .wpb_wrapper{
width:350px;
max-width:100%;
}
.element-max-width-230{
width:230px;
max-width:100%;
}
.element-max-width-250{
width:250px;
max-width:100%;
}
.element-max-width-380{
width:380px;
max-width:100%;
}
.element-max-width-400{
width:400px;
max-width:100%;
}
.element-max-width-490{
width:490px;
max-width:100%;
}
.element-max-width-530{
width:530px;
max-width:100%;
}
.element-max-width-500{
width:500px;
max-width:100%;
}
.element-max-width-550{
width:550px;
max-width:100%;
}
.element-max-width-570{
width:570px;
max-width:100%;
}
.element-max-width-600{
width:600px;
max-width:100%;
}
.element-max-width-650{
width:650px;
max-width:100%;
}
.element-max-width-670{
width:670px;
max-width:100%;
}
.element-max-width-700{
width:700px;
max-width:100%;
}
.element-max-width-770{
width:770px;
max-width:100%;
}
.element-max-width-1300{
width:1300px;
max-width:100%;
}
.element-align--center{
margin-left:auto;
margin-right:auto;
}
.column-wrapper--center > .vc_column-inner > .wpb_wrapper{
margin-left:auto;
margin-right:auto;
}
.column-wrapper--left > .vc_column-inner > .wpb_wrapper{
margin-left:0;
margin-right:auto;
}
.column-wrapper--right > .vc_column-inner > .wpb_wrapper{
margin-left:auto;
margin-right:0;
}
.font-playfair-display{
font-family:'Playfair Display', serif;
} .heading-with-dot-after.heading-tag:after{
content:"";
height:6px;
width:6px;
border-radius:50%;
display:inline-block;
}
.wpb_single_image.image-with-shadow{
margin-bottom:0;
}
.wpb_single_image.image-with-shadow .vc_single_image-wrapper{
position:relative;
margin-bottom:40px;
}
.wpb_single_image.image-with-shadow .vc_single_image-wrapper:after{
content:"";
background-image:-moz-linear-gradient(0deg, #a2a1aa 0%, #f8f8f9 100%);
background-image:-webkit-linear-gradient(0deg, #a2a1aa 0%, #f8f8f9 100%);
background-image:-ms-linear-gradient(0deg, #a2a1aa 0%, #f8f8f9 100%);
position:absolute;
width:100%;
height:100%;
left:40px;
top:40px;
z-index:-1;
}
.wpb_single_image.image-with-shadow2{
margin-bottom:0;
}
.wpb_single_image.image-with-shadow2 .vc_single_image-wrapper{
position:relative;
margin-bottom:60px;
}
.wpb_single_image.image-with-shadow2 .vc_single_image-wrapper:after{
content:"";
background-image:-moz-linear-gradient(0deg, #a2a1aa 0%, #f8f8f9 100%);
background-image:-webkit-linear-gradient(0deg, #a2a1aa 0%, #f8f8f9 100%);
background-image:-ms-linear-gradient(0deg, #a2a1aa 0%, #f8f8f9 100%);
position:absolute;
width:100%;
height:100%;
left:60px;
top:60px;
z-index:-1;
}
.wpb_single_image.image-with-play-icon .vc_single_image-wrapper{
width:40px;
height:40px;
background-color:#232324;
vertical-align:middle;
line-height:38px;
padding-left:4px;
position:relative;
border-radius:50%;
transition:all 250ms ease-out;
}
.wpb_single_image.image-with-play-icon .vc_single_image-wrapper:before, .wpb_single_image.image-with-play-icon .vc_single_image-wrapper:after{
content:'';
position:absolute;
border-radius:50%;
border-width:1px;
border-style:solid;
transition:all 250ms ease-out;
opacity:0.5;
}
.wpb_single_image.image-with-play-icon .vc_single_image-wrapper:before{
left:-14px;
right:-14px;
bottom:-14px;
top:-14px;
}
.wpb_single_image.image-with-play-icon .vc_single_image-wrapper:after{
left:-30px;
right:-30px;
bottom:-30px;
top:-30px;
}
.wpb_single_image.image-with-play-icon .vc_single_image-wrapper:hover:before, .wpb_single_image.image-with-play-icon .vc_single_image-wrapper:hover:after{
opacity:1;
transform:scale(1.2);
-webkit-transform:scale(1.2);
}
.wpb_single_image.image-with-play-icon .vc_single_image-wrapper img{
vertical-align:middle;
}
.column-50vw.wpb_column .vc_column-inner{
position:absolute;
width:50vw;
left:0;
height:100%;
} .la-headings.m2-heading .heading-tag{
margin:0;
font-size:48px;
letter-spacing:-0.025em;
}
.la-headings.m2-heading .subheading-tag{
max-width:750px;
margin:0;
}
.la-headings.m2-heading.text-center .subheading-tag{
margin-left:auto;
margin-right:auto;
}
.la-headings.m2-heading .la-separator{
margin-top:20px;
margin-bottom:20px;
}
.la-headings.m2-heading2 .heading-tag{
margin:0;
font-size:36px;
}
.la-headings.m2-heading2 .subheading-tag{
max-width:750px;
margin:0;
}
.la-headings.m2-heading2.text-center .subheading-tag{
margin-left:auto;
margin-right:auto;
} .la-headings.m3-heading .heading-tag{
margin:0;
font-size:36px;
}
.la-headings.m3-heading .subheading-tag{
max-width:600px;
margin:0;
}
.la-headings.m3-heading .la-separator{
margin-top:20px;
margin-bottom:20px;
}
.la-headings.m3-heading.text-center .subheading-tag{
margin-left:auto;
margin-right:auto;
} .icon-pos-top.m4_iconbox_flip{
margin-bottom:0;
text-align:center;
transition:all 250ms ease-out;
}
.icon-pos-top.m4_iconbox_flip .icon-boxes-inner{
padding-top:30px;
transform:translate(0, 45px);
-webkit-transform:translate(0, 45px);
transition:transform .5s ease-out;
}
.icon-pos-top.m4_iconbox_flip .icon-heading{
font-size:20px;
margin-top:30px;
}
.icon-pos-top.m4_iconbox_flip .box-icon-top{
transition:opacity .5s ease .2s;
}
.icon-pos-top.m4_iconbox_flip .box-description{
width:480px;
max-width:100%;
margin-left:auto;
margin-right:auto;
line-height:2.1428571429;
opacity:0;
visibility:hidden;
transition:opacity .5s ease .2s;
}
.icon-pos-top.m4_iconbox_flip .box-description:before{
content:"";
width:20px;
border-top:2px solid;
display:block;
margin:20px auto;
}
.icon-pos-top.m4_iconbox_flip .box-description:after{
content:'\2c';
font-family:dl-icon;
margin:0 auto;
padding-top:30px;
display:inline-block;
line-height:1;
}
.icon-pos-top.m4_iconbox_flip:hover{
background-color:#6b56e2 !important;
color:#fff;
}
.icon-pos-top.m4_iconbox_flip:hover .wrap-icon .box-icon span,
.icon-pos-top.m4_iconbox_flip:hover .icon-heading{
color:inherit !important;
}
.icon-pos-top.m4_iconbox_flip:hover .icon-boxes-inner{
transform:translate(0, -40px);
-webkit-transform:translate(0, -40px);
}
.icon-pos-top.m4_iconbox_flip:hover .box-description{
opacity:1;
visibility:visible;
}
.icon-pos-top.m4_iconbox_flip:hover .box-icon-top{
opacity:0;
visibility:hidden;
}
.la-sc-icon-boxes.m4_iconbox_2 .box-icon-left{
padding-left:35px;
}
.la_testimonials--style-5.slick-slider .slick-dots{
text-align:left;
margin-top:30px;
}
.la_testimonials--style-5.slick-slider .slick-dots li{
width:14px;
height:14px;
overflow:hidden;
border-radius:50%;
}
.la_testimonials--style-5.slick-slider .slick-dots li:not(.slick-active) span{
color:inherit;
opacity:1;
}
.la_testimonials--style-5.slick-slider .slick-dots li.slick-active span{
border:7px solid;
} .la-banner-box.banner-type-6.m5-banner-01 .banner--info{
right:10%;
left:auto;
}
.icon-style-circle.m5_iconbox_shadow .wrap-icon .box-icon{
box-shadow:0 0 38px 0 rgba(174, 19, 253, 0.1);
}
.icon-style-circle.m5_iconbox_shadow .icon-heading{
margin-top:25px;
}
.icon-style-circle.m5_iconbox_shadow .box-description{
padding-top:10px;
font-size:12px;
line-height:2;
max-width:300px;
margin-left:auto;
margin-right:auto;
}
.icon-pos-top.m5_iconbox_border{
position:relative;
margin-top:50px;
border:1px solid #dadada;
padding:30px;
}
.icon-pos-top.m5_iconbox_border .icon-boxes-inner{
position:static;
}
.icon-pos-top.m5_iconbox_border .wrap-icon .box-icon{
position:absolute;
top:0;
left:20px;
transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.icon-pos-top.m5_iconbox_border .wrap-icon .box-icon .type-number{
font-family:inherit;
}
.icon-pos-top.m5_iconbox_border .icon-heading{
margin-top:15px;
}
.icon-pos-top.m5_iconbox_border .icon-heading:after{
content:'';
width:30px;
height:3px;
display:block;
margin-top:15px;
margin-bottom:10px;
background-color:#e175a3;
background-image:-webkit-linear-gradient(left, #e175a3 0%, #3a51e6 100%);
background-image:linear-gradient(to right, #e175a3 0%, #3a51e6 100%);
}
.contact-info-icon-black .la-contact-item:before{
color:#232324;
} .m6_column_gradient .vc_column-inner{
padding:15% 5% 20% 10%;
background-repeat:no-repeat;
background-position:center;
}
.m6_column_gradient .vc_column-inner:before{
background-repeat:no-repeat;
background-position:center;
}
.m6_column_gradient .la-headings{
width:280px;
margin-left:auto;
margin-right:auto;
}
.m6_column_gradient1{
background-color:#78d9c4;
background-image:-webkit-linear-gradient(left, #78d9c4 0%, #89a2e3 100%);
background-image:linear-gradient(to right, #78d9c4 0%, #89a2e3 100%);
}
.m6_column_gradient1 .la-headings{
margin-right:0;
}
.m6_column_gradient2{
background-color:#ff9333;
background-image:-webkit-linear-gradient(left, #ff9333 0%, #ff6491 100%);
background-image:linear-gradient(to right, #ff9333 0%, #ff6491 100%);
}
.m6_column_gradient2 .la-headings{
width:350px;
max-width:100%;
}
.m6_column_gradient3{
background-color:#4d47e6;
background-image:-webkit-linear-gradient(left, #4d47e6 0%, #e33c7c 100%);
background-image:linear-gradient(to right, #4d47e6 0%, #e33c7c 100%);
}
.m6_column_gradient3 .la-headings{
margin-left:0;
}
.la-headings.m6-heading .heading-tag{
font-size:40px;
}
.la-headings.m6-heading .subheading-tag{
max-width:630px;
margin:0;
}
.la-headings.m6-heading.text-center .subheading-tag{
margin-left:auto;
margin-right:auto;
} .vc_row.m7_row_shadow{
background:#fff;
box-shadow:0px 0px 27px 0px rgba(41, 44, 58, 0.11);
border-radius:10px;
margin:0 0 20px;
padding:5%;
} .la-banner-box.banner-type-6.m8-banner-01 .banner--info{
text-align:left;
}
@media (min-width:1024px){
.la-banner-box.banner-type-6.m8-banner-01 .banner--info{
right:10%;
left:auto;
}
}
.la-banner-box.banner-type-6.m8-banner-01 .b-title1{
font-size:36px;
font-weight:bold;
line-height:1.1;
color:#232324;
}
@media (max-width:1199px){
.la-banner-box.banner-type-6.m8-banner-01 .b-title1{
font-size:30px;
}
}
@media (max-width:991px){
.la-banner-box.banner-type-6.m8-banner-01 .b-title1{
font-size:28px;
}
}
@media (max-width:767px){
.la-banner-box.banner-type-6.m8-banner-01 .b-title1{
font-size:24px;
}
}
.la-banner-box.banner-type-6.m8-banner-01 .b-title2{
font-size:14px;
padding-bottom:10px;
color:#232324;
} .la-separator.custom-line-with-dot{
overflow:visible;
background-color:inherit;
}
.la-separator.custom-line-with-dot:after{
content:"";
height:20px;
width:20px;
position:absolute;
left:50%;
top:-9px;
z-index:2;
margin-left:-10px;
border:2px solid #dedede;
}
.la-separator.custom-line-with-dot:before{
content:"";
background-color:#fff;
width:40px;
left:50%;
margin-left:-20px;
position:absolute;
z-index:1;
height:100%;
}  .m11_portfolio_sliders .portfolios-loop{
margin-right:15px;
}
.m11_portfolio_sliders .portfolios-loop .slick-list{
padding-right:20%;
}
.m11_portfolio_sliders .portfolios-loop .slick-arrow{
opacity:0;
width:70px !important;
height:30% !important;
transition:all 250ms ease-out;
}
.m11_portfolio_sliders .portfolios-loop .slick-arrow svg{
height:auto;
width:35px;
}
.m11_portfolio_sliders .portfolios-loop .slick-arrow.slick-prev{
left:3%;
}
.m11_portfolio_sliders .portfolios-loop .slick-arrow.slick-next{
right:23%;
}
.m11_portfolio_sliders .portfolios-loop:hover .slick-arrow{
opacity:1;
}
.m11_portfolio_sliders .portfolios-loop .loop__item__title{
opacity:0;
transition:all 1s 0.2s;
transform:translate(0, 30px);
-webkit-transform:translate(0, 30px);
}
.m11_portfolio_sliders .portfolios-loop .loop__item__termlink{
opacity:0;
transition:all 1s 0.35s;
transform:translate(0, 30px);
-webkit-transform:translate(0, 30px);
}
.m11_portfolio_sliders .portfolios-loop .loop__item__info:after{
opacity:0;
transition:all 1s 0.5s;
transform:translate(0, 30px);
-webkit-transform:translate(0, 30px);
}
.m11_portfolio_sliders .portfolios-loop .portfolio__item{
animation:none !important;
-webkit-animation:none !important;
}
.m11_portfolio_sliders .portfolios-loop .portfolio__item .loop__item__inner:after{
content:'';
background-color:#232324;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
opacity:0;
transition:all 1s 0.2s;
}
.m11_portfolio_sliders .portfolios-loop .portfolio__item.slick-current .loop__item__title,
.m11_portfolio_sliders .portfolios-loop .portfolio__item.slick-current .loop__item__termlink,
.m11_portfolio_sliders .portfolios-loop .portfolio__item.slick-current .loop__item__info:after{
opacity:1;
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.m11_portfolio_sliders .portfolios-loop .portfolio__item:not(.slick-current) .loop__item__inner:after{
opacity:0.5;
transition:all 1s 0.4s;
} .portfolio__item-custom .loop__item__thumbnail--linkoverlay{
display:table;
vertical-align:middle;
width:100%;
height:100%;
text-align:center;
color:#fff;
font-size:48px;
letter-spacing:-3px;
}
.portfolio__item-custom .loop__item__thumbnail--linkoverlay span{
display:table-cell;
vertical-align:middle;
} .la-headings .m21-line1{
margin-top:20px !important;
margin-bottom:25px !important;
}
.la-headings .m21-line1 .la-line{
position:relative;
}
.la-headings .m21-line1 .la-line:before{
content:'';
width:60%;
height:10px;
background-color:#f3498d;
position:absolute;
top:-10px;
left:40%;
}
.btn-wrapper .btn.m21-btn{
font-size:18px;
font-weight:normal;
padding:20px 50px;
}
@media (min-width:1200px){
#m21_our_programs .vc_col-sm-5{
margin-left:calc((100vw - 1170px) / 2);
margin-left:-webkit-calc((100vw - 1170px) / 2);
width:450px;
}
#m21_our_programs .vc_col-sm-7{
width:calc(100vw - (100vw - 1170px) / 2 - 460px);
width:-webkit-calc(100vw - (100vw - 1170px) / 2 - 460px);
}
#m21_our_programs .la-slick-slider .slick-list{
padding-right:20%;
}
}
@media (max-width:1500px) and (min-width:800px){
#m21_our_programs .la-slick-slider .slick-list{
padding-right:10%;
}
}
#m21_our_programs .la-slick-slider{
width:1050px;
max-width:100%;
}
#m21_our_programs .la-slick-slider .slick-list .slick-slide{
animation:none !important;
-webkit-animation:none !important;
}
#m21_our_programs .la-slick-slider .slick-list .slick-slide:not(.slick-active){
opacity:0.5;
}
#m21_our_programs .loop__item .loop__item__thumbnail{
margin-bottom:30px;
}
#m21_our_programs .loop__item .loop__item__thumbnail a{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
#m21_our_programs .loop__item .loop__item__thumbnail a:before{
content:'';
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
background-color:#232324;
opacity:0;
transition:all .3s;
}
#m21_our_programs .loop__item .loop__item__thumbnail a span{
text-transform:uppercase;
color:#fff;
background-color:#f3498d;
padding:15px 30px;
display:block;
position:absolute;
left:50%;
top:50%;
line-height:20px;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
border-radius:2.5em;
transition:all .3s;
margin-top:20px;
opacity:0;
}
#m21_our_programs .loop__item:hover .loop__item__thumbnail a:before{
opacity:0.8;
}
#m21_our_programs .loop__item:hover .loop__item__thumbnail a span{
margin-top:0;
opacity:1;
}
#m21_our_programs .loop__item .loop__item__title .entry-title{
margin-bottom:5px;
}
#m21_our_programs .loop__item .loop__item__meta{
color:#47479a;
}
#m21_our_programs .loop__item .loop__item__desc{
line-height:1.875;
}
@media (min-width:1200px){
.m21_testimonials .la_testimonials--style-2 .loop__item__desc{
font-size:48px;
}
}
.m21_testimonials .la_testimonials--style-2 .loop__item__desc{
color:#fff;
font-family:inherit;
font-style:italic;
line-height:1.25;
}
.m21_testimonials .la_testimonials--style-2 .loop__item__desc:after{
content:'';
height:4px;
width:50px;
background-color:#fff;
display:block;
margin:25px auto 0;
}
.m21_testimonials .la_testimonials--style-2 .entry-title{
color:#fff;
font-size:24px;
font-weight:normal;
}
.m21_testimonials .la_testimonials--style-2 .testimonial_item--role{
font-size:16px;
color:#fff;
font-style:italic;
} .m22_testimonials .la_testimonials--style-6 .loop__item__desc{
font-size:18px;
line-height:2;
font-style:italic;
}
.m22_testimonials .la_testimonials--style-6 .loop__item__desc:after{
display:none;
}
.m22_testimonials .la_testimonials--style-6 .entry-title{
font-size:18px;
}
.m22_testimonials .slick-dots{
margin-top:35px;
} .m23_portfolios .slick-slider .slick-arrow svg{
width:16px;
}
.m23_portfolios .slick-slider .slick-next{
right:50%;
margin-right:45px;
}
.m23_portfolios .slick-slider .slick-prev{
left:30px;
}
.m23_portfolios .slick-slider .slick-dots{
position:absolute;
left:57%;
margin:0 0 0 -5px;
bottom:0;
}
.m23_testimonials .la_testimonials--style-5 .loop__item__inner{
text-align:center;
font-size:1.1428571429em;
}
.m23_testimonials .la_testimonials--style-5 .loop__item__desc{
font-size:1.5em;
font-weight:300;
font-family:inherit;
margin-bottom:35px;
}
.m23_testimonials .la_testimonials--style-5 .loop__item__desc:after{
margin-left:auto;
margin-right:auto;
width:30px;
height:5px;
margin-top:50px;
}
@media (min-width:1200px){
.m23_testimonials .la_testimonials--style-5 .loop__item__desc{
font-size:48px;
line-height:1.25;
}
}
@media (max-width:767px){
.m23_portfolios .slick-slider .slick-arrow{
display:none !important;
}
.m23_portfolios .slick-slider .slick-dots{
position:static;
margin:30px 0 0;
}
.la-stats-counter.m23_stats_counter{
text-align:center;
}
} .m25_row_banner .la-banner-box .banner--link-overlay > span{
font-size:18px;
letter-spacing:1px;
padding:12px 10px;
font-weight:500;
background-color:#8a8a8a;
}
.m25_testimonials .la_testimonials--style-6 .loop__item__thumbnail{
display:none;
}
.m25_testimonials .la_testimonials--style-6 .loop__item__desc{
margin-top:10px;
}
.m25_testimonials .la_testimonials--style-6 .loop__item__desc:after{
margin-top:20px;
height:1px;
background:#232324;
}
.m25_testimonials .la_testimonials--style-6 .entry-title{
font-size:18px;
font-weight:500;
margin-bottom:10px;
} .pricing_list{
font-size:18px;
}
.pricing_list .pricing_list--title{
font-weight:bold;
margin-bottom:5px;
}
.pricing_list .pricing_list--desc{
overflow:hidden;
}
.pricing_list .pricing_list--desc span{
position:relative;
}
.pricing_list .pricing_list--desc span:after{
content:'';
position:absolute;
border-top:1px solid;
width:300%;
left:100%;
margin-left:20px;
bottom:0.4em;
}
.pricing_list .pricing_list--desc strong{
background-color:#fff;
width:80px;
float:right;
text-align:right;
position:relative;
} .pricing__menus{
border:1px solid #e1e1e1;
position:relative;
margin-top:20px;
padding:80px 8%;
}
.pricing__menus .pricing__menu--title{
font-size:2.25em;
line-height:1;
position:absolute;
top:0;
padding:0 20px;
background-color:#fff;
left:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.pricing__menus .pricing__menu__item{
font-size:1.125em;
border-bottom:1px solid #e1e1e1;
width:100%;
padding-top:10px;
padding-bottom:10px;
margin-bottom:20px;
}
.pricing__menus .pricing__menu__item::before, .pricing__menus .pricing__menu__item::after{
content:' ';
display:table;
flex-basis:0;
order:1;
}
.pricing__menus .pricing__menu__item::after{
clear:both;
}
.pricing__menus .pricing__menu__item:last-child{
border-bottom:none;
}
.pricing__menus .pricing__menu__item .pricing__menu__item--title{
float:left;
}
.pricing__menus .pricing__menu__item .pricing__menu__item--price{
float:right;
}
.pricing__menus .pricing__menu__item.featured .pricing__menu__item--title{
padding-right:25px;
position:relative;
}
.pricing__menus .pricing__menu__item.featured .pricing__menu__item--title:after{
content:'\29';
font-family:'dl-icon';
background-color:#b58113;
color:#fff;
width:20px;
height:20px;
border-radius:50%;
font-size:12px;
position:absolute;
text-align:center;
line-height:20px;
right:.5em;
top:-1em;
}
@media (min-width:1400px){
.btn.m27_btn{
padding:20px 50px;
font-size:1em;
font-weight:normal;
letter-spacing:0;
}
} .vc_custom_heading.m29_heading{
font-size:40px;
position:relative;
line-height:1;
margin-top:0;
}
.vc_custom_heading.m29_heading a{
border-bottom:2px solid;
display:inline-block;
line-height:inherit;
}
.vc_custom_heading.m29_heading i{
position:absolute;
right:0;
font-size:18px;
font-style:normal;
text-transform:uppercase;
font-weight:normal;
bottom:.5em;
}
.vc_custom_heading.m29_heading a:not(:hover) i{
color:#8a8a8a;
}
.widget.widget-author{
border:1px solid #d2d2d2;
padding:13%;
}
.widget.widget-author h3{
margin:0;
padding:10px 0 0;
}
.widget.widget-author em{
font-size:18px;
}
.widget.widget-author .social-media-link a{
width:40px;
height:40px;
line-height:40px;
background-color:#f9f9f9;
color:#8a8a8a;
}
.widget.widget-author .social-media-link a:hover{
background-color:#cca4b4;
color:#fff;
}
.wpb_widgetised_column .widget{
margin-bottom:60px;
}
.wpb_widgetised_column .widget .widget-title{
font-size:26px;
overflow:hidden;
position:relative;
margin-bottom:30px;
}
.wpb_widgetised_column .widget .widget-title:before{
width:50%;
left:50%;
position:absolute;
top:50%;
margin:0;
}
.wpb_widgetised_column .widget_recent_entries .pr-item{
border-bottom:1px solid #d9d9d9;
padding-bottom:20px;
margin-bottom:20px;
}
.wpb_widgetised_column .widget_recent_entries .pr-item .pr-item--left{
width:100px;
height:100px;
margin-right:30px;
}
.wpb_widgetised_column .widget_recent_entries .pr-item a{
text-transform:uppercase;
font-size:18px;
line-height:1;
margin-top:0;
}
.wpb_widgetised_column .widget_recent_entries .pr-item .post-date{
text-transform:uppercase;
font-size:0.875em;
}
.wpb_widgetised_column ul.menu{
font-size:1.125em;
padding-left:20px;
}
.wpb_widgetised_column ul.menu li{
padding:8px 0;
color:inherit;
}
.wpb_widgetised_column ul.menu li .narrow{
left:-20px;
right:auto;
top:9px;
}
.wpb_widgetised_column ul.menu li.open{
color:#232324;
} .wpb_single_image.image-with-icon-play .vc_single_image-wrapper{
position:relative;
}
.wpb_single_image.image-with-icon-play .vc_single_image-wrapper:before{
content:'';
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
background-color:#000;
opacity:0;
transition:all .3s;
}
.wpb_single_image.image-with-icon-play .vc_single_image-wrapper:hover:before{
opacity:0.15;
}
.wpb_single_image.image-with-icon-play .vc_single_image-wrapper:after{
content:'';
background-image:url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/button-play2.png);
width:64px;
height:64px;
position:absolute;
left:50%;
top:50%;
margin-left:-32px;
margin-top:-32px;
transition:all .3s;
}
.wpb_single_image.image-with-icon-play .vc_single_image-wrapper:hover:after{
margin-top:-40px;
}
ul.mega-menu .popup li > a{
font-size:13px;
}
.widget.widget-title-uppercase .widget-title{
font-weight:normal;
text-transform:uppercase;
} .la-custom-btn a{
font-size:14px;
font-weight:bold;
padding-right:30px;
position:relative;
}
.la-custom-btn a:before{
content:"";
border-top-width:2px;
border-top-color:inherit;
border-top-style:solid;
position:absolute;
width:10px;
right:12px;
top:9px;
transition:inherit;
}
.la-custom-btn a:after{
content:"";
width:0;
height:0;
position:absolute;
border-width:6px 0 6px 7px;
border-style:solid;
border-color:transparent;
border-left-color:inherit;
right:5px;
top:4px;
transition:inherit;
}
.la-custom-btn a:hover:before{
right:7px;
}
.la-custom-btn a:hover:after{
right:0;
}
body.open-burger-menu, body.open-search-form, body.open-header-aside{
overflow:hidden;
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner{
background-color:#f3f3f7;
color:#000;
}
.shop_table .product-thumbnail img{
max-width:70px;
}
.home.blog:not(.paged) .la-breadcrumbs{
display:none;
}
.single_post_item--category-link + .single_post_item--meta{
margin-top:5px;
}
.single_post_item--category-link:first-child{
margin-top:0;
}
.page-links > a,
.page-links > span:not(.screen-reader-text){
margin-right:10px;
display:inline-block;
}
body:not(.isLaWebRoot) .single-post-content > .entry-thumbnail a{
display:inline-block;
}
.commentlist li[id*="pingback-comment"]{
margin-bottom:15px;
}
.commentlist li[id*="pingback-comment"] + .comment{
padding-top:30px;
}
.commentlist li[id*="pingback-comment"] a.url{
margin:0 5px;
color:#dcb86c;
}
.commentlist li[id*="pingback-comment"] a.url:hover{
text-decoration:underline;
}
.single-post-detail .comments-area .comment-text table{
font-size:12px;
}
.site-header-top.use-custom-html .header-top-left{
float:left;
}
.site-header-top.use-custom-html .header-top-right{
float:right;
}
.header_component .social-media-link{
line-height:20px;
margin-top:10px;
}
.la_compt_iem.la_com_action--text .social-media-link{
margin:0 15px;
}
.la_compt_iem.la_com_action--text .social-media-link a{
margin:0 8px;
}
.site-main-nav .main-menu > li > a{
font-size:12px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}
.site-main-nav .main-menu:hover > li > a{
opacity:0.4;
}
.site-main-nav .main-menu:hover > li:hover > a{
opacity:1;
}
@media (max-width:800px){
.la-breadcrumbs:not(.use-custom-text){
font-size:10px;
letter-spacing:0;
}
}
.btn__loadmore__1 .elm-loadmore-ajax{
margin-top:30px;
}
.btn__loadmore__1 .elm-loadmore-ajax .btn{
border-radius:2.5em;
border-width:2px;
}
.btn__loadmore__2 .elm-loadmore-ajax .btn{
padding:0;
border-width:0 0 1px;
min-width:0;
text-transform:none;
font-size:14px;
font-weight:normal;
}
@media (max-width:1500px){
.header--menu-burger .menu > li > a{
font-size:50px;
}
.header--menu-burger .menu > li ul{
padding:10px 0;
}
.header-v5 #masthead_aside{
width:270px;
}
.header-v5 #masthead_aside .site-header-inner{
padding:50px 20px;
}
.header-v5:not(.rtl) #page.site{
padding-left:270px;
}
.header-v5.rtl #page.site{
padding-right:270px;
}
.header--aside .mega-menu{
margin-left:-20px;
margin-right:-20px;
}
.header--aside .mega-menu > li > a{
padding-left:20px;
padding-right:20px;
}
.header--aside:not(#masthead_aside){
width:330px;
}
.header--aside:not(#masthead_aside) .header-aside-inner{
padding:50px 30px;
}
.header--aside:not(#masthead_aside) .btn-aside-toggle{
right:20px;
}
}
@media (max-width:1400px){
.mega-menu > li > a{
padding-left:10px;
padding-right:10px;
}
.header--aside .mega-menu > li > a{
padding-top:5px;
padding-bottom:5px;
}
.site-header .header_component.header-custom-btn > .component-target{
padding:10px 35px;
height:50px;
line-height:30px;
margin-top:-5px;
margin-bottom:-5px;
}
.header-v2 .site-header .header-middle{
float:right;
width:auto;
}
.header-v2 .site-header .header-right{
max-width:none;
}
.la-sharing-posts .social--sharing{
right:0;
}
}
@media (min-width:1300px){
.body-col-1c .la-single-product-page .product--summary{
padding-left:55px;
}
}   @media (max-width:1199px){
h1,
.h1{
font-size:30px;
}
h2,
.h2{
font-size:24px;
}
h3,
.h3{
font-size:20px;
}
h4,
.h4{
font-size:18px;
}
h5,
.h5{
font-size:16px;
}
h6,
.h6{
font-size:16px;
}
.font-size-30{
font-size:28px;
}
.letter-spacing-7{
letter-spacing:4px;
}
.backtotop-container .btn-backtotop{
bottom:80px;
}
.backtotop-container.show .btn-backtotop{
right:30px;
}
.page-title-v1 .use-custom-text .page-title:after{
margin:15px auto;
}
.la-headings .heading-with-line .heading-tag{
margin-bottom:0;
}
.la-headings .heading-tag{
margin-bottom:10px;
}
.la-circle-progress.la-progress-2 .sc-cp-v{
font-size:20px;
}
.header-v2b .site-header .header-left{
width:auto;
}
.products-list-mini .product_item .product_item--inner{
margin-bottom:40px;
}
.products-list-mini .product_item .product_item--thumbnail{
width:80px;
margin-right:20px;
}
.products-list-mini .product_item .product_item--title{
margin-bottom:5px;
}
.products-list-mini .product_item .product_item--info-action .button{
padding:5px 15px;
margin:0;
}
} @media (min-width:992px){
.admin-bar #header_aside{
top:32px;
}
} @media (min-width:992px) and (max-width:1199px){
.site-header .container{
width:100%;
}
} @media (max-width:991px){
.font-size-46{
font-size:36px;
}
.font-size-30{
font-size:24px;
}
#header_aside,
#masthead_aside,
header#masthead .site-header-outer{
display:none;
}
.site-header-mobile{
display:block;
}
.site-header-mobile .container{
width:100%;
}
.header-v6:not(.rtl) #page.site,
.header-v5:not(.rtl) #page.site{
padding-left:0 !important;
}
.header-v6.rtl #page.site,
.header-v5.rtl #page.site{
padding-right:0 !important;
}
.site-main{
padding-top:30px;
}
.la-advanced-product-filters .sidebar-inner{
padding:30px 30px 0;
}
.woocommerce #customer_details{
width:55%;
}
.woocommerce #order_review{
width:45%;
padding:80px 20px 10px;
}
.woocommerce #order_review_heading{
width:45%;
padding:30px 0 0 20px;
}
.main--loop-container .la-pagination{
margin-top:30px;
}
.widget_recent_entries .pr-item{
margin-bottom:10px;
}
.comments-container .comments-title h3, .comment-reply-title{
letter-spacing:0;
text-transform:none;
}
.product--summary .entry-summary > .stock{
float:none;
padding-left:0;
}
}
@media (max-width:800px){
.elm-countdown.elm-countdown-style-3 .countdown-section{
width:60px;
margin:5px;
padding:15px 0;
}
.elm-countdown.elm-countdown-style-3 .countdown-section .countdown-amount{
font-size:16px;
}
.elm-countdown.elm-countdown-style-3 .countdown-section .countdown-period{
font-size:12px;
}
.font-size-46{
font-size:30px;
}
.filter-style-3 ul{
font-size:20px;
}
.filter-style-3 ul li{
margin:0 10px;
}
.woocommerce.add_to_cart_inline .amount{
margin:15px 0;
}
.banner-type-9 .banner--info .b-title{
display:none;
}
.m12-row-banner .banner-type-8 .banner--btn{
margin-top:15px;
}
.products-list:not(.products-list-mini) .product_item .product_item--inner{
margin-bottom:40px;
}
.products-list:not(.products-list-mini) .product_item .product_item--info{
padding-left:20px;
}
.products-list:not(.products-list-mini) .product_item .product_item--title{
font-size:16px;
margin-bottom:10px;
}
.products-list:not(.products-list-mini) .product_item .price{
margin-bottom:0;
} .la-p-single-3 .product-main-image{
margin-bottom:10px;
}
.product--summary .entry-summary > .cart{
margin-top:0;
}
.product--summary .social--sharing,
.product--summary .product_meta{
margin-top:15px;
}
.product--summary .woocommerce-product-details__short-description{
padding-top:20px;
padding-bottom:20px;
}
.product--summary a.add_wishlist.button{
clear:both;
}
.wc-tabs{
margin:3% 0;
}
.cart-flyout{
padding:30px;
}
.cart-flyout .cart-flyout__heading{
margin-bottom:30px;
}
}  @media (max-width:767px){
.author-info{
display:none;
}
.la-isotope-filter-container li{
padding:5px;
}
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation{
width:100%;
}
.woocommerce-MyAccount-navigation{
margin-bottom:20px;
}
.woocommerce-MyAccount-navigation ul{
padding:0 10px;
}
.woocommerce-MyAccount-navigation ul li{
display:inline-block;
}
.woocommerce-MyAccount-navigation ul li a{
padding:10px;
}
.letter-spacing--3,
.letter-spacing--2,
.letter-spacing--1{
letter-spacing:0;
}
.letter-spacing--4,
.letter-spacing--5{
letter-spacing:-2px;
}
.letter-spacing-3,
.letter-spacing-2,
.letter-spacing-1{
letter-spacing:0;
}
.letter-spacing-5,
.letter-spacing-4{
letter-spacing:2px;
}
.letter-spacing-8,
.letter-spacing-7,
.letter-spacing-6{
letter-spacing:3px;
}
.letter-spacing-10,
.letter-spacing-9{
letter-spacing:4px;
}
.page-title-v1 .use-custom-text .page-title{
font-size:40px;
border-bottom-width:2px;
}
.blog_item--thumbnail .format-content{
padding:30px;
}
.blog_item--thumbnail.format-quote .format-quote-content{
font-size:20px;
}
.blog_item--thumbnail.format-quote .format-quote-content .quote-author:before{
margin:0 0 10px;
}
.woocommerce.add_to_cart_inline a{
padding:10px 30px;
}
.btn.btn-size-sm,
.btn{
padding:7px 30px;
}
.wpb_column[class*="column-width-"]{
width:100%;
}
.site-content + #sidebar_primary{
margin-top:30px;
}
.slick-slider button.slick-prev{
left:0;
}
.slick-slider button.slick-next{
right:0;
}
.elm-countdown .countdown-section{
width:50% !important;
}
.vc_row[data-vc-stretch-content="true"] .la-timeline-wrap.style-2{
padding-left:20px;
padding-right:20px;
height:auto !important;
min-height:0;
}
.la-timeline-wrap.style-2 .timeline-block{
width:260px !important;
}
.la-timeline-wrap .slick-slider button.slick-prev{
left:-30px;
}
.la-timeline-wrap .slick-slider button.slick-next{
right:-30px;
}
.la-timeline-wrap.style-2 .slick-slider{
height:auto !important;
}
.la-timeline-wrap.style-2 .timeline-block{
top:0 !important;
}
.la-timeline-wrap.style-2 .timeline-line{
top:auto !important;
bottom:5px;
}
.la-timeline-wrap.style-2 .timeline-dot{
top:auto !important;
bottom:0 !important;
}
.site-footer .menu-inline-item .menu li{
margin:0 0 15px;
display:block;
}
.spacer-position-separator .heading-with-line .la-separator{
display:none;
}
.la-advanced-product-filters{
position:fixed;
left:0;
top:0;
width:300px;
display:block !important;
z-index:100;
height:100%;
overflow:auto;
min-height:100vh;
visibility:hidden !important;
opacity:0 !important;
transition:all 400ms ease-out;
transform:translate(-200px, 0);
-webkit-transform:translate(-200px, 0);
}
.la-advanced-product-filters .sidebar-inner{
padding:70px 20px;
}
.la-advanced-product-filters .sidebar-inner .widget{
width:100% !important;
}
.open-advanced-shop-filter .la-advanced-product-filters{
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
visibility:visible !important;
opacity:1 !important;
}
.open-advanced-shop-filter .la-overlay-global{
opacity:0.7;
visibility:visible;
}
.la-advanced-product-filters .close-advanced-product-filters{
position:absolute;
top:60px;
right:10px;
width:40px;
height:40px;
}
.la-advanced-product-filters .close-advanced-product-filters svg{
width:100%;
height:100%;
}
.commentlist img.avatar{
width:50px;
height:50px;
margin-right:20px;
}
.commentlist .comment-text{
width:calc(100% - 70px);
width:-webkit-calc(100% - 70px);
}
.commentlist .depth-1 > .comment_container{
margin-bottom:25px;
padding-bottom:25px;
}
.post-navigation .nav-next,
.post-navigation .nav-previous{
width:100%;
}
.product--summary .product_meta_sku_wrapper{
margin-bottom:0;
}
.woocommerce-tabs ul.wc-tabs{
display:none !important;
}
.woocommerce-tabs .wc-tab{
display:block !important;
margin:0 !important;
}
.woocommerce-tabs .wc-tab .wc-tab-title{
display:block;
}
.woocommerce-tabs .wc-tab .tab-content{
display:none;
}
.woocommerce-tabs .wc-tab.active .tab-content{
display:block;
}
.cart-collaterals .cart_totals,
.cart-collaterals .la-coupon-form,
.cart-collaterals .la-shipping-form{
width:100%;
}
.site-header-mobile .site-header-inner,
.site-header .site-header-inner{
z-index:10;
}
.cart-collaterals > .la-shipping-form{
display:none !important;
}
.cart-collaterals .cart_totals .la-shipping-form{
display:block !important;
}
.cart-collaterals .cart_totals .la-shipping-form .woocommerce-shipping-calculator{
max-width:100% !important;
}
}
@media (max-width:600px){
body.camille-body.enable-footer-bars{
padding-bottom:56px;
}
body.open-mobile-menu,
body.open-advanced-shop-filter{
overflow:hidden;
}
body.open-mobile-menu .footer-handheld-footer-bar,
body.open-advanced-shop-filter .footer-handheld-footer-bar{
bottom:-60px;
}
.enable-footer-bars .footer-handheld-footer-bar{
display:block;
}
.cart-flyout{
width:300px;
padding:15px;
}
.cart-flyout .cart-flyout__content{
padding-top:10px;
}
.cart-flyout .widget_shopping_cart_content .button{
padding:13px 20px;
}
.woocommerce-cart-form div.quantity .qty{
height:50px;
}
.woocommerce-cart-form div.quantity > span{
height:50px;
line-height:50px;
}
.cart-collaterals .cart_totals,
.cart-collaterals .la-coupon-form,
.cart-collaterals .la-shipping-form{
width:100%;
margin-left:0 !important;
margin-right:0 !important;
}
.cart-collaterals .woocommerce-shipping-calculator,
.cart-collaterals .la-coupon{
max-width:none;
}
.woocommerce #customer_details{
width:auto;
}
.woocommerce #order_review{
width:100%;
padding:20px 15px 0;
}
.woocommerce #order_review_heading{
position:static;
width:100%;
padding:0;
margin-bottom:20px;
}
.commentlist ul.children{
margin-left:20px;
}
.commentlist .depth-3 ul.children{
margin-left:10px;
}
.products-list:not(.products-list-mini) .product_item .product_item--thumbnail{
width:100%;
margin-bottom:15px;
}
.products-list:not(.products-list-mini) .product_item .product_item--info{
width:100%;
padding:0;
}
}
@media (max-width:600px){
.woocommerce table.wishlist_table .product-name,
.shop_table.woocommerce-cart-form__contents .product-price,
.shop_table.woocommerce-cart-form__contents .product-quantity,
.shop_table.woocommerce-cart-form__contents .product-subtotal{
text-align:right;
}
table.shop_table_responsive tbody th,
table.shop_table_responsive thead{
display:none;
}
table.shop_table_responsive tr td{
display:block;
text-align:right;
clear:both;
min-width:100%;
}
table.shop_table_responsive tr td[data-title]:before{
content:attr(data-title) ": ";
font-weight:bold;
float:left;
font-size:13px;
color:#343538;
}
table.shop_table_responsive dl dt, table.shop_table_responsive dl dd{
display:inline-block;
float:none;
}
.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail{
text-align:center;
}
.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img{
max-width:50px;
}
.shop_table.woocommerce-cart-form__contents tr td.product-remove{
border-width:0;
padding:0;
text-align:left;
position:relative;
}
.shop_table_responsive tbody tr:nth-child(2n){
background-color:#fbfbfb;
}
.shop_table.woocommerce-cart-form__contents tr td{
padding:10px;
}
.shop_table.woocommerce-cart-form__contents tr td.product-remove a.remove{
position:absolute;
left:10px;
top:21px;
}
.shop_table.woocommerce-cart-form__contents tr td.actions{
overflow:hidden;
padding:10px 0;
}
.shop_table.woocommerce-cart-form__contents tr td.actions input#coupon_code{
width:100%;
margin-bottom:10px;
}
.shop_table.woocommerce-cart-form__contents td.actions .btn{
width:100%;
padding-top:12px;
padding-bottom:12px;
}
.shop_table.woocommerce-cart-form__contents td.actions .button{
margin-right:0;
margin-left:0;
margin-bottom:10px;
width:100%;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr,
.shop_table.woocommerce-cart-form__contents tr{
position:relative;
display:block;
padding-left:100px;
padding-right:20px;
padding-bottom:15px;
background:none;
border-bottom:1px solid #ccc;
margin-bottom:17px;
overflow:hidden;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td,
.shop_table.woocommerce-cart-form__contents tr td{
padding:0;
width:auto;
border:none;
display:block;
min-width:0;
text-align:left;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td:before,
.shop_table.woocommerce-cart-form__contents tr td:before{
padding-right:15px;
font-size:12px;
line-height:24px;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-remove,
.shop_table.woocommerce-cart-form__contents tr td.product-remove{
position:static;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-remove a.remove,
.shop_table.woocommerce-cart-form__contents tr td.product-remove a.remove{
position:absolute;
right:0;
left:auto;
top:0;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-thumbnail,
.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail{
position:absolute;
left:0;
width:80px;
display:inline-block;
top:0;
bottom:15px;
overflow:hidden;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-thumbnail img,
.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img{
max-width:100%;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-price,
.shop_table.woocommerce-cart-form__contents tr td.product-price{
display:none;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-price, table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-subtotal,
.shop_table.woocommerce-cart-form__contents tr td.product-price,
.shop_table.woocommerce-cart-form__contents tr td.product-subtotal{
font-size:14px;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-name:before,
.shop_table.woocommerce-cart-form__contents tr td.product-name:before{
display:none;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr div.quantity .qty,
.shop_table.woocommerce-cart-form__contents tr div.quantity .qty{
height:20px;
padding:0;
width:40px;
font-size:13px;
line-height:20px;
}
table.shop_table.cart.wishlist_table.shop_table_responsive tr div.quantity span,
.shop_table.woocommerce-cart-form__contents tr div.quantity span{
display:none;
}
.cart.shop_table.woocommerce-cart-form__contents tr:not(.cart_item){
padding-left:15px;
}
} @media (max-width:479px){
.wc-toolbar .wc-view-count{
margin:0;
}
.wc-toolbar p.woocommerce-result-count{
display:none;
}
} @media (max-width:1500px){
.wpb_single_image.image-with-shadow .vc_single_image-wrapper:after,
.wpb_single_image.image-with-shadow2 .vc_single_image-wrapper:after{
left:30px;
top:30px;
}
.btn-wrapper .btn.m21-btn{
padding:16px 50px;
}
.pricing__menus .pricing__menu--title{
font-size:1.875em;
}
}
@media (max-width:1200px){
.icon-pos-top.m4_iconbox_flip{
padding:0 15px;
}
.icon-pos-top.m4_iconbox_flip .icon-heading{
font-size:20px;
margin-top:20px;
}
.icon-pos-top.m4_iconbox_flip .icon-boxes-inner{
padding-top:20px;
transform:translate(0, 60px);
-webkit-transform:translate(0, 60px);
}
.icon-pos-top.m4_iconbox_flip .box-description{
line-height:inherit;
}
.icon-pos-top.m4_iconbox_flip .box-description:after{
padding-top:20px;
}
.icon-pos-top.m4_iconbox_flip .box-description:before{
margin:10px auto;
}
.la-sc-icon-boxes.m4_iconbox_2 .box-icon-left{
padding-left:0;
}
.pricing__menus{
font-size:14px;
padding-top:50px;
padding-bottom:50px;
background-position:center bottom 20px;
}
}
@media (max-width:1024px){
.la-headings.m2-heading .heading-tag{
font-size:36px;
}
.la-headings.m6-heading .heading-tag,
.la-headings.m3-heading .heading-tag,
.la-headings.m2-heading2 .heading-tag{
font-size:30px;
}
}
@media (max-width:800px){
.la-headings.m2-heading .heading-tag{
font-size:30px;
}
.la-headings.m6-heading .heading-tag,
.la-headings.m3-heading .heading-tag,
.la-headings.m2-heading2 .heading-tag{
font-size:26px;
}
.la-portfolio-masonry .filter-style-1{
margin-bottom:30px;
text-align:center;
}
.m6_column_gradient .vc_column-inner{
padding:30px 15px;
}
.m6_column_gradient1 .la-headings,
.m6_column_gradient2 .la-headings,
.m6_column_gradient3 .la-headings{
text-align:center;
margin:0 auto;
}
} body.rtl{
direction:rtl;
}
.rtl .header-left,
.rtl .header-middle,
.rtl .header-right,
.rtl .site-branding,
.rtl .site-main-nav,
.rtl .la_compt_iem{
float:right;
}
.rtl.header-v1 .site-header .header-right{
float:left;
}
.rtl.header-v2 .site-header .header-middle,
.rtl.header-v2 .site-header .header-left{
float:right;
}
.rtl.header-v2 .site-header .header-right{
float:left;
}
.rtl.header-v2b .site-header .header-right, .rtl.header-v3 .site-header .header-right{
float:left;
}
.rtl.header-v4 .site-header .header-right{
float:left;
}
.rtl .la_com_action--dropdownmenu-text,
.rtl .la_com_action--linktext,
.rtl .la_com_action--link,
.rtl .la_com_action--text{
margin-left:0;
margin-right:20px;
}
.rtl .la_com_action--dropdownmenu-text .component-target i,
.rtl .la_com_action--linktext .component-target i,
.rtl .la_com_action--link .component-target i,
.rtl .la_com_action--text .component-target i{
margin-right:0;
margin-left:5px;
}
.rtl .header--menu-burger .btn-aside-toggle{
right:auto;
left:20%;
}
.rtl .header--aside:not(#masthead_aside){
left:0;
right:auto;
transform:translate(-200px, 0);
-webkit-transform:translate(-200px, 0);
}
.rtl.open-header-aside #header_aside{
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
}
.rtl #header_aside .btn-aside-toggle{
left:50px;
right:auto;
}
.rtl .search-form .search-button{
left:15px;
}
.rtl .searchform-fly-overlay .btn-close-search{
right:auto;
left:20%;
}
.rtl .mega-menu .popup{
text-align:right;
}
.rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > a:after,
.rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > a:after{
padding-right:10px;
padding-left:0;
content:"\f104";
}
.rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu,
.rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu{
right:100%;
left:auto;
margin-left:0;
margin-right:-20px;
}
.rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right:hover > ul.sub-menu,
.rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right:hover > ul.sub-menu{
margin-right:0;
}
.rtl .dl-menu .mm-icon,
.rtl .mega-menu .mm-icon,
.rtl .menu .mm-icon{
padding-right:0;
padding-left:5px;
}
.rtl .accordion-menu ul{
padding-right:0;
}
.rtl .accordion-menu li > .narrow{
right:auto;
left:0;
}
.rtl .accordion-menu li > ul{
margin-left:0;
margin-right:35px;
}
.rtl .backtotop-container .btn-backtotop{
right:auto;
left:0;
}
.rtl .backtotop-container.show .btn-backtotop{
left:50px;
right:auto;
}
.rtl .widget_recent_comments li.recentcomments{
padding-left:0;
padding-right:30px;
}
.rtl .widget_recent_comments li.recentcomments:before{
right:0;
left:auto;
}
.rtl .widget_recent_entries .pr-item .pr-item--left{
float:right;
margin-right:0;
margin-left:20px;
}
.rtl .wc-toolbar .wc-toolbar-right{
float:left;
}
.rtl .wc-toolbar .btn-advanced-shop-filter{
float:left;
margin-right:0;
margin-left:15px;
}
.rtl .wc-toolbar .wc-ordering,
.rtl .wc-toolbar .wc-view-toggle,
.rtl .wc-toolbar .woocommerce-result-count{
float:right;
}
.rtl .wc-toolbar .wc-view-toggle span{
margin-left:0;
margin-right:10px;
}
.rtl .wc-toolbar .wc-view-count{
float:right;
}
@media (min-width:480px){
.rtl .wc-toolbar .wc-view-count{
margin:0 40px 0 20px;
}
}
.rtl .wc-toolbar .wc-ordering{
margin-left:0;
margin-right:20px;
}
.rtl .wc-toolbar .wc-ordering p:after{
padding-left:0;
padding-right:10px;
}
.rtl .wc-toolbar .wc-ordering ul{
left:-1px;
right:auto;
}
.rtl .la-advanced-product-filters .sidebar-inner .widget{
float:right;
}
.rtl .woocommerce-message,
.rtl .woocommerce-error,
.rtl .woocommerce-info{
padding-left:30px;
padding-right:60px;
}
.rtl .woocommerce-message:before,
.rtl .woocommerce-error:before,
.rtl .woocommerce-info:before{
right:30px;
}
.rtl .woocommerce-message .button,
.rtl .woocommerce-error .button,
.rtl .woocommerce-info .button{
float:left;
}
.rtl .cart-flyout{
right:auto;
left:0;
}
.rtl .cart-flyout .cart_list{
margin-left:-30px;
margin-right:0;
padding-left:30px;
padding-right:0;
}
.rtl .cart-flyout .btn-close-cart{
right:auto;
left:0;
}
.rtl .widget_shopping_cart_content .total .amount{
float:left;
}
.rtl .product_list_widget a.remove{
right:auto;
left:0;
}
.rtl .product_list_widget li img{
float:right;
margin-right:0;
margin-left:20px;
}
.rtl .product_item .product_item--thumbnail .wrap-addto{
left:0;
right:auto;
}
.rtl .product_item .product_item--thumbnail .add_to_cart_button span{
padding-left:0;
padding-right:20px;
}
.rtl .product_item .product_item--thumbnail .add_to_cart_button span:before{
right:-5px;
left:auto;
}
.rtl .products-grid .product_item .product_item--thumbnail:hover .wrap-addto{
left:15px;
right:auto;
}
.rtl .products-list .product_item .product_item--thumbnail{
float:right;
}
.rtl .products-list .product_item .product_item--info{
float:left;
text-align:right;
padding-left:0;
padding-right:30px;
}
@media (max-width:800px){
.rtl .products-list .product_item .product_item--info{
padding-right:20px;
}
}
@media (max-width:600px){
.rtl .products-list .product_item .product_item--info{
padding-right:0;
}
}
.rtl .products-list .product_item .product_item--info .add_wishlist,
.rtl .products-list .product_item .product_item--info .add_compare{
float:right;
}
.rtl .products-list .product_item .product_item--info .add_to_cart_button{
float:right;
margin-right:0;
margin-left:10px;
}
.rtl .la-single-product-page .product-main-image{
float:right;
padding-right:15px;
}
@media (min-width:1500px){
.rtl .la-single-product-page .product-main-image{
padding-left:30px;
}
}
.rtl .la-single-product-page .product--summary{
padding-left:15px;
}
@media (min-width:1500px){
.rtl .la-single-product-page .product--summary{
padding-right:30px;
}
}
.rtl .product--summary .add_compare,
.rtl .product--summary .add_wishlist{
float:right;
}
.rtl .product--summary .quantity{
float:right;
margin-right:0;
margin-left:10px;
}
.rtl .product--summary .single_add_to_cart_button{
float:right;
margin-right:0;
margin-left:10px;
}
.rtl .btn-clear-cart{
margin-left:10px;
margin-right:auto;
}
.rtl .shop_table.cart td.actions .button{
float:left;
}
.rtl .shop_table.cart td.actions .btn{
float:right;
}
.rtl .cart-collaterals > .la-shipping-form,
.rtl .cart-collaterals > .la-coupon-form,
.rtl .cart-collaterals > .cart_totals{
float:right;
}
.rtl .cart-collaterals > .la-shipping-form,
.rtl .cart-collaterals > .la-coupon-form{
margin-right:0;
margin-left:2%;
}
.rtl .cart-collaterals .shipping label{
padding-right:10px;
padding-left:0;
}
@media (max-width:600px){
.rtl table.shop_table.shop_table_responsive tr td.product-remove a.remove{
right:10px;
left:auto;
}
.rtl table.shop_table_responsive tr td,
.rtl .woocommerce table.wishlist_table .product-name,
.rtl .shop_table.woocommerce-cart-form__contents .product-price,
.rtl .shop_table.woocommerce-cart-form__contents .product-quantity,
.rtl .shop_table.woocommerce-cart-form__contents .product-subtotal{
text-align:left;
}
.rtl table.shop_table_responsive tr td[data-title]:before{
float:right;
}
}
.rtl .woocommerce #customer_details{
float:right;
}
.rtl .woocommerce #order_review{
float:left;
}
.rtl .woocommerce #order_review_heading{
left:0;
right:auto;
padding-right:50px;
padding-left:0;
}
@media (max-width:991px){
.rtl .woocommerce #order_review_heading{
padding-right:20px;
}
}
@media (max-width:600px){
.rtl .woocommerce #order_review_heading{
padding-right:0;
}
}
.rtl table.woocommerce-checkout-review-order-table tfoot td,
.rtl table.woocommerce-checkout-review-order-table .product-total{
text-align:left;
}
.rtl table.woocommerce-checkout-review-order-table .cart_item td.product-name,
.rtl table.woocommerce-checkout-review-order-table th{
text-align:right;
}
.rtl .woocommerce #ship-to-different-address .input-checkbox{
float:right;
margin-right:0;
margin-left:10px;
}
.rtl .dl-menuwrapper li.dl-back > a{
text-align:left;
}
.rtl .dl-menuwrapper li.dl-back > a:before{
float:right;
}
.rtl .dl-menuwrapper li a .mm-icon{
margin-left:0;
margin-right:0;
padding-left:0;
}
.rtl .dl-menuwrapper li > a:not(:only-child):after{
right:auto;
left:20px;
content:"\f104";
}
.rtl.header-mb-v1 .site-header-mobile .header-component-outer_1{
float:right;
left:auto;
}
.rtl.header-mb-v1 .site-header-mobile .header-component-outer_2{
left:-40%;
position:relative;
float:left;
}
.rtl.header-mb-v2 .site-header-mobile .header-component-outer{
float:right;
}
.rtl.header-mb-v2 .site-header-mobile .header-component-outer_1{
float:left;
}
.rtl.header-mb-v3 .site-header-mobile .header-component-outer{
float:left;
}
.rtl.header-mb-v3 .site-header-mobile .header-component-outer .site-branding img{
right:auto;
left:0;
}
.rtl.header-mb-v3 .site-header-mobile .header-component-outer_1{
float:right;
}
table.woocommerce-checkout-review-order-table .shipping td{
min-width:140px;
text-align:right;
}
.rtl table.woocommerce-checkout-review-order-table .shipping td{
text-align:left;
}
body.rtl:not(.open-cart-aside) .cart-flyout{
transform:translate(-200px, 0);
-webkit-transform:translate(-200px, 0);
}
@media (max-width:767px){
body.rtl .la-advanced-product-filters{
right:0;
left:auto;
}
body.rtl:not(.open-advanced-shop-filter) .la-advanced-product-filters{
transform:translate(200px, 0);
-webkit-transform:translate(200px, 0);
}
}
@media (min-width:991px){
.rtl .la-p-single-2 .product-main-image .la-woo-product-gallery{
float:left;
}
.rtl .la-p-single-2 .product-main-image .la-woo-thumbs{
float:right;
}
}
@media (min-width:1441px){
.rtl.camille-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-thumbs{
margin-left:auto;
margin-right:-105px;
}
}
.header-v11 h1{
font-size:30px;
}
.header-v11 h2{
font-size:26px;
}
.header-v11 h3{
font-size:22px;
}
.header-v11 blockquote{
font-size:1.15em;
}
.header-v11 .single-post-content .entry-content h1,
.header-v11 .single-post-content .entry-content h2,
.header-v11 .single-post-content .entry-content h3{
margin-bottom:15px;
}
.header-v11 .commentlist .comment-text .description{
font-family:inherit;
font-style:inherit;
}
.header-v11 .sidebar-inner ul.menu li{
font-size:inherit;
text-transform:none;
padding: 3px 0;
margin-bottom: 3px;
}
.header-v11 .sidebar-inner .widget_archive select {
margin-top: 5px;
}
.header-v11 .sidebar-inner .widget .widget-title{
font-size:inherit;
margin-bottom: 25px;
}
.header-v11 .sidebar-inner .widget .widget-title:before {
content: "";
border-top: 2px solid;
width: 30px;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.header-v11 p.comment-notes{
font-size:12px;
}
.header-v11 .single-post-detail{
width:100%;
}
.product-main-image > .p---large{
position:relative;
}
body:not(.wpb-js-composer) .page-content .not-active-fullpage,
.single-post-content > .entry-content{
line-height:1.9;
}
body:not(.wpb-js-composer) .page-content .not-active-fullpage p:not(:last-child){
margin-bottom:22px;
}
body:not(.wpb-js-composer) .page-content .not-active-fullpage .wp-caption.alignnone,
.single-post-content > .entry-content .wp-caption.alignnone{
max-width:calc(100% + 40px);
margin-left:-20px;
}
.wp-caption p.wp-caption-text, .wp-caption-dd{
display:inline-block;
color:rgba(0, 0, 0, 0.4);
font-size:.85em;
line-height:1.6;
margin:0;
padding:8px;
border-bottom:2px solid rgba(0, 0, 0, 0.12);
}
blockquote:not(.la-blockquote){
float:left;
color:#333;
font-family:'noto serif', Georgia, serif;
font-size:1.4em;
line-height:1.6;
width:50%;
margin:24px 0;
padding:12px 24px;
border-left:2px solid #ddd;
border-left:2px solid rgba(0, 0, 0, 0.12);
margin-left:-20px;
}
.gallery{
display:block;
text-align:center;
clear:both;
overflow:hidden;
margin:12px auto;
width:-webkit-fit-content;
width:-moz-fit-content;
width:fit-content;
padding-bottom:20px;
}
.gallery .gallery-row{
display:block;
clear:both;
overflow:hidden;
margin:0;
}
.gallery .gallery-item{
overflow:hidden;
float:left;
margin:0;
text-align:center;
list-style:none;
padding:0;
}
.gallery .gallery-item a{
display:block;
background:#f4f4f4;
margin:6px;
padding:6px;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.12);
border:0;
border-radius:2px;
transition:background .25s;
-moz-transition:background .25s;
-webkit-transition:background .25s;
-o-transition:background .25s;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail{
display:block;
height:auto;
margin:0 auto;
border:0 !important;
}
.gallery-caption{
margin-left:0;
}
.site-main-nav .default-menu > li{
padding:0;
}
.site-main-nav .default-menu > li > a{
letter-spacing:0;
}
.header-v11 .la-breadcrumbs{
text-transform:none;
}
@media (min-width:1200px){
.section-page-header .page-title{
font-size:36px;
}
}
@media (max-width:1200px){
.header-v11 h2{
font-size:20px;
}
}
.header-v11 .comment-reply-title{
font-size:inherit;
}
.header-v11 .blog_item--category-link a:hover{
text-decoration:underline;
}
@media (max-width:767px){
.m11_portfolio_sliders .portfolios-loop{
margin-right:-15px;
margin-left:-15px;
}
.m11_portfolio_sliders .portfolios-loop .slick-list{
padding-right:0;
}
.m11_portfolio_sliders .portfolios-loop .loop__item__thumbnail--bkg{
padding-bottom:63vh !important;
}
}
@media (max-width:1200px){
.showposts-loop.list-slider .loop__item .loop__item__info2{
width:800px;
}
.showposts-loop.list-slider .loop__item .entry-title{
font-size:30px;
margin-bottom:0;
}
.showposts-loop.list-slider .loop__item .loop__item__meta{
font-size:15px;
}
.showposts-loop.list-slider .loop__item .btn-readmore{
font-size:14px;
padding:8px 40px;
}
.vc_custom_heading.m29_heading{
font-size:30px;
}
.vc_custom_heading.m29_heading i{
font-size:14px;
}
.wpb_widgetised_column .widget{
margin-bottom:30px;
}
.wpb_widgetised_column .widget .widget-title{
font-size:20px;
}
.wpb_widgetised_column .widget_recent_entries .pr-item a{
font-size:inherit;
}
.wpb_widgetised_column ul.menu{
font-size:inherit;
}
.showposts-loop.showposts-list .loop__item__inner2{
padding-bottom:10px;
}
.showposts-loop.list-special .entry-title{
font-size:20px;
}
.showposts-loop.list-special .lists-special-one .entry-title{
font-size:24px;
}
.showposts-loop.list-special .loop__item__title{
margin-bottom:10px;
}
.showposts-loop.list-special .loop__item__desc{
font-size:16px;
margin-bottom:0;
}
.showposts-loop.list-special .lists-special-one .loop__item__desc{
margin-bottom:0;
}
.showposts-loop.list-special .btn-readmore{
font-size:14px;
border-width:1px;
padding:7px 40px;
}
}
@media (max-width:767px){
.showposts-loop.list-slider .slick-arrow{
display:none !important;
}
.showposts-loop.list-slider .loop__item .loop__item__thumbnail--bkg{
padding-bottom:80% !important;
}
.showposts-loop.list-slider .loop__item .entry-title{
font-size:22px;
}
.showposts-loop.list-slider .loop__item .btn-readmore{
border-width:1px;
padding:6px 35px;
}
.showposts-loop.list-slider .loop__item .loop__item__meta{
font-size:14px;
padding:0;
margin:0;
}
.showposts-loop.list-slider .loop__item .loop__item__info{
bottom:20px;
}
.showposts-loop.list-special .lists-special-two .blog__item{
width:100%;
}
}
#archive_portfolio_listing{
margin-bottom:40px;
}
@media (min-width:1300px){
.header-v11 .showposts-loop .entry-title{
font-size:24px;
}
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner2{
padding:30px;
}
.header-v11 .showposts-loop.list-1 .loop__item__info{
text-align:inherit;
padding:0;
}
.header-v11 .showposts-loop.list-1 .loop__item__inner {
margin-bottom: 30px;
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner{
margin-bottom: 55px;
}
.header-v11 .showposts-loop.list-1 .btn-readmore{
border-width:1px;
transition: all 300ms ease;
}
.header-v11 .showposts-loop.list-1 .loop__item__thumbnail{
display:inline-block;
vertical-align:middle;
margin-bottom: 25px;
}
.header-v11 .showposts-loop.list-1 .loop__item__thumbnail img{
width:auto;
}
.header-v11 .showposts-loop.list-1 .loop__item__thumbnail .loop__item__thumbnail--bkg{
transform:scale(1);
-webkit-transform:scale(1);
}
.header-v11 .showposts-loop.list-1 .loop__item__thumbnail:hover .loop__item__thumbnail--bkg{
transform:scale(1.1);
-webkit-transform:scale(1.1);
}
.header-v11 .showposts-loop.list-1 .no-featured-image .loop__item__thumbnail{
display:none;
}
.header-v11 .section-page-header .page-title{
font-size:26px;
}
.la-breadcrumbs{
font-size:0.875em;
}
@media (max-width:1200px){
.header-v11 .section-page-header .page-title{
font-size:22px;
}
}
.ie.ie10 .tp-rightarrow.la-dots-vertical.tparrows{
left:auto !important;
right:50px !important;
transform:none !important;
}
.commentlist .comment .comment-respond {
margin-bottom: 30px;
margin-top: 0;
}
@media(min-width: 992px){
.header-v11 .section-page-header .page-header-inner {
padding-left: 25%;
text-align: left;
margin-left: 40px;
}
}
.showposts-loop.list-2 .blog__item.format-video .loop__item__thumbnail .loop__item__thumbnail--bkg:after,
.showposts-loop.list-1 .blog__item.format-video .loop__item__thumbnail .loop__item__thumbnail--bkg:after{
content: '';
background-image: url(//www.languageartforyou.com/wp-content/themes/camille/assets/images/button-play2.png);
width: 60px;
height: 60px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -30px;
margin-top: -30px;
transition: all .3s;
z-index: 0;
transform: scale(0.9);
background-size: contain;
}
@media(min-width:1200px){
.single_post_item--title .entry-title{
font-size:24px;
}
}
.site-branding img[src*="camille/assets/images/logo.png"] {
height: 28px;
}
#la_mobile_nav li.no-item {
text-transform: none;
text-align: center;
padding: 30px;
}
.header-v11 .site-main{
padding-top:50px;
}
.site-content-inner .page-title-section {
margin-bottom: 40px;
}
.site-content-inner .page-title-section .page-title {
margin: 0 0 5px;
font-size: 30px;
}
.site-content-inner .page-title-section .la-breadcrumbs{
text-transform:none;
}
.header-v11 .sidebar-inner .widget_archive .menu li a {
display: block;
border-width: 1px;
border-style: solid;
line-height: 20px;
padding: 15px 20px;
border-color: #e8e8e8;
}
.header-v11 .sidebar-inner .widget_archive .menu li:hover > a {
text-decoration: none;
border-color: inherit;
box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
}
.header-v11 blockquote:not(.la-blockquote) {
margin-left: 0;
float: none;
width: 90%;
padding: 10px 20px;
}
.header-v11 .sidebar-inner {
padding-top: 5px;
}
.header-v11 .showposts-loop .loop__item__termlink {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.025em;
margin: 0 0 10px;
display: block;
}
.header-v11 .showposts-loop .loop__item__termlink span {
color: inherit;
}
.header-v11 .showposts-loop .loop__item__meta{
padding-top:0;
margin-bottom:15px;
}
.header-v11 .showposts-loop .loop__item__meta--item{
margin-right: 8px;
}
.header-v11 .showposts-loop .loop__item__meta .screen-reader-text{
position: absolute !important;
}
.header-v11 .showposts-loop .loop__item__meta i{
display: inline-block;
vertical-align: top;
padding-right: 5px;
margin-top: 3px;
}
.header-v11 .showposts-loop .blog__item-default .loop__item__desc{
margin-bottom:0;
}
.header-v11.single-post .showposts-loop .loop__item__meta--item:before{
display:none;
}
.header-v11 .showposts-loop .single_post_item--meta {
margin-bottom: 20px;
}
.header-v11 .single-post-content .entry-footer {
border-top-width: 1px;
padding-top: 10px;
margin-top: 30px;
}
@media (min-width: 1300px){
.header-v11.body-col-2cl-l #site-content,
.header-v11.body-col-2cl #site-content {
padding-left: 40px;
}
}
.header-v11 .comments-container .comments-title h3,
.header-v11 .comment-respond .comment-reply-title{
font-size: 22px;
font-weight: normal;
text-transform: none;
}
.header-v11 .comments-container .comments-title h3{
margin-top: 0;
}
.header-v11 .comment-form .form-submit input {
width: 100%;
border-radius: 0;
text-transform: uppercase;
font-size: 12px;
}
.header-v11 .comment-form .form-submit input {
width: 100%;
border-radius: 0;
text-transform: uppercase;
font-size: 12px;
}
.comment-form input[type="checkbox"] {
width: auto;
-webkit-appearance: checkbox;
display: inline-block;
margin-right: 10px;
}
.comment-form input[type="checkbox"] + label {
display: inline-block;
}
@media(max-width:767px){
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author{
width:100%;
margin-left: 0;
}
.page-title-section .page-title-section .page-title{
font-size:24px;
}
}
.header-v11 .entry-content p{
margin-bottom:11px;
}
.wpb_single_image.single-big-playicon .vc_figure,
.wpb_single_image.img-popup-video .vc_figure {
background: rgba(255, 255, 255, 0.2);
display: inline-block;
border-radius: 50%;
padding: 15px;
position: relative;
transition: all .5s;
}
.wpb_single_image.single-big-playicon .vc_figure .vc_single_image-wrapper,
.wpb_single_image.img-popup-video .vc_figure .vc_single_image-wrapper{
transition: all .5s;
}
.wpb_single_image.single-big-playicon .vc_figure:before,
.wpb_single_image.img-popup-video .vc_figure:before {
content: '';
position: absolute;
left: -5px;
right: -5px;
top: -5px;
bottom: -5px;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
opacity: 0;
transition: all .5s;
}
.wpb_single_image.single-big-playicon .vc_figure:hover,
.wpb_single_image.img-popup-video .vc_figure:hover{
background: rgba(255, 255, 255, 0.2);
}
.wpb_single_image.single-big-playicon .vc_figure:hover .vc_single_image-wrapper,
.wpb_single_image.img-popup-video .vc_figure:hover .vc_single_image-wrapper{
transform: scale(0.9);
}
.wpb_single_image.single-big-playicon .vc_figure:hover:before,
.wpb_single_image.img-popup-video .vc_figure:hover:before{
opacity: 1;
left: -15px;
right: -15px;
top: -15px;
bottom: -15px;
}
.sidebar-inner .product_list_widget li + li {
border-top: 1px solid #ece8e8;
margin-top: 20px;
padding-top: 20px;
}
.custom-product-wrap .products-grid .product_item .product_item--inner {
margin-bottom: 0;
}
.custom-product-wrap .products-grid .product_item--info {
padding-bottom: 0;
}
.commentlist .comment-meta {
color: rgba(0,0,0,0.7);
}
.single-post .site-main {
padding-top: 90px;
}
.newsletter-style-05 {
position: relative;
padding-right: 30px;
border: 1px solid #e8e8e8;
}
.newsletter-style-05 .wpcf7-form-control {
border: none;
font-size: 11px;
padding: 15px 20px;
}
.newsletter-style-05 .wpcf7-form-control-wrap {
margin: 0;
}
.newsletter-style-05 .wpcf7-form-control.wpcf7-submit {
font-size: 0;
position: absolute;
top: 0;
right: 0;
background:  transparent;
width: 40px;
height: 48px;
padding: 0;
}
.newsletter-style-05:before {
content: "\f003";
font-family: FontAwesome;
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 48px;
line-height: 48px;
text-align: center;
}
.newsletter-style-05 br {
display: none;
}
.newsletter-style-05 span.ajax-loader {
position: absolute;
right: 10px;
top: 5px;
}
.sidebar-inner .widget_tag_cloud .tagcloud a {
font-size: 12px !important;
}
.sidebar-inner .accordion-menu .widget-title {
margin-bottom: 20px;
}
.sidebar-inner .widget_archive .widget-title {
margin-bottom: 25px;
}
.sidebar-inner .widget_archive .menu li a {
display: block;
border-width: 1px;
border-style: solid;
line-height: 20px;
padding: 15px 20px;
border-color: #e8e8e8;
}
.sidebar-inner .widget_archive .menu li:hover > a {
text-decoration: none;
border-color: inherit;
box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
}
body.single-post .section-page-header + .site-main {
padding-top: 0;
}
.la-isotope-filter-container.filter-style-2 ul {
text-align: center;
}
.portfolio-single-page .la-show-portfolios .slick-dots li {
width: 9px;
height: 9px;
}
.site-content-inner .page-title-section + .page-content .product--summary .product_meta-top,
.site-content-inner .page-title-section + .page-content .product--summary .product_title {
display: none;
}
.form-row.form-row-wide {
clear: both;
}
.product--summary form.cart + .yith-wcwl-add-to-wishlist {
display: none;
}