@font-face {
font-family: 'FontAwesome';
src: url(//luxedecorationhome.com/wp-content/themes/innova/fonts/fontawesome-webfont.eot?v=4.0.3);
src: url(//luxedecorationhome.com/wp-content/themes/innova/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(//luxedecorationhome.com/wp-content/themes/innova/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(//luxedecorationhome.com/wp-content/themes/innova/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(//luxedecorationhome.com/wp-content/themes/innova/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
background: none repeat scroll 0 0 #333;
border: 0 none !important;
margin-right: 3px;
padding-bottom: 0 !important;
border-radius: 100%;
}
.woocommerce .page-numbers.current {
height: 15px !important;
line-height: 15px !important;
width: 15px !important;
}
.page-numbers > li a {
color: #fff !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
border: 0px;
}
.shopping_cart_icon .header_cart_items {
background:#1e1e1e;
margin: 0 !important;
padding: 15px;
position: absolute;
right: 0;
top: 65px;
display: none;
}
.single-product-image #wrap{
z-index: 9!important;
}
.shopping_cart_icon .widget_shopping_cart .cart_list {
left: auto;
position: relative !important;
top: 0 !important;
width: 240px;
}
.shopping_cart_icon {
color: #FFFFFF;
font-size: 24px!important;
position: relative;
z-index: 9999999;
}
.cart_list_items li {
clear: both;
}
.shop_cart_icon {
padding: 20px;
position: absolute;
right: 0;
top: 0;
}
.header_cart_items  img {
display: block;
height: 65px !important;
width: 65px !important;
float: left!important;
margin-top: 0!important;
}
.header_cart_items ul li  a, .header_cart_items ul li  a:visited{
color: #FFFFFF!important;
font-size: 18px;
font-weight: normal!important;
}
.header_cart_items span.quantity{
font-size: 14px!important;
}
.header_cart_items ul li a, .shop_cart_icon span{
font-size: 16px;
font-weight: normal;
}
.header_cart_items ul li  a:hover{
opacity: .5;
}
.shopping_cart_icon .total {
border-top: 0 none !important;
color: #FFFFFF;
display: inline-block !important;
font-size: 20px !important;
margin: 0px 0 10px 0;
}
.header_cart_items .product_list_widget li {
border-bottom: 1px solid rgba(204, 204, 204, 0.2);
clear: both;
margin-bottom: 15px !important;
padding-bottom: 15px !important;
}
.header_cart_items .product_list_widget li:last-child {
margin-bottom: 0!important;
border-bottom: 0 none;
}
.shop_cart_icon a{
color: #FFFFFF!important;
}
.header_cart_items .button.wc-forward{
font-weight: normal;
border: 0;
font-size: 14px;
text-shadow: 0 0;
}
.button.primary-button, .button.seconadry-button, .product-quantity input{
border: 0!important;
} .woocommerce ul{
margin-left: 0!important;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.2);
color: inherit;
padding: 8px 5px;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
padding: 10px 20px;
}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before{
content: initial!important;
}
p.buttons .button.wc-forward:after{
content: initial;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th{
border-top:0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce #payment, .woocommerce-page #payment{
background: rgba(127, 127, 127, 0.2);
text-shadow:none;
box-shadow: none;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
border-top: 1px solid rgba(127, 127, 127, 0.1)!important;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods{
border-bottom: 1px solid rgba(127, 127, 127, 0.1);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1); 
}
.meta:last-child, .comment-text p:last-child, p.meta  {
padding-bottom: 0 !important;
}
.chosen-container-single .chosen-single {   
border: 1px solid rgba(127, 127, 127, 0.1);
background: none;
}
.chosen-container .chosen-drop {
background: rgba(127, 127, 127, 0.95);
border-color: -moz-use-text-color rgba(204, 204, 204, 0.3) rgba(204, 204, 204, 0.3);
color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background-image: linear-gradient(rgba(204, 204, 204, 0.3) 20%, rgba(204, 204, 204, 0.4) 80%);
border: 1px solid rgba(204, 204, 204, 0.3);
box-shadow: 0 1px 0 rgba(204, 204, 204, 0.3) inset;
}
.chosen-container-single .chosen-search input[type="text"], .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
}
.chosen-container .chosen-results li.no-results , .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box{
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1) !important;
box-shadow: none !important;
font-weight: normal;
text-shadow: 0 0;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
border-color: transparent transparent rgba(127, 127, 127, 0.1);
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
margin-top: 10px;
margin-bottom: 20px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
float: left;
height: 60px;
width: 60px;
}
.comment-form-rating {
padding-bottom: 10px;
}
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input{
padding:10px 20px!important;
}
#review_form input {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.2) !important;
}
.chosen-container-single .chosen-single span{
color: rgba(127,127,127,1)!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea{
background: rgba(127,127,127,0.1)!important;
border:1px solid rgba(127,127,127,0.1);
padding:8px;
color: inherit!important;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text{
border: none;
padding: 7px 15px;
}
.shipping-calculator-form .button{
width: auto!important;
}
.screen-reader-text{
display: none;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del{
font-size: inherit;
}
p.demo_store {
background:none;
color: #666;
border: none;
text-align: left;
top: 0!important;
left: 30px;
width:50%;
z-index: 99998;
box-shadow: none;
} .product_list_widget{
margin-left: 0px!important;
list-style: none;
}
.product_list_widget li a img{
float: left;
margin-right: 20px;
}
.product_list_widget li{
display: block;
width: 100%;
float: left; 
}
.product_list_widget li a{
display: block;  
} .woocommerce.widget_container ul li {
background-image: none;
margin-bottom: 15px;
padding-bottom: 15px !important;
padding-left: inherit !important;
padding-top: 0 !important;
} .widget_product_search input#searchsubmit {
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/search_button.png)!important;
background-position: center center !important;
background-repeat: no-repeat !important;
text-indent: -99px;
} .shop-product-items li{
padding:0!important;
margin-bottom: 30px!important;
overflow: hidden;
}
.shop-product-items li a img{
margin:0!important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
transition: all 0s ease 0s;
}
.shop-produt-image {
display: block;
position: relative;
overflow: hidden;
}
.product-cart-button{
display: table;
position: absolute;
right: -50px;
text-align: center;
bottom: 0;
}
.shop-produt-image{
background: #000;
}
.shop-product-details {
text-align: left;
margin-top: 15px;
}
.shop-product-details h6 {
color: #5e605f!important;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .related-product-slider .shop-products span del .amount{
color: rgba(145, 145, 145, 0.5) !important;
font-size: 13px !important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .related-product-slider .shop-products span .amount{
font-size: 18px;
font-weight: 600;
text-align: left;
color: #bf1952;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins{
color:#bf1952;
}
.woocommerce .summary .price {
color: #ccc;
font-size: 30px !important;
line-height: 30px !important;
margin-top: 20px;
}
.product-cart-button a.button, .product-cart-button button.button { 
background-color: none !important;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/cart_icon.png) !important;
background-position: center center !important;
background-repeat: no-repeat !important;
border: 0 solid #000000 !important;
box-shadow: none!important;
display: inline-block !important;
height: 40px;
padding: 0 !important;
text-indent: -989999px;
width: 45px;
border-radius: 0 !important;
bottom: 1px;
position: initial;
}
.added_to_cart{
display: none!important;
}
.woocommerce .add_to_cart_button.added{
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/cart_add.png) !important;
background-position: center center !important;
background-repeat: no-repeat !important;   
}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before {
content: inherit!important;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/cart_add.png) !important;
background-position: center center !important;
background-repeat: no-repeat !important;
border: 0 solid #000000 !important;
box-shadow: none!important;
display: inline-block !important;
height: 30px;
padding: 0 !important;
text-indent: -989999px;
width: 30px;
border-radius: 0 !important;
bottom: 1px;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
}
.single_add_to_cart_button.button.alt {
border: medium none !important;
border-radius: 3px !important;
color: white;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 8px 12px;
text-transform: uppercase;
}
.added_to_cart.wc-forward {
margin: 0 !important;
padding: 0 !important;
transition:0s!important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
border-top: 0;
}
.woocommerce .quantity .minus:hover, .woocommerce .quantity .minus:active, .woocommerce .quantity .plus:hover, .woocommerce .quantity .plus:active, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .minus:active, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .plus:active  {
text-shadow: none !important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
color: inherit!important;
font-family: inherit;
font-size: 16px;
font-weight: 400;
height: 18px;
line-height: 1.42857;
padding: 10px 0;
text-align: center;
width: 80px;
border: none;
box-shadow: none !important;
background:  none repeat scroll 0 0 rgba(127,127,127,0.2)!important;
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity{
width: 80px;
}
.woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
background:#000 !important;
border: medium none;
box-shadow: none;
color: #fff;
font-size: 14px;
height: 18px;
}
.woocommerce a.wc-forward:after, .woocommerce-page a.wc-forward:after {
color: #ffffff;
font-size: 13px;
line-height: 1.42857;
margin-left: 6px;
vertical-align: bottom;
}
.rtl .woocommerce a.wc-forward:after, .rtl .woocommerce-page a.wc-forward:after {
margin-left: inherit;
margin-right: 6px;
}
.cart-sussess-message{
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
margin-bottom: 15px;
padding: 15px 20px;
}
.cart-sussess-message a {
margin-right: 15px !important;
}
.woocommerce-cart-info {
background-color: #b8deff;
border-radius: 3px;
color: #333;
margin-bottom: 15px;
padding: 10px 15px;
}
.woocommerce-cart-error {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
list-style: none outside none !important;
padding: 10px 15px;
}
.woocommerce-cart-info a:hover{
opacity: 0.8!important;
}
.woocommerce a.button.alt, .woocommerce .cart-sussess-message a.button, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button.alt, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward {
border: none;
border-radius: 3px;
box-shadow: none!important;
text-shadow: none!important;
display: inline-block;
font-size: 13px;
font-weight:normal;
line-height: 1.42857;
padding: 10px 12px;
transition: all 0.5s ease 0s;
}
.woocommerce a.button.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button:active, .woocommerce a.button:hover, .woocommerce button.button:active, .woocommerce button.button:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce input.button:active, .woocommerce input.button:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:active, .woocommerce #content input.button:hover, .woocommerce-page a.button.alt:active, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:active, .woocommerce-page a.button:hover, .woocommerce-page button.button:active, .woocommerce-page button.button:hover, .woocommerce-page button.button.alt:active, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button:active, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:active, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:active, .woocommerce-page #content input.button:hover {
background: none repeat scroll 0 0 #ff0000;
}
.woocommerce a.button.alt.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce button.button.alt.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading, .woocommerce-page a.button.alt.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page button.button.alt.loading, .woocommerce-page input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading {
background: none repeat scroll 0 0 #009bcb;
color: #fff;
}
.star-rating{
color: #ff0000;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before{
color: rgba(204, 204, 204, 0.5);
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
background: none repeat scroll 0 0 #d43a72;
border-radius: 0;
box-shadow: none;
color: #ffffff;
display: table;
font-size: 10px;
height: auto;
left: auto;
letter-spacing: 1px;
line-height: normal;
min-height: initial;
min-width: initial;
padding: 10px;
position: absolute;
left: 0px;
text-shadow: none;
text-transform: uppercase;
top: 15px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
width: auto;
z-index: 99;
}
.woocommerce span.onsale .label-sale, .woocommerce-page span.onsale .label-sale {
display: table-cell;
position: relative;
vertical-align: middle;
}
.single-product-image {
position: relative;
} .woocommerce-tabs{
margin-bottom: 30px;
}
.woo-tab-content {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
padding: 30px;
border-top: 0;
}
.tabs.single-product-tabs {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
text-shadow:none!important;
}
.single-product-tabs .active, .single-product-tabs li:hover {
background: none repeat scroll 0 0 #ff0000 !important;
border-radius: 0 !important;
border: none!important;
color: #ffffff;
}
.single-product-tabs .active a, .single-product-tabs li:hover a {
color:#ffffff!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
border:none!important;
margin-right:2px; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
content: initial!important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
border: none!important;
border-radius: 0!important;
border: none!important;
box-shadow: none!important;
padding:0px!important;
}
.single-product-tabs li a {
display: inline-block;
font-weight: normal !important;
padding: 8px 15px !important;
text-shadow: none !important;
}
#tab-description > p:last-child {
padding-bottom: 0 !important;
}
.woo-tab-content .panel{
margin-bottom: 0!important;
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.08) !important;
height: 75px;
} .woocommerce .product .variations select {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.2);
border: 1px solid rgba(127, 127, 127, 0.2);
border-radius: 4px;
color: inherit;
display: block;
font-size: 14px;
margin-bottom: 15px;
margin-top: 0;
padding: 6px 12px;
}
table.variations tr {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.single_variation {
font-size: 16px !important;
margin: 24px 0;
}
.variations_form td {
border-left: 0 none!important;
}
.label {
display: inline;
font-weight: normal;
line-height:4;
}
td.label, td.value {
border: none;
vertical-align: middle!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
margin-bottom: 35px!important;
} .related.products > h2, .upsells.products > h2, #order_review_heading {
border-bottom: 2px solid rgba(127, 127, 127, 0.3);
color: #ffffff;
margin-bottom: 15px;
padding-bottom: 15px;
position: relative;
display: table;
}
.related.products > h2:after, .upsells.products > h2:after, #order_review_heading:after {
background: none repeat scroll 0 0 #bf1956;
bottom: -3px;
content: "";
display: block;
height: 5px;
left: 0;
position: absolute;
width: 50px;
}
.related.products li {
float: left !important;
width: 29.5% !important;
}
.related-product-slider .shop-products {
margin: 5px;
}
.upsells.products ul {
width: 101%;
}
.upsells.products ul li {
float: left;
margin-right: 1.5% !important;
width: 31.5% !important;
} .shop_table.cart th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
font-weight: bold;
text-align: center;
}
.shop_table.cart tr, .order_review tr {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}
.woocommerce table.cart tbody td {
border-top: 0!important;
text-align: center;
}
.shop_table.cart td {
padding-bottom: 20px !important;
padding-top: 20px !important;
}
#coupon_code {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1) !important;
border: 1px solid rgba(127, 127, 127, 0.2);
box-shadow: none;
padding: 8px 15px;
width: 140px;
color: inherit!important;
}
#order_review tr, #order_review td, #order_review th, .order_details td , .order_details th, .order_details tr, .order_details tfoot tr {
background: none!important;
}
#order_review tfoot td, #order_review tfoot th, #order_review  .shop_table, .order_details tfoot td, .order_details tfoot th, table.order_details{
border: none!important;
}
.shop_table  tfoot th{
text-align:right;
}
.product-remove a.remove {
border: 1px solid #ccc;
margin: 0px auto;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{
border-top:0;
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img{
margin: 0px auto;
}
.product-remove a.remove:hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border-color: #ff0000;
}
#customer_details {
margin-bottom: 30px;
}
.woocommerce td span {
font-style: normal;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd{
float: none!important;
} .cart_totals  {
float: left !important;
width: 48% !important;
}
.shipping_calculator{
float: right!important;
width: 50%!important;
}
.cart_totals h2{
text-align: left;
}
.cart_totals th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
font-weight: normal;
padding-bottom: 15px !important;
padding-top: 15px !important;
}
.cart_totals td {
border: medium none;
line-height: 100%;
vertical-align: middle!important;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1) !important;
color: inherit;
padding: 6px 8px;
width: 100%
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea{
color: inherit!important;
} .order_details li {
list-style: none outside none !important;
} .my_account_orders tr {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.my_account_orders th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
padding: 10px !important;
} .widget_shopping_cart_content  .variation-Color > p {
padding-bottom: 0;
}
.widget_shopping_cart_content dl.variation {
padding: 0 !important;
} .cloud-zoom-lens {
border: 0px solid #888;
margin:-4px;
background-color:#fff;
cursor:move;
}
.cloud-zoom-title {
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;
font-weight:bold;
font-size:10px;
top:0px;
}
.cloud-zoom-big {
border:2px solid #ccc;
overflow:hidden;
}
.cloud-zoom-loading {
color:white;
background:#222;
padding:3px;
border:1px solid #000;
} .summary .product_meta {
margin-top: 15px;
}
#yith-wcwl-popup-message {
display: none!important;
}@media only screen and (min-width: 1024px) and (max-width: 1280px) {
.nav_wrap nav {
margin-left: -50px !important;
}
} @media only screen and (min-width: 1024px) and (max-width: 1152px) {
#box_layout {
margin: 0 auto;
width: 990px!important;
}
.container {
margin: 0 auto;
width: 930px!important;
}
.promobox_content h2{
font-size: 3.5em!important;
}
.main_slider_wrapper{
height:500px!important;
}
.main_slider_wrapper .owl-carousel .owl-item img{
height: 500px!important;
width: 100%!important;
}
.page_owlslider .caption{
top: 40%!important
}
.page_owlslider .owl-prev{
margin-top: -12%!important;
}
.page_owlslider .owl-next{
margin-bottom: 6%!important;
}
} @media only screen and (min-width: 768px) and (max-width: 1023px) {
.entry-content .panel-row-style {
padding: 40px 0;
border: none!important;
}
#relatedposts li{
width: 48%!important;
}
.main_slider_wrapper{
height:400px!important;
}
.main_slider_wrapper .owl-carousel .owl-item img{
height: 400px!important;
width: 100%!important;
}
.page_owlslider .caption{
top: 40%!important
}
.page_owlslider .owl-prev{
margin-top: -12%!important;
}
.page_owlslider .owl-next{
margin-bottom: 6%!important;
}
#box_layout{
margin: 0 auto;
width: 728px!important;
}
.container {
margin: 0 auto;
width: 691px!important;
}
.header_left_section {
float: left;
}
.image-boxes .description > h3{
float: none!important;
}
.header_right_section {
float:right!important;
margin: 0 auto;
display: block;
text-align: center!important;
}
#box_layout .header_left_section {
margin: 0 0 0 -18px !important;
padding: 24px 19px !important;
}
#box_layout .header_right_section  {
margin: 0 0 0 -18px !important;
padding: 30px 19px !important;
}
#main_slider, .sub_header_wrapper {
margin-top:0!important;
}
#main_slider{
min-height: 250px!important;
}
#main_slider #controls {
border-bottom: 38px solid #F54325!important;
}
.promobox_content h2{
font-size: 3em!important;
}
.sub_header_wrapper .two_third, .sub_header_wrapper .one_third_last{
margin: 0 auto;
text-align: center;
width: 100% !important;   
}
.logo{
margin:0px auto;
}
.textwidget center{
text-align: left!important;
}
nav .menu {
clear: both;
line-height: 32px;
margin: 0 auto;
min-height: 32px;
padding: 1%;
width: 98%;
}
.custom_title  h1,h2{
font-size: 40px!important;
}
.custom_title h3{
font-size: 25px!important;
}
nav .menu ul {
display:none;
}
nav .menu select {
background-color: #E4E4E4;
border: 1px solid #FFFFFF;
display: block;
margin: 0 auto;
padding: 5px 10px;
width: 100%;
}
nav .menu select option {
padding-bottom:3px;
}
nav{
float:none;
padding:0px;
width: 100%!important;
top: 0;
}
.nav_wrap .container{
padding: 0px;
}
#singlepage_nav {
margin-top: 18px;
float: none;
}
.isotope_gallery li, .single_img .grid_gallery li{
width:48%!important;
}
.gallery_with_sapce.gallery_image_columns_4 ul li {
width:48%!important;
}
.gallery_with_sapce.gallery_image_columns_3 ul li {
width:48%!important;
}
.gallery_with_sapce.gallery_image_columns_2 ul li {
width:48%!important;
}
.gallery_with_sapce.gallery_image_columns_5 ul li {
width:48%!important;
}
.gallery_no_space.gallery_image_columns_4 ul li {
width: 48%;
}
.gallery_no_space.gallery_image_columns_3 ul li {
width: 48%;
}
.gallery_no_space.gallery_image_columns_2 ul li {
width: 48%;
}
.gallery_no_space.gallery_image_columns_5 ul li {
width: 48%;
} .gallery-item {
width: 33.30%!important;
} .portfolio4  li{
width:31.75%!important;
} #sidebar li .description{
overflow:inherit;
}
.two_third .porfolio_items li, .two_third_last .porfolio_items li{
width: 45.5%!important;
}
#contact-form input, #contact-form textarea, #commentform input, #commentform textarea {
width: 96%!important;
}
#respond .one_half_last input{
width: 93%!important;
}
.widget_dropcap-widget, .widget_iconbox-widget, .widget_kaya-services {
padding: 0 15px!important;
margin: 0px auto;
}
.main_slider_wrapper h3.slide_title{
font-size: 30px!important;
color: #fcfcfc!important;
}
.caption p {
font-size: 1.3em !important;
width: 100%!important;
}
.isotope_gallery li{
width:32.6%;
}
.bx-controls{
display: block;
}
.image-boxes .description, .latest_news .description{
display: inline-block!important;
}
.image-boxes .description{
display:block!important;
}
.image-boxes{
clear: both;
}
.image-boxes .aligncenter{
display:block!important;
}
.image-boxes .aligncenter img{
display: table;
margin: 0px auto;
}
.bx-wrapper .caption h4{
font-size: 37px;
line-height: 38px;
}
} @media only screen and (max-width: 767px) {
.main_slider_wrapper{
height:250px!important;
}
#relatedposts li{
width: 100%!important;
margin-right: 0px!important;
}
#relatedposts li img{
width: 100%!important;
}
.main_slider_wrapper .owl-carousel .owl-item img{ height: auto !important;
width: 100%;
}
#mid_container_wrapper{
min-height: 300px;
}
.header_left_section{
float: none!important;
margin-bottom: 20px;
}
.header_right_section > div{
clear: both;
margin: 0px auto;
margin: 0px!important;
}
#box_layout{
margin: 0 auto;
width: 480px!important;
}
.item_thumb_gallery , ul.kaya_gallery li{
width:141px;
}
#pg-w5783243382424-0 .panel-grid-cell{
display: inline-block;
} .portfolio_fluid ul li{
width: 48%!important
}
.porfolio_items li, .post-column{
width:98.3%!important;
} .promobox_content{
padding:30px 0!important;
display:block;
} .footer_social_icons{
float: none!important;
}
.woocommerce .button primary-button {
width: 32%;
float: none;
}
.header_right_section{
float: none!important;
margin: 0 auto!important;
text-align: center!important;
display: table!important;
}
#box_layout{
margin: 0 auto;
width:90%!important;
}
.custom_title  h1,h2{
font-size: 30px!important;
line-height: 40px!important;
}
.custom_title h3{
font-size: 25px!important;
}
.container{
margin:0 auto;
width:90%!important;
padding:0px 20px;
}
.innova-portfolio-container img{
width: 100%!important;
}
.owl-dots{
display: none !important;
}
.owl-controls{ display: block !important;
}
.header_top .container{
padding: 0px!important;
}
.one_half_last .header_top_right{
margin: 20px 0px!important;
}
#header_wrapper{
padding: 0px!important;
}
.header_top{
padding: 0px!important;
}
.main_slider_wrapper.container{
padding: 10px 0px!important;
}
.header_top_left h3{
margin-top: 20px!important;
}
.slides-pagination{
display: none!important;
}
.slides-container .caption h3{
font-size: 3em!important;
text-align: center;
line-height:97%!important;
}
#kaya_slider_wrapper h4{
font-size: 28px!important;
line-height: 28px!important;
}
#kaya_slider_wrapper ul{
margin-bottom: 0px;
}
.footer_social_icons a:first-child{
margin-left: 0px!important;
}
.gallery_with_sapce.gallery_image_columns_4 ul li {
width:100%!important;
}
.gallery_with_sapce.gallery_image_columns_3 ul li {
width:100%!important;
}
.gallery_with_sapce.gallery_image_columns_2 ul li {
width:100%!important;
}
.gallery_with_sapce.gallery_image_columns_5 ul li {
width:100%!important;
}
.gallery_no_space.gallery_image_columns_4 ul li {
width: 100%;
}
.gallery_no_space.gallery_image_columns_3 ul li {
width: 100%!important; 
}
.gallery_no_space.gallery_image_columns_2 ul li {
width: 100%;
}
.gallery_no_space.gallery_image_columns_5 ul li {
width: 100%;
}
.textwidget center{
text-align: left!important;
}  .bread_crumb, #singlepage_nav{
display: table;
margin: 0 auto !important;
float:none;
}
.sub_header_wrapper h2{
text-align: center;
display: block;
margin: 0 auto;
}
.sub_header_wrapper{
margin-top: 0!important;
} .slides_description h3, .sub_header h2{
font-size:1.7em!important;
}
.slides-navigation{
display: none!important;
}
#main_slider{
min-height: inherit!important;
}
#main_slider .caption h3.slide_title {
display: none;
}
#main_slider #controls {
border-bottom: 37px solid #F54325!important;
}
.slides_description p, .caption p{
font-size: inherit!important;
}
.slider_below_content .container{
padding:30px 0!important;
}
.page_owlslider .caption h3 {
display: none !important;
}
.panel-widget-style{
padding: 20px!important;
} .header_top_right{
text-align: center!important;
}
.header_top_left{
text-align: center!important;
}
.logo{
margin:0px auto;
}
nav .menu {
clear: both;
line-height: 32px;
margin: 0 auto;
min-height: 32px;
padding: 1%;
width: 98%;
}
nav .menu ul {
display:none;
}
nav .menu select {
background-color: #E4E4E4;
border: 1px solid #FFFFFF;
display: block;
margin: 0 auto;
padding: 5px 10px;
width: 100%;
}
nav .menu select option {
padding-bottom:3px;
}
nav {
float:none;
padding:0px;
width: 100%!important;
top: 0;
}
.nav_wrap .container{
padding: 0px;
}
.fluid_divider{
height:0!important;
}
.image-boxes .description > h3{
float: none!important;
} #footer_bottom_wrapper , .copy_right,#footer_bottom .footer_menu, .footer_left{
text-align:center;
float:none;
display:block;
}
#footer_bottom .one_half_last, #footer_bottom .one_half{
margin-bottom:0px!important;
padding:10px 0px;
}
.one_half_last .footer_social_icons {
text-align: center!important;
width: 72% !important;
}
ul.menu {
float:none;
text-align: center;
margin: 0px auto;
}
a.blog {
clear: both;
display: block;
margin: 20px auto 0px!important;
width: 47%;
}
.post .meta{
border:none;
}
#footer_bottom, #footer_top .container {
width: 100%!important;
}
.footer_bottom_right_section{
float:none;
text-align:center;
}
#footer_bottom .container{
padding: 0px;
}
.footer_social_icons{
float: none!important;
} #contact-form input, #contact-form textarea {
width: 96%!important;
}
#contact-form{
background: none!important;
padding: 0px!important;
border:none;
}
.thumb-border{
display: none;
} .gallery-item {
width: 49.9%!important;
} .sidebar {
border-right:0px;
padding-right:0px;
}
.sidebar_left{
border-left:0px;
padding-left:0px;
}
#search_form input{
width: 47%!important;
} .filter ul li {
width: 100%;
}
#filter ul li a {
display: block!important;
text-align: center;
border-bottom:0px!important;
}
#filter ul li:last-child a {
border-bottom:1px solid #eee!important; 
}
.post-column{
width: 325px!important;
margin-bottom:2.5%!important;
}
.portfolio-stretched{
margin: 0px!important;
}
#singlepage_nav {
display: none;
}
.Portfolio_gallery .two_third{
margin-bottom:0!important;
}
.isotope_gallery li, .single_img .grid_gallery li{
width:31.8%!important;
} .image-boxes .description{
overflow: inherit!important;
}
.image-boxes {
clear: both;
}
.custom_title h2:before, .custom_title h2:after{
display: none!important;
}
.image-boxes .aligncenter{
text-align: center!important;
}
#singlepage_nav{
bottom:27%!important;
} span.blog_date{
width:100%;
border-right:0;
} .one_half, .one_half_last, .one_third, .one_third_last, .two_third, .two_third_last, .one_fourth, .one_fourth_last, .two_fourth, .two_fourth_last, .three_fourth, .three_fourth_last, .one_fifth, .one_fifth_last, .two_fifth, .two_fifth_last, .three_fifth, .three_fifth_last, .four_fifth, .four_fifth_last, .pricing_table .one_third, .pricing_table .one_fourth
{
width: 100%!important;
margin: 0 0 20px!important;
}
.footer_wrapper div:last-child{
margin-bottom: 0px!important;
}
.blog_single_img .isotope_gallery li{
width:49%!important;
margin-right:0.5%;
}
.caption p {
display: none;
}
.portfolio_fluid ul li{
width: 100%!important
}
}#slides {
position: relative;
}
#slides .slides-container {
display: none;
}
#slides .scrollable {
*zoom: 1;
position: relative;
top: 0;
left: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
}
#slides .scrollable:after {
content: "";
display: table;
clear: both;
}
.slides-navigation {
margin: -25px auto 0;
position: absolute;
top: 50%;
width: 100%;
z-index: 3;
}
.slides-navigation a {
background-color: rgba(0, 0, 0, 0.8) !important;
display: block;
height: 40px;
position: absolute;
width: 40px;
}
.slides-navigation a.prev {
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/prev.png);
background-position: center center;
background-repeat: no-repeat;
border-radius: 0;
left: 30px;
border-radius: 100%;
}
.slides-navigation a.next {
border-radius: 100%;
right: 30px;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/next.png);
background-repeat: no-repeat;
background-position: 7px center;
}
#box_layout .slides-navigation a.prev{
left: -65px;
}
#box_layout .slides-navigation a.next {
right: -150px;
}
.slides-pagination {
background-color: rgba(0,0,0,.6);
border-radius: 20px;
margin-top: -50px !important;
display: table;
left: 0;
line-height: 0;
margin: 0 auto;
padding: 8px 4px;
right: 0;
text-align: center;
top: auto;
z-index: 3;
width: auto!important;
float: none!important;
}
.slides-pagination a {
border: 2px solid #7d7d7d!important;
border-radius: 15px;
display: inline-block;
height: 10px;
margin: 0 7px;
overflow: hidden;
text-indent: -999px;
vertical-align: middle;
width: 10px;
}
.slides-pagination > a:after {
background-color: rgba(127,127,127, 0.4);
content: " ";
display: block;
height: 100%;
margin: 0 19px;
position: absolute;
top: 0;
width: 1px;
}
.slides-pagination a:last-child:after {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.slides-pagination a.current {
background: none repeat scroll 0 0 #1AB899;
border: 0 none;
padding: 2px;
border: none!important;
}
.slides-container .caption {
clear: both;
float: left;
left: 0;
margin: -45px auto 0;
position: absolute;
right: 0;
text-align: left;
top: 50%;
width: 80%;
z-index: 5;
}
.slides-container .caption h3{
border-bottom: medium none !important;
border-top: medium none !important;
color: #FFFFFF;
display: block;
font-size: 3.5em!important;
font-weight: bold;
line-height: 110%;
margin: 0 auto;
text-shadow: 1px 1px 0 #353535;
}
.slides-container .caption p {
font-size: 1.5em;
line-height: 110%;
margin-top: 5px;
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//luxedecorationhome.com/wp-content/themes/innova/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
height: inherit;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab, .owl-grab .image_gallery_slider a {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//luxedecorationhome.com/wp-content/themes/innova/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
} .main_slider_wrapper.container {
padding: 50px 0;
}
.page_owlslider .caption {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 50%;
margin-top: -45px;
width: 70%;
z-index: 5;
float: left;
clear: both;
}
.page_owlslider .caption h3.slide_title {
border-bottom: none!important;
border-top: none!important;
color: #FFFFFF;
display: block;
line-height: 110%;
margin: 0 auto;
text-shadow: 1px 1px 0 #353535;
font-weight: bold;
}
.page_owlslider .caption p {
font-size: 1.5em;
line-height: 110%;
margin-top: 5px;
}
.page_owlslider .owl-prev {
position: absolute;
top: 50%;
outline: 0;
width: 50px;
height: 50px;
z-index: 0;
margin-top: -35px;
border-radius: 100%;
color: #ffffff;
text-align: center;
line-height: 50px;
font-weight: bold;
font-size: 20px;
left: 10px;
}
.page_owlslider .owl-next{
top: 50%;
position: absolute;
right:10px;
}
.page_owlslider .owl-next {
border-radius: 100%;
line-height: 50px;
margin-top: -35px;
text-align: center;
font-weight: bold;
font-size: 20px;
width: 50px;
height: 50px;
}
.page_owlslider .owl-dots {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 15px;
}
.page_owlslider .owl-dot {
height: 13px;
width: 13px;
border-radius: 100%;
display: inline-block;
background-color: #000;
margin: 2px;
}
.page_owlslider .owl-dot.active{
height:15px;
width:15px;
} .testimonial_wrapper .owl-pagination .owl-page > span {
border: 3px solid #333;
border-radius: 100%;
display: inline-block;
height: 10px;
margin: 0 auto;
text-align: center;
width: 10px;
}
.testimonial_wrapper .owl-controls.clickable {
text-align: center;
margin-top: 15px;
}
.testimonial_wrapper .owl-page {
display: inline-block;
margin: 0px 2px 0 8px;
cursor: pointer;
}
.testimonial_wrapper .owl-page.active span {
border-color: #84bf4b;
}
.testimonial_wrapper .owl-controls{
display: block;!important;
}
.owl-loaded{
display: block;
} #gallery_widget_slider .owl-nav, .blog_post_wrapper .gllery_slider .owl-nav {
margin-top: -15px;
position: absolute;
top: 50%;
width: 100%;
}
#gallery_widget_slider .owl-prev, .blog_post_wrapper .gllery_slider .owl-prev {
left: 0px;
position: absolute;
border-radius: 0px 3px 3px 0px;
}
#gallery_widget_slider .owl-next, .blog_post_wrapper .gllery_slider .owl-next {
position: absolute;
right: 0px;
border-radius: 3px 0 0 3px;
}
.gallery_no_space .owl-next, .blog_post_wrapper .gllery_slider .owl-next{
right: 0!important;
}
.gallery_no_space .owl-prev, .blog_post_wrapper .gllery_slider .owl-prev {
left: 0!important;
}
#gallery_widget_slider .owl-prev::after, .blog_post_wrapper .gllery_slider .owl-prev::after {
content: "";
font-family: fontawesome;
font-size: 30px;
}
#gallery_widget_slider .owl-next::after, .blog_post_wrapper .gllery_slider .owl-next:after {
content: "";
font-family: fontawesome;
font-size: 30px;
}
#gallery_widget_slider .owl-next, #gallery_widget_slider .owl-prev, .blog_post_wrapper .gllery_slider .owl-prev, .blog_post_wrapper .gllery_slider .owl-next  {
height: 20px;
line-height: 20px;
padding: 10px 5px;
text-align: center;
width: 20px;
}
#gallery_widget_slider .owl-dot, .blog_post_wrapper .gllery_slider .owl-dot {
border: 2px solid #fff;
border-radius: 100%;
display: inline-flex;
height: 10px;
margin: 4px;
right: 0;
text-align: center;
top: 0;
width: 10px;
}
#gallery_widget_slider .owl-dots, .blog_post_wrapper .gllery_slider .owl-dots {
background: none repeat scroll 0 0 #333;
border-radius: 0 0 0 3px;
margin: 0px 5px 0 0;
padding: 5px 10px;
position: absolute;
right: 0;
top: -8px;
}
.gallery_no_space .owl-dots, .blog_post_wrapper .gllery_slider .owl-dots {
margin: 0px!important;
}
#gallery_widget_slider .owl-dot.active, .blog_post_wrapper .gllery_slider .owl-dot.active{
background: #fff;
}
#gallery_widget_slider .owl-dots::after, .blog_post_wrapper .gllery_slider .owl-dot::after {
border-color: transparent #333  transparent;
border-style: solid;
border-width: 4px;
content: "";
left: -8px;
position: absolute;
top: 0;
}.isotope-item {
}
.isotope-hidden.isotope-item {
pointer-events: none;
} .isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}  .isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
} #filter ul {
list-style: none outside none;
position:relative;
margin-left:0px;
margin-bottom:30px;
}
#filter ul li a	{
background-color: rgba(0, 0, 0, 0.1);
border-image: none;
color: #848484;
display: inline-block;
font-size: 14px;
padding: 6px 15px;
}
.filter .active:after{
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #26CCBE;
bottom: -5px;
height: 0;
left: 50%;
position: absolute;
width: 0;
margin-left:-5px;
content:"";
}
.filter ul li {
display: inline-block;
margin-right:5px;
}
.filter a {
display: block;
font-size: 12px;
}
.filter  .active {
background-color: #26CCBE;
border: 0 none !important;
border-radius: 2px 2px 2px 2px !important;
color: #FFFFFF;
position: relative;
} .portfolio_extra{
width:102%;
}
ul.portfolio_items{
margin-top:15px;
}
ul.portfolio_items  li, ul.porfolio_items li, #relatedposts li{
display:block;
margin-right:1.45%;
margin-bottom:1.45%;
padding: 0!important;
float: left;
}
.portfolio4  li, #relatedposts li {
width:23.38%;
display: inline-block;
}
.portfolio3  li {
width:31.6%;
}
.portfolio2   li {
width:48.25%;
}
.portfolio_sligleimg{
position:relative;
overflow:hidden;
}
.isotope-item:hover{
z-index:999;
}.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
height: inherit;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab, .owl-grab .image_gallery_slider a {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//luxedecorationhome.com/wp-content/themes/innova/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
} .main_slider_wrapper.container {
padding: 50px 0;
}
.page_owlslider .caption {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 50%;
margin-top: -45px;
width: 70%;
z-index: 5;
float: left;
clear: both;
}
.page_owlslider .caption h3.slide_title {
border-bottom: none!important;
border-top: none!important;
color: #FFFFFF;
display: block;
line-height: 110%;
margin: 0 auto;
text-shadow: 1px 1px 0 #353535;
font-weight: bold;
}
.page_owlslider .caption p {
font-size: 1.5em;
line-height: 110%;
margin-top: 5px;
}
.page_owlslider .owl-prev {
position: absolute;
top: 50%;
outline: 0;
width: 50px;
height: 50px;
z-index: 0;
margin-top: -35px;
border-radius: 100%;
color: #ffffff;
text-align: center;
line-height: 50px;
font-weight: bold;
font-size: 20px;
left: 10px;
}
.page_owlslider .owl-next{
top: 50%;
position: absolute;
right:10px;
}
.page_owlslider .owl-next {
border-radius: 100%;
line-height: 50px;
margin-top: -35px;
text-align: center;
font-weight: bold;
font-size: 20px;
width: 50px;
height: 50px;
}
.page_owlslider .owl-dots {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 15px;
}
.page_owlslider .owl-dot {
height: 13px;
width: 13px;
border-radius: 100%;
display: inline-block;
background-color: #000;
margin: 2px;
}
.page_owlslider .owl-dot.active{
height:15px;
width:15px;
} .testimonial_wrapper .owl-pagination .owl-page > span {
border: 3px solid #333;
border-radius: 100%;
display: inline-block;
height: 10px;
margin: 0 auto;
text-align: center;
width: 10px;
}
.testimonial_wrapper .owl-controls.clickable {
text-align: center;
margin-top: 15px;
}
.testimonial_wrapper .owl-page {
display: inline-block;
margin: 0px 2px 0 8px;
cursor: pointer;
}
.testimonial_wrapper .owl-page.active span {
border-color: #84bf4b;
}
.testimonial_wrapper .owl-controls{
display: block;!important;
}
.owl-loaded{
display: block;
} #gallery_widget_slider .owl-nav, .blog_post_wrapper .gllery_slider .owl-nav {
margin-top: -15px;
position: absolute;
top: 50%;
width: 100%;
}
#gallery_widget_slider .owl-prev, .blog_post_wrapper .gllery_slider .owl-prev {
left: 0px;
position: absolute;
border-radius: 0px 3px 3px 0px;
}
#gallery_widget_slider .owl-next, .blog_post_wrapper .gllery_slider .owl-next {
position: absolute;
right: 0px;
border-radius: 3px 0 0 3px;
}
.gallery_no_space .owl-next, .blog_post_wrapper .gllery_slider .owl-next{
right: 0!important;
}
.gallery_no_space .owl-prev, .blog_post_wrapper .gllery_slider .owl-prev {
left: 0!important;
}
#gallery_widget_slider .owl-prev::after, .blog_post_wrapper .gllery_slider .owl-prev::after {
content: "";
font-family: fontawesome;
font-size: 30px;
}
#gallery_widget_slider .owl-next::after, .blog_post_wrapper .gllery_slider .owl-next:after {
content: "";
font-family: fontawesome;
font-size: 30px;
}
#gallery_widget_slider .owl-next, #gallery_widget_slider .owl-prev, .blog_post_wrapper .gllery_slider .owl-prev, .blog_post_wrapper .gllery_slider .owl-next  {
height: 20px;
line-height: 20px;
padding: 10px 5px;
text-align: center;
width: 20px;
}
#gallery_widget_slider .owl-dot, .blog_post_wrapper .gllery_slider .owl-dot {
border: 2px solid #fff;
border-radius: 100%;
display: inline-flex;
height: 10px;
margin: 4px;
right: 0;
text-align: center;
top: 0;
width: 10px;
}
#gallery_widget_slider .owl-dots, .blog_post_wrapper .gllery_slider .owl-dots {
background: none repeat scroll 0 0 #333;
border-radius: 0 0 0 3px;
margin: 0px 5px 0 0;
padding: 5px 10px;
position: absolute;
right: 0;
top: -8px;
}
.gallery_no_space .owl-dots, .blog_post_wrapper .gllery_slider .owl-dots {
margin: 0px!important;
}
#gallery_widget_slider .owl-dot.active, .blog_post_wrapper .gllery_slider .owl-dot.active{
background: #fff;
}
#gallery_widget_slider .owl-dots::after, .blog_post_wrapper .gllery_slider .owl-dot::after {
border-color: transparent #333  transparent;
border-style: solid;
border-width: 4px;
content: "";
left: -8px;
position: absolute;
top: 0;
}
#box_layout{
display:block;
max-width:1160px;
width:95%;	
position:relative;
margin:0px auto!important;
}
.container, .woocommerce-page #woocommerce-conainer{
margin:0px  auto;
padding:0px 30px;
width:1100px;
position:relative;
display:block;
}
.container:after {
clear: both;
content: " ";
display: block;
height: 0;
}
#fluid_layout{
margin: 0 auto;
width:100%!important;
display:block;
overflow:hidden;
position:relative;
float:left;
clear:both;
}
#mid_container_wrapper{
width:100%;
float:left;
clear:both;
padding-bottom: 0px;
min-height:527px;
background-color: #ffffff;
}
#mid_container {
padding:50px 0px;
}
#video_wrapper{
height: 100%;
min-height: 100%;
}
#box_layout #mid_container_wrapper{
overflow: hidden;
}  .fullwidth{
width:100%;
float:left;
}
.home .fullwidth{
margin-bottom:0px!important;
}
.one_half{
width:48.10%;
float:left;
margin-right:3.80%;
}
.one_half_last{
width:48.10%;
float:right;
}
.one_third{
width:30.70%;
float:left;
margin-right:3.80%;
}
.one_third_last{
width:30.70%;
float:right;
}
.one_third_last:after{
clear:both;
}
.two_third{
width:65.40%;
float:left;
margin-right:3.80%;
}
.two_third_last{
width:65.20%;
float:right;
display: table-cell;
}
.one_fourth{
width:22.15%;
float:left;
margin-right:3.80%;
}
.one_fourth_last{
width:22.15%;
float:right;
}
.two_fourth{
width:48.10%;
float:left;
margin-right:3.80%;
}
.three_fourth{
width:74.05%;
float:left;
margin-right:3.80%;
}
.three_fourth_last{
width:74.05%;
float:right;
}
.one_fifth{
width:16.96%;
float:left;
margin-right:3.80%;
margin-bottom: 30px;
}
.one_fifth_last{
width:16.96%;
float:right;
margin-bottom: 30px;
}
.two_fifth{
width:33.92%;
float:left;
margin-right:3.80%;
margin-bottom: 30px;
}
.three_fifth{
width:58.48%;
float:left;
margin-right:3.80%;
margin-bottom: 30px;
}
.four_fifth{
width:79.240%;
float:left;
margin-right:3.80%;
margin-bottom: 30px;
}
.four_fifth_last{
width:79.240%;
float:right;
margin-bottom: 30px;
}
* html .clearfix {
} *:first-child+html .clearfix {
}  .clear{
clear:both;
display:block;
height:0px;
width:100%;
visibility:hidden;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.last{
margin-right:0px !important;
float:right !important;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;	
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
header, footer, aside, section, article, nav{
display:block;
}
iframe, object{
max-width: 100%;
}
img{
max-width:100%;
height:auto;
}
#mid_container img {
display: block;
height: auto;
max-width: 100%;
}
.clear {
clear: both;
display: block;
height: 0;
visibility: hidden;
width: 100%;
}
.description {
display:block;
overflow:hidden;
} a {
outline: none;
text-decoration:none;
}
a img {
border:none;
}
*|*:focus {
outline: none;
}
a:hover {
color:#ff6c00;
}
a, a:hover, a:visited, a:active {
border:none;
outline:none;
}
a:link, a {
color:#555555;
text-decoration:none;
} html{
min-height: 100%!important;
height: 100%!important;
}
body{
height: 100%!important;
-webkit-font-smoothing: antialiased;
font-family: arial;
color: #666;
background-color: #f1f1f1;
}
body, p {
font-size: 13px;
line-height: 24px;	
color:#737373;
line-height:24px!important;
}
.panel-last-child p:last-child {
margin-bottom: 0;
padding-bottom: 0;
} h1, h2, h3, h4, h5, h6{
color:#454545;
}
h1 {
font-size: 30px;
line-height: 42px;
margin-bottom: 7px;
}
h2 {
font-size: 22px;
line-height: 36px;
margin-bottom: 10px;
}
h3 {
font-size: 19px;
line-height: 34px;
margin-bottom: 7px;
}
h4 {
font-size: 18px;
line-height: 32px;
margin-bottom: 7px;
}
h5 {
font-size: 16px;
line-height: 26px;
margin-bottom: 7px;
}
h6 {
font-size: 14px;
line-height: 24px;
margin-bottom: 7px;
}
p {
padding-bottom:24px;
} table { 
border-collapse: separate; 
border-spacing: 0;
text-align:center;
border-top:1px solid rgba(127,127,127,.4);
border-left:1px solid rgba(127,127,127,.4);
width:100%;
margin-bottom: 20px;
}
caption, th, td { 
font-weight: normal;
padding:5px;
}
table, td, th {
vertical-align: middle;
}
th{
background-color:rgba(204,204,204,.2);
padding:10px;
font-weight:bold;
border-right:1px solid rgba(204,204,204,.4);
border-bottom:1px solid rgba(204,204,204,.4);
font-size:14px;
}
td{
padding:10px;
border-right:1px solid rgba(204,204,204,.4);
border-bottom:1px solid rgba(204,204,204,.4);
}
td span{
font-style:italic;
}
tr:nth-child(odd)    { background-color:rgba(204,204,204,.1); }
tr:nth-child(even)    { background-color:rgba(204,204,204,.2); } blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
blockquote{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #F2F2F2;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/blockquote.png);
background-position: 12px 30px;
background-repeat: no-repeat;
border-color: #E3E3E3 #E3E3E3 #E3E3E3 #ED4B1F;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 3px;
color: #777777;
font-size: 16px;
font-style: italic;
font-weight: normal;
line-height: 25px;
margin-bottom: 20px;
margin-top: 10px;
padding: 30px 58px;
}
blockquote.alignleft{
float:left;
width:250px;
}
blockquote.alignright{
float:right;
width:250px;
}
.shop_table tr:nth-child(2n+1){
}.shop_table tr:nth-child(odd){ 
background-color:rgba(204,204,204,.1);
}
.shop_table tr:nth-child(even){ 
background-color:rgba(204,204,204,.2);
} hr {
border: 1px solid #eee;
width: 100%;
color: #eee;
}
.hr{
width:100%;
display:block;
height:1px;
overflow:hidden;
opacity:.9;
border:none;
clear:both;
background-color:#eee;
}
hr.custom_hr{
background-color: rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
border-radius: 5px;
height: 10px;
width: 100%;
}
.vspace {
clear: both;
display: block;
height: 0;
width: 100%;
margin-bottom: 30px;
}
p:empty { display: none } .entry-content ul{
margin-left:25px;
}
ul {
list-style: circle;
margin: 0 0 18px 40px;
}
ol {
list-style: decimal;
margin: 0 0 18px 18px;
clear:both;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
} dl {
margin: 0 0 24px;
}
dt {
float: left;
}
.portfolio_fullwidth dd{
display: table;
margin-bottom: 1px;
padding: 5px 15px;
width: 37.2%; 
}
.portfolio_fullwidth dt{
padding: 5px 15px;
width: 45%;
}
.portfolio_aside dt {
padding: 5px 15px 5px 0px;
width: 45%;
}
.portfolio_aside dd {
display: table;
margin-bottom: 1px;
padding: 5px 15px;
width: 37.2%;
}
dd {
display: inline-table;
text-align: left;
}
strong {
font-weight: bold;
}
cite,
em,
i {
font-style: italic;
}
big {
font-size: 131.25%;
}
ins {
text-decoration: none;
}
pre {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%);
background: -webkit-linear-gradient(top, #ffffff 50%,#fafafa 50%);
background: -o-linear-gradient(top, #ffffff 50%,#fafafa 50%);
background: linear-gradient(top, #ffffff 50%,#fafafa 50%);
background-size: 42px 42px;
padding: 21px 15px 20px;
margin: 15px 0;
display: block;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
line-height: 21px !important;
border: 1px solid #e8e8e8;
color: #737373;
margin-bottom: 18px;
white-space: pre-wrap;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
sup,
sub {
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
textarea{
width: 100%!important;
}
input#s, input#searchsubmit{ }
input#searchsubmit{ }
input[type="text"],
textarea,
input
{ 
border:1px solid #EEEEEE
}
input[type="text"]:focus,
textarea:focus,
input:focus{ } #search_form, .widget_search{
width:100%;
margin-top: 10px;
}
#search_form input{
background-color: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(204, 204, 204, 0.5);
border-radius: 3px;
box-shadow: none;
color: #000000;
padding: 10px 15px;
width: 50%;
}
#search_form button{
background: rgba(0,0,0,.5);
border: 1px solid rgba(0,0,0,.5);
color: #FFFFFF;
cursor: pointer;
padding: 8px 20px;
border-radius: 3px;
}
#sidebar #search_form button {
background-color: rgba(127, 127, 127, 0.1);
border-color: rgba(127, 127, 127, 0.2);
color: #757575;
}
#sidebar #search_form input{
background-color: rgba(127, 127, 127, 0.1);
border-color: rgba(127, 127, 127, 0.2);
color: #757575;
} .alignright {
float: right;
margin: 0px 0 15px 20px;
width:auto;
}
.alignleft {
float: left;
margin: 0 20px 15px 0;
width: auto;
}
.aligncenter {
display:block;
margin:0px auto;
width:auto;
margin-bottom: 20px;
}
.alignnone {
width:auto!important;
}
.wp-caption{
}
.wp-caption img {
width: auto;
}
.wp-caption p.wp-caption-text {
margin: 0;
}
.wp-caption-text{}
.gallery-caption {}
a img {
border:none;
}
.search_post{
margin-bottom: 30px;
border-bottom: 1px solid #eee;
padding-bottom: 30px;
} 
.sticky{
background-color: #dddddd !important;
display: block;
overflow: hidden;
padding: 20px
}
#nav-below{
display: block;
}
a.post-edit-link{
overflow:hidden;
clear:both;
}
.meta_info a img{
display:block;
}
ul.blog_post{
margin:0;
margin-bottom:30px;
list-style:none;
}
.post_details span.comments{
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/comment.png)!important;
background-position: 10px 6px;
background-repeat: no-repeat;
border-right: medium none !important;
padding:0 10px 0 30px;
}
.blog_post_content a{
color:#fff;
}
.blog_post_content a.blog_icon{
text-align:center;
display:block;
}
.post-column{
padding:0.3%;
}
.blog_post_content{
padding:0 30px 30px;
color:#fff;
}
.post_details span,  .post_details span a{
color:#131313;
}
.post_format_icon{
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 100% 100% 100% 100%;
height: 100px;
margin: -50px auto 20px;
position: relative;
width: 100px;
}
.no-featured-image{
margin: 30px auto 20px;
}
.blog-border{
border:1px dashed rgba(255, 255, 255, 0.4);
}
.post-column {
width:31.1%;
display: inline-block;
margin-bottom: 1.35%;
margin-right: 1.35%;
}
.post_format_icon i{
color: #DB5640;
display: block;
font-size: 45px;
line-height: 100px;
text-align: center;
}
.post_details{
padding:3px 0 10px;
display:block;
}
#blog_post{
overflow: hideen;
display:block;
}
.meta_desc{
border-bottom: 1px solid rgba(127, 127, 127, 0.4);
border-top: 1px solid rgba(127, 127, 127, 0.4);
display: block;
padding: 10px 0;
}
.blog_date{
border-right:1px solid rgba(127, 127, 127, 0.4);
padding-right:20px;
text-align:center;
margin-top:18px;
}
.blog_date h3{
margin-bottom:0;
color:#363636;
}
.blog_date h4{
color:#8d8d8d;
text-transform: uppercase;
margin-bottom:0;
}
.blog_post h3 a{
color:#5a5a5a;
}
.blog_post a:hover{
color:#F54325;
}
.blog_post  .meta_desc span{
background-position:left center;
background-repeat:no-repeat;
padding:10px 6px;
}
.blog_post  .meta_desc span:first-child{
padding-left: 0;
}
.meta_desc a{
color:#6d6d6d;
}
.meta_desc i{
margin-right: 8px;
}
.blog_img{
margin-bottom:10px;
display:block;
}
.standard-blog{
background:none;
margin-bottom: 60px;
}
article.standard-blog:last-child{
margin-bottom: 0;
}
.standard-blog .description{
padding:0;
margin-bottom:25px;
} .commentlist .bypostauthor {}
#comments {	clear: both;}
#comments .navigation {
padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
font-weight: bold;
font-size: 20px;
margin-bottom: 0;
}
h3#comments-title {
padding: 24px 0;
}
h3#comments-title:after, #reply-title:after {
background-color: rgba(127, 127, 127, 0.5);
content: "";
display: inline-block;
height: 1px;
margin-left: 6px;
position: relative;
top: -5px;
width: 50px;
}
.commentlist {
list-style: none;
margin: 0;
}
.commentlist li.comment {
margin: 0 0 30px;
position: relative;
overflow:hidden;
}
.commentlist li .description {
margin: 0;
overflow: hidden;
position: relative;
}
.comment span.parent{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: rgba(127,127,127,.1);
border-color: rgba(127,127,127,.2);
border-image: none;
border-right: 1px solid rgba(127,127,127,.2);
border-style: solid;
border-width: 3px 1px 1px;
display: block;
overflow: hidden;
padding: 30px;
}
.comment-author.vcard {
float: left;
margin-right: 6px;
}
.commentlist li1.comment:before{
border-bottom: 10px solid transparent;
border-right: 10px solid rgba(127, 127, 127, 0.3);
border-top: 10px solid transparent;
content: "";
height: 0;
left: 85px;
position: absolute;
top: 25px;
width: 0;
z-index:99;
}
#comments .comment-body ul, #comments .comment-body ol {
margin-bottom: 18px;
}
ol.commentlist {
margin:0px;
padding:0px;
}
#entry-author-info{
background-color: #FAFAFA;
border: 1px solid #E3E3E3;
overflow: hidden;
padding: 30px;
border-top: 4px solid #e3e3e3;
margin-bottom: 30px;
}
#entry-author-info h4{
padding-bottom:0px;
color: #ed4b1f!important;
}
#author-link{
float:right;
font-style:italic;
}
.comment-author cite, .comment-author cite a {
color: #333;
font-size: 17px;
font-style: normal;
text-transform: uppercase;
}
.comment-body p{
padding-bottom: 0;
}
.comment-author .says {
font-style: italic;
}
.comment-meta {
font-size: 12px;
margin: 0 0 10px 0;
}
cite.fn{
text-align:left;
}
.comment-meta a:link, .comment-meta a:visited {
text-decoration: none;
}
.reply {
margin-top: 10px;
}
#mid_container_wrapper .commentmetadata a {
color:#8c8c8c!important;
}
.commentmetadata a:hover, a.comment-edit-link:hover, .reply a:hover {
color:#ed4b1f!important;
}
.commentlist .children {
list-style: none;
margin: 30px;
padding:0px;
}
.commentlist .children li {
border: medium none;
margin: 0 0 0 93px;
overflow: hidden;
padding: 0;
}
.commentlist .children li .children li {
border: none;
margin: 0;
margin: 20px 0 0 35px;
overflow:hidden;
}
.commentlist li:first-child ul {
margin-bottom: 15px;
}
.nopassword, .nocomments {
display: none;
}
#comments .pingback {
margin-bottom: 18px;
padding-bottom: 18px;
border-bottom: 1px solid #1d1d1d;
}
.commentlist li.comment+li.pingback {
margin-top: -6px;
}
#comments .pingback p {
color: #888;
font-size: 12px;
display:block;
margin: 0;
}
#comments .pingback .url {
font-style: italic;
font-size: 13px;
}
.comment-text P{
padding-bottom: 0px;
} input[type=submit] {
}
#respond {
margin: 40px 0 0px 0px;
overflow: hidden;
position: relative;
clear:both;
}
#respond p {
margin: 0;
}
#respond .comment-notes {
margin-bottom: 1em;
}
.form-allowed-tags {
line-height: 1em;
margin:5px 0!important;
}
.children #respond {
margin: 0 48px 0 0;
}
h3#reply-title {
margin: 18px 0;
}
#comments-list #respond {
margin: 0 0 18px 0;
}
#comments-list ul #respond {
margin: 0;
}
#cancel-comment-reply-link {
font-size: 12px;
font-weight: normal;
}
.reply a, #author-link a{
color: #838383!important;
}
.comment-author cite a:hover, .reply a:hover, #mid_container_wrapper .commentmetadata a:hover, #author-link a:hover{
color:#333!important;
}
#respond span{
color:red;
}
#respond textarea{
width:97.5%!important;
}
#respond input {
display:block;
}
#respond .one_half_last input {
width: 95% !important;
}
#respond p {
margin-bottom:0px!important;
}
#respond .form-allowed-tags {
color: #7B7979;
font-size: 12px;
line-height: 18px;
}
#respond .form-allowed-tags code {
font-size: 11px;
}
#respond .form-submit {
margin: 10px 0 0 0px;
}
#respond .form-submit{
padding-bottom: 0;
}
.avatar {
padding:3px;
border:1px solid rgba(127,127,127,.3);
width:auto;
}
#author-description p{
padding-bottom: 15px;
} .pagination{
clear:both;
font-weight:bold;
position: relative;
bottom:0px;
text-align:left;
bottom:0px;
width:auto;
float:left;
margin-top:30px;
clear: both;
}
#mid_container_wrapper .pagination a, #mid_container_wrapper .pagination a:link, #mid_container_wrapper .pagination a:visited {
background-color: #333;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/pagination_bg.png);
background-position: center center;
background-repeat: no-repeat;
color: #fff;
margin: 0 5px;
}
.pagination .current, .pagination  span a.current, ul.page-numbers .current {
background-color: #009900;
background-position: center center;
background-repeat: no-repeat;
color: #fff;
margin: 0 5px;
}
.pagination span, .pagination a {
border-radius: 100%;
display: inline-block;
font-size: 13px;
font-weight: normal;
height: 30px !important;
line-height: 30px;
text-align: center;
width: 30px;
}
.pagination .page-numbers > li {
display: inline;
list-style: none outside none !important;
margin: 0 !important;
}
.pagination .page-numbers {
margin: 0 !important;
}
.readmore {
padding: 6px 15px;
display: inline-block;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
} .readmore:hover {
opacity: .8;
} .porfolio_items  .readmore, #kaya_portfolio_widget_slider .readmore{
border-radius: 3px !important;
display: table;
margin: 20px 0 0;
padding: 5px 10px;
}
.promobox_content .readmore, .video_inner_text .readmore, #parallax_single_image .readmore{
margin-top: 35px;
z-index: 0!important;
}
.more-link, .dropcap .readmore{
display: table;
margin-top: 20px;
}
.readmore.blog_read_more {
display: table;
margin-top: 20px;
}
.widget_container{
height: auto;
margin-bottom: 40px;
overflow: hidden;
text-align: left;
width: 100%;
clear: both;
}
.widget_container > h3 {
margin-bottom: 15px;
letter-spacing: 2px;
text-transform: uppercase;
}
#sidebar  .widget_container{
width:100%;
}
.right_sidebar .page_sidebar {
border-left: 1px solid rgba(127, 127, 127, 0.2);
padding-left: 30px;
}
.left_sidebar .page_sidebar {
border-right: 1px solid rgba(127, 127, 127, 0.2);
padding-right: 30px;
}
.footer_widgets .widget_container{
margin-bottom:0px;
} 
.footer_widgets_first .widget_container{
border-left:none;
padding-left:0px;
}
footer .widget_container{
}
.footer_widgets_column {
position:relative;
}
#sidebar{
background-color: #FFFFFF;
border-radius: 8px;
display: block;
overflow: hidden;
box-shadow:inset 0 0 5px #cccccc;
-moz-box-shadow:inset 0 0 10px #cccccc;
padding: 30px;
}
#sidebar h3:after{
background-color: #333333;
content: " ";
display: inline-block;
height: 1px;
margin-bottom: 20px;
margin-left: 12px;
margin-top: 10px;
opacity: 0.2;
position: relative;
top: 14px;
width: 50px;
}
#sidebar h3{
margin-bottom: 15px;
} #sidebar .widget_calendar table{
width: 100%;
}
#calendar_wrap{
}
#sidebar .widget_calendar table caption{
background-color: #F54325;
color: #FFFFFF;
font-size: 20px;
font-weight: 400;
padding: 12px 0;
text-align: center;
}
.cal-blog{
background-color: #F54325;
}
#sidebar .widget_calendar table td{
padding: 8px 0;
}
#sidebar .widget_calendar table td a, #sidebar .widget_calendar table td a:visited{
}
#sidebar .widget_calendar table td a:hover{
color:#000;
text-decoration:none;
}
#sidebar .widget_calendar table th{
background-color:#dedede;
padding:5px;
}
.widget_container em{
display: block;
padding-bottom: 5px;
} .widget_pages ul.children{
margin-left:20px;
}
.widget_pages ul.children li:first-child {
border-top: 1px solid #E4DFD6;
margin-top: 10px;
padding-top: 10px;
}
*/ .widget_categoryposts ul li a, .widget_recent_comments ul li a,
.widget_taxpost ul li a, .widget_cat_post_testimonial ul li a,
.widget_popularposts ul li a, .widget_cat_post_news ul li a, .widget_portfolio_gallery ul li a, ul.portfolio_items li, ul.porfolio_items li, ul#widget_sudo_slider li, .widget_container #sudo_slider_wrapper ul li{
background: none!important;
padding-left: 0!important;
}
.page_sidebar .widget_popularposts ul li, .widget_recentposts ul li{
margin-bottom:20px!important;
}
.widget_title{
position: relative;
background-color: #ddd;
display:block;
height:3px;
margin-bottom:20px;
width:100px;
border-bottom:1px dotted #ddd;
}
.widget_container ul li{
background-repeat: no-repeat;
border-bottom: 1px solid rgba(127, 127, 127, 0.3);
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
}
.widget_container:last-child,
.widget_container ul, .widget_container ul li:last-child, .widget_categoryposts li:last-child
{
margin-bottom:0px!important;
border-bottom: 0 none;
padding-bottom:0;
}
.widget_container ul{
margin-left:0px;
}
.widget_taxpost li a img{
float:left;
display:block;
margin-right:20px;
margin-bottom:4px;
}
.taxpost_content{
display:block;
overflow:hidden;
}
.widget_text p{
margin-bottom:0px;
}
.footer_widgets_column  .widget_text{
margin-bottom:30px;
}
.footer_widgets_column  .widget_text:last-child, .textwidget p:last-child{
margin-bottom:0px!important;
padding-bottom: 0px;
} .widget_tag_cloud .tagcloud a {
background-color:rgba(127,127,127,.15);
display: block;
float: left;
font-size: 14px !important;
margin-bottom: 5px;
margin-right: 5px;
overflow: hidden;
padding:6px 15px;
border-radius: 2px;
}
#sidebar  .widget_tag_cloud .tagcloud a{
border: 1px solid #ededed;
}
.widget_tag_cloud .tagcloud a:hover{
color:#F75454;
border-radius:3px;
}
.tagcloud{
float: left;
}
.widget_tag_cloud .tagcloud a:hover{
background-color:rgba(127,127,127,.5);
}
.widget_portfolio_gallery ul li{
width:70px;
height:70px;
display:inline;
border:none!important;
margin:0px!important;
padding:0px!important;
}
.widget_portfolio_gallery ul li a{
display: inline-block;
float:left;
width:70px;
height:70px;
margin-bottom:10px;
margin-right:10px;
}
.widget_container ul li  span{
font-size:13px;
} #sidebar .sub-menu{
border-top: 1px solid rgba(127, 127, 127, 0.1) !important;
margin-left: 14px;
margin-top: 10px;
padding-top: 10px;
}
#sidebar > ul.menu > li:last-child {
border-bottom:0px solid rgba(127, 127, 127, 0.1) !important;
}
#sidebar ul.menu {
width:100%;
}
#sidebar .dropcap_bg{
float: left;
margin-bottom: 15px;
margin-right: 15px;
}
#sidebar .description{
text-align: left;
} span.post-date{
display: block;
}
.widget_recent_comments #recentcomments li{
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.10);
padding: 15px !important;
border-bottom: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
background: none repeat scroll 0 0 #333;
border: 0 none !important;
margin-right: 3px;
padding-bottom: 0 !important;
border-radius: 100%;
}
.woocommerce .page-numbers.current {
height: 15px !important;
line-height: 15px !important;
width: 15px !important;
}
.page-numbers > li a {
color: #fff !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
border: 0px;
}
.shopping_cart_icon .header_cart_items {
background:#1e1e1e;
margin: 0 !important;
padding: 15px;
position: absolute;
right: 0;
top: 65px;
display: none;
}
.single-product-image #wrap{
z-index: 9!important;
}
.shopping_cart_icon .widget_shopping_cart .cart_list {
left: auto;
position: relative !important;
top: 0 !important;
width: 240px;
}
.shopping_cart_icon {
color: #FFFFFF;
font-size: 24px!important;
position: relative;
z-index: 9999999;
}
.cart_list_items li {
clear: both;
}
.shop_cart_icon {
padding: 20px;
position: absolute;
right: 0;
top: 0;
}
.header_cart_items  img {
display: block;
height: 65px !important;
width: 65px !important;
float: left!important;
margin-top: 0!important;
}
.header_cart_items ul li  a, .header_cart_items ul li  a:visited{
color: #FFFFFF!important;
font-size: 18px;
font-weight: normal!important;
}
.header_cart_items span.quantity{
font-size: 14px!important;
}
.header_cart_items ul li a, .shop_cart_icon span{
font-size: 16px;
font-weight: normal;
}
.header_cart_items ul li  a:hover{
opacity: .5;
}
.shopping_cart_icon .total {
border-top: 0 none !important;
color: #FFFFFF;
display: inline-block !important;
font-size: 20px !important;
margin: 0px 0 10px 0;
}
.header_cart_items .product_list_widget li {
border-bottom: 1px solid rgba(204, 204, 204, 0.2);
clear: both;
margin-bottom: 15px !important;
padding-bottom: 15px !important;
}
.header_cart_items .product_list_widget li:last-child {
margin-bottom: 0!important;
border-bottom: 0 none;
}
.shop_cart_icon a{
color: #FFFFFF!important;
}
.header_cart_items .button.wc-forward{
font-weight: normal;
border: 0;
font-size: 14px;
text-shadow: 0 0;
}
.button.primary-button, .button.seconadry-button, .product-quantity input{
border: 0!important;
} .woocommerce ul{
margin-left: 0!important;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.2);
color: inherit;
padding: 8px 5px;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
padding: 10px 20px;
}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before{
content: initial!important;
}
p.buttons .button.wc-forward:after{
content: initial;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th{
border-top:0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce #payment, .woocommerce-page #payment{
background: rgba(127, 127, 127, 0.2);
text-shadow:none;
box-shadow: none;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
border-top: 1px solid rgba(127, 127, 127, 0.1)!important;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods{
border-bottom: 1px solid rgba(127, 127, 127, 0.1);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1); 
}
.meta:last-child, .comment-text p:last-child, p.meta  {
padding-bottom: 0 !important;
}
.chosen-container-single .chosen-single {   
border: 1px solid rgba(127, 127, 127, 0.1);
background: none;
}
.chosen-container .chosen-drop {
background: rgba(127, 127, 127, 0.95);
border-color: -moz-use-text-color rgba(204, 204, 204, 0.3) rgba(204, 204, 204, 0.3);
color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background-image: linear-gradient(rgba(204, 204, 204, 0.3) 20%, rgba(204, 204, 204, 0.4) 80%);
border: 1px solid rgba(204, 204, 204, 0.3);
box-shadow: 0 1px 0 rgba(204, 204, 204, 0.3) inset;
}
.chosen-container-single .chosen-search input[type="text"], .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
}
.chosen-container .chosen-results li.no-results , .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box{
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1) !important;
box-shadow: none !important;
font-weight: normal;
text-shadow: 0 0;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
border-color: transparent transparent rgba(127, 127, 127, 0.1);
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
margin-top: 10px;
margin-bottom: 20px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
float: left;
height: 60px;
width: 60px;
}
.comment-form-rating {
padding-bottom: 10px;
}
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input{
padding:10px 20px!important;
}
#review_form input {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.2) !important;
}
.chosen-container-single .chosen-single span{
color: rgba(127,127,127,1)!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea{
background: rgba(127,127,127,0.1)!important;
border:1px solid rgba(127,127,127,0.1);
padding:8px;
color: inherit!important;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text{
border: none;
padding: 7px 15px;
}
.shipping-calculator-form .button{
width: auto!important;
}
.screen-reader-text{
display: none;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del{
font-size: inherit;
}
p.demo_store {
background:none;
color: #666;
border: none;
text-align: left;
top: 0!important;
left: 30px;
width:50%;
z-index: 99998;
box-shadow: none;
} .product_list_widget{
margin-left: 0px!important;
list-style: none;
}
.product_list_widget li a img{
float: left;
margin-right: 20px;
}
.product_list_widget li{
display: block;
width: 100%;
float: left; 
}
.product_list_widget li a{
display: block;  
} .woocommerce.widget_container ul li {
background-image: none;
margin-bottom: 15px;
padding-bottom: 15px !important;
padding-left: inherit !important;
padding-top: 0 !important;
} .widget_product_search input#searchsubmit {
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/search_button.png)!important;
background-position: center center !important;
background-repeat: no-repeat !important;
text-indent: -99px;
} .shop-product-items li{
padding:0!important;
margin-bottom: 30px!important;
overflow: hidden;
}
.shop-product-items li a img{
margin:0!important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
transition: all 0s ease 0s;
}
.shop-produt-image {
display: block;
position: relative;
overflow: hidden;
}
.product-cart-button{
display: table;
position: absolute;
right: -50px;
text-align: center;
bottom: 0;
}
.shop-produt-image{
background: #000;
}
.shop-product-details {
text-align: left;
margin-top: 15px;
}
.shop-product-details h6 {
color: #5e605f!important;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .related-product-slider .shop-products span del .amount{
color: rgba(145, 145, 145, 0.5) !important;
font-size: 13px !important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .related-product-slider .shop-products span .amount{
font-size: 18px;
font-weight: 600;
text-align: left;
color: #bf1952;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins{
color:#bf1952;
}
.woocommerce .summary .price {
color: #ccc;
font-size: 30px !important;
line-height: 30px !important;
margin-top: 20px;
}
.product-cart-button a.button, .product-cart-button button.button { 
background-color: none !important;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/cart_icon.png) !important;
background-position: center center !important;
background-repeat: no-repeat !important;
border: 0 solid #000000 !important;
box-shadow: none!important;
display: inline-block !important;
height: 40px;
padding: 0 !important;
text-indent: -989999px;
width: 45px;
border-radius: 0 !important;
bottom: 1px;
position: initial;
}
.added_to_cart{
display: none!important;
}
.woocommerce .add_to_cart_button.added{
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/cart_add.png) !important;
background-position: center center !important;
background-repeat: no-repeat !important;   
}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before {
content: inherit!important;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/cart_add.png) !important;
background-position: center center !important;
background-repeat: no-repeat !important;
border: 0 solid #000000 !important;
box-shadow: none!important;
display: inline-block !important;
height: 30px;
padding: 0 !important;
text-indent: -989999px;
width: 30px;
border-radius: 0 !important;
bottom: 1px;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
}
.single_add_to_cart_button.button.alt {
border: medium none !important;
border-radius: 3px !important;
color: white;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 8px 12px;
text-transform: uppercase;
}
.added_to_cart.wc-forward {
margin: 0 !important;
padding: 0 !important;
transition:0s!important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
border-top: 0;
}
.woocommerce .quantity .minus:hover, .woocommerce .quantity .minus:active, .woocommerce .quantity .plus:hover, .woocommerce .quantity .plus:active, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .minus:active, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .plus:active  {
text-shadow: none !important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
color: inherit!important;
font-family: inherit;
font-size: 16px;
font-weight: 400;
height: 18px;
line-height: 1.42857;
padding: 10px 0;
text-align: center;
width: 80px;
border: none;
box-shadow: none !important;
background:  none repeat scroll 0 0 rgba(127,127,127,0.2)!important;
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity{
width: 80px;
}
.woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
background:#000 !important;
border: medium none;
box-shadow: none;
color: #fff;
font-size: 14px;
height: 18px;
}
.woocommerce a.wc-forward:after, .woocommerce-page a.wc-forward:after {
color: #ffffff;
font-size: 13px;
line-height: 1.42857;
margin-left: 6px;
vertical-align: bottom;
}
.rtl .woocommerce a.wc-forward:after, .rtl .woocommerce-page a.wc-forward:after {
margin-left: inherit;
margin-right: 6px;
}
.cart-sussess-message{
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
margin-bottom: 15px;
padding: 15px 20px;
}
.cart-sussess-message a {
margin-right: 15px !important;
}
.woocommerce-cart-info {
background-color: #b8deff;
border-radius: 3px;
color: #333;
margin-bottom: 15px;
padding: 10px 15px;
}
.woocommerce-cart-error {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
list-style: none outside none !important;
padding: 10px 15px;
}
.woocommerce-cart-info a:hover{
opacity: 0.8!important;
}
.woocommerce a.button.alt, .woocommerce .cart-sussess-message a.button, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button.alt, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward {
border: none;
border-radius: 3px;
box-shadow: none!important;
text-shadow: none!important;
display: inline-block;
font-size: 13px;
font-weight:normal;
line-height: 1.42857;
padding: 10px 12px;
transition: all 0.5s ease 0s;
}
.woocommerce a.button.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button:active, .woocommerce a.button:hover, .woocommerce button.button:active, .woocommerce button.button:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce input.button:active, .woocommerce input.button:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:active, .woocommerce #content input.button:hover, .woocommerce-page a.button.alt:active, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:active, .woocommerce-page a.button:hover, .woocommerce-page button.button:active, .woocommerce-page button.button:hover, .woocommerce-page button.button.alt:active, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button:active, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:active, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:active, .woocommerce-page #content input.button:hover {
background: none repeat scroll 0 0 #ff0000;
}
.woocommerce a.button.alt.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce button.button.alt.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading, .woocommerce-page a.button.alt.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page button.button.alt.loading, .woocommerce-page input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading {
background: none repeat scroll 0 0 #009bcb;
color: #fff;
}
.star-rating{
color: #ff0000;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before{
color: rgba(204, 204, 204, 0.5);
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
background: none repeat scroll 0 0 #d43a72;
border-radius: 0;
box-shadow: none;
color: #ffffff;
display: table;
font-size: 10px;
height: auto;
left: auto;
letter-spacing: 1px;
line-height: normal;
min-height: initial;
min-width: initial;
padding: 10px;
position: absolute;
left: 0px;
text-shadow: none;
text-transform: uppercase;
top: 15px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
width: auto;
z-index: 99;
}
.woocommerce span.onsale .label-sale, .woocommerce-page span.onsale .label-sale {
display: table-cell;
position: relative;
vertical-align: middle;
}
.single-product-image {
position: relative;
} .woocommerce-tabs{
margin-bottom: 30px;
}
.woo-tab-content {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
padding: 30px;
border-top: 0;
}
.tabs.single-product-tabs {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1);
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
text-shadow:none!important;
}
.single-product-tabs .active, .single-product-tabs li:hover {
background: none repeat scroll 0 0 #ff0000 !important;
border-radius: 0 !important;
border: none!important;
color: #ffffff;
}
.single-product-tabs .active a, .single-product-tabs li:hover a {
color:#ffffff!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
border:none!important;
margin-right:2px; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
content: initial!important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
border: none!important;
border-radius: 0!important;
border: none!important;
box-shadow: none!important;
padding:0px!important;
}
.single-product-tabs li a {
display: inline-block;
font-weight: normal !important;
padding: 8px 15px !important;
text-shadow: none !important;
}
#tab-description > p:last-child {
padding-bottom: 0 !important;
}
.woo-tab-content .panel{
margin-bottom: 0!important;
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.08) !important;
height: 75px;
} .woocommerce .product .variations select {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.2);
border: 1px solid rgba(127, 127, 127, 0.2);
border-radius: 4px;
color: inherit;
display: block;
font-size: 14px;
margin-bottom: 15px;
margin-top: 0;
padding: 6px 12px;
}
table.variations tr {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.single_variation {
font-size: 16px !important;
margin: 24px 0;
}
.variations_form td {
border-left: 0 none!important;
}
.label {
display: inline;
font-weight: normal;
line-height:4;
}
td.label, td.value {
border: none;
vertical-align: middle!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
margin-bottom: 35px!important;
} .related.products > h2, .upsells.products > h2, #order_review_heading {
border-bottom: 2px solid rgba(127, 127, 127, 0.3);
color: #ffffff;
margin-bottom: 15px;
padding-bottom: 15px;
position: relative;
display: table;
}
.related.products > h2:after, .upsells.products > h2:after, #order_review_heading:after {
background: none repeat scroll 0 0 #bf1956;
bottom: -3px;
content: "";
display: block;
height: 5px;
left: 0;
position: absolute;
width: 50px;
}
.related.products li {
float: left !important;
width: 29.5% !important;
}
.related-product-slider .shop-products {
margin: 5px;
}
.upsells.products ul {
width: 101%;
}
.upsells.products ul li {
float: left;
margin-right: 1.5% !important;
width: 31.5% !important;
} .shop_table.cart th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
font-weight: bold;
text-align: center;
}
.shop_table.cart tr, .order_review tr {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}
.woocommerce table.cart tbody td {
border-top: 0!important;
text-align: center;
}
.shop_table.cart td {
padding-bottom: 20px !important;
padding-top: 20px !important;
}
#coupon_code {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1) !important;
border: 1px solid rgba(127, 127, 127, 0.2);
box-shadow: none;
padding: 8px 15px;
width: 140px;
color: inherit!important;
}
#order_review tr, #order_review td, #order_review th, .order_details td , .order_details th, .order_details tr, .order_details tfoot tr {
background: none!important;
}
#order_review tfoot td, #order_review tfoot th, #order_review  .shop_table, .order_details tfoot td, .order_details tfoot th, table.order_details{
border: none!important;
}
.shop_table  tfoot th{
text-align:right;
}
.product-remove a.remove {
border: 1px solid #ccc;
margin: 0px auto;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{
border-top:0;
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img{
margin: 0px auto;
}
.product-remove a.remove:hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border-color: #ff0000;
}
#customer_details {
margin-bottom: 30px;
}
.woocommerce td span {
font-style: normal;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd{
float: none!important;
} .cart_totals  {
float: left !important;
width: 48% !important;
}
.shipping_calculator{
float: right!important;
width: 50%!important;
}
.cart_totals h2{
text-align: left;
}
.cart_totals th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
font-weight: normal;
padding-bottom: 15px !important;
padding-top: 15px !important;
}
.cart_totals td {
border: medium none;
line-height: 100%;
vertical-align: middle!important;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
background: none repeat scroll 0 0 rgba(127, 127, 127, 0.1);
border: 1px solid rgba(127, 127, 127, 0.1) !important;
color: inherit;
padding: 6px 8px;
width: 100%
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea{
color: inherit!important;
} .order_details li {
list-style: none outside none !important;
} .my_account_orders tr {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.my_account_orders th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
padding: 10px !important;
} .widget_shopping_cart_content  .variation-Color > p {
padding-bottom: 0;
}
.widget_shopping_cart_content dl.variation {
padding: 0 !important;
} .cloud-zoom-lens {
border: 0px solid #888;
margin:-4px;
background-color:#fff;
cursor:move;
}
.cloud-zoom-title {
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;
font-weight:bold;
font-size:10px;
top:0px;
}
.cloud-zoom-big {
border:2px solid #ccc;
overflow:hidden;
}
.cloud-zoom-loading {
color:white;
background:#222;
padding:3px;
border:1px solid #000;
} .summary .product_meta {
margin-top: 15px;
}
#yith-wcwl-popup-message {
display: none!important;
} .page-template-default .two_third_last, .page-template-templatestemplate-left-sidebar-php .two_third_last
{
margin-bottom: 0;
}
#box_layout .my-full-stretched-class .siteorigin-panels-stretch{
margin: 0px!important;
}
#box_layout .my-full-stretched-class{
margin-left: -30px;
margin-right: -30px;
}
.header_top{
padding: 5px 0px;
border-bottom: 1px solid rgba(204,204,204, .2);
}
.header_top_left{
text-align: left;
line-height: 37px;
}
.header_top_right{
text-align: right;
line-height: 37px;
}
.header_top_left h3{
margin-bottom: 0px;
margin-top: 6px;
}
.header_right_section  i{
background: #f44336;
padding:10px;
border-radius: 3px;
color:#fff;
float:left;
margin: 0px 10px;
} .sticky_header.sticky_header_style {
background-color: #fff;
}
#header_wrapper{
clear: both;
width: 100%;
z-index: 1;
position:relative;
padding: 2.5% 0
margin-top:0px !important; }
#header_wrapper .container{
padding: 0 !important;
z-index: 1;
}
.header_left_section{
float: left;
}
.logo {
line-height: 100%;
padding: 0;
display: block;
}
.header_right_section {
float: right; position: absolute;
right: 0;
}
.submitsearch{
visibility:hidden;
}
.header_right_section h3 strong{
color:#5E8F17;
font-weight: bold;
}
.header_right_section h3{
font-weight: bold;
font-size: 25px;
}
.phone_info {
margin-right: 30px;
}
.phone_info i {
background-color: #009CEA;
border-radius: 1px;
box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.2) inset;
color: #FFFFFF;
margin-right: 10px;
padding: 5px;
}
.mail_info i {
background-color: #7cbb00;
border-radius: 1px;
box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.2) inset;
color: #FFFFFF;
margin-right: 10px;
padding: 5px;
} .footer_wrapper{
position:relative;
z-index:1;
}
footer{
background-color: #2b2b2b!important;
color:#fff;
}
#box_layout footer{
border-radius: 0px 0px 12px 12px;
box-shadow: 0 5px 0px rgba(0, 0, 0, 0.13);
}
footer p,footer h3, footer a{
color:#fff;
}
footer .container{
padding:0px 0px!important;
}
.footer_widgets {
overflow: hidden;
padding:50px 0px!important;
}
.footer_social_icons{
float:right;
}
.footer_social_icons .alignleft{
margin-bottom: 0px;
}
#footer_bottom{
display: block;
padding-top: 20px;
padding-bottom: 20px!important;
}
#footer_bottom ul{
margin: 0px!important;
}
.footer_right_content{
text-align: right;
}
.footer_right_content .menu-footer{
float: right;
}
#footer_bottom .container .fullwidth{
text-align: center;
}
footer ul{
margin:0
}
footer li {
font-style: normal;
padding: 8px 16px 8px 0;
text-decoration: none;
}
footer a:visted, footer a:link, footer a:link{
color:#fff;
}
#footer_bottom .copyrights{
padding-top: 10px;
}
.menu-footer select{
display: none!important;
}
#menu-footer > li.current-menu-item > a, .menu-footer > li.current-menu-item > a{
color:#fff;
background:none!important;
}
.menu-footer > li.current-menu-item > a, .menu-footer > li.current_page_item > a, .menu-footer> ul > li:hover > a{
color:#fff;
background:none!important;
}
.menu-footer ul{
list-style: none!important;
margin-left: 0px;
}
.menu-footer ul li {
display: inline-block;
}
.menu-footer > ul > li > a {
color: #FFFFFF;
display: block;
padding:5px 10px;
text-decoration: none;
} .footer_social_icons a{
display: inline-block;
float: left;
margin-left: 20px !important;
text-align: center;
font-size: 16px;
}
a.footer_social_icons:hover {
cursor:pointer;
}
.slider_below_content_img{
height: 100%;
opacity: 0.1;
position: absolute;
width: 100%;    background-attachment:fixed!important;
background-size:cover!important;
-webkit-transform:translate3d(0,0,0);
} .single_img_parallex_inner_text{
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: 0px auto;
text-align: center;
display: block;
top: 50%;
margin-top: -40px;
}
.single_img_parallex_inner_text h2{
color: #FFFFFF;
font-size: 5em;
line-height: 110%;
font-weight: bold;
text-shadow: 1px 1px 0 #353535;
}
.single_img_parallex_inner_text  p.description{
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
border-top: 1px solid rgba(255, 255, 255, 0.5);
color: #FFFFFF;
display: table;
font-size: 2em;
line-height: 100%;
margin: 0 auto;
padding: 12px;
} #parallax_single_image{
background-size: cover!important;
background-repeat: no-repeat!important;
position: relative;
background-color: #DAD5D2!important;
}
#parallax_single_image{
height:500px!important;
} .sub_header_wrapper {
background-color: #EEEEEE;
background-position: center bottom;
background-repeat: repeat-x;
position: relative;
width: 100%;
z-index: 0;
}
.sub_header_wrapper .container{
padding: 20px 0 !important;
}
.sub_header {
overflow: hidden;
}
.sub_header h2{
color: #363636;
display: inline-block;
letter-spacing: 1px;
margin-bottom: 0;
text-transform: uppercase;
}
.sub_header_wrapper p{
margin-bottom: 0;
padding-bottom: 0;
opacity: 0.7;
}
.sub_header.container > p:before {
content: "";
display: block;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
width: 200px;
} #contact-form{
position: relative;
z-index: 1;
}
#contact-form input, #contact-form textarea,  #commentform input , #commentform textarea {
color: #555555;
width: 100%;
padding:10px 6px;   
}
#contact-form textarea:focus, #contact-form input:focus, #commentform input:focus , #commentform textarea:focus {
border: 1px solid #ccc;
}
#contact-form p #submit, #commentform #submit  {
color: #ffffff !important;
cursor: pointer;
padding: 10px 15px!important;
width: auto !important;
-webkit-appearance: none;
-webkit-border-radius:0
}
input[type="text"], textarea, input{
background-color: rgba(127, 127, 127, 0.1);
padding: 8px;
}
#contact-form p input#submit:hover{
color:#fff;
}
#contact-form label {
float: left;
width:70px;
padding-top: 1px;
font-size:13px;
color:#333333;
}
#response {
color:#006633;
margin-bottom: 30px;
}
#contact-form #contact_submit, #contact-form #reset {
padding: 10px 20px;
width: auto !important;
}
#google_code{
margin-bottom:50px;
}
.footer_wrapper .one_half, .footer_wrapper .one_half_last, .footer_wrapper .one_third, .footer_wrapper .one_third_last, .footer_wrapper .two_third, .footer_wrapper .two_third_last, .footer_wrapper .one_fourth, .footer_wrapper .one_fourth_last,.footer_wrapper .two_fourth, .footer_wrapper .two_fourth_last, .footer_wrapper .three_fourth, .footer_wrapper .three_fourth_last, .footer_wrapper .one_fifth, .footer_wrapper .one_fifth_last, .footer_wrapper .two_fifth, .footer_wrapper .two_fifth_last, .footer_wrapper .three_fifth, .footer_wrapper .three_fifth_last, .footer_wrapper .four_fifth, .footer_wrapper .four_fifth_last, .footer_wrapper .pricing_table .one_third, .footer_wrapper .pricing_table .one_fourth, .sub_header_wrapper .two_third, .sub_header_wrapper .one_third_last,.container_fluid .one_half, .container_fluid .one_half_last, .container_fluid .one_third, .container_fluid .one_third_last, .container_fluid, .container_fluid .two_third, .container_fluid .two_third_last, .container_fluid .one_fourth, .container_fluid .one_fourth_last,.container_fluid .two_fourth, .container_fluid .two_fourth_last, .container_fluid .three_fourth, .container_fluid .three_fourth_last, .container_fluid .one_fifth, .container_fluid .one_fifth_last, .two_fifth, .container_fluid .two_fifth_last, .container_fluid .three_fifth, .container_fluid .three_fifth_last, .container_fluid .four_fifth, .container_fluid .four_fifth_last,.container_boxed .one_half, .container_boxed .one_half_last, .container_boxed .one_third,  .container_boxed .one_third_last,  .container_boxed .two_third, .container_boxed .two_third_last, .container_boxed .one_fourth, .container_boxed .one_fourth_last,.container_boxed .two_fourth, .container_boxed .two_fourth_last, .container_boxed .three_fourth, .container_boxed .three_fourth_last, .container_boxed .one_fifth, .container_boxed .one_fifth_last, .two_fifth, .container_boxed .two_fifth_last, .container_boxed .three_fifth, .container_boxed .three_fifth_last, .container_boxed .four_fifth, .container_boxed .four_fifth_last, #top_sec .two_third,#top_sec .one_third_last, #footer_bottom .one_half, #footer_bottom .one_half_last
{
margin-bottom:0px;
}
.contact_home{
background-color: #333333;
border-radius: 100%;
color: #FFFFFF;
float: left;
font-size: 20px;
height: 30px;
line-height: 30px !important;
padding: 9px;
text-align: center;
width: 30px
} .scroll_top{
bottom: 41px;
display: none;
opacity: 1;
position: fixed;
right: 50px;
z-index:999;
}
.scroll_top i{
background-color: #000000;
border-radius: 100%;
color: #FFFFFF;
font-size: 16px;
height: 16px;
padding: 15px;
text-align: center;
width: 16px;
}
.nicescroll-rails{    
background-color: #2C2C2C;
z-index: 9999 !important;
} .gallery br{
display: none;
}
.gallery dl, .gallery dt{
margin: 0px;
padding: 0px;
}
.gallery a img{
float: left; 
}
.gallery dt {
margin-bottom: 1px;
margin-right: 1px;
max-width: 99.6%;
}
.gallery-columns-0 .gallery-item {
width: 100%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.30%;
}
.gallery-columns-4 .gallery-item {
width: 24.9%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.4%;
}
.gallery-columns-9 .gallery-item {
width: 11.0%;
}
.gallery-caption{
padding: 5px 10px;
margin-bottom: auto;
width: 94.2%;
bottom: 0;
z-index: 999!important;
text-align: center;
display: block;
}
.gallery-caption:before {
border-bottom: 8px solid #FFFFFF;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px solid rgba(0, 0, 0, 0);
bottom: 27px;
content: " ";
left: 50%;
margin-left: -5px;
position: absolute;
}
.header_right_section div{
float:left;
margin-right:20px;
}
.header_right_section i{
padding:10px;
border-radius: 3px;
float:left;
}
.header_right_section p{
padding-bottom: 0px;
margin-top: -6px;
text-align: left;
}
.header_right_section h4{
margin-right: 5px;
font-size: 18px;
}
.header_right_section span{
float:right;
margin-left: 13px;
}
#myservice .description h3{
text-align:left;
}
#myservice .description p{
margin-bottom:15px;
padding-bottom: 0px;
color:#fff;
font-size:18px;
text-align:left;
}
form.cart{
display:none;
}
.container, .woocommerce-page #woocommerce-conainer { }
.nav_wrap {
background-color: #18235f !important;
} .menu > ul > li > a {
background-color: #947950 !important;
}
.page_owlslider .owl-prev {
background-color: #947950 !important;
color: #ffffff!important;
}
footer a {
color: #947950!important;
} @font-face {
font-family: 'Conv_BSRUBANSOMDEJ-Regular';
src: url(//luxedecorationhome.com/wp-content/themes/fonts/BSRUBANSOMDEJ-Regular.eot);
src: local('☺'), 
url(//luxedecorationhome.com/wp-content/themes/fonts/BSRUBANSOMDEJ-Regular.woff) format('woff'),
url(//luxedecorationhome.com/wp-content/themes/fonts/BSRUBANSOMDEJ-Regular.ttf) format('truetype'), 
url(//luxedecorationhome.com/wp-content/themes/fonts/BSRUBANSOMDEJ-Regular.svg) format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Conv_BSRUBANSOMDEJ-Regular' !important;
}
span.price , p.price{
display:none !important;
}
#firstlinehome{
text-align:center;
}
.owl-controls{
position:absolute;
z-index:99;
top:30%;
width:100%;
color: #fff;
font-size: 44px;
}
.owl-prev{
padding-left:5px;
}
.owl-next{
padding-right:5px;
text-align:right;
margin-top: -50px;
}
.testimonial_wrapper .owl-controls{
display: block !important;
}
.testimonial_wrapper .owl-controls .owl-prev{
margin-left:-55px;
}
.testimonial_wrapper .owl-controls .owl-next{
margin-right:-55px;
}
.page-id-2654 p {
padding-bottom: 24px;
}
#contactmap iframe{
height:500px;
}
@media (max-width: 1023px){
.nav_wrap{
display:none;
}
}
.standard-blog {
background: none;
margin-bottom: 60px;
width: 45%;
float: left;
margin-right: 30px;
}
.nav_wrap nav{
margin-left:50px;
}
.blocksearchmenu{
position:absolute;
right:5%;
top:5px;
}
.search-field{
color:#000 !important;
background-color:#fff !important;
font-family: 'Sarabun', sans-serif !important;
}
#blocksearchmenu-mobile{
display:none;
}
body.home .testimonial_wrapper .testimonal p{
min-height:40px;
font-size:13px;
}
body.home .testimonial_wrapper .testimonal h5{
height:40px;
}
#logodesktop{
display:block;
}
#logomobile{
display:none;
}
body.term-69 .last,
body.term-73 .last{
float:none !important;
}
.fa-chevron-left:before {
content: "\f104" !important;
}
.fa-chevron-right:before {
content: "\f105" !important;
}
.slick-lightbox-close , .slick-lightbox{
z-index:99999999999999999999999999999999999999999999 !important;
}
body.tax-product_cat .shop-product-details{
height:55px;
}
body.page-id-3966 .description h3{
padding-top:10px;
}
body.home .testimonial_wrapper h5{
font-size:14px;
}
.pswp__caption{
display:none !important;
}
body.term-74 .shop-product-details p{
display:none;
}
body.tax-product_cat #mid_container_wrapper h4{
font-size:18px;
}
body.tax-category_career .blog_post .meta_desc{
display:none;
}
body.tax-category_career .standard-blog .description{
margin-bottom: 0px;
}
.woo-tab-vdo{
display:block;
width:42.5%;
}
body.single-post p{
margin-bottom:15px;
}
body.page-id-3966 .aligncenter {
border-top: 0 !important;
}
body.home .testimonial_wrapper .description{
padding:10px 0 5px 0;
height:90px;
border-top: 8px solid rgba(255,255,255,.3);
background-color: #18235f !important;
}
body.home .testimonial_wrapper .description p,
body.home .testimonial_wrapper .description h5{
color:#fff !important;
}
body.home #panel-3708-3-0-1> .panel-widget-style{
padding:0 !important;
background-color:transparent !important;
}
body.home .testimonial_img{
border-radius:0;
margin-bottom:0;
}
body.home .testimonal {
margin: 0 10px;
}
body.home .testimonial_wrapper-15 h5:before{
background: #fff !important;
}
body.home .testimonal  h5:before {
background: #fff !important;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(2){
display:none;
}
#singlepage_nav{
display:none !important;
}
body.home .testimonial_wrapper .owl-controls .owl-prev{
margin-left: 15px;
}
body.home .testimonial_wrapper .owl-controls .owl-next{
margin-right: 15px;
}
.pswp__button--arrow--left:before{
content: '←' !important;
font-family: 'slick';
font-size: 22px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
width:50px;
height:50px;
z-index:9999999999;
}
.pswp__button--arrow--right:before{
content: '→' !important;
font-family: 'slick';
font-size: 22px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
} .pswp__button--share , .pswp__button--fs , .pswp__button--zoom{
background:none !important;
}
#pg-3708-3> .panel-row-style{
padding-bottom:30px !important;
}
#homeprojectreview .owl-item h4 a{
font-size:16px;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
background: none !important;
}
body.page-id-4114 .sub_header_wrapper {
display:none;
}
body.single-portfolio hr.custom_hr{
display:none;
}
#lineid a{
margin-left:-2px;
}
body.page-id-4133 .fa{
display:none !important;
}
body.page-id-4133 footer .fa{
display:block !important;
}
body.single-portfolio #relatedposts .portfolio-container .pf_item_box{
height:80px;
}
body.page-id-4118 .innova-portfolio-container{
cursor:pointer;
}
body.page-id-4118 .pf_item_box{
}
body.term-68 .fa{
display:none;
}
body.single-product .pswp__button--close{
display:block !important;
background: url(http://luxedecorationhome.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat !important;
background-position: 0 -44px !important;
}
body.search-results .last {
margin-right: 0px !important;
float: none !important;
}
@media (max-width: 768px){
body.woocommerce-page .woocommerce-product-gallery__trigger::before , 
body.woocommerce-page .woocommerce-product-gallery__trigger::after{ }
#pg-3708-3> .panel-row-style{
padding:30px 10px !important;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right{
opacity:1 !important;
border:1px solid red;
}
body.home .testimonial_wrapper .testimonal p{
font-size:16px;
}
body.home .testimonial_wrapper h5 {
font-size: 16px;
}
#homeprojectreview .pf_item_box {
height: 80px !important;
min-height:auto;
}
#pg-3708-2> .panel-row-style {
padding: 0 !important;
}
body.single-testimonial h3{
font-size:20px;
}
body.home #homeprojectreview .owl-item h4 a{
font-size:17px !important;
}
#pl-3708 #panel-3708-3-0-1 {
margin:0 !important;
}
body.home .owl-carousel .owl-item{ }
.woo-tab-vdo{
display:block;
width:100%
}
body.page-id-4114 #mid_container img {
width: 100% !important;
}
body.term-69 .woocommerce ul.products li.product a, body.term-69 .woocommerce-page ul.products li.product a , body.term-69 .sub_header h2
body.term-73 .woocommerce ul.products li.product a, body.term-73 .woocommerce-page ul.products li.product a , body.term-73 .sub_header h2{
font-size:20px !important;
}
.header_right_section h4 {
font-size: 14px;
text-align:left !important;
}
.owl-controls{
position:absolute;
z-index:99;
top:50%;
width:100%;
color: #fff;
font-size: 44px;
}
.owl-prev{
padding-left:5px;
}
.owl-next{
padding-right:5px;
text-align:right;
margin-top: -50px;
}
.testimonial_wrapper .owl-controls{
top:35%;
display: block !important;
}
.testimonial_wrapper .owl-controls .owl-prev{
margin-left:-55px;
}
.testimonial_wrapper .owl-controls .owl-next{
margin-right:-55px;
}
.nav_wrap{
display:none;
}
.headertext{
display:none;
}
.page-id-2654 p {
padding-bottom: 24px;
}
#socailtop .panel-grid-cell{
width:30%;
}
#pgc-w5dca89fa74b7f-0-3{
position:absolute;
left:20%;
}
#lineid{
padding-left:0 !important;
}
.textwidget p{
font-size:16px;
}
#socailtop{
padding-left:10px !important;
}
.show-panel .mob-cancel-button{
color:#000;
}
.mobmenu-left-panel .mob-cancel-button{
color:#000 !important;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
background-color: transparent !important;
}
.mobmenu-content li a{ }
#mobmenuleft, #mobmenuright {
margin: 0 !important;
padding: 0;
}
.mobmenu-content #mobmenuleft .sub-menu{
margin-left:0 !important;
}
body.page-id-4114 .testimonial_wrapper .owl-controls .owl-prev {
margin-left: -10px;
}
body.page-id-4114 .testimonial_wrapper .owl-controls .owl-next {
margin-right: -10px;
}
.standard-blog {
background: none;
margin-bottom: 60px;
width: 100%;
float: none;
margin-right: 0;
}
#blocksearchmenu-mobile{
display:block;
display: block;
width: 50%;
height: 30px;
z-index: 99999999999999999;
top: 0px;
right:0;
}
.header_right_section{
width:100%;
}
#searchform {
display: none;
padding: 0 !important;
}
.search-field{
color:#000;
width:100%;
height:40px;
line-height: 45px;
background-color:#fff;
}
#logodesktop{
display:none;
}
#logomobile{
display:block;
position: absolute;
z-index: 99999999999999999;
margin-top: -50px;
margin-left: 25%;
width:50% !important;
}
body.home .panel-widget-style {
padding: 0 !important;
}
body.home #homeprojectreview .owl-controls,
body.home #product-slide-home .owl-controls{
top: 35%;
}
body.home .aligncenter {
border-top: 0;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(3),
#socailtop .panel-grid .panel-grid-cell:nth-child(4),
#socailtop .panel-grid .panel-grid-cell:nth-child(5){
float:left;
width:44% !important;
display:block;
}
#socailtop{
margin-top:50px;
}
body.page-id-3966 .alignleft{
float:none;
margin:0 auto;
}
body.page-id-3966 .alignleft img{
margin:0 auto;
margin-bottom:30px;
}
.mobmenu-left-panel .mobmenu-left-bt{
top:10px;
right:10px;
}
footer .custom_title h3 {
font-size: 25px !important;
}
footer .panel-widget-style {
padding: 0px!important;
}
#lineid a{
margin-left:-2px;
}
body.single-product .pswp__button--close{
display:block !important;
background: url(http://luxedecorationhome.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat !important;
background-position: 0 -44px !important;
}
body.home .kaya_portfolio_widget_slider .owl-next{
margin-top: -42px;
}
body.home .Portfolio_gallery .owl-next{
margin-top: -42px;
}
body.home .testimonial_wrapper .owl-controls .owl-next{
margin-top:-40px;
}
}
@media (max-width: 420px){
#socailtop{
padding-left:35px !important;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(3),
#socailtop .panel-grid .panel-grid-cell:nth-child(4),
#socailtop .panel-grid .panel-grid-cell:nth-child(5){
float:left;
width:38.5% !important;
display:block;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(4) {
float: right;
position: absolute;
right: 18% !important;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(5) {
float: right;
position: absolute;
right: 6.1% !important;
}
#panel-3921-0-0-1{ }
body.home .Portfolio_gallery .owl-next{
margin-top: -42px;
}
body.home .testimonial_wrapper .owl-controls .owl-next{
margin-top:-40px;
}
.slick-lightbox-slick-img , .slick-lightbox-slick-item-inner{
max-width: 100% !important;
}
body.single-portfolio .slick-prev, .slick-next{
z-index:999;
}
.hidden-xs{
display:none;
}
}
@media (max-width: 380px){
#socailtop{
padding-left:25px !important;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(3){
padding-right:2px;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(3),
#socailtop .panel-grid .panel-grid-cell:nth-child(4),
#socailtop .panel-grid .panel-grid-cell:nth-child(5){
float:left;
width:40% !important;
display:block;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(4) {
float: right;
position: absolute;
right: 15.9% !important;
}
#socailtop .panel-grid .panel-grid-cell:nth-child(5) {
float: right;
position: absolute;
right: 1% !important;
}
}.meta-nav-prev {
background-color: #26CCBE;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/portfolio_next.png);
background-position: center center;
background-repeat: no-repeat;
float: right;
height: 12px;
padding: 10px;
width: 12px;
}
.meta-nav-next{
background-color: #26CCBE;
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/portfolio_prev.png);
background-position: center center;
background-repeat: no-repeat;
float: right;
height: 12px;
padding: 10px;
right: 0;
width: 12px;
}
.meta-nav-next:hover, .meta-nav-prev:hover{
opacity:.7
}
.nav_next_item{
float:left;
}
.single_img ul, ul.porfolio_items {
list-style:none!important;
margin-left:0px;
z-index: 0;
margin-bottom: 0;
}
#singlepage_nav{
bottom: 50%;
display: block;
margin: 0 auto -15px;
overflow: hidden;
position: absolute;
right: 0;
width: 70px;
z-index: 99;
}
.single_img{
margin-bottom: 10px;
}
.single_img .isotope_gallery  li, .single_img .grid_gallery li{
background-color:#FB4400 ;
margin-right:3px;
margin-bottom:3px;
float:left;
display:inline-block;
} .listimg li{
margin-bottom:3px;
}
.single_img img{
display:block;
}
.isotope_gallery li, .single_img .grid_gallery li{
width:32.8%;
}
.portfolio_fullwidth{
margin-top:25px;
}
.bx-wrapper .slider li{
min-height:150px;
} #relatedposts ul{
margin-top:25px;
}
#relatedposts ul li{
display: block!important;
} 
#relatedposts h3:after {
background-color: #333333;
content: " ";
display: table;
height: 1px;
opacity: 0.5;
position: absolute;
width: 50px;
margin-top: 10px;
}
#relatedposts h3{
position: relative;
} ul.project_skills{
margin: 0px;
margin-top: 20px;
}
.project_skills li {
background-color: #FA3C02;
border-radius: 3px;
color: #FFFFFF;
list-style: none outside none;
margin: 5px 0;
padding: 5px 10px;
display: table;
padding-right: 30px;
}
.project_skills li:before {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: 1px solid #FFFFFF;
border-radius: 3px;
content: " ";
display: block;
float: left;
margin-right: 12px;
margin-top: 2px;
padding: 6px;
}
.project_skills li:nth-child(odd) { background:#0494c6; }
.project_skills li:nth-child(even) { background:#FA3C02; }
.portfolio_single_image{
margin:0px auto;
display:block;
} .portfolio-container
{
position: relative;
}
.pf_item_wrapper{
position: absolute;
bottom: 0px;
display: none;
width: 92%;
padding:2% 4%;
background-image:url(//luxedecorationhome.com/wp-content/themes/innova/images/portfolio_bg_img.png);
background-repeat:repeat;
}
.portfolio-container img
{
display:block;
}
.portfolio-container p
{
font-size: 12px;
}
.widget_kaya-portfolio-widget p{
padding-bottom: 0px;
}
.pf_title_gap{
height: 20px;
display: block;
clear: both;
}
.pf_item_box{
background-color: #323232; padding:25px 25px 35px 25px;
border-top: 8px solid rgba(255,255,255,.3);
}
.pf_item_box div{
position:relative;
top:0px;
z-index:100;
}
.pf_item_box h4{
line-height: 132%;
font-size: 15px; 
}
#homeprojectreview .pf_item_box{
height:70px;
}
#homeprojectreview .owl-item h4 a{
font-size:13px;
}
.pf_item_box span{
opacity: .5;
}nav select{
display:none;
}
.nav_wrap{
position: relative;
width: 100%;
z-index: 53;
background-color: #525252;
}
nav {
position: relative;
z-index: 99;    
}
.menu select{   
display:none;
}
.menu ul{
float:right;
list-style:none;
margin-right: 50px;
}
.menu > ul > li > ul{
margin-top:0px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.menu ul li:hover > ul {
display: block;
}
.menu ul {
background-image: url(//luxedecorationhome.com/wp-content/themes/innova/images/menu_li_bg.png);
border-radius: 3px;
display: block;
list-style: none outside none;
margin: -6px 0 0;
position: relative;
z-index: 99;
}
.menu ul ul {
margin: 0px 0 0;
}
.menu ul ul ul{
width:215px!important;
}
.menu > ul:before {
border-color: rgba(0, 0, 0, 0) #B20000 -moz-use-text-color rgba(0, 0, 0, 0);
border-style: solid solid none;
border-width: 6px 10px 0 0;
clear: both;
content: "";
display: block;
height: 0;
left: -10px;
position: absolute;
width: 0;
border-top: 6px solid transparent;
}
.menu > ul:after {
border-color: rgba(0, 0, 0, 0) #B20000 -moz-use-text-color rgba(0, 0, 0, 0);
border-style: solid solid none;
border-width: 0 10px 6px 0;
clear: both;
content: "";
display: block;
height: 0;
right: -10px;
position: absolute;
width: 0; 
border-right: 10px solid transparent;
}
.menu > ul  > li {
float: left;
margin-top: 0;
position: relative;
}
.menu > ul > li > a {
background-color: #740000;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(000, 000, 000, 0.1);
color: #FFFFFF;
display: block;
padding: 25px;
text-decoration: none;
}
.main-links.menu-item-has-children > a {
padding-right: 36px !important;
}
.menu ul ul {
display: none;
position: absolute;
top: 100%;
width:205px;
box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
}
.menu ul ul li {
float: none;
position: relative;
border-bottom:1px solid rgba(127,127, 127, 0.3);
}
.menu ul ul li a {
color: #333;
display: block;
padding: 8px 20px;
text-align: left;
font-size:13px;
background-color:#fff;
line-height: 21px;
}
.menu ul ul li a:hover {
color:#333;
}
.menu ul ul ul {
position: absolute;
left: 100%;
top:0;
width:140px;
}
.menu ul > li.main-links:last-child a{
border-right:0px!important;
}
.menu > ul > li:last-child  > a{
border-right:none!important;
}
.menu ul  li:first-child  > a{
border-left:0px!important;
}
.menu ul  li ul li:last-child , .menu ul  li ul li ul li:last-child {
border-bottom:none!important;
background-color:#ccc;
}
.menu > li.current-menu-item > a, .menu > li.current_page_item > a, .menu > ul  > li:hover > a
{
background-color:#f54325;
color:#fff;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.menu .current_page_ancestor  > a, .menu .current-menu-ancestor > a, .menu .current-menu-item  > a{
color:#1ABC9C;
}
#menu > li.current-menu-item > a, #menu > li.current_page_item > a, .menu > ul > li:hover > a {
background-color: #1ABC9C !important;
}.project_skills li:nth-child(odd) { 
background:!important;
color:!important;
}
.project_skills li:nth-child(even) { 
background:!important;
color:!important; 
}
.cbp-spmenu h1, .cbp-spmenu h2, .cbp-spmenu h3,.cbp-spmenu h4, .cbp-spmenu h5, .cbp-spmenu h6 { 
color:#fff!important;
}
.cbp-spmenu p, .cbp-spmenu, ul.slide-panel-list li { 
color:#fff!important; 
}
.cbp-spmenu a { 
color:#fff!important; 
}
.cbp-spmenu a:hover { 
color:#fff!important; 
}
.cbp-spmenu{
background:#333!important; 
}