@charset "utf-8";
  .narep-table-wrap {
display: table;
width: 100%;
height: 100%;
}
.narep-align-wrap {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.narep-align-wrap.bottom {
vertical-align: bottom;
}
.narep-align-wrap.top {
vertical-align: bottom;
}
.narep-table-row {
display: table-row;
vertical-align: top;
width: 100%;
}
.narep-image {
line-height: 0;
}
[class*="narep-"] a {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
text-decoration: none;
}
[class*="narep-"] a:focus {
outline: none;
outline-offset: 0;
}
[class*="narep-"] a:hover,
[class*="narep-"] a:focus {
text-decoration: none;
}
[class*="narep-"] h1:not(.site-title):before,
[class*="narep-"] h2:before {
content: none;
}
[class*="narep-"] .fa {
font-family: FontAwesome;
} .narep-overlay {
position: relative;
}
.narep-overlay > * {
position: relative;
z-index: 1;
}
.narep-overlay:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(12, 19, 34, 0.75);
background-repeat: repeat;
content: "";
z-index: 1;
} .narep-form input[type="text"],
.narep-form input[type="email"],
.narep-form input[type="password"],
.narep-form input[type="tel"],
.narep-form input[type="search"],
.narep-form input[type="date"],
.narep-form input[type="time"],
.narep-form input[type="datetime-local"],
.narep-form input[type="url"],
.narep-form input[type="number"],
.narep-form textarea,
.narep-appointment.narep-form textarea,
.narep-appointment.narep-form select,
.narep-form select {
vertical-align: middle;
width: 100%;
height: 50px;
padding: 10px 20px;
background-color: #ffffff;
line-height: 1.42857143;
border: 1px solid #eaeaea;
outline: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-form input[type="text"]:focus,
.narep-form input[type="email"]:focus,
.narep-form input[type="password"]:focus,
.narep-form input[type="tel"]:focus,
.narep-form input[type="search"]:focus,
.narep-form input[type="date"]:focus,
.narep-form input[type="time"]:focus,
.narep-form input[type="datetime-local"]:focus,
.narep-form input[type="url"]:focus,
.narep-form input[type="number"]:focus,
.narep-form textarea:focus,
.narep-appointment.narep-form textarea:focus,
.narep-appointment.narep-form select:focus,
.narep-form select:focus {
border-color: #cdcdcd;
box-shadow: none;
}
.narep-form input[type="file"] {
overflow: hidden;
width: 100%;
font-size: 14px;
}
.narep-form input[type=number] {
padding-right: 30px;
margin-bottom: 0;
-webkit-appearance: textfield;
-ms-appearance: textfield;
-o-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.narep-form input[type=number]::-webkit-inner-spin-button,
.narep-form input[type=number]::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
}
.narep-form input[type="radio"] {
margin: 0 5px 0 0;
}
.narep-form textarea {
height: 160px;
resize: vertical;
}
.narep-form .em-tickets-form button[type=button],
.narep-form input[type="submit"] {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 160px;
padding: 21px 40px 19px;
margin-bottom: 0;
color: #232323;
background-color: #f7b800;
font-weight: 700;
letter-spacing: 0.5px;
line-height: normal;
font-size: 14px;
text-align: center;
text-transform: uppercase;
border: none;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-form .em-tickets-form button[type=button]:hover,
.narep-form .em-tickets-form button[type=button]:focus,
.narep-form input[type="submit"]:hover,
.narep-form input[type="submit"]:focus {
background-color: #232323;
color: #fff;
}
.narep-form select option {
padding: 5px 10px;
}
.narep-form select[multiple] {
height: 175px;
padding: 9px;
background-image: none;
}
.narep-form label {
font-weight: 400;
cursor: pointer;
}
.narep-form form p {
padding-bottom: 0;
margin-bottom: 0;
line-height: normal;
position: relative;
}
.narep-form form label {
display: inline-block;
vertical-align: middle;
padding-bottom: 10px;
margin-bottom: 0;
font-size: 15px;
line-height: 1.42857143;
position: relative;
}
.narep-form form input,
.narep-form form textarea,
.narep-form form select {
margin-bottom: 10px;
}
.narep-form span.wpcf7-not-valid-tip {
display: none !important;
}
.narep-form input.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.narep-form textarea.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.narep-form div.wpcf7-response-output {
padding: 10px;
} table.narep-table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.narep-table thead tr {
background: #fcfcfc;
border: 1px solid #dcdced;
}
.narep-table thead th {
vertical-align: middle;
padding: 19px 45px 20px;
font-weight: 400;
font-size: 20px;
border: 1px solid #dcdced;
}
.narep-table td {
padding: 20px 45px;
color: #666666;
font-size: 18px;
background: transparent;
border: 1px solid #dcdced;
}
.narep-table td a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-table td a:hover {
color: #f7b800;
}
table.narep-table thead:first-child tr:first-child th {
border: 1px solid #dcdced;
}
table.narep-table tbody tr:hover>td,
table.narep-table tbody tr:hover>th,
table.narep-table tbody>tr:nth-child(odd)>td,
table.narep-table tbody>tr:nth-child(odd)>th {
background: transparent;
}
.narep-table td ul {
padding: 0;
margin: 0;
list-style: none;
}
.narep-responsive-table {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .narep-btn {
display: inline-block;
vertical-align: middle;
padding: 21px 40px 19px;
font-size: 14px;
color: #232323;
background-color: #f7b800;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-btn:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
-ms-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
}
.narep-btn.black-btn,
.narep-btn:hover,
.narep-btn:focus {
color: #ffffff;
background-color: #232323;
}
.narep-btn:hover:after,
.narep-btn:focus:after {
-webkit-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
}
.narep-btn.black-btn:after {
-webkit-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
}
.narep-btn.black-btn:hover,
.narep-btn.black-btn:focus {
background-color: #f7b800;
color: #232323;
}
.narep-btn.black-btn:hover:after,
.narep-btn.black-btn:focus:after {
-webkit-box-shadow: 0 0 0 rgba(247, 184, 0, 0.2);
-ms-box-shadow: 0 0 0 rgba(247, 184, 0, 0.2);
box-shadow: 0 0 0 rgba(247, 184, 0, 0.2);
}
.btn-style-two {
padding: 15px 50px 15px 20px;
text-align: left;
}
.btn-style-two:after {
position: absolute;
top: 50%;
right: 20px;
font-family: "FontAwesome";
font-weight: 900;
font-size: 11px;
text-rendering: auto;
content: "\f054";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.narep-btn-wrap {
padding-top: 20px;
}
.narep-btn i {
padding-right: 5px;
} .narep-link-wrap {
padding: 3px 0 10px;
}
.narep-link {
display: inline-block;
font-weight: 700;
font-size: 16px;
color: #f7b800;
}
.narep-link:hover {
color: #f7b800;
}
.narep-link:hover span:after {
left: 0;
width: 100%;
}
.narep-link:hover i {
width: 0;
padding: 0;
opacity: 0;
}
.narep-link i {
position: relative;
top: 0;
width: 15px;
padding-left: 5px;
font-size: 12px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-link span {
display: inline-block;
position: relative;
}
.narep-link span:after {
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #f7b800;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
} .narep-rounded-link {
display: inline-block;
width: 50px;
height: 50px;
background: #ffffff;
color: #aaaaaa;
font-size: 14px;
line-height: 50px;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.narep-rounded-link:hover,
.narep-rounded-link:focus {
color: #ffffff;
background-color: #f7b800;
}
.narep-rounded-link:hover i,
.narep-rounded-link:focus i {
margin-right: -7px;
}
.narep-rounded-link i {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .zoom-image .narep-image {
overflow: hidden;
}
.zoom-image .narep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.zoom-image.narep-hover .narep-image img {
-webkit-transform: scale3d(1.05,1.05,1);
-ms-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
} .narep-social a {
display: inline-block;
color: #555555;
font-size: 14px;
margin-right: 5px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-social li:last-child a {
margin-right: 0;
}
.narep-social ul {
padding: 0;
margin: 0;
list-style: none;
}
.narep-social ul li {
display: inline-block;
}
.social-label {
display: inline-block;
vertical-align: middle;
}
.narep-social a:hover {
color: #f7b800;
} .narep-social.rounded a {
width: 38px;
height: 38px;
margin-right: 5px;
color: #999999;
border: 1px solid #e1e1e1;
text-align: center;
line-height: 38px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.narep-social.rounded li:last-child a {
margin-right: 0;
}
.narep-social.rounded a:hover,
.narep-social.rounded a:focus {
color: #ffffff;
background-color: #f7b800;
border-color: #f7b800;
} .masonry-wrap {
padding: 0 15px;
}
.narep-masonry {
margin: 0 -15px;
}
.narep-masonry[data-items="3"] .masonry-item {
width: 33.333333%;
}
.narep-masonry[data-items="4"] .masonry-item {
width: 25%;
}
.masonry-item {
float: left;
width: 50%;
padding: 0 15px 30px;
}
.masonry-item.one-third {
width: 68.5%;
}
.masonry-item.one-fourth {
width: 31.5%;
}
.masonry-item.one-fourth-two {
width: 34%;
}
.masonry-item.one-third-two {
width: 66%;
}
.masonry-item.one-half {
width: 32.9%;
}
.masonry-item.one-half-two {
width: 33.1%;
}
.masonry-item.full-width {
width: 100%;
}
.masonry-item .narep-image img {
width: 100%;
}
.masonry-filters {
padding-bottom: 55px;
font-size: 18px;
text-align: center;
}
.masonry-filters ul {
padding: 0;
margin: 0;
list-style: none;
}
.masonry-filters ul li {
display: inline-block;
vertical-align: middle;
padding: 0 20px;
}
.masonry-filters ul li:first-child {
padding-left: 0 !important;
}
.masonry-filters ul li:last-child {
padding-right: 0 !important;
}
.masonry-filters ul li a {
display: inline-block;
padding: 7px 0;
position: relative;
color: #444444;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.masonry-filters ul li a.active,
.masonry-filters ul li a:hover {
color: #f7b800;
}
.masonry-filters ul li a:after {
position: absolute;
bottom: 0;
left: 0;
width: 50%;
height: 2px;
content: "";
background-color: #f7b800;
-webkit-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
-ms-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: 0;
}
.masonry-filters ul li a.active:after {
left: 50%;
opacity: 1;
}
.masonry-filters.dot-top ul li a:after {
position: absolute;
bottom: auto;
top: 0;
}
.masonry-filters.dot-left ul li a:after {
left: 100%;
}
.masonry-filters.dot-left ul li a.active:after {
left: 4px;
}
.masonry-filters.dot-right ul li a:after {
right: 100%;
left: auto;
}
.masonry-filters.dot-right ul li a.active:after {
right: -2px;
} .mfp-bg {
background: rgba(0, 0, 0, 0.85);
opacity: 1;
}
.mfp-close {
position: absolute;
right: 28px;
top: 30px;
width: 16px;
height: 16px;
padding: 0;
cursor: pointer;
opacity: 1;
z-index: 9999;
}
.mfp-close:active {
top: 30px;
}
.mfp-bottom-bar {
display: none;
}
.mfp-bottom-bar a {
color: #ffffff;
font-weight: 700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
top: -30px;
right: 0;
width: 16px;
padding-right: 0;
}
.mfp-image-holder .mfp-close {
display: none;
}
.mfp-container {
padding: 0 25px;
}
.mfp-container .mfp-img {
padding: 0;
}
.mfp-container .mfp-arrow {
width: auto;
height: auto;
margin: 0;
color: #ffffff;
opacity: 1;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-tap-highlight-color: transparent;
z-index: 9999;
}
.mfp-arrow:after {
display: none;
}
.mfp-arrow:before {
display: inline-block;
margin: 0;
font: normal normal normal 30px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f104";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: none;
position: static;
opacity: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mfp-arrow-left {
left: 30px;
}
.mfp-arrow-right {
right: 45px;
}
.mfp-arrow-right:before {
content: "\f105";
}
.mfp-figure:after {
display: none;
}
.mfp-close:before {
position: absolute;
top: -2px;
left: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.mfp-close:after {
position: absolute;
top: -2px;
right: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 1;
} .slick-slider {
-webkit-user-select: unset;
-moz-user-select: unset;
-ms-user-select: unset;
user-select: unset;
}
.slick-slider.narep-hover .slick-arrow {
opacity: 1;
}
.slick-slider:not(.slick-vertical-slider).narep-hover .slick-prev {
left: 30px;
}
.slick-slider:not(.slick-vertical-slider).narep-hover .slick-next {
right: 30px;
}
.slick-arrow {
left: 10px;
width: auto;
height: auto;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.slick-next {
left: auto;
right: 10px;
}
.slick-arrow:before {
font-family: "linea-arrows-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
font-size: 31px;
speak: none;
line-height: 1;
content: "\e066";
opacity: 0.7;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
content: "\e068";
} .slick-vertical-slider .slick-arrow {
top: auto;
bottom: 100%;
right: 0;
width: 32px;
height: 32px;
margin-bottom: 5px;
border: 1px solid rgba(255, 255, 255, 0.1);
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
z-index: 1;
}
.slick-vertical-slider .slick-arrow:before {
font-size: 19px;
}
.slick-vertical-slider .slick-arrow:hover:before {
opacity: 1;
}
.slick-vertical-slider .slick-prev {
left: auto;
right: 31px;
} .owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: unset;
-moz-user-select: unset;
-ms-user-select: unset;
user-select: unset;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
}
.owl-carousel .owl-dots {
padding-top: 25px;
text-align: center;
}
.owl-carousel button.owl-dot {
display: inline-block;
vertical-align: middle;
width: 8px;
height: 8px;
margin: 0 5px;
background: #ececec;
text-indent: -999px;
cursor: pointer;
outline: none;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.owl-carousel button.owl-dot.active {
background-color: #f7b800;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 30px;
height: 30px;
line-height: 28px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
background: #ffffff;
color: #999999;
outline: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
left: auto;
right: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
color: #ffffff;
background-color: #f7b800;
}
.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
display: inline-block;
font-family: "FontAwesome";
font-size: 11px;
text-rendering: auto;
content: "\f053";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next:after {
content: "\f054";
}
.owl-drag .disabled {
display: none;
}
.slider-no-current {
display: none;
padding-top: 46px;
}
.current-no:after {
content: "/"
} .narep-swiper-slide.swiper {
clear: both;
height: 800px;
min-height: 800px;
}
.narep-swiper-slide.swiper .swiper-pagination-bullet {
background: #f7b800;
}
.narep-swiper-slide.swiper .swiper-button-next,
.narep-swiper-slide.swiper .swiper-button-prev {
width: 45px;
height: 45px;
background-image: none;
outline: none;
background-color: #fff;
border-radius: 100%;
left: 60px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
opacity: 0;
}
.narep-swiper-slide.swiper .swiper-button-prev:before,
.narep-swiper-slide.swiper .swiper-button-next:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #232323;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
font: normal normal normal 28px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f105";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-swiper-slide.swiper .swiper-button-prev:before {
content: "\f104";
}
.narep-swiper-slide.swiper .swiper-button-next {
left: auto;
right: 60px;
}
.narep-swiper-slide.swiper:hover .swiper-button-prev {
left: 30px;
opacity: 1;
}
.narep-swiper-slide.swiper:hover .swiper-button-next {
right: 30px;
opacity: 1;
}
.narep-swiper-slide.swiper .swiper-button-next:hover,
.narep-swiper-slide.swiper .swiper-button-prev:hover {
background-color: #f7b800;
}
.narep-swiper-slide.swiper .swiper-button-next:hover:before,
.narep-swiper-slide.swiper .swiper-button-prev:hover:before {
color: #ffffff;
}
.narep-swiper-slide.swiper .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.narep-swiper-slide.swiper .swiper-pagination-bullets {
bottom: 20px;
}
.vertical-dots.narep-swiper-slide.swiper .swiper-pagination-bullets {
bottom: 50%;
transform: translateY(50%);
left: auto;
right: 50px;
width: 30px;
}
.swiper-flip .swiper-slide {
opacity: 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active, .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
opacity: 1;
} .narep-pagination {
vertical-align: middle;
padding-top: 30px;
text-align: center;
}
.narep-pagination ul {
padding: 0;
margin: 0;
font-size: 15px;
list-style: none;
}
.narep-pagination ul li {
display: inline-block;
vertical-align: middle;
color: #777777;
}
.narep-pagination ul li.inactive {
vertical-align: super;
padding: 0 15px;
color: #d7d7d7;
}
.narep-pagination ul li span,
.narep-pagination ul li a {
border: 1px solid #d1d1d1;
display: inline-block;
color: #222222;
width: 40px;
height: 40px;
padding: 0;
line-height: 39px;
margin-right: 7px;
text-align: center;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.narep-pagination ul li a:hover,
.narep-pagination ul li a.current,
.narep-pagination ul li span.current {
background-color: #f7b800;
border-color: #f7b800;
color: #fff;
}
.narep-pagination ul li.prev,
.narep-pagination ul li.next {
font-weight: 300;
font-size: 13px;
} .narep-separator {
display: flex;
margin: 0 auto;
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
}
.narep-separator.icon-top {
align-items: end;
}
.narep-separator.icon-bottom {
align-items: baseline;
}
.narep-separator span {
position: relative;
width: 100%;
max-width: 50px;
}
.narep-separator .sep-left, .narep-separator .sep-right {
height: 1px;
background-color: #444444;
}
.narep-sep {
margin: 0 12px;
width: auto;
}
.narep-sep i {
font-size: 20px;
}
.narep-separator.separator-left {
margin-left: 0;
margin-right: auto;
text-align: left;
justify-content: flex-start;
}
.narep-separator.separator-right {
margin-left: auto;
margin-right: 0;
text-align: right;
justify-content: flex-end;
}
.narep-separator.left-separator .sep-two-left,
.narep-separator.left-separator .sep-left {
max-width: 0;
}
.narep-separator.left-separator .narep-sep {
margin-left: 0;
}
.narep-separator.right-separator .sep-two-right,
.narep-separator.right-separator .sep-right {
max-width: 0;
}
.narep-separator.right-separator .narep-sep {
margin-right: 0;
}
.border-two span.sep-two-left:before,
.border-two span.sep-two-left:after {
content: "";
display: inline-block;
position: absolute;
right: 0;
top: -2px;
width: 70%;
background: #232323;
height: 2px;
}
.border-two span.sep-two-left:after {
top: 2px;
width: 100%;
}
.border-two span.sep-two-right:before,
.border-two span.sep-two-right:after {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: -2px;
width: 70%;
background: #232323;
height: 2px;
}
.border-two span.sep-two-right:after {
top: 2px;
width: 100%;
} .narep-service-item {
overflow: hidden;
padding: 30px;
margin-bottom: 30px;
background: #ffffff;
text-align: center;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.narep-service-item.service-left {
text-align: left;
}
.narep-service-item.service-right {
text-align: right;
}
.narep-service-item .narep-image {
padding-bottom: 20px;
margin: 0 auto;
}
.narep-service-item .narep-icon {
width: 73px;
height: 73px;
text-align: center;
margin: 0 auto 19px;
border-radius: 100%;
position: relative;
padding: 0;
}
.narep-service-item .narep-icon i {
line-height: 73px;
}
.narep-service-item h3.service-title {
font-size: 18px;
line-height: 28px;
padding: 0 0 10px;
margin: 0;
color: #444444;
text-transform: uppercase;
}
.narep-service-item h3 a {
color: #444444;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-service-item h3 a:hover {
color: #f7b800;
}
.narep-service-item p {
margin-bottom: 16px;
color: #777777;
font-size: 16px;
line-height: 26px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-service-item.service-hover.narep-hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.narep-service-item.service-border:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
content: "";
background: #f7b800;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 1;
}
.narep-service-item.service-border.narep-hover:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.narep-service-item.icon-top {
padding-top: 50px;
overflow: unset;
}
.narep-service-item.icon-top .narep-icon {
position: absolute;
top: -37px;
left: 0;
right: 0;
}
.narep-service-item.icon-bottom {
padding-bottom: 50px;
overflow: unset;
}
.narep-service-item.icon-bottom .narep-icon {
position: absolute;
bottom: -55px;
left: 0;
right: 0;
}
.service-left .narep-icon {
margin-left: 0;
margin-right: auto;
}
.service-right .narep-icon {
margin-right: 0;
margin-left: auto;
}
.narep-service-item.have-img {
padding: 0;
}
.narep-service-item.have-img .service-info {
padding: 0 30px 20px;
}
.narep-service-item.with-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
}
.narep-service-item.with-bg:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-info {
position: relative;
}
.narep-service-item.icon-left .service-info {
padding: 0 0 0 30px;
overflow: hidden;
text-align: left;
}
.narep-service-item.icon-left .narep-icon,
.narep-service-item.icon-left .narep-image {
float: left;
}
.narep-service-item.icon-right .service-info {
padding: 0 30px 0 0;
overflow: hidden;
text-align: right;
}
.narep-service-item.icon-right .narep-icon,
.narep-service-item.icon-right .narep-image {
float: right;
} .service-style-two.narep-service-item .narep-icon,
.service-style-two.narep-service-item .narep-image {
width: 75px;
float: none;
margin-left: 0;
}
.service-style-two.narep-service-item .service-info {
padding-left: 0;
}
.narep-service-item.service-style-two {
border-radius: 0;
}
.narep-service-item.service-style-two.service-border::before {
content: '';
height: 2px;
width: 20px;
position: absolute;
left: 0;
background: #f7b800;
bottom: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.narep-service-item.service-border.service-style-two:after {
content: none;
}
.narep-service-item.service-style-two.service-border:hover::before {
width: 100%;
}
.narep-service-item.service-style-two .narep-icon {
border-radius: 5px;
}
.narep-service-item.service-style-two.service-center .narep-icon {
float: none;
margin: 0 auto;
margin-bottom: 19px;
}
.narep-service-item.service-right.service-style-two .narep-icon {
float: none;
margin-right: 0;
margin-left: auto;
} .narep-service-item.service-style-three {
padding: 0;
}
.service-style-three .service-info {
padding: 15px 25px;
position: absolute;
display: flex;
flex-wrap: wrap;
align-items: center;
bottom: 0;
background: rgba(247, 56, 8, 0.9);
left: 0;
right: 0;
min-height: 62px;
transform: translateY(140px);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-service-item.service-style-three .service-info-inner {
display: inline-block;
width: 100%;
min-height: 175px;
}
.narep-service-item.service-style-three .narep-image {
padding: 0;
}
.narep-service-item.service-style-three h3 {
transform: translateY(-55px);
color: #ffffff;
padding: 0 0 5px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-service-item.service-style-three h3 a {
color: #ffffff;
}
.narep-service-item.service-style-three p {
font-size: 18px;
line-height: 28px;
color: #e8e8e8;
margin: 0;
padding: 0;
}
.narep-service-item.service-style-three .narep-icon {
margin-bottom: 10px;
opacity: 0;
-webkit-transition: all ease .2s;
-ms-transition: all ease .2s;
transition: all ease .2s;
transition-delay: 0s;
}
.narep-service-item.service-style-three.narep-hover .narep-icon {
opacity: 1;
transition-delay: .1s;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-style-three.narep-hover .service-info {
min-height: 100%;
}
.narep-service-item.service-style-three.narep-hover h3,
.service-style-three.narep-hover .service-info {
transform: translateY(0);
}
.narep-service-item.service-style-three.narep-hover .service-info-inner {
min-height: auto;
} .narep-blog-wrap {
padding: 0 5px;
}
.narep-blog-item {
margin-bottom: 30px;
padding: 20px 20px 28px;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
.narep-blog-item.no-img .narep-blog-info {
padding: 8px 0 0;
}
.narep-blog-item .narep-image {
position: relative;
}
.narep-blog-item .narep-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.post-date-wrap {
position: absolute;
bottom: 20px;
left: 20px;
padding: 10px 15px 6px;
color: #ffffff;
background-color: #f7b800;
text-align: center;
line-height: 18px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
z-index: 1;
}
.post-date {
display: block;
font-weight: 700;
font-size: 20px;
}
.post-month {
font-size: 11px;
text-transform: uppercase;
}
.narep-blog-info {
padding-top: 23px;
}
.narep-blog-info h4 {
font-size: 20px;
line-height: 28px;
}
.narep-blog-info p {
margin-bottom: 10px;
color: #777777;
line-height: 26px;
font-size: 16px;
}
.narep-blog-title {
padding-bottom: 10px;
} .narep-blog-style-two .narep-blog-item {
padding: 0;
background: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.narep-blog-style-two .narep-blog-item:before, .narep-blog-style-two .narep-blog-item:after {
display: table;
clear: both;
content: "";
}
.narep-blog-style-two .narep-blog-item .narep-image {
float: left;
}
.narep-blog-style-two .narep-blog-item .narep-image img {
width: 270px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.narep-blog-style-two .narep-blog-info {
overflow: hidden;
padding: 0 20px 0 25px;
}
.narep-blog-style-two .narep-blog-title {
padding-bottom: 8px;
}
.narep-blog-info ul {
padding: 0 0 10px;
margin: 0;
color: #aaaaaa;
list-style: none;
}
.narep-blog-info ul li {
display: inline-block;
font-size: 14px;
}
.narep-blog-info ul li i {
padding-right: 3px;
}
.narep-blog-info ul li:after {
display: inline-block;
vertical-align: text-bottom;
padding: 0 5px 0 7px;
color: #dadada;
content: "|";
}
.narep-blog-info ul li:last-child:after {
display: none;
}
.narep-blog-info ul li a {
color: inherit;
} .narep-blog-wrap.narep-blog-style-three {
padding: 0 0 40px;
}
.narep-blog-style-three .narep-blog-item {
padding: 0;
margin: 0 auto;
width: 100%;
height: 750px;
max-width: 1170px;
position: relative;
background-color: #232323;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-wrap: wrap;
align-items: center;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.narep-blog-style-three .narep-blog-item .narep-image img {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.narep-blog-style-three .narep-blog-item .narep-image {
position: relative;
}
.narep-blog-style-three .narep-blog-item:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.3);
z-index: 3;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-blog-style-three .narep-blog-item.is-selected:after {
background: rgba(0, 0, 0, 0.5);
z-index: unset;
}
.narep-blog-style-three .narep-blog-info {
background: rgba(0, 0, 0, 0.4);
border: 3px solid #ffffff;
width: 100%;
max-width: 550px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.narep-blog-info-wrap {
padding: 40px;
text-align: center;
}
.narep-blog-info-wrap h4 {
font-size: 35px;
line-height: 45px;
color: #ffffff;
}
.narep-blog-info-wrap h4 a {
color: #ffffff;
}
.blog-cats {
padding: 0 0 5px;
}
.blog-cats a {
display: inline-block;
background: #f7b800;
color: #232323;
font-size: 10px;
text-transform: uppercase;
font-weight: 700;
padding: 5px 15px 3px;
margin: 2px;
border-radius: 70px;
}
.blog-cats a:hover {
background: #232323;
color: #f7b800;
}
.narep-blog-info-wrap .narep-link {
text-transform: uppercase;
}
.narep-blog-style-three .narep-blog-info ul {
padding: 0;
margin: 0;
color: #ffffff;
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
}
.narep-blog-style-three .narep-blog-info ul li {
display: inline-block;
float: left;
width: 20%;
font-size: 16px;
text-transform: uppercase;
text-align: center;
padding: 25px 15px;
border-top: 3px solid #ffffff;
border-left: 3px solid #ffffff;
}
.narep-blog-style-three .narep-blog-info ul li:first-child {
border-left: none;
width: 45%;
}
.narep-blog-style-three .narep-blog-info ul li:nth-child(2) {
width: 35%;
}
.narep-blog-style-three .narep-blog-info ul li:after {
content: none;
}
.flickity-page-dots .dot {
background: #232323;
}
.flickity-page-dots {
bottom: -35px;
}
.flickity-button {
outline: none !important;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .narep-gallery-item {
overflow: hidden;
position: relative;
padding: 10px;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.narep-gallery-item .narep-image {
position: relative;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-gallery-item .narep-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-gallery-item .narep-image.hav-popup:after {
content: "";
width: 100%;
height: 100%;
background-color: #f7b800;
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.narep-gallery-item.narep-hover .narep-image.hav-popup:after {
transform: scale(1);
opacity: 0.9;
}
.gallery-info {
padding: 25px 15px 10px;
}
.gallery-info h2 {
color: #232323;
font-size: 26px;
padding: 0 0 10px;
}
.gallery-info p {
margin-bottom: 10px;
color: #777777;
line-height: 26px;
font-size: 16px;
}
.hav-popup a.pp-icon {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #ffffff;
background: rgba(11, 11, 12, 0.6);
width: 65px;
height: 65px;
font-size: 20px;
text-align: center;
line-height: 64px;
border-radius: 100%;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.narep-gallery-item.narep-hover .hav-popup a.pp-icon {
top: 50%;
opacity: 1;
}
.gallery-info-wrap {
position: relative;
overflow: hidden;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.gallery-info-wrap .gallery-info {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 25px 15px 15px;
background: #232323;
transform: translate3d(0,100%,0);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-hover .gallery-info-wrap .gallery-info {
transform: translate3d(0,0,0);
}
.gallery-info-wrap .gallery-info h2 a,
.gallery-info-wrap .gallery-info h2 {
color: #ffffff;
}
.gallery-info-wrap .gallery-info p {
color: #ffffff;
}
.narep-hover .gallery-info-wrap .narep-image img {
-webkit-transform: translate3d(0,-75px,0);
transform: translate3d(0,-75px,0);
transition-delay: .1s;
} .narep-contact-item {
display: inline-block;
width: 100%;
padding: 20px 30px;
background: #fff;
border: 1px solid #eeeeee;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.narep-contact-item .narep-icon {
float: left;
width: 50px;
height: 50px;
text-align: center;
font-size: 20px;
color: #f7b800;
border: 2px solid #f7b800;
line-height: 48px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.narep-contact-item .contact-info {
overflow: hidden;
padding: 0 0 0 20px;
}
.narep-contact-item.contact-right .narep-icon {
float: right;
}
.narep-contact-item.contact-right .contact-info {
padding: 0 20px 0 0;
text-align: right;
}
.contact-info h2 {
margin: 0;
}
.narep-contact-item .contact-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.narep-contact-item .contact-info ul li {
padding: 5px 0 0;
color: #666666;
font-size: 16px;
line-height: 26px;
}
.narep-contact-item .contact-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-contact-item .contact-info ul li a:hover {
color: #f7b800;
}
.narep-contact-item .contact-info h2 {
margin: 0;
padding: 0 0 5px;
font-size: 24px;
}
.narep-contact-item .contact-info ul li span {
color: #444444;
display: inline-block;
}
.narep-contact-item.contact-center .narep-icon {
float: none;
margin: 0 auto 20px;
} .narep-process-wrap {
justify-content: center;
text-align: center;
padding: 15px 0;
overflow: hidden;
}
.narep-process-item-wrap {
display: inline-block;
text-align: center;
}
.narep-process-wrap:before,
.narep-process-wrap:after {
display: table;
content: "";
}
.narep-process-wrap:after {
clear: both;
}
.narep-process-item {
display: inline-block;
vertical-align: top;
padding-right: 130px;
position: relative;
}
.narep-process-item:before {
position: absolute;
top: 60px;
left: 20px;
width: 100%;
height: 1px;
background: #dcdced;
content: "";
z-index: 0;
}
.narep-process-item:after {
position: absolute;
top: 60px;
left: 20px;
width: 0;
height: 1px;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.narep-process-item.process-done:after {
width: 100%;
background-color: #f7b800;
}
.narep-process-item.process-done .narep-icon {
border-color: #f7b800;
background: #f7b800;
transition-delay: 0.1s;
color: #fff;
}
.narep-process-wrap .narep-process-item:last-child {
padding-right: 0;
}
.narep-process-wrap .narep-process-item:last-child:before,
.narep-process-wrap .narep-process-item:last-child:after {
display: none;
}
.narep-process-item .narep-icon {
width: 120px;
height: 120px;
overflow: hidden;
margin: 0 auto 11px;
color: #f7b800;
background: #ffffff;
border: 1px solid #dcdced;
text-align: center;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
z-index: 2;
}
.narep-process-item .narep-icon i {
font-size: 50px;
}
.narep-process-item .narep-icon i,
.narep-process-item .narep-icon img {
position: relative;
z-index: 1;
}
.narep-process-item .narep-icon img {
max-width: 75px;
}
.narep-process-info {
max-width: 132px;
}
.narep-process-item h4.process-title {
font-size: 16px;
color: #444444;
font-weight: 600;
margin: 0;
padding: 0 0 5px;
}
.narep-process-item p {
color: #f7b800;
font-size: 16px;
line-height: 26px;
margin: 0;
} .process-style-three {
text-align: left;
}
.process-style-three .narep-process-item {
padding: 0 0 15px;
position: relative;
width: 100%;
}
.process-style-three .narep-process-item:last-child {
padding-bottom: 0;
}
.process-style-three .narep-process-item:after,
.process-style-three .narep-process-item:before {
position: absolute;
top: 9px;
left: 82px;
width: 1px;
height: 100%;
background: #e1e1e1;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 0;
}
.process-style-three .narep-process-item:last-child:after {
height: 65%;
display: block;
}
.process-style-three .narep-process-item:before {
height: 0;
}
.process-style-three .narep-process-item.process-done:before {
background-color: #f7b800;
height: 100%;
z-index: 1;
}
.process-style-three .narep-process-info {
overflow: hidden;
padding-left: 52px;
max-width: 100%;
}
.process-style-three .narep-process-info h4 {
font-size: 20px;
}
.process-style-three .narep-process-item p {
color: #777777;
font-size: 14px;
line-height: 24px;
}
.narep-step-counter {
float: left;
font-size: 14px;
margin-top: 3px;
font-weight: 700;
text-transform: uppercase;
position: relative;
width: 100%;
max-width: 60px;
word-break: break-word;
}
.narep-step-counter:after {
position: absolute;
top: 6px;
right: -27px;
width: 9px;
height: 9px;
padding: 3px;
background: #e1e1e1;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 1;
}
.narep-process-item.process-done .narep-step-counter:after {
background-color: #f7b800;
} .narep-proc-item {
border-radius: 200px;
background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%);
margin: 0 auto 30px;
max-width: 400px;
}
.narep-proc-item.odd {
border-radius: 200px;
background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
}
.narep-proc-info {
display: inline-block;
background: #fff;
padding: 50px 30px;
margin: 20px;
border-radius: 200px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.narep-proc-info h4 {
font-size: 22px;
padding: 15px 0 10px;
}
.narep-proc-info p {
color: #777777;
font-size: 14px;
line-height: 24px;
margin: 0;
padding: 0 0 15px;
}
.narep-proc-info .narep-icon i {
font-size: 50px;
background: #f7b800;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.proc-count {
width: 60px;
height: 60px;
line-height: 60px;
margin: 0 auto;
display: block;
color: #fff;
font-weight: 700;
font-size: 20px;
text-align: center;
border-radius: 100%;
background: #f7b800;
} .narep-mate-item {
margin-bottom: 72px;
position: relative;
}
.narep-mate-item .narep-image {
position: relative;
}
.narep-mate-item .narep-image img {
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.narep-mate-item.narep-hover .narep-mate-info {
bottom: -30px;
}
.narep-mate-info {
position: absolute;
bottom: -41px;
left: 20px;
right: 20px;
padding: 15px 20px;
background: #ffffff;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.narep-mate-info h4 {
font-size: 18px;
line-height: 28px;
}
.narep-mate-info p {
margin-bottom: 0;
color: #f7b800;
font-size: 14px;
}
.narep-mate-name {
padding-bottom: 2px;
}
.narep-mate-info .narep-social {
padding: 4px 0 0;
} .team-style-two .narep-mate-item {
margin-bottom: 30px;
}
.team-style-two .narep-image {
position: relative;
}
.team-style-two .narep-mate-info {
padding: 20px 0 0;
text-align: center;
position: static;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.team-style-two .narep-mate-info h4 {
font-size: 16px;
}
.team-style-two .narep-mate-name {
text-transform: uppercase;
}
.narep-mate-item.narep-hover .narep-mate-info-wrap {
opacity: 1;
visibility: visible;
-webkit-transition-delay: inherit;
-ms-transition-delay: inherit;
transition-delay: inherit;
}
.narep-mate-info-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px;
background: rgba(0, 0, 0, 0.5);
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease-in-out .4s;
-ms-transition: all ease-in-out .4s;
transition: all ease-in-out .4s;
-webkit-transition-delay: 700ms;
-ms-transition-delay: 700ms;
transition-delay: 700ms;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
z-index: 1;
}
.narep-mate-item.narep-hover .narep-mate-info-wrap .narep-social li {
opacity: 1;
transform: none;
}
.narep-mate-info-wrap .narep-social li {
opacity: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: transform 500ms, opacity 500ms;
-ms-transition: transform 500ms, opacity 500ms;
transition: transform 500ms, opacity 500ms;
-webkit-transition-delay: 100ms;
-ms-transition-delay: 100ms;
transition-delay: 100ms;
}
.narep-mate-info-wrap .narep-social li:nth-child(2n) {
-webkit-transition-delay: 200ms;
-ms-transition-delay: 200ms;
transition-delay: 200ms;
}
.narep-mate-info-wrap .narep-social li:nth-child(3n) {
-webkit-transition-delay: 300ms;
-ms-transition-delay: 300ms;
transition-delay: 300ms;
}
.narep-mate-info-wrap .narep-social li:nth-child(4n) {
-webkit-transition-delay: 400ms;
-ms-transition-delay: 400ms;
transition-delay: 400ms;
}
.narep-mate-info-wrap .narep-social.rounded a {
background: #ffffff;
border-color: transparent;
margin: 4px 3px;
}
.narep-mate-info-wrap .narep-social.rounded a:hover,
.narep-mate-info-wrap .narep-social.rounded a:focus {
color: #ffffff;
background-color: #f7b800;
border-color: #f7b800;
} .team-style-three .narep-mate-item {
margin-bottom: 30px;
}
.team-style-three .narep-mate-item .narep-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.team-style-three .narep-mate-item:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: 25px;
height: calc(100% - 150px);
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-style-three .narep-mate-item.no-icon:before {
bottom: 3px;
}
.team-style-three .narep-mate-item.narep-hover:before {
bottom: 0;
height: 100%;
-webkit-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
}
.team-style-three .narep-mate-info {
padding: 15px;
text-align: center;
position: static;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.team-style-three .narep-mate-info .narep-social a {
font-size: 16px;
}
.team-style-three .narep-mate-item .narep-image {
padding: 15px 15px 0;
}
.team-style-three .narep-mate-info .narep-social {
opacity: 0;
-webkit-transition: opacity 0.17s ease;
transition: opacity 0.17s ease;
}
.team-style-three .narep-hover .narep-mate-info .narep-social {
opacity: 1;
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.team-style-three .narep-mate-info * {
position: relative;
} .narep-team.team-style-four .narep-mate-item {
margin-bottom: 30px;
overflow: hidden;
}
.narep-team.team-style-four .narep-mate-info h4 {
font-size: 24px;
}
.narep-team.team-style-four .narep-hover .narep-mate-info h4 {
color: #fff;
}
.narep-team.team-style-four .narep-mate-info p {
font-size: 16px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-team.team-style-four .narep-hover .narep-mate-info p {
height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-team.team-style-four .narep-mate-info {
bottom: 0;
left: 0;
right: 0;
min-height: 82px;
background: #fdfdfd;
border: 1px solid #e7e7e7;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-team.team-style-four .narep-mate-info ul {
list-style: none;
padding: 0;
margin: 0;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-team.team-style-four .narep-mate-info ul li {
padding: 3px 0;
}
.narep-team.team-style-four .narep-mate-info ul li a,
.narep-team.team-style-four .narep-mate-info ul li {
color: #fff;
font-size: 18px;
}
.narep-team.team-style-four .narep-mate-info ul li i {
padding-right: 3px;
}
.narep-team.team-style-four .narep-hover .narep-mate-info ul {
height: auto;
opacity: 1;
visibility: visible;
-webkit-transition: all ease .2s;
-ms-transition: all ease .2s;
transition: all ease .2s;
}
.narep-team.team-style-four .narep-hover .narep-mate-info {
min-height: 100%;
background: rgba(11, 11, 12, 0.7);
border-color: transparent;
}
.mate-info-wrap {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .narep-team-single-wrap {
padding: 0 15px;
}
.narep-team-single-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding: 20px 0;
}
.narep-team-single-item .single-mate-image,
.narep-team-single-item .single-mate-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.narep-team-single-item .single-mate-info ul {
padding: 0 0 10px;
margin: 0;
list-style: none;
}
.single-mate-info ul li {
padding: 6px 0;
color: #666666;
font-size: 18px;
line-height: 26px;
}
.single-mate-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info ul li a:hover {
color: #f7b800;
}
.single-mate-info ul li span {
color: #444444;
display: inline-block;
padding-right: 5px;
font-weight: 500;
}
.single-mate-info p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 26px;
padding: 0 0 10px;
}
.single-mate-info h3.team-title {
font-size: 30px;
margin: 0;
padding: 0 0 10px;
}
.single-mate-info h3 a {
color: #444444;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info h3 a:hover {
color: #f7b800;
}
.narep-team-single-item .single-mate-info h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 15px;
}
.narep-team-single-item .narep-image {
text-align: center;
}
.image-wrap {
display: inline-block;
position: relative;
}
.image-wrap img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
position: relative;
z-index: 1;
}
.image-wrap:after {
content: "";
width: 100%;
display: inline-block;
height: 100%;
position: absolute;
left: 20px;
top: 20px;
border: 10px solid #f7b800;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-team-single-item .narep-image .image-wrap:hover:after {
left: 0;
top: 0;
}
.image-wrap.hide-shape:after {
content: none;
}
.narep-team-single-item.full-width .single-mate-image,
.narep-team-single-item.full-width .single-mate-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.narep-team-single-item.full-width {
max-width: 650px;
margin: 0 auto;
border-radius: 5px 5px 5px 5px;
padding: 50px;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .narep-testimonials-wrap {
padding: 30px 40px;
margin: 30px auto 0;
background: #ffffff;
position: relative;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 0 0 1px #ededed;
-ms-box-shadow: inset 0 0 0 1px #ededed;
box-shadow: inset 0 0 0 1px #ededed;
}
.narep-testimonial-item .narep-image {
padding: 0 0 15px;
}
.narep-testimonial-item .narep-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-testimonials-wrap .narep-icon {
position: absolute;
top: -23px;
right: 20px;
z-index: 1;
color: #f7b800;
text-align: center;
}
.narep-testimonial-item h4 span {
font-size: 16px;
font-weight: normal;
}
.narep-testimonials-wrap .narep-icon i {
font-size: 45px;
-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-ms-text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.narep-testimonial-item p {
font-size: 15px;
line-height: 24px;
color: #777777;
}
.narep-testimonial-item h4 {
font-size: 18px;
line-height: 26px;
}
.narep-customer-rating {
padding-bottom: 15px;
font-size: 16px;
color: #f7b800;
display: inline-block;
}
.narep-customer-rating i {
margin: 0 1px;
}
.narep-author-name {
padding-bottom: 0;
text-transform: uppercase;
}
.narep-author-wrap p {
margin-bottom: 0;
font-size: 14px;
color: #f7b800;
} .testimonials-style-two .narep-testimonial-item {
max-width: 700px;
padding: 30px 50px 35px;
margin: 0 auto;
background: #ffffff;
text-align: center;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonials-style-two .narep-image {
margin-top: 10px;
}
.testimonials-style-two .narep-image img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonials-style-two .owl-carousel .owl-nav {
margin-top: 0;
position: static;
}
.testimonials-style-two .owl-carousel .owl-nav button.owl-prev,
.testimonials-style-two .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 42px;
left: 120px;
z-index: 1;
}
.testimonials-style-two .owl-carousel .owl-nav button.owl-next {
left: auto;
right: 120px;
}
.narep-testimonial-info {
padding-top: 25px;
}
.narep-testimonial-info .narep-customer-rating {
padding-bottom: 8px;
}
.narep-testimonial-info p {
font-style: italic;
} .testimonials-style-four .narep-testimonials-wrap {
padding: 0;
margin: 0;
overflow: hidden;
}
.testimonials-style-four .narep-testimonial-content {
padding: 30px 40px 15px;
}
.testimonials-style-four .narep-author-wrap {
position: relative;
padding: 30px 40px;
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
background: #f6f6f6;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.testimonials-style-four .narep-testimonials-wrap:hover .narep-author-wrap {
background: #f7b800;
}
.testimonials-style-four .narep-author-wrap .narep-image {
float: left;
padding: 0;
margin-right: 15px;
}
.testimonials-style-four .narep-author-wrap p {
font-size: 16px;
color: #777777;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.testimonials-style-four .narep-testimonials-wrap .narep-icon,
.testimonials-style-four .narep-testimonials-wrap:hover .narep-author-wrap p {
color: #232323;
}
.testimonials-style-four .narep-testimonials-wrap .narep-icon i {
-webkit-text-shadow: none;
-ms-text-shadow: none;
text-shadow: none;
} .narep-video-wrap {
display: block;
line-height: 0;
width: 100%;
}
a.narep-video-btn:hover {
color: #fff;
}
.narep-video-wrap .narep-image {
position: relative;
display: block;
min-height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 100%;
overflow: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-video-wrap .narep-image img {
visibility: hidden;
opacity: 0;
}
.narep-video-wrap a {
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-video-btn {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
color: #ffffff;
font-size: 24px;
background-color: #f7b800;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
-webkit-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
-ms-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 2;
}
a.narep-video-btn:focus,
a.narep-video-btn:hover {
color: #ffffff;
}
.narep-video-btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.video-label {
display: block;
padding-top: 20px;
font-size: 20px;
color: #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-video-wrap .narep-image:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
display: block;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-video-btn-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
z-index: 2;
}
.narep-video-btn-wrap .narep-video-btn {
position: relative;
display: inline-block;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-video-btn-wrap .narep-video-btn i {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-ripple,
.narep-ripple:before,
.narep-ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.narep-ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
}
@-webkit-keyframes ripple {
70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.narep-video-section {
background: #ffffff;
overflow: hidden;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
}
.narep-video-section .nich-row {
margin: 0;
}
.narep-video-section [class*="nich-col-"] {
padding: 0;
}
.narep-title-section-wrap {
padding: 60px;
}
.narep-video-section .narep-title-section .narep-image {
padding: 0 0 20px;
display: inline-block;
}
.narep-video-section .narep-title-section {
padding: 20px 0 0;
}
.narep-video-section .narep-title-section p {
font-size: 18px;
color: #777777;
} .narep-aboutme-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.narep-aboutme-item .aboutme-image,
.narep-aboutme-item .aboutme-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.aboutme-info h3.aboutme-title {
font-size: 30px;
margin: 0;
padding: 0 0 10px;
}
.aboutme-info .aboutme-info-wrap h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 10px;
}
.aboutme-info p {
margin: 0;
color: #666666;
font-size: 20px;
line-height: 30px;
padding-bottom: 15px;
}
.aboutme-info p:last-child {
padding-bottom: 0;
}
.aboutme-info-wrap {
padding: 50px;
}
.aboutme-info-wrap .narep-social {
padding: 5px 0 25px;
} .narep-aboutus-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.narep-aboutus-item .aboutus-image,
.narep-aboutus-item .aboutus-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.aboutus-info {
text-align: left;
}
.aboutus-info.right {
text-align: right;
}
.aboutus-info.center {
text-align: center;
}
.aboutus-info h3.aboutus-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
margin-bottom: 20px
}
.aboutus-info h3:after {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 4px;
content: "";
background: #f7b800;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.aboutus-info.right h3:after {
left: auto;
right: 0;
}
.aboutus-info.center h3:after {
left: 0;
right: 0;
margin: 0 auto;
}
.aboutus-info .aboutus-info-wrap h5 {
color: #f7b800;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.aboutus-info p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.aboutus-info p:last-child {
padding-bottom: 0;
}
.aboutus-info-wrap {
padding: 50px;
}
.aboutus-info-wrap .narep-social {
padding: 0 0 15px;
}
.aboutus-info-wrap .narep-link-wrap {
padding: 15px 0 0;
}
.sign-image {
padding: 0 0 15px;
} .narep-get-apps {
position: relative;
overflow: hidden;
display: block;
margin: 0 auto;
max-width: 700px;
padding: 50px;
background: #ffffff;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.narep-get-apps:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.narep-get-apps * {
position: relative;
z-index: 9;
}
.narep-get-apps h3.apps-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
color: #ffffff;
}
.narep-get-apps h5 {
color: #f7b800;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.narep-get-apps p {
margin: 0;
color: #ffffff;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.narep-get-apps .narep-btn-wrap {
padding: 0;
}
.narep-get-apps .narep-btn-wrap a {
margin: 10px;
display: inline-block;
}
.narep-get-apps.food-banner .narep-btn-wrap a {
margin: 0;
}
.narep-get-apps.food-banner {
max-width: 100%;
}
.narep-get-apps .narep-btn-wrap a.narep-link i {
padding: 0 10px 0 0;
font-size: 18px;
width: 25px;
}
.narep-get-apps .narep-btn-wrap a.narep-link:hover i {
width: 0 !important;
} .narep-compare-wrap {
display: inline-block;
position: relative;
width: 100%;
}
div.jx-controller,
div.jx-control {
transition: all .2s ease;
}
.narep-compare-wrap div.juxtapose {
width: 100% !important;
} .narep-subscribe {
text-align: center;
}
.narep-form-wrap {
position: relative;
display: block;
margin: 0 auto;
max-width: 700px;
padding: 50px;
background: #ffffff;
border: 1px solid #dcdced;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.narep-subscribe .narep-form-wrap h3 {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.narep-subscribe p {
margin: 0;
color: #666666;
font-size: 14px;
line-height: 26px;
padding-bottom: 15px;
}
.narep-subscribe .nich-row {
margin: 0 -5px;
}
.narep-subscribe [class*="nich-col-"] {
padding: 0 5px;
}
.narep-subscribe-form {
display: block;
margin: 25px auto 0;
} .narep-history-wrap {
max-width: 900px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.narep-history-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0 -15px;
padding: 50px 0;
}
.narep-history-item .history-info,
.narep-history-item .history-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.narep-history-item:nth-child(odd) .history-info {
padding-right: 50px;
text-align: right;
}
.narep-history-item:nth-child(even) .history-info {
padding-left: 50px;
text-align: left;
-ms-flex-order: 2;
order: 2;
}
.narep-history-item:nth-child(odd) .history-image {
padding-left: 50px;
}
.narep-history-item:nth-child(even) .history-image {
padding-right: 50px;
text-align: right;
-ms-flex-order: 1;
order: 1;
}
.narep-history-wrap:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #efefed;
display: inline-block;
}
.narep-history-item span {
background: #f7b800;
}
.narep-history-item span,
.narep-history-item span:before,
.narep-history-item span:after {
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
top: -5px;
height: 10px;
width: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-moz-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-ms-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-o-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-webkit-animation: rippleSmall 3s infinite;
-moz-animation: rippleSmall 3s infinite;
-ms-animation: rippleSmall 3s infinite;
-o-animation: rippleSmall 3s infinite;
animation: rippleSmall 3s infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-history-item span:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
top: 0;
}
.narep-history-item span:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
top: 0;
}
@-webkit-keyframes rippleSmall {
70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes rippleSmall {
70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.history-info h3.history-title {
padding: 15px 0 10px;
margin: 0;
font-size: 32px;
}
.narep-history-item .history-info h5 {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #f7b800;
display: inline-block;
margin: 0;
padding: 3px 8px;
border-radius: 3px;
}
.history-info p {
color: #666666;
font-size: 18px;
line-height: 28px;
}
.history-image .narep-image {
display: inline-block;
overflow: hidden;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .narep-image.narep-popup a {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #f7b800;
background: #fff;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
border-radius: 100%;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.history-image .narep-image.narep-popup:hover a {
top: 50%;
opacity: 1;
}
.history-image .narep-image.narep-popup:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .narep-image.narep-popup:hover:after {
transform: scale(1);
opacity: 1;
}
.history-image .narep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.history-image .narep-image.hover-image:hover img {
transform: scale(1.1);
}
.narep-history-wrap.history-two {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0;
max-width: 100%;
}
.narep-history-wrap.history-two .narep-history-item {
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
display: block;
flex-wrap: unset;
margin: 0;
padding: 0 15px;
}
.narep-history-wrap.history-two .narep-history-item {
margin-bottom: 50px;
}
.narep-history-wrap.history-two .narep-history-item .history-info,
.narep-history-wrap.history-two .narep-history-item .history-image {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.narep-history-wrap.history-two .narep-history-item .history-info,
.narep-history-wrap.history-two .narep-history-item .history-image {
text-align: center;
}
.narep-history-wrap.history-two:before {
content: none;
}
.narep-history-wrap.history-two .narep-history-item .history-info {
padding: 0 0 30px;
margin: 0 0 40px;
position: relative;
}
.narep-history-wrap.history-two .narep-history-item .history-info:after {
content: "";
position: absolute;
width: calc(100% + 30px);
height: 2px;
bottom: 0;
left: -15px;
right: -15px;
margin: 0 auto;
background: #f7b800;
display: inline-block;
}
.narep-history-wrap.history-two .narep-history-item span {
top: auto;
bottom: -4px;
right: 0;
}
.narep-history-wrap.history-two.history-three .narep-history-item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.history-vertical .history-info h3.history-title {
padding-top: 0;
font-size: 20px;
}
.history-vertical .history-info {
background: #fff;
-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
padding: 23px 30px;
}
.history-vertical .narep-history-item:nth-child(odd) .history-info {
padding-right: 35px;
text-align: right;
width: 40%;
flex: 0 0 45%;
margin-right: 45px;
border-radius: 10px 0 0 10px;
border-right: 3px solid #f7b800;
}
.history-vertical .narep-history-item:nth-child(even) .history-info {
padding-left: 35px;
text-align: left;
-ms-flex-order: 2;
order: 2;
width: 40%;
flex: 0 0 45%;
margin-left: 45px;
border-radius: 0 10px 10px 0;
border-left: 3px solid #f7b800;
}
.history-vertical .history-info p {
padding-bottom: 0;
}
.history-vertical .narep-history-item {
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.history-image-wrap {
padding: 20px;
text-align: center;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.history-image-wrap .narep-image {
display: block;
}
.narep-history-item .narep-btn {
padding: 15px 40px;
} .narep-typewriter h1 {
font-size: 40px;
}
.narep-typewriter h1 span {
color: #f7b800;
} .narep-banner {
background-color: #0c1322;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.banner-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1170px;
}
.banner-caption {
max-width: 900px;
padding: 100px 0;
}
.banner-caption.left-align {
margin-left: 0;
margin-right: auto;
text-align: left;
}
.banner-caption.right-align {
margin-left: auto;
margin-right: 0;
text-align: right;
}
.banner-caption.center-align {
margin: 0 auto;
text-align: center;
}
.banner-caption h1.banner-title {
font-size: 55px;
padding: 0 0 15px;
margin: 0;
color: #fff;
}
.banner-caption p {
color: #bfbfbf;
font-size: 20px;
line-height: 35px;
margin-bottom: 0;
}
.banner-caption .narep-btn {
margin: 0 15px 0 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.banner-caption .narep-btn:last-child {
margin-right: 0;
}
.banner-sub-title .narep-image {
display: inline-block;
max-width: 170px;
}
.banner-sub-title .sub-title {
margin: 0 20px;
}
.banner-sub-title .narep-image.one {
transform: rotate(180deg);
}
.banner-caption .content-image {
padding: 20px 0 0;
}
.banner-caption .narep-link,
.banner-caption .narep-link i {
color: #fff;
font-size: 20px;
}
.banner-caption .narep-btn-wrap {
padding-top: 30px;
}
.banner-caption h1.banner-title span {
color: #f7b800;
}
.narep-swiper-slide .swiper-slide .banner-caption *:nth-child(1n) {
animation-delay: 1s;
}
.narep-swiper-slide .swiper-slide .banner-caption *:nth-child(2n) {
animation-delay: 2s;
}
.narep-swiper-slide .swiper-slide .banner-caption *:nth-child(3n) {
animation-delay: 2.5s;
}
.narep-swiper-slide .swiper-slide .banner-caption *:nth-child(4n) {
animation-delay: 3s;
}
.narep-swiper-slide .swiper-slide .banner-caption *:nth-child(5n) {
animation-delay: 3.5s;
}
.narep-swiper-slide .swiper-slide .banner-image *:nth-child(1n) {
animation-delay: 2s;
}
.banner-image .slider-form.narep-form form p {
padding: 0;
text-align: center;
}
.banner-image .slider-form.narep-form {
background: #ffff;
padding: 50px;
max-width: 450px;
margin: 0 auto;
} .narep-plan-item {
padding: 40px;
background: #ffffff;
text-align: center;
position: relative;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-plan-item.narep-plan-spacer {
padding: 60px 40px;
}
.narep-plan-item h4 {
font-size: 18px;
line-height: 26px;
}
.narep-plan-item ul {
padding: 15px 0 20px;
margin: 0;
color: #777777;
list-style: none;
}
.narep-plan-item ul li {
padding-bottom: 13px;
position: relative;
}
.narep-plan-item ul li.disabled {
color: #a0a0a0;
text-decoration: line-through;
}
.narep-plan-item ul li a {
color: inherit;
}
.narep-plan-title {
text-transform: uppercase;
}
.narep-price {
display: block;
font-size: 52px;
font-weight: 600;
line-height: normal;
color: #f7b800;
}
.narep-price sup {
top: -22px;
left: -2px;
font-size: 24px;
font-weight: 400;
}
.narep-price sub {
bottom: 1px;
font-size: 18px;
font-weight: 400;
}
.narep-price-label {
display: inline-block;
margin-bottom: 25px;
width: 90px;
padding: 4px 10px 5px;
color: #ffffff;
background-color: #f7b800;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
} .narep-price-item {
padding: 25px 30px 20px;
max-width: 450px;
margin: 0 auto 30px;
background: #ffffff;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.narep-price-item h3 {
font-size: 20px;
line-height: 28px;
}
.narep-price-item ul {
padding: 0;
margin: 0;
font-size: 15px;
list-style: none;
}
.narep-price-item ul li {
padding: 10px 0;
border-bottom: 1px solid #ededed;
}
.narep-price-item ul li:last-child {
border-bottom: none;
}
.narep-price-item ul li span {
float: right;
}
.narep-price-title {
padding-right: 105px;
font-weight: 500;
position: relative;
}
.narep-price-title .narep-link {
position: absolute;
top: 3px;
right: 0;
z-index: 1;
} .price-style-two .narep-price-item {
padding: 0;
}
.price-style-two .narep-price-title {
padding: 40px 25px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
position: relative;
-webkit-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.price-style-two .narep-price-title > * {
position: relative;
z-index: 1;
}
.price-style-two .narep-price-title:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
z-index: 0;
}
.price-style-two .narep-price-item h3 {
font-size: 22px;
line-height: 30px;
}
.price-style-two .narep-price-item ul {
padding: 20px 0;
}
.price-style-two .narep-price-item ul li {
padding: 8px 25px;
border-bottom: none;
}
.narep-price-link {
padding: 20px 25px;
border-top: 1px solid #ededed;
} .narep-valuable-wrap .nich-row {
margin: 0;
}
.narep-valuable-wrap [class*="nich-col-"] {
padding: 0;
}
.narep-valuable-wrap .nich-col-lg-4:first-child .narep-valuable-item {
-webkit-border-radius: 3px 0 0 3px;
-ms-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.narep-valuable-wrap .nich-col-lg-4:last-child .narep-valuable-item {
-webkit-border-radius: 0 3px 3px 0;
-ms-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.narep-valuable-wrap [class*="nich-col-"]:nth-child(2n) .narep-valuable-item {
z-index: 2;
}
.narep-valuable-wrap [class*="nich-col-"]:nth-child(3n) .narep-valuable-item {
z-index: 1;
}
.narep-valuable-item {
height: 100%;
color: #ffffff;
position: relative;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 3;
}
.narep-valuable-item:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(11, 11, 12, 0.7);
}
.narep-valuable-item > * {
position: relative;
z-index: 9;
}
.narep-valuable-item .narep-icon {
padding-bottom: 15px;
}
.narep-valuable-item .narep-icon i {
font-size: 50px;
}
.narep-valuable-item h4 {
font-size: 20px;
color: #ffffff;
}
.narep-valuable-item h4 a {
color: #ffffff;
}
.narep-valuable-item p {
line-height: 26px;
font-size: 16px;
padding: 0;
margin: 0;
}
.narep-valuable-inner {
padding: 45px 30px 30px;
}
.hours-item {
padding: 5px 0;
font-size: 16px;
}
.hours-item span {
float: right;
}
.narep-valuable-item .narep-rounded-link {
margin-top: 15px;
}
.narep-valuable-title {
padding-bottom: 7px;
font-weight: 500;
}
.narep-valuable-title a {
color: inherit;
} .narep-stats-wrap .narep-stats-item {
display: block;
padding: 28px 25px 23px;
margin-bottom: 30px;
background: #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.narep-stats-item.narep-hover {
background: #f7b800;
color: #ffffff;
}
.narep-stats-item.narep-hover .narep-icon,
.narep-stats-item.narep-hover .narep-stats-title {
color: #ffffff;
}
.narep-stats-item .narep-icon {
display: table-cell;
vertical-align: middle;
color: #f7b800;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-stats-item .icon-linea {
font-size: 40px;
}
.narep-stats-info {
display: table-cell;
vertical-align: middle;
padding-left: 20px;
}
.narep-stats-info span {
display: block;
}
.narep-stats-item .stats-counter {
padding-bottom: 0;
font-weight: 600;
font-size: 26px;
text-align: left;
}
.narep-stats-title {
padding-bottom: 0;
color: #777777;
font-weight: 400;
font-size: 14px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .narep-section-title h2 {
font-size: 34px;
line-height: 42px;
color: #444444;
}
.narep-section-title p {
margin-bottom: 10px;
color: #777777;
line-height: 26px;
font-size: 16px;
}
.narep-benefits-wrap .nich-row {
margin: 0;
}
.narep-benefits-wrap [class*="nich-col-"] {
padding: 0;
}
.narep-benefit-item {
position: relative;
display: block;
border: 1px solid #e7e7e7;
margin: 0 -1px -1px 0;
padding: 40px 25px 35px;
text-align: center;
background: #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-benefit-item:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.active .narep-benefit-item,
.narep-benefit-item.narep-hover {
border-color: transparent;
}
.narep-benefit-item.narep-hover:after {
z-index: 9;
border-color: transparent;
-webkit-box-shadow: 0 5px 60px #ececf4;
-ms-box-shadow: 0 5px 60px #ececf4;
box-shadow: 0 5px 60px #ececf4;
}
.active .narep-benefit-item:after {
z-index: 10;
border-color: transparent;
-webkit-box-shadow: 0 5px 60px #ececf4;
-ms-box-shadow: 0 5px 60px #ececf4;
box-shadow: 0 5px 60px #ececf4;
}
.narep-benefit-item span {
display: block;
}
.narep-benefit-item .narep-icon,
.narep-benefit-item .narep-image {
display: inline-block;
padding-bottom: 20px;
color: #f7b800;
max-height: 80px;
}
.narep-benefit-item .narep-icon {
font-size: 60px;
line-height: 60px;
}
.narep-benefit-item p {
margin-bottom: 13px;
color: #777777;
line-height: 24px;
font-size: 14px
}
.narep-benefit-title {
padding-bottom: 10px;
font-weight: 600;
font-size: 20px;
line-height: 28px;
text-transform: capitalize;
}
.narep-benefit-tab a:focus,
.narep-benefit-tab a:hover {
color: #232323;
}
.narep-benefits-wrap .narep-section-title {
padding: 20px 50px;
text-align: center;
}
.narep-section-title.section-title-in {
text-align: left;
}
.narep-tab-benefits {
display:none;
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
-webkit-transform: translate3d(0,30px,0);
-moz-transform: translate3d(0,30px,0);
transform: translate3d(0,30px,0);
opacity: 0;
}
.narep-tab-benefits.active {
opacity: 1;
display:block;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.narep-tab-benefit {
overflow-y: auto;
}
.narep-tab-benefit::-webkit-scrollbar {
width: 0;
}
.narep-tab-benefit::-webkit-scrollbar-track {
-webkit-box-shadow: none;
border-radius: 0;
}
.narep-tab-benefit::-webkit-scrollbar-thumb {
-webkit-box-shadow: none;
background: transparent;
} .narep-restaurants-wrap {
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
text-align: center;
position: relative;
}
.narep-restaurants-wrap.narep-overlay:before {
background-color: rgba(0, 0, 0, 0.45);
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.narep-restaurants-wrap .nich-row {
margin: 0;
}
.narep-restaurants-wrap [class*="nich-col-"] {
padding: 0;
border-right: 6px solid #ffffff;
border-bottom: 6px solid #ffffff;
}
.narep-restaurants-wrap [class*="nich-col-"]:nth-child(3n) {
border-right: none;
}
.narep-restaurant-item {
height: 100%;
padding: 80px 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-restaurant-item.narep-hover {
background-color: rgba(0, 0, 0, 0.4);
}
.narep-restaurant-item h4 {
font-size: 20px;
line-height: 28px;
font-weight: 500;
padding-bottom: 8px;
}
.narep-restaurant-item p {
line-height: 26px;
font-size: 14px;
}
.narep-restaurant-item .narep-link {
color: inherit;
}
.narep-restaurant-item .narep-link span:after {
background: #ffffff;
}
.narep-restaurant-title a {
color: inherit;
}
.narep-restaurant-item .narep-icon i {
font-size: 44px;
color: #f7b800;
}
.narep-restaurant-item .narep-icon {
padding-bottom: 10px;
} .narep-admission-wrap {
max-width: 730px;
margin: 0 auto;
}
.narep-admission-wrap .narep-bullet-list {
padding-bottom: 10px;
text-align: left;
}
.narep-admission-wrap .narep-bullet-list li {
padding-bottom: 18px;
}
.narep-admission-wrap .narep-btn {
min-width: 100%;
}
.narep-admission-inner-wrap {
background-color: #ffffff;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-admission-inner-wrap .nich-row {
margin: 0;
}
.narep-admission-inner-wrap [class*="nich-col-"] {
padding: 0;
}
.narep-admission-inner-wrap [class*="nich-col-"]:nth-child(2n) .narep-admission-list {
border-right: none;
}
.narep-admission-list {
padding: 40px 30px;
border-right: 1px solid #ececec;
}
.narep-bullet-list {
padding: 0;
margin: 0;
color: #777777;
font-size: 15px;
list-style: none;
}
.narep-bullet-list:before,
.narep-bullet-list:after {
display: table;
content: "";
clear: both;
}
.narep-bullet-list li {
padding: 0 0 15px 30px;
position: relative;
}
.narep-bullet-list li:before {
position: absolute;
top: 1px;
left: 0;
width: 18px;
height: 18px;
color: #ffffff;
background-color: #f7b800;
text-align: center;
font-family: "FontAwesome";
font-weight: 900;
font-size: 8px;
line-height: 18px;
text-rendering: auto;
content: "\f00c";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 1;
}
.narep-bullet-list li a {
color: inherit;
} .narep-tools-wrap {
padding: 0 15px;
}
.narep-tools-wrap .narep-tool-item {
display: block;
max-width: 350px;
padding: 20px 15px 15px;
margin: 0 auto 30px;
text-align: center;
background-color: #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-tool-item.narep-hover,
.narep-tool-item.narep-hover .narep-icon,
.narep-tool-item.narep-hover .narep-tool-title a {
color: #ffffff;
}
.narep-tool-item.narep-hover {
background-color: #f7b800;
}
.narep-tool-item span {
display: block;
}
.narep-tool-item .narep-image,
.narep-tool-item .narep-icon {
padding-bottom: 10px;
color: #f7b800;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-tool-item i {
font-size: 36px;
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.narep-tool-title {
padding-bottom: 10px;
font-size: 15px;
font-weight: 500;
} .narep-care-item {
display: block;
padding: 25px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-care-item span {
display: table-cell;
}
.narep-care-item.narep-hover {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-care-item .narep-icon {
display: table-cell;
vertical-align: middle;
min-width: 45px;
font-size: 45px;
color: #f7b800;
}
.narep-care-item.narep-hover {
color: #f7b800;
}
.narep-care-title {
display: table-cell;
vertical-align: middle;
padding: 0 0 0 20px;
font-weight: 500;
font-size: 18px;
line-height: 26px;
} .narep-number-list {
padding: 0;
margin: 0;
color: #777777;
font-size: 15px;
list-style: none;
counter-reset: my-counter;
}
.narep-number-list:before,
.narep-number-list:after {
display: table;
content: "";
clear: both;
}
.narep-number-list li {
padding: 0 0 15px 30px;
position: relative;
}
.narep-number-list li:before {
color: #232323;
font-weight: 600;
position: absolute;
top: 1px;
left: 0;
counter-increment: my-counter;
content: counter(my-counter, decimal-leading-zero) ".";
z-index: 1;
}
.narep-number-list li a {
color: inherit;
} .narep-specialties-item {
margin-bottom: 30px;
}
.narep-specialties-item .narep-image img {
-webkit-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.narep-specialties-item [class*="nich-order-"] .narep-image img {
-webkit-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.narep-specialties-item [class*="nich-order-"] .narep-specialties-info {
-webkit-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.narep-specialties-info {
padding: 25px 25px 18px;
-webkit-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-specialties-info h4 {
font-size: 20px;
}
.narep-specialties-info h4 a:hover {
color: #f7b800;
}
.narep-specialties-info p {
color: #777777;
line-height: 24px;
font-size: 14px;
}
.narep-specialties-info .narep-bullet-list {
font-size: 14px;
} .narep-fod-tab-item .narep-image img {
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.narep-fod-tab-item [class*="nich-order-"] .narep-fod-tab-info {
padding: 0 50px 0 0;
}
.narep-fod-tab-main-title {
padding-bottom: 25px;
}
.narep-fod-tab-info {
padding-left: 50px;
}
.narep-fod-tab-info h2 {
font-size: 70px;
line-height: 72px;
color: #f7b800;
}
.narep-fod-tab-info h3 {
font-size: 24px;
line-height: 32px;
}
.narep-fod-tab-info p {
color: #777777;
line-height: 26px;
font-size: 16px;
padding: 0;
margin: 0;
}
.narep-fod-tab-counter {
opacity: 0.2;
font-weight: 700;
}
.narep-fod-tab-info-item {
position: relative;
overflow: hidden;
padding: 20px 30px;
margin-bottom: 20px;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.narep-fod-tab-info-item:after {
content: "";
position: absolute;
height: 0;
width: 2px;
background: #f7b800;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
}
.active .narep-fod-tab-info-item:after {
height: 100%;
}
.narep-fod-tab-info-item .narep-icon {
float: left;
min-width: 50px;
}
.narep-fod-tab-info-item i {
font-size: 48px;
color: #f7b800;
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.narep-fod-tab-item-info {
overflow: hidden;
padding-left: 20px;
}
.narep-fod-tab-item-info h4 {
font-size: 18px;
}
.narep-fod-tab-info-title {
padding-bottom: 5px;
}
.narep-fod-tab-info h3 a:hover,
.narep-fod-tab-item-info h4 a:hover {
color: #f7b800;
}
.narep-food-tab a {
display: block;
}
.narep-food-tab a:hover,
.narep-food-tab a:focus,
.narep-food-tab a {
color: #232323;
}
.narep-tab-food {
width: 100%;
display: block;
}
.narep-tab-img {
display:none;
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
-webkit-transform: translate3d(50px,0,0);
-moz-transform: translate3d(50px,0,0);
transform: translate3d(50px,0,0);
opacity: 0;
}
.toggle-align .narep-tab-img {
-webkit-transform: translate3d(-50px,0,0);
-moz-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0);
}
.narep-food-num .narep-tab-img {
-webkit-transform: translate3d(0,50px,0);
-moz-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
.narep-food-num .narep-tab-img.active,
.toggle-align .narep-tab-img.active,
.narep-tab-img.active {
opacity: 1;
display:block;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .narep-hours-wrap {
position: relative;
padding: 30px;
background-color: #232323;
color: #fff;
border-radius: 5px;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.narep-hours-wrap:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(11, 11, 12, 0.7);
}
.narep-hours-wrap > * {
position: relative;
z-index: 2;
}
.narep-hours-wrap h4 {
font-size: 20px;
}
.narep-hours-wrap p {
font-size: 14px;
margin: 0;
padding: 0 0 5px;
}
.narep-hour-item {
color: #ffffff;
position: relative;
border-bottom: 1px solid rgba(255,255,255,.27);
padding: 9px 2px 4px;
font-size: 15px;
margin: 0 -2px;
}
.narep-hour-item span {
float: right;
white-space: nowrap;
text-align: right;
font-size: 14px;
font-weight: 700;
}
.narep-hour-item:last-child {
border-bottom: none;
padding-bottom: 0;
} .narep-food-menu-item-wrap {
position: relative;
margin-bottom: 30px;
padding: 20px;
background-color: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
border: 1px solid transparent;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.narep-food-menu-item-wrap:before, .narep-food-menu-item-wrap:after {
display: table;
clear: both;
content: "";
}
.narep-food-menu-item .narep-image {
float: left;
max-width: 160px;
}
.food-menu-toggle .narep-food-menu-item .narep-image {
float: right;
}
.narep-food-menu-item .narep-image {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.narep-food-menu-info {
overflow: hidden;
padding-left: 20px;
}
.food-menu-toggle .narep-food-menu-info {
padding-left: 0;
padding-right: 20px;
}
.no-img .narep-food-menu-info {
padding-left: 0;
}
.narep-food-menu-title {
font-size: 18px;
font-weight: 600;
line-height: 1.5;
position: relative;
padding: 0;
margin: 0 0 10px;
text-transform: uppercase;
}
.food-title {
position: relative;
display: inline-block;
background: #ffffff;
padding-right: 10px;
z-index: 2;
}
.food-indicator .food-title {
padding-left: 28px;
}
.non-veg .food-title:before,
.veg .food-title:before {
content: "";
position: absolute;
top: 5px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #007f12;
}
.non-veg .food-title:after,
.veg .food-title:after {
content: "";
position: absolute;
top: 10.5px;
left: 5.5px;
width: 7px;
height: 7px;
border-radius: 100%;
background: #007f12;
}
.non-veg .food-title:before {
border-color: #b20000;
}
.non-veg .food-title:after {
background: #b20000;
}
.narep-food-menu-title:after {
content: "";
position: absolute;
border-bottom: 1px dashed #777777;
display: block;
height: 1px;
left: 0;
margin: 0;
right: 0;
bottom: 5px;
z-index: 1;
}
.food-price {
position: absolute;
right: 0;
background: #ffffff;
padding-left: 10px;
z-index: 2;
}
.food-label {
background-color: #d10000;
color: #ffffff;
font-size: 12px;
letter-spacing: 0.9px;
display: inline-block;
height: 20px;
line-height: 18px;
margin-left: 8px;
text-align: center;
padding: 0 10px;
position: relative;
text-transform: uppercase;
top: -4px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.veg .food-label {
background-color: #007f12;
}
.narep-food-menu-info p {
color: #777777;
font-size: 18px;
line-height: 26px;
margin: 0;
}
.food-menu-heighlight {
border-color: #f7b800;
} .food-menu-two .narep-food-menu-item-wrap {
padding: 50px;
text-align: center;
}
.food-menu-two .narep-food-menu-item {
position: relative;
}
.food-menu-two .narep-food-menu-item .narep-image {
float: none;
width: 100%;
max-width: 100%;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.food-menu-two .narep-food-menu-info {
padding: 15px 0 0;
}
.food-menu-two .narep-food-menu-title:after {
content: none;
}
.food-menu-two .food-price {
background: #f7b800;
color: #fff;
width: 75px;
height: 75px;
line-height: 63px;
border-radius: 100%;
bottom: 20px;
right: 10px;
text-align: center;
font-size: 18px;
font-weight: 700;
padding: 0;
border: 7px solid #ffffff;
}
.food-menu-two .food-label {
position: absolute;
line-height: 20px;
font-weight: 600;
font-size: 11px;
top: 0;
left: 0;
margin: 0;
border-radius: 0;
} .food-menu-three .narep-food-menu-item-wrap {
padding: 0;
border: none;
box-shadow: none;
}
.food-menu-three .narep-food-menu-item {
width: 90px;
float: left;
}
.food-menu-three .narep-food-menu-item .narep-image {
max-width: 100%;
position: relative;
}
.narep-image .food-label {
position: absolute;
top: auto;
bottom: 0;
left: 0;
margin: 0;
width: 100%;
border-radius: 0;
font-size: 11px;
height: 23px;
line-height: 22px;
}
.food-menu-three .hav-img .narep-food-menu-title:after {
content: none;
}
.food-menu-three .hav-img .food-title {
padding-right: 0;
}
.food-menu-three .hav-img .food-price {
position: relative;
padding: 0;
text-align: right;
background: transparent;
font-size: 18px;
font-weight: 800;
}
.food-menu-three .food-price span {
position: relative;
padding-left: 10px;
background: #ffffff;
z-index: 3;
}
.food-menu-three .hav-img .food-price:after {
content: "";
position: absolute;
border-bottom: 1px dashed #777777;
display: block;
height: 1px;
left: 0;
margin: 0;
right: 0;
bottom: 5px;
z-index: 1;
}
.narep-food-menu-item .narep-customer-rating {
padding: 10px 0 0;
width: 100%;
text-align: center;
}
.menu-info-inner {
display: inline-block;
width: 70%;
float: left;
}
.narep-food-menu-info .narep-btn-wrap {
display: inline-block;
padding: 5px 0 0;
width: 30%;
text-align: right;
}
.narep-food-menu-info .narep-btn-wrap .narep-btn {
padding: 15px 40px 13px;
}
.food-menu-three .narep-customer-rating {
padding: 10px 0 0;
} .food-menu-four .narep-food-menu-item-wrap {
padding: 0;
border: none;
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.food-menu-four .narep-food-menu-item .narep-image {
max-width: 155px;
border-radius: 0;
}
.food-menu-four .narep-food-menu-title:after {
content: none;
}
.food-menu-four .narep-food-menu-title {
margin: 0;
padding: 0;
}
.food-menu-four .food-price {
position: relative;
display: block;
padding-left: 28px;
font-size: 20px;
}
.food-menu-four .food-title {
padding-bottom: 10px;
}
.food-menu-four .narep-food-menu-info {
width: 45%;
padding-left: 30px;
float: left;
}
.food-menu-four .narep-btn-wrap {
float: left;
padding: 0;
}
.narep-food-menu-item-wrap .narep-btn-wrap .narep-btn {
padding: 11px 30px 11px;
font-size: 13px;
color: #f7b800;
}
.narep-food-menu-item-wrap .narep-btn-wrap .narep-btn:focus,
.narep-food-menu-item-wrap .narep-btn-wrap .narep-btn:hover {
color: #232323;
} .narep-distance-parallax {
position: relative;
}
.narep-parallax-wrap .nich-row {
margin-right: -5px;
margin-left: -5px;
}
.narep-parallax-wrap [class*="nich-col-"] {
padding-right: 5px;
padding-left: 5px;
} ul.narep-tab-links {
padding: 0;
margin: 0 0 30px;
position: relative;
border-bottom: 2px solid #dadada;
}
.narep-tab-links:after {
display:block;
clear:both;
content:'';
}
.narep-tab-links li {
list-style: none;
display: inline-block;
}
.narep-tab-links a {
display: flex;
flex-wrap: wrap;
position: relative;
align-items: center;
text-align: center;
font-size: 16px;
padding: 20px;
color: #777777;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-tab-links a span {
display: block;
width: 100%;
}
.narep-tab-links a span i {
font-size: 36px;
}
.narep-tab-links a span.narep-icon {
padding: 0 0 10px;
}
.narep-tab-links a span.title {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
font-weight: 600;
}
.narep-tab-links li.active a,
.narep-tab-links li.active a:hover,
.narep-tab-links a:hover {
color: #232323;
}
.narep-tab-line {
position: absolute;
bottom: -2px;
left: 0;
width: 100px;
height: 2px;
background: #232323;
}
.tab-vertical .narep-tab-links li.narep-tab-line {
width: 2px;
height: 100px;
left: auto;
right: -2px;
} .narep-tab-content {
width: 100%;
display: block;
}
.narep-tab {
display:none;
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
-webkit-transform: translate3d(0,30px,0);
-moz-transform: translate3d(0,30px,0);
transform: translate3d(0,30px,0);
opacity: 0;
}
.narep-tab.active {
display:block;
opacity: 1;
}
.tab-vertical .narep-tab {
-webkit-transform: translate3d(-30px,0,0);
-moz-transform: translate3d(-30px,0,0);
transform: translate3d(-30px,0,0);
}
.narep-tab.active,
.tab-vertical .narep-tab.active {
display:block;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .tab-vertical ul.narep-tab-links {
display: block;
width: 25%;
float: left;
border-bottom: none;
border-right: 2px solid #dadada;
padding-right: 30px;
}
.tab-vertical .narep-tab-content {
display: block;
width: 75%;
float: left;
padding-left: 30px;
}
.tab-vertical .narep-tab-links li {
width: 100%;
}
.tab-vertical .narep-tab-links li a span {
display: inline-block;
width: auto;
}
.tab-vertical .narep-tab-links li a {
padding: 15px 0;
text-align: left;
}
.tab-vertical .narep-tab-links a span.title {
font-size: 14px;
}
.tab-vertical .narep-tab-links a span.narep-icon {
margin-left: 6px;
padding: 0;
}
.tab-vertical .narep-tab-links a span i {
font-size: 24px;
} .narep-tab-three .narep-tab-links {
display: inline-block;
background: rgba(247, 184, 0, 0.1);
border: 1px solid #f7b800;
border-radius: 100px;
}
.narep-tab-three .narep-tab-line {
background: #f7b800;
height: 100%;
bottom: 0;
border-radius: 100px;
}
.narep-tab-three .narep-tab-links a span {
display: inline-block;
width: auto;
}
.narep-tab-three .narep-tab-links a span.narep-icon {
margin-right: 6px;
}
.narep-tab-three .narep-tab-links a {
padding: 17px 45px;
}
.narep-tab-three .narep-tab-links-wrap {
text-align: center;
} .narep-map-wrap {
position: relative;
max-width: 650px;
margin: 0 auto;
}
.narep-location-item {
position: absolute;
left: 225px;
top: 17px;
}
.narep-location-item:nth-child(2n) {
top: 85px;
left: 112px;
}
.narep-location-item:nth-child(3n) {
top: 168px;
left: 112px;
}
.narep-location-item:nth-child(4n) {
top: 137px;
left: 355px;
}
.narep-location-item:nth-child(5n) {
top: 77px;
left: 400px;
}
.narep-location-item:nth-child(6n) {
top: 60px;
left: auto;
right: 135px;
}
.narep-location-item:nth-child(7n) {
top: auto;
bottom: 78px;
left: auto;
right: 80px;
}
.narep-location-tooltip {
display: inline-block;
vertical-align: middle;
position: relative;
}
.narep-location-tooltip:before {
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 10px;
height: 13px;
background-image: url(//alatarteus.com/wp-content/plugins/restaurant-cafe-addon-for-elementor/assets/images/map-marker.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 10px auto;
content: "";
z-index: 1;
}
.narep-location-tooltip .narep-tooltip-text {
visibility: hidden;
width: 120px;
background-color: #ffffff;
color: #777777;
text-align: center;
padding: 10px;
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 1s;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
-webkit-transform: translate3d(0,5px,0);
-moz-transform: translate3d(0,5px,0);
transform: translate3d(0,5px,0);
}
.narep-location-tooltip:hover .narep-tooltip-text {
visibility: visible;
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
} .narep-food-item-wrap {
position: relative;
}
.narep-food-item-wrap:before,
.narep-food-item-wrap:after {
display: table;
clear: both;
content: "";
}
.no-img .narep-food-item-info {
padding-left: 0;
}
.narep-food-item {
position: relative;
text-align: center;
}
.narep-food-item-info {
padding: 30px 0 0;
display: inline-block;
width: 100%;
}
.narep-food-item-info h3 {
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 20px;
line-height: 1.5;
position: relative;
padding: 0;
margin: 0;
}
h5.item-price {
font-size: 25px;
color: #f7b800;
padding: 0 0 10px;
}
.narep-food-item-info p {
color: #777777;
line-height: 26px;
font-size: 18px;
padding: 0 0 10px;
margin: 0;
}
.item-label {
position: absolute;
background-color: #f7b800;
color: #f7b800;
font-size: 13px;
letter-spacing: 0.5px;
display: inline-block;
height: 25px;
line-height: 25px;
padding: 0 8px 0 15px;
text-transform: uppercase;
top: 20px;
left: 0;
z-index: 2;
}
.item-label span {
color: #ffffff;
}
.item-label:before,
.item-label:after {
content: "";
position: absolute;
border-bottom: 15px solid;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
bottom: 0;
right: -10px;
transform: rotate(0);
border-bottom-color: inherit;
}
.item-label:after {
top: 0;
bottom: auto;
transform: rotate(180deg);
}
.narep-food-item-info .narep-link {
color: #232323;
}
.narep-food-item-info .narep-link i {
width: 20px;
font-size: 16px;
padding: 0 5px 0 0;
}
.narep-food-item-info .narep-link:hover i {
width: 0;
padding: 0;
} .narep-food-item.food-item-two {
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.narep-food-item.food-item-two .narep-food-item-info {
padding: 30px 30px 35px;
position: relative;
text-align: left;
}
.food-item-two h5.item-price {
position: absolute;
top: -33px;
right: 30px;
width: 67px;
height: 67px;
line-height: 57px;
text-align: center;
font-size: 22px;
color: #232323;
background: #f7b800;
border-radius: 100%;
padding: 0;
border: 5px solid #ffffff;
}
.food-item-two .narep-food-item-info h3 {
font-size: 18px;
position: relative;
padding: 0 0 10px 28px;
}
.food-item-two.non-veg .narep-food-item-info h3:before,
.food-item-two.veg .narep-food-item-info h3:before {
content: "";
position: absolute;
top: 5px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #007f12;
}
.food-item-two.non-veg .narep-food-item-info h3:after,
.food-item-two.veg .narep-food-item-info h3:after {
content: "";
position: absolute;
top: 10.5px;
left: 5.5px;
width: 7px;
height: 7px;
border-radius: 100%;
background: #007f12;
}
.food-item-two.non-veg .narep-food-item-info h3:before {
border-color: #b20000;
}
.food-item-two.non-veg .narep-food-item-info h3:after {
background: #b20000;
}
.narep-food-item-info .narep-btn {
padding: 16px 40px 14px;
}
.narep-food-item-info .narep-customer-rating {
float: right;
padding: 14px 0 0;
}
.narep-food-item-info .narep-btn-wrap {
float: left;
padding: 0;
}
.food-item-two .narep-food-item-info p {
padding: 0 0 20px;
}
.narep-food-item-wrap .item {
padding: 15px;
}
.narep-food-item-wrap .owl-carousel .owl-nav button.owl-prev {
left: -30px;
}
.narep-food-item-wrap .owl-carousel .owl-nav button.owl-next {
right: -30px;
} .narep-layerd-wrap {
overflow: visible;
}
.narep-layerd-wrap .narep-layerd-effects {
display: block;
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
}
.narep-layerd-wrap:before {
content: '';
display: block;
position: relative;
width: 100%;
height: 700px;
float: left;
}
.narep-layerd-wrap .narep-layerd-container {
display: block;
position: absolute;
width: 100%;
bottom: 0;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer {
display: block;
position: absolute;
width: 100%;
max-width: 500px;
top: 0px;
left: 0;
right: 0;
margin: 0 auto;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer.narep-layer-1 {
z-index: 6;
position: relative;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer.narep-layer-2 {
z-index: 5;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer.narep-layer-3 {
z-index: 4;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer.narep-layer-4 {
z-index: 3;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer.narep-layer-5 {
z-index: 2;
}
.narep-layerd-wrap .narep-layerd-container .narep-layer.narep-layer-6 {
z-index: 1;
} .narep-addon-menu-wrap {
position: relative;
margin: 0 0 20px 40px;
padding: 30px;
background-color: #ffffff;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
border: 1px solid transparent;
-webkit-box-shadow: 0 10px 120px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 120px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.1);
}
.narep-addon-menu-wrap.no-img {
margin-left: 0;
}
.narep-addon-menu-wrap .narep-image {
position: absolute;
left: -55px;
top: 50%;
transform: translateY(-50%);
max-width: 130px;
-webkit-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
}
.narep-addon-menu-title {
font-size: 18px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.2px;
position: relative;
padding: 0;
margin: 0 0 10px;
text-transform: uppercase;
}
.addon-title {
position: relative;
display: inline-block;
background: #ffffff;
padding-right: 10px;
z-index: 2;
}
.addon-indicator p,
.addon-indicator .narep-customer-rating,
.addon-indicator .addon-title {
padding: 0 0 0 28px;
}
.non-veg .addon-title:before,
.veg .addon-title:before {
content: "";
position: absolute;
top: 5px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #007f12;
}
.non-veg .addon-title:after,
.veg .addon-title:after {
content: "";
position: absolute;
top: 10.5px;
left: 5.5px;
width: 7px;
height: 7px;
border-radius: 100%;
background: #007f12;
}
.non-veg .addon-title:before {
border-color: #b20000;
}
.non-veg .addon-title:after {
background: #b20000;
}
.narep-addon-menu-title:after {
content: "";
position: absolute;
border-bottom: 1px dashed #777777;
display: block;
height: 1px;
left: 0;
margin: 0;
right: 0;
bottom: 5px;
z-index: 1;
}
.addon-price {
position: absolute;
right: 0;
background: #ffffff;
padding-left: 10px;
z-index: 2;
}
.addon-label {
background-color: #d10000;
color: #ffffff;
font-size: 12px;
letter-spacing: 0.9px;
display: inline-block;
height: 20px;
line-height: 18px;
margin-left: 8px;
text-align: center;
padding: 0 10px;
position: relative;
text-transform: uppercase;
top: -4px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-addon-menu-info p {
color: #777777;
font-size: 18px;
line-height: 26px;
margin: 0 0 10px;
}
.narep-addon-item ul {
padding: 0;
margin: 0;
list-style: none;
}
.narep-addon-item ul li {
position: relative;
padding: 3px 0;
color: #777777;
font-size: 17px;
} .narep-checkbox-wrap label {
text-align: left;
width: 100%;
}
.narep-checkbox-wrap label:before,
.narep-checkbox-wrap label:after {
display: table;
content: "";
}
.narep-checkbox-wrap label:after {
clear: both;
}
.narep-checkbox-icon-wrap {
float: left;
}
.narep-checkbox-icon-wrap .narep-checkbox-icon {
display: inline-block;
position: relative;
top: 3px;
width: 18px;
height: 18px;
margin-right: 10px;
background: #ffffff;
border: 1px solid #a3a3a3;
}
.narep-checkbox-icon-wrap input[type="checkbox"] {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
margin-bottom: 0;
opacity: 0;
pointer-events: none;
z-index: 0;
}
.narep-checkbox-icon-wrap input[type="checkbox"]:checked + .narep-checkbox-icon {
background: #000000;
border-color: #000000;
color: #ffffff;
}
.narep-checkbox-icon-wrap input[type="checkbox"]:checked + .narep-checkbox-icon:before {
position: absolute;
top: 50%;
left: 50%;
font: normal normal normal 12px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f00c";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.narep-checkbox-wrap .label-wrap {
position: relative;
display: inline-block;
width: calc(100% - 30px);
}
.narep-checkbox-wrap .label-wrap:after {
content: "";
position: absolute;
border-bottom: 1px dashed #777777;
display: block;
height: 1px;
left: 0;
margin: 0;
right: 0;
bottom: 5px;
z-index: 1;
}
.narep-checkbox-wrap .label-wrap .label-title {
position: relative;
display: inline-block;
background: #ffffff;
padding-right: 10px;
z-index: 2;
}
.narep-checkbox-wrap .label-price {
position: absolute;
right: 0;
background: #ffffff;
padding-left: 10px;
z-index: 2;
}
.narep-addon-menu-wrap .narep-btn-wrap {
padding: 0;
text-align: center;
}
.narep-addon-menu-wrap .narep-btn-wrap .narep-btn {
padding: 11px 30px 11px;
font-size: 13px;
color: #f7b800;
}
.narep-addon-menu-wrap .narep-btn-wrap .narep-btn:focus,
.narep-addon-menu-wrap .narep-btn-wrap .narep-btn:hover {
color: #232323;
}
.addon-total {
font-size: 27px;
width: 100%;
display: inline-block;
text-align: center;
padding: 0 0 10px;
}
.woocommerce .star-rating {
height: 16px;
width: 84px;
float: left;
padding: 0 0 30px;
}
.woocommerce .star-rating::before {
content: "\53\53\53\53\53";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
font-size: 16px;
}
.woocommerce .star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
font-size: 16px;
color: #f7b800;
}
.woocommerce .star-rating {
}
.narep-addon-menu-wrap a.button {
display: inline-block;
vertical-align: middle;
background-color: #232323;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
padding: 12px 30px 11px;
font-size: 13px;
color: #f7b800;
}
.narep-addon-menu-wrap a.button:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
}
.narep-addon-menu-wrap a.button:hover,
.narep-addon-menu-wrap a.button:focus {
background-color: #f7b800;
color: #232323;
}
.narep-addon-menu-wrap a.button:hover:after, 
.narep-addon-menu-wrap a.button:focus:after {
-webkit-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
}
span.addon-price ins {
text-decoration: none;
}
span.addon-total del {
display: none;
}
span.addon-total ins {
text-decoration: none;
}
.narep-extend-addons {
display: inline-block;
width: 100%;
} .narep-chefs-wrap {
position: relative;
max-width: 100%;
width: 100%;
left: 0;
right: 0;
display: flex;
flex-wrap: wrap;
}
.narep-chefs-item {
position: relative;
display: block;
width: 100%;
}
.narep-chefs-item .nich-row {
margin: 0;
}
.narep-chefs-item [class*="nich-col-"] {
padding: 0;
}
.narep-chefs-info {
padding: 20px 150px;
display: inline-block;
width: 100%;
}
.narep-chefs-name h2 {
font-size: 30px;
padding: 0;
}
.narep-chefs-name h3 {
font-size: 16px;
padding: 0;
font-weight: 600;
color: #f7b800;
}
.narep-chefs-info-wrap {
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
padding: 0 0 25px;
}
.narep-chefs-info-wrap .narep-chefs-name {
width: 60%;
}
.narep-chefs-info-wrap .narep-btn-wrap {
width: 40%;
text-align: right;
padding: 0;
}
.narep-chefs-info-wrap .narep-btn-wrap .narep-btn {
padding: 16px 45px;
font-size: 14px;
color: #f7b800;
}
.narep-chefs-info-wrap .narep-btn-wrap .narep-btn:focus,
.narep-chefs-info-wrap .narep-btn-wrap .narep-btn:hover {
color: #232323;
}
.narep-chefs-info p {
color: #777777;
font-size: 18px;
line-height: 28px;
margin: 0 0 10px;
}
.narep-chefs-carousel {
position: relative;
padding: 20px 0 40px;
}
.narep-chefs-carousel .narep-swiper-slide.swiper {
height: auto;
min-height: auto;
padding-bottom: 30px;
}
.narep-chefs-carousel .swiper-scrollbar-drag {
background: #232323;
border-radius: 0;
}
.narep-chefs-carousel .swiper-scrollbar {
-webkit-border-radius: 0;
border-radius: 0;
background: #e2e2e2;
}
.narep-chefs-carousel .swiper-horizontal>.swiper-scrollbar {
left: 0;
bottom: 0;
width: 100%;
}
.narep-chefs-info h5 {
font-size: 20px;
text-transform: uppercase;
padding: 0 0 25px;
}
.narep-chefs-info .narep-social.rounded a {
width: 47px;
height: 47px;
margin-right: 8px;
color: #232323;
border: 1px solid #f7b800;
background: #f7b800;
font-size: 16px;
text-align: center;
line-height: 47px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.narep-chefs-info .narep-social.rounded a:focus,
.narep-chefs-info .narep-social.rounded a:hover {
color: #f7b800;
border-color: #232323;
background: #232323;
}
.narep-chefs-carousel .owl-carousel {
width: 652px;
}
.narep-chefs-food .narep-image {
border-radius: 5px;
position: relative;
}
.narep-chefs-carousel .img-link:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
}
.narep-chefs-food h4 {
font-size: 16px;
text-transform: uppercase;
text-align: center;
padding: 10px 0 0;
}
.narep-chefs-carousel .owl-carousel .owl-dots {
padding: 0 0 0;
background: #e2e2e2;
height: 5px;
margin: 20px 0 0;
text-align: left;
line-height: 0;
}
.narep-chefs-carousel .owl-carousel button.owl-dot {
width: 8%;
height: 5px;
line-height: 0;
margin: 0;
background: #e2e2e2;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.narep-chefs-carousel .owl-carousel button.owl-dot.active {
background-color: #232323;
}
.narep-chefs-food .narep-image .narep-video-btn {
width: 40px;
height: 40px;
background: #ffffff;
color: #232323;
font-size: 14px;
}
.narep-chefs-food .narep-image .narep-video-btn:hover {
background: #f7b800;
}
.narep-chefs-food .prep-time {
position: absolute;
top: 15px;
right: 15px;
line-height: normal;
text-transform: uppercase;
background: #f7b800;
z-index: 6;
padding: 3px 9px 4px;
font-size: 12px;
font-weight: 600;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
} .narep-offers {
padding: 50px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
}
.narep-offers-inner h2 {
font-size: 80px;
line-height: 80px;
padding: 0 0 45px;
-webkit-text-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
-ms-text-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
text-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
text-transform: uppercase;
}
.narep-offers-inner h2 span {
display: block;
}
.narep-offers-inner h3 {
position: relative;
padding: 0;
}
.narep-offers-inner h3 .prim {
font-size: 30px;
position: relative;
z-index: 3;
text-transform: uppercase;
font-weight: 900;
}
.narep-offers-inner h3 .sub {
font-size: 60px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.4;
}
.narep-offers a img {
max-width: 170px;
border-radius: 70px;
margin: 5px;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
} .narep-gift-card-wrap {
padding: 60px 70px;
-webkit-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
-ms-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-gift-card-title {
text-align: center;
padding: 20px 0 40px;
position: relative;
}
.narep-gift-card-title h3 {
text-align: center;
font-size: 40px;
position: relative;
z-index: 2;
}
.narep-gift-card-title h4 {
text-align: center;
font-size: 80px;
padding: 0;
position: absolute;
top: -30px;
left: 0;
right: 0;
opacity: 0.2;
}
.narep-gift-form.narep-form label {
font-size: 14px;
color: #777777;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 5px;
}
.narep-gift-form.narep-form textarea,
.narep-gift-form.narep-form input {
border: none;
border-bottom: 1px solid #777777;
border-radius: 0;
padding-left: 0;
color: #232323;
font-size: 20px;
font-weight: 600;
margin: 0px 0 25px;
max-height: 100px;
}
.narep-gift-form.narep-form textarea:focus,
.narep-gift-form.narep-form input:focus {
border-color: #232323;
}
.narep-gift-card {
position: relative;
display: inline-block;
width: 100%;
background: -moz-linear-gradient(top, #e100ff 0%,#7f00ff 100%);
background: -webkit-linear-gradient(top, #e100ff 0%,#7f00ff 100%);
background: linear-gradient(to bottom, #e100ff 0%,#7f00ff 100%);
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-gift-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.narep-card-info {
position: relative;
color: #ffffff;
padding: 30px 40px;
}
.narep-card-message {
position: relative;
padding: 22px 40px 25px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
text-align: center;
}
.narep-card-message h4 {
padding: 0;
font-size: 18px;
font-weight: 400;
color: #ffffff;
}
.narep-card-info .narep-icon {
position: absolute;
top: 30px;
right: 40px;
max-width: 76px;
}
.narep-card-info .narep-icon i {
font-size: 76px;
}
.narep-card-info h4 {
font-size: 14px;
text-transform: uppercase;
padding: 0;
letter-spacing: 2px;
}
.narep-card-info h2 {
font-size: 45px;
padding: 0 80px 0 0;
font-weight: 600;
word-break: break-word;
position: relative;
z-index: 1;
}
.narep-card-recipient h3 {
padding: 0;
font-size: 20px;
font-weight: 600;
}
.narep-card-recipient {
padding: 50px 0 0;
}
.narep-gift-card-info .narep-btn-wrap {
padding: 50px 0 0;
text-align: center;
}
.narep-gift-card-info .narep-btn-wrap .narep-btn {
padding: 21px 65px 19px;
}
.narep-gift-card-info {
padding-left: 20px;
} .narep-price-tab-wrap .nich-row {
margin: 0;
}
.narep-price-tab-wrap [class*="nich-col-"] {
padding: 0;
}
.narep-price-tab-links a:focus,
.narep-price-tab-links a:hover,
.narep-price-tab-links a {
color: #232323;
display: block;
}
.narep-price-tab-item {
position: relative;
background: #ffffff;
padding: 30px 50px 40px;
margin: 0 0 40px;
-webkit-box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.active .narep-price-tab-item {
z-index: 9;
box-shadow: -30px 10px 120px rgba(0, 0, 0, 0.2);
}
.narep-price-tab-links a:last-child .narep-price-tab-item {
margin: 0;
}
.narep-price-tab-item:after {
content: "\f053";
font-family: "FontAwesome";
font-size: 12px;
position: absolute;
text-align: center;
width: 52px;
height: 52px;
line-height: 52px;
background: #fafafa;
border-radius: 100%;
right: 0px;
top: 50%;
opacity: 0;
transform: translateY(-50%) scale(0);
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
z-index: 2;
}
.active .narep-price-tab-item:after {
right: -26px;
transform: translateY(-50%) scale(1);
opacity: 1;
}
.toggle-align .narep-price-tab-item:after {
content: "\f053";
right: auto;
left: 0;
}
.toggle-align .active .narep-price-tab-item:after {
left: -26px;
transform: translateY(-50%) scale(1);
opacity: 1;
}
.narep-price-tab-item h3 {
font-size: 40px;
padding: 0;
text-transform: uppercase;
}
.narep-price-tab-item h4 {
font-size: 20px;
text-transform: uppercase;
padding: 0 0 20px;
}
.narep-tab-price-wrap {
padding: 10px 0 0;
}
.narep-tab-price-wrap h2 {
font-size: 150px;
font-weight: 900;
line-height: 130px;
position: relative;
padding: 0 0 15px;
}
.narep-tab-price-wrap h2 span {
font-size: 50px;
line-height: 50px;
font-weight: 700;
position: absolute;
top: 15px;
}
.narep-tab-price-wrap p {
font-size: 18px;
color: #232323;
margin: 0;
padding: 0;
font-weight: 600;
}
.narep-price-tab-content {
width: 100%;
display: block;
}
.narep-price-tab {
display:none;
-webkit-transition: all .5s cubic-bezier(.23,.47,.37,.92);
-moz-transition: all .5s cubic-bezier(.23,.47,.37,.92);
transition: all .5s cubic-bezier(.23,.47,.37,.92);
-webkit-transform: translate3d(-50px,0,0);
-moz-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0);
opacity: 0;
}
.toggle-align .narep-price-tab {
-webkit-transform: translate3d(50px,0,0);
-moz-transform: translate3d(50px,0,0);
transform: translate3d(50px,0,0);
}
.toggle-align .narep-price-tab.active,
.narep-price-tab.active {
opacity: 1;
display:block;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .narep-price-content-wrap {
display: inline-block;
width: 100%;
position: relative;
background: #ffffff;
padding: 40px;
text-align: center;
-webkit-box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-price-content-wrap p {
font-size: 20px;
padding: 0 0 5px;
margin: 0;
color: #232323;
}
.narep-customer-rating span {
font-size: 18px;
color: #232323;
padding-left: 3px;
}
.narep-price-content-wrap .narep-customer-rating {
padding: 0;
}
.narep-price-content-wrap .narep-btn-wrap {
padding: 20px 0 50px;
}
ul.narep-info-list {
padding: 37px 35px;
margin: 0 0 30px;
text-align: left;
list-style: none;
background: #f9f9f9;
border: 1px dashed #909090;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
ul.narep-info-list li {
font-size: 18px;
color: #777777;
padding: 8px 0;
}
ul.narep-info-list li span {
color: #232323;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.2px;
}
ul.narep-benefit-list {
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}
ul.narep-benefit-list li {
font-size: 18px;
color: #232323;
padding: 15px 0;
border-bottom: 1px dashed rgba(35, 35, 35, 0.7);
position: relative;
}
ul.narep-benefit-list li:after {
content: "\f00c";
font-family: "FontAwesome";
font-size: 16px;
position: absolute;
color: #339c01;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
ul.narep-benefit-list li.not-available:after {
content: "\f00d";
color: #ff0d0d;
}
.narep-price-content-wrap .narep-image {
padding: 30px 0 0;
max-width: 230px
margin: 0 auto;
} .narep-recipe-video-wrap {
padding: 0 0 60px;
}
.narep-recipe-video-wrap .narep-image {
position: relative;
}
.narep-recipe-title {
position: relative;
font-size: 30px;
letter-spacing: 0.2px;
text-transform: uppercase;
padding: 0 40px 0 0;
margin: 0 0 30px;
display: inline-block;
}
.non-veg .narep-recipe-title:before,
.veg .narep-recipe-title:before {
content: "";
position: absolute;
top: 50%;
right: 0;
width: 21px;
height: 21px;
border: 2px solid #007f12;
transform: translateY(-50%);
}
.non-veg .narep-recipe-title:after,
.veg .narep-recipe-title:after {
content: "";
position: absolute;
top: 50%;
right: 5.5px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #007f12;
transform: translateY(-50%);
}
.non-veg .narep-recipe-title:before {
border-color: #b20000;
}
.non-veg .narep-recipe-title:after {
background: #b20000;
}
.narep-nutrition-recipe {
padding-right: 40px;
}
.narep-recipe-wrap {
border-bottom: 1px solid #dcdcdc;
margin: 0 0 50px;
padding: 0 0 10px;
text-align: center;
}
.narep-recipe-info {
padding: 0 0 30px;
}
.narep-recipe-wrap .narep-image {
padding: 0 0 30px;
}
.narep-recipe-info h5 {
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
.narep-recipe-info i {
font-size: 36px;
color: #f7b800;
}
.narep-particular-item h3 {
font-size: 26px;
text-transform: uppercase;
padding: 0 0 20px;
}
ul.narep-nutrition-list {
padding: 0;
margin: 0;
list-style: none;
}
ul.narep-nutrition-list li {
font-size: 18px;
color: #777777;
position: relative;
margin: 17px 0;
}
ul.narep-nutrition-list li:first-child {
margin-top: 0;
}
ul.narep-nutrition-list li span {
background: #ffffff;
display: inline-block;
position: relative;
padding-right: 6px;
}
ul.narep-nutrition-list li span.value {
float: right;
padding-right: 0;
padding-left: 6px;
}
ul.narep-nutrition-list li:before {
content: "";
position: absolute;
bottom: 6px;
left: 0;
width: 100%;
border-bottom: 1px dashed #777777;
}
.narep-ingredients-info {
padding: 0 0 40px;
}
.narep-ingredient-info {
text-align: center;
padding: 0 0 20px;
}
.narep-ingredient-info p {
font-size: 18px;
color: #777777;
margin: 0;
padding: 10px 0 5px;
}
ul.narep-prep-list {
padding: 0;
margin: 0;
list-style: none;
}
ul.narep-prep-list li {
position: relative;
padding: 0 0 20px 40px;
}
ul.narep-prep-list li:before {
content: "";
position: absolute;
top: 4px;
left: 0;
width: 16px;
height: 16px;
background: #f7b800;
border-radius: 100%;
}
ul.narep-prep-list li:after {
content: "";
position: absolute;
top: 4px;
left: 8px;
width: 1px;
height: 100%;
background: #f7b800;
}
ul.narep-prep-list li:last-child:after {
content: none;
}
ul.narep-prep-list li h4 {
font-size: 18px;
text-transform: uppercase;
padding: 0 0 5px;
}
ul.narep-prep-list li p {
font-size: 18px;
color: #777777;
margin: 0;
line-height: 28px;
} .narep-rooms-item .nich-row {
margin: 0;
}
.narep-rooms-item [class*="nich-col-"] {
padding: 0;
}
.narep-rooms-info {
display: block;
padding: 50px;
max-width: 760px;
margin: 0 auto;
position: relative;
}
.narep-rooms-info * {
position: relative;
z-index: 1;
}
.narep-rooms-title h3 {
font-size: 30px;
text-transform: uppercase;
padding: 0;
}
.narep-rooms-info p {
font-size: 18px;
color: #777777;
line-height: 28px;
}
.rooms-title-wrap {
float: left;
width: 70%;
}
.rooms-price-wrap {
float: left;
width: 30%;
text-align: right;
}
.rooms-title-wrap p {
font-size: 16px;
color: #f7b800;
text-transform: uppercase;
margin: 0;
font-weight: 600;
letter-spacing: 0.6px;
}
.rooms-price-wrap p {
margin: 0;
}
.narep-rooms-title {
display: inline-block;
width: 100%;
padding: 0 0 20px;
}
ul.narep-room-list {
padding: 20px 0 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
}
ul.narep-room-list .narep-btn-wrap {
padding: 0;
margin: 0 10px 0 0;
}
ul.narep-room-list li {
padding: 0 20px 0 0;
}
ul.narep-room-list li h4 {
padding: 0;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}
ul.narep-room-list li h4 span {
padding-right: 10px;
}
ul.narep-room-list li h4 i {
font-size: 30px;
}
ul.narep-room-list .narep-btn-wrap .narep-btn {
padding: 16px 45px 14px;
} .narep-rooms-item.style-two {
overflow: hidden;
clear: both;
height: 100vh;
position: relative;
}
.narep-splitted-slider {
height: 100vh;
}
.ms-tableCell {
height: 100vh !important;
}
.narep-splitted-slider .narep-image {
height: 100vh;
position: relative;
}
.narep-rooms-background {
height: 100vh;
background-color: #d0d0d0;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
position: relative;
} .datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: .25rem;
}
.datepicker table {
border: none;
}
.narep-op-table-wrap {
-webkit-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
-ms-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.narep-op-table-wrap > .nich-row {
margin: 0;
}
.narep-op-table-wrap > .nich-row > [class*="nich-col-"] {
padding: 0;
}
.narep-op-table-title {
text-align: center;
padding: 20px 0 40px;
position: relative;
}
.narep-op-table-title h3 {
text-align: center;
font-size: 40px;
position: relative;
z-index: 2;
}
.narep-op-table-title h3 .res-sub-title,
.narep-op-table-title h4 {
text-align: center;
font-size: 80px;
padding: 0;
position: absolute;
top: -30px;
left: 0;
right: 0;
opacity: 0.2;
}
.narep-op-table-form.narep-form label {
font-size: 18px;
color: #232323;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 5px;
display: inline-block;
width: 100%;
text-align: left;
}
.narep-op-table-form.narep-form label i {
padding-right: 5px;
}
.narep-op-table-form.narep-form select,
.narep-op-table-form.narep-form textarea,
.narep-op-table-form.narep-form input {
border: none;
border-bottom: 1px solid #777777;
border-radius: 0;
padding: 10px 0;
color: #777777;
font-size: 24px;
font-weight: 900;
margin: 0px 0 25px;
max-height: 100px;
flex: none;
outline: none;
}
.narep-op-table-form.narep-form select option {
font-size: 16px;
color: #232323 !important;
}
.narep-op-table-form.narep-form select:focus,
.narep-op-table-form.narep-form textarea:focus,
.narep-op-table-form.narep-form input:focus {
border-color: #232323;
}
.datepicker table tr td.active.active {
background: #f7b800;
color: #232323;
}
.datepicker.dropdown-menu {
padding: 10px;
}
.narep-op-table-form button.narep-btn {
border: none;
outline: none;
margin: 20px 0 0;
padding: 21px 48px 19px;
}
.narep-op-table-form.style-two button.narep-btn {
margin: 40px 0 0;
}
.narep-op-table-wrap .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
border: none;
outline: none !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
border-bottom: 1px solid #777777;
}
.narep-op-table-wrap .ot-dtp-picker.wide {
padding: 30px;
width: 100%;
}
.narep-op-table-wrap .ot-dtp-picker.wide .ot-dtp-picker-form {
display: flex;
flex-wrap: wrap;
height: auto;
width: 100%;
background: no-repeat;
border: none;
}
.narep-op-table-wrap .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
width: 100%;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
padding: 0 15px;
float: none;
height: 50px;
border: none !important;
}
.narep-op-table-wrap .ot-title,
.narep-op-table-wrap .ot-powered-by {
display: none;
}
.narep-op-table-form.ot-dtp-picker-form select,
.narep-op-table-form.ot-dtp-picker-form textarea,
.narep-op-table-form.ot-dtp-picker-form input {
vertical-align: middle;
width: 100%;
height: 50px;
line-height: 1.42857143;
outline: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-color: #ffffff;
border-radius: 0;
padding: 10px 0;
color: #777777;
font-size: 24px;
font-weight: 900;
margin: 0px 0 25px;
max-height: 100px;
flex: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-wrap .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
display: inline-block;
vertical-align: middle;
padding: 21px 48px 19px;
margin: 20px auto 0 !important;
width: auto;
height: auto;
font-size: 14px;
color: #232323;
background-color: #f7b800;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
border: none;
outline: none;
float: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-wrap .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:hover, 
.narep-op-table-wrap .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:focus {
color: #ffffff;
background-color: #232323;
} .narep-op-table-wrap.style-two {
overflow: hidden;
}
.narep-op-table-wrap.style-two .narep-op-table-info {
padding: 30px 60px;
}
.narep-op-table-info-wrap {
padding: 50px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
color: #ffffff;
height: 100%;
display: flex;
flex-wrap: wrap;
}
.narep-op-table-info-wrap:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-title h5 {
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
}
.narep-op-table-title p {
font-size: 16px;
}
.narep-op-table-food .narep-op-table-title h3 .res-sub-title {
font-size: 50px;
}
.narep-op-table-food .narep-image {
padding: 0 0 20px;
}
.narep-op-table-food {
position: relative;
}
.narep-op-table-food:after {
content: "";
position: absolute;
width: 1px;
height: 80%;
top: 50%;
transform: translateY(-50%);
right: 0;
border-right: 1px dashed #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-contact > .narep-icon i {
font-size: 66px;
color: #f7b800;
}
.narep-op-table-contact h3 {
font-size: 30px;
text-transform: uppercase;
}
ul.op-table-contact-list {
padding: 0;
margin: 0;
list-style: none;
}
ul.op-table-contact-list li {
padding: 7px 0 7px 30px;
font-size: 18px;
position: relative;
}
ul.op-table-contact-list li .narep-icon {
position: absolute;
left: 0;
top: 8px;
}
.narep-op-table-contact {
padding: 0 50px;
}
.narep-op-table-form.style-two input {
border-color: #232323;
font-size: 50px;
height: 80px;
color: #232323;
margin-bottom: 0;
font-weight: 600;
}
.narep-op-table-form.style-two {
padding: 50px 80px 60px;
}
.narep-op-table-form.style-two .narep-quantity {
position: relative;
margin-bottom: 40px;
}
.narep-op-table-form.style-two .narep-quantity .narep-minus,
.narep-op-table-form.style-two .narep-quantity .narep-plus {
position: absolute;
background: #ffffff;
outline: none;
right: 0;
bottom: 10px;
width: 57px;
height: 57px;
font-size: 42px;
line-height: 0;
padding: 6px 0 0;
margin: 0;
border: 2px solid #f7b800;
font-weight: 400;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-form.style-two .narep-quantity .narep-minus {
right: 70px;
}
.narep-op-table-form.style-two .narep-quantity .narep-minus:hover,
.narep-op-table-form.style-two .narep-quantity .narep-plus:hover {
background: #f7b800;
}
.narep-op-table-seats {
text-align: center;
display: inline-block;
position: relative;
width: 100%;
height: 150px;
margin: 50px 0;
}
.narep-op-table-seats span {
position: absolute;
height: 150px;
width: 357px;
transform: scale(0);
visibility: hidden;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-seats span.active {
transform: scale(1);
visibility: visible;
} .narep-seats-wrapper {
transform-origin: bottom;
z-index: 9999;
position: relative;
display: inline-block;
max-width: 285px;
padding: 10px;
overflow: visible !important;
-webkit-transition: width .4s;
-ms-transition: width .4s;
transition: width .4s;
}
.narep-seats-surface {
box-shadow: 0px 10px 10px rgba(0,0,0,.2);
background: #dd992d;
background: -webkit-linear-gradient(#dd992d,#cd8c26);
background: linear-gradient(#dd992d,#cd8c26);
background-image: url(//alatarteus.com/wp-content/plugins/restaurant-cafe-addon-for-elementor/assets/images/tables/table.png);
border-bottom: 2px solid #8d573c;
background-position: -7px;
background-repeat: no-repeat;
background-size: 200%;
border-radius: 5px;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
-webkit-transition: width .4s;
-ms-transition: width .4s;
transition: width .4s;
}
.narep-seats {
display: block;
z-index: 999;
position: relative;
}
.narep-plate {
background: white;
float: left;
width: 30px;
height: 30px;
text-align: center;
margin: 10px;
position: relative;
border-bottom: solid 3px #DDD;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0px 4px 0px rgba(0,0,0,.1);
z-index: 99999;
transform: scale(0);
display: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-plate:before {
content: "";
display: block;
position: absolute;
left: 5px;
top: 4px;
height: 20px;
width: 20px;
border-radius: 80px;
border-top: solid 3px #CCC;
opacity: .4;
background: rgba(255,255,255,1);
transform: scale(0);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-plate:after {
content: "";
position: absolute;
left: -6px;
top: -55px;
display: inline-block;
width: 40px;
height: 35px;
background-image: url(//alatarteus.com/wp-content/plugins/restaurant-cafe-addon-for-elementor/assets/images/tables/chair.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 40px auto;
z-index: 0;
}
.narep-seats-two .narep-plate:after {
top: auto;
bottom: -58px;
transform: rotate(180deg);
}
.narep-plate.active {
transform: scale(1);
display: inline-block;
}
.narep-plate.active:before {
transform: scale(1);
}
.narep-plate.active.hidden,
.narep-plate.hidden {
display: none !important;
transform: scale(0);
}
.narep-bookradio {
position: absolute;
left: -999999vw;
}
.narep-radio-slider {
text-align: left;
display: inline-block;
position: relative;
width: 100%;
}
.narep-radio-slider .narep-radio-item {
display: inline-block;
padding: 0 20px 0 0;
width: 113px;
text-align: center;
}
.narep-op-table-form.narep-form .narep-radio-slider label {
padding-bottom: 15px;
}
.narep-op-table-form.narep-form .narep-radio-slider .narep-radio-item label {
font-size: 14px;
text-align: center;
font-weight: 700;
background: #f7b800;
padding: 7px 10px;
border: 2px solid #f7b800;
border-radius: 70px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-form.narep-form .narep-radio-slider .narep-radio-item label:hover,
.narep-op-table-form.narep-form .narep-radio-slider .narep-radio-item [type=radio]:checked ~ label {
background: transparent;
}
.narep-op-table-form.narep-form .narep-radio-slider.today-slot .narep-radio-item.closed-time [type=radio]:checked ~ label,
.narep-op-table-form.narep-form .narep-radio-slider.today-slot .narep-radio-item.closed-time label {
background: #f7b800;
opacity: 0.5;
cursor: not-allowed;
user-select: none;
}
.narep-op-table-form.narep-form .narep-radio-slider.today-slot .narep-radio-item.closed-time:after {
content: "";
position: absolute;
width: calc(100% - 20px);
height: 100%;
top: 0;
left: 0;
z-index: 1;
cursor: not-allowed;
user-select: none;
}
.narep-dateradio {
position: absolute;
left: -999vw;
}
.custom-date-slider {
text-align: left;
display: inline-block;
position: relative;
width: 100%;
padding: 20px 0 0;
padding: 0 0 30px;
}
.custom-date-slider .narep-date-item {
display: inline-block;
padding: 10px 30px 10px 0px;
width: 100px;
text-align: left;
}
.narep-date-item span:first-child {
padding: 0 0 12px;
}
.narep-date-item span {
display: block;
}
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item label {
font-size: 16px;
font-weight: 700;
background: #f7b800;
padding: 10px 8px;
max-width: 40px;
margin: 0;
border: 2px solid #f7b800;
text-align: center;
border-radius: 70px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item.narep-today label {
background: #232323;
border-color: #232323;
color: #ffffff;
}
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item label:hover,
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item [type=radio]:checked ~ label {
background: transparent;
color: #232323;
}
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item.narep-closed [type=radio]:checked ~ label,
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item.narep-closed label {
background: #f7b800;
opacity: 0.5;
cursor: not-allowed;
user-select: none;
}
.narep-op-table-form.narep-form .custom-date-slider .narep-date-item.narep-closed:after {
content: "";
position: absolute;
width: 40px;
height: 100%;
top: 0;
left: 0;
z-index: 1;
cursor: not-allowed;
user-select: none;
} .narep-branch-wrap {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}
.narep-branch-wrap .slick-vertical .slick-slide {
border: none;
}
.narep-branch-inner {
position: relative;
float: left;
}
.narep-nav-slider {
max-width: 510px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
background: #464646;
padding: 15px 25px;
z-index: 9;
}
.narep-address-details {
position: absolute;
bottom: 70px;
left: 50px;
z-index: 1;
background: #ffffff;
width: calc(100% - 50px);
max-width: 380px;
border-radius: 5px;
visibility: hidden;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-address-details.active {
bottom: 100px;
visibility: visible;
opacity: 1;
}
.narep-details-inner {
padding: 40px 40px 0;
}
.narep-address-details h3 {
font-size: 22px;
text-transform: uppercase;
font-weight: 600;
}
.narep-address-details ul {
padding: 0;
margin: 0;
list-style: none;
}
.narep-address-details ul li {
padding: 10px 0;
position: relative;
font-size: 18px;
color: #777777;
}
.narep-address-details ul li a {
color: #777777;
}
.narep-address-details ul li a:hover {
color: #f7b800;
}
.narep-address-details ul li p {
margin: 0;
padding: 0 0 5px;
}
.narep-address-details ul li p:last-child {
padding: 0;
}
.narep-address-details ul li > span {
display: block;
font-size: 16px;
color: #232323;
font-weight: 700;
text-transform: uppercase;
padding: 0 0 7px;
}
.narep-address-details ul li p i {
padding: 0px 7px 0 0px;
position: relative;
top: 1px;
}
.narep-address-details ul li .narep-customer-rating {
padding: 0 0 5px;
display: block;
}
.narep-address-details ul li .narep-customer-rating span {
padding: 0 5px 0 0;
font-size: 18px;
color: #777777;
}
.narep-address-details .narep-btn-wrap {
padding-top: 30px;
}
.narep-address-details .narep-btn-wrap .narep-btn {
width: 100%;
border-radius: 5px;
}
.narep-address-details .narep-btn-wrap .narep-btn:after {
content: none;
}
.narep-address-trigger {
content: "";
position: absolute;
width: 35px;
height: 35px;
border-radius: 50% 50% 50% 50%;
background: #ffffff;
bottom: 40px;
cursor: pointer;
left: 50px;
transform: rotate(135deg);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.narep-address-trigger:after {
content: "+";
font-size: 30px;
position: absolute;
top: 15px;
left: 10px;
line-height: 0;
transform: rotate(45deg);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-address-trigger.active {
border-radius: 50% 50% 50% 0;
}
.narep-address-trigger.active:after {
transform: rotate(0deg);
}
.narep-branch-nav-item {
background: #ffffff;
border-radius: 5px;
overflow: hidden;
margin: 3px 0;
position: relative;
cursor: pointer;
}
.narep-branch-nav-item .narep-image {
width: 165px;
float: left;
}
.narep-branch-nav-item .narep-branch-info {
overflow: hidden;
padding: 30px;
}
.narep-branch-nav-item .narep-branch-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.narep-branch-nav-item .narep-branch-info ul li {
padding: 5px 0;
position: relative;
font-size: 18px;
color: #777777;
}
.narep-branch-nav-item .narep-branch-info ul li a {
color: #777777;
}
.narep-branch-nav-item .narep-branch-info ul li a:hover {
color: #f7b800;
}
.narep-branch-info h3 {
font-size: 18px;
text-transform: uppercase;
padding: 0 0 5px;
}
.narep-branch-nav-item .narep-branch-info ul li i {
padding: 0px 7px 0 0px;
position: relative;
top: 1px;
}
.narep-nav-slider ul.slick-dots {
bottom: 50%;
transform: translateY(50%);
left: -60px;
width: 20px;
}
.narep-nav-slider ul.slick-dots li button:before {
font-size: 0;
color: transparent;
background: transparent;
border: 2px solid #ffffff;
border-radius: 100%;
opacity: 1;
width: 9px;
height: 9px;
}
.narep-nav-slider ul.slick-dots li.slick-active button:before {
background: #f7b800;
border-color: #f7b800;
}
.narep-nav-slider .slick-dotted.slick-slider {
margin: 0;
}
.narep-branch-nav-item .nav-label {
position: absolute;
background: #d10000;
color: #ffffff;
display: inline-block;
padding: 2px 7px 3px;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
top: 0;
left: 0;
}
.narep-branch-nav-item .nav-label i {
font-size: 14px;
}
.narep-branch-nav-item .nav-label:before,
.narep-branch-nav-item .nav-label:after {
content: "";
position: absolute;
border-bottom: 13px solid #d10000;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
bottom: 0;
right: -8px;
transform: rotate(0deg);
}
.narep-branch-nav-item .nav-label:after {
transform: rotate(180deg);
bottom: 10.5px;
}
.branch-marker {
content: "";
position: absolute;
width: 20px;
height: 20px;
border-radius: 50% 50% 50% 0;
background: #f7b800;
top: -30px;
right: 10px;
transform: rotate(-45deg);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.branch-marker:after {
content: "";
background: #ffffff;
position: absolute;
top: 6px;
right: 6px;
width: 8px;
height: 8px;
border-radius: 100%;
}
.slick-current .branch-marker {
top: 10px;
} .narep-title-section {
text-align: center;
padding: 20px 0 40px;
position: relative;
}
.narep-title-section h3 {
font-size: 40px;
position: relative;
z-index: 2;
}
.narep-title-section h4 {
font-size: 80px;
padding: 0;
position: absolute;
top: -30px;
left: 0;
right: 0;
opacity: 0.2;
} a.narep-btn.narep-pro-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
border-radius: 80px 0 0 80px;
right: 0;
padding: 16px 20px 14px 30px;
z-index: 9;
}
a.narep-btn.narep-pro-btn:after {
content: none;
}
h4.ele-lable {
padding: 5px 10px 4px;
color: #ffffff;
background-color: #00a32e;
font-size: 10px;
text-transform: uppercase;
position: absolute;
top: 15px;
right: 15px;
border-radius: 50px;
}
h4.ele-lable.pro {
background-color: #cd0022;
}
h4.ele-lable.free-pro {
background-image: linear-gradient(to right, #00a32e 50% , #cd0022 0%);
}
h4.ele-lable.free-pro span {
padding: 0 0 0 10px;
margin: 0 0 0 3px;
} .narep-food-item .narep-link-wrap a.added_to_cart.wc-forward,
.narep-food-item .narep-link-wrap a.button {
display: inline-block;
font-weight: 700;
font-size: 16px;
position: relative;
color: #232323;
}
.narep-food-item .narep-link-wrap a.added_to_cart.wc-forward:after,
.narep-food-item .narep-link-wrap a.button:after {
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #f7b800;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.narep-food-item .narep-link-wrap a.added_to_cart.wc-forward:hover:after,
.narep-food-item .narep-link-wrap a.button:hover:after {
left: 0;
width: 100%;
}
.narep-food-item .woocommerce .star-rating {
height: 16px;
width: 84px;
float: left;
}
.narep-food-item .woocommerce .star-rating::before {
content: "\53\53\53\53\53";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
font-size: 16px;
}
.narep-food-item .woocommerce .star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
font-size: 16px;
color: #f7b800;
}
.food-item-two .narep-food-item-info h3.woocommerce-title {
padding-left: 0;
}
.narep-food-item .narep-btn-wrap a.added_to_cart.wc-forward,
.narep-food-item .narep-btn-wrap a.button {
display: inline-block;
vertical-align: middle;
background-color: #232323;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
padding: 16px 40px 14px;
font-size: 14px;
color: #ffffff;
}
.narep-food-item .narep-btn-wrap a.added_to_cart.wc-forward:after,
.narep-food-item .narep-btn-wrap a.button:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
}
.narep-food-item .narep-btn-wrap a.added_to_cart.wc-forward:hover,
.narep-food-item .narep-btn-wrap a.added_to_cart.wc-forward:focus,
.narep-food-item .narep-btn-wrap a.button:hover,
.narep-food-item .narep-btn-wrap a.button:focus {
background-color: #f7b800;
color: #232323;
}
.narep-food-item .narep-btn-wrap a.added_to_cart.wc-forward:hover:after,
.narep-food-item .narep-btn-wrap a.added_to_cart.wc-forward:focus:after,
.narep-food-item .narep-btn-wrap a.button:hover:after, 
.narep-food-item .narep-btn-wrap a.button:focus:after {
-webkit-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
}
.food-item-two h5.item-price.woocommerce-price {
top: -43px;
width: 77px;
height: 77px;
line-height: 67px;
font-size: 16px;
font-weight: 700;
}
.button.ajax_add_to_cart.added {
display: none !important;
}
a.button.loading::before {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
position: absolute;
top: 14px;
right: 10px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.narep-link-wrap a.button.loading::before {
top: 0;
right: -23px;
} .narep-link-wrap .quantity,
.narep-btn-wrap .quantity {
display: inline-block;
}
.narep-link-wrap .quantity input[type="number"],
.narep-btn-wrap .quantity input[type="number"] {
width: 50px;
border: none;
outline: none;
border-bottom: 1px solid #777777;
background: #ffffff;
border-radius: 0;
padding-left: 0;
color: #232323;
font-size: 20px;
font-weight: 600;
margin: 0 20px 5px 0px;
height: 50px;
text-align: center;
}
.narep-link-wrap .quantity input[type="number"] {
height: 40px;
font-size: 18px;
}
.narep-link-wrap .quantity input[type=number]::-webkit-inner-spin-button,
.narep-btn-wrap .quantity input[type=number]::-webkit-inner-spin-button {
opacity: 1;
}
.narep-food-menu-wrap.food-menu-five .narep-btn-wrap .quantity {
position: absolute;
z-index: 1;
left: 0;
border: 1px solid #232323;
}
.narep-food-menu-wrap.food-menu-five .narep-btn-wrap .quantity input[type="number"] {
margin: 0;
height: 47px;
border: none;
}
.food-menu-three .narep-food-menu-info .narep-btn-wrap,
.food-menu-one .narep-food-menu-info .narep-btn-wrap {
display: inline-block;
padding: 10px 0;
width: 100%;
text-align: left;
}
[class*="food-menu-"] .narep-btn-wrap a.added_to_cart.wc-forward,
[class*="food-menu-"] .narep-btn-wrap a.button {
display: inline-block;
vertical-align: middle;
background-color: #232323;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
padding: 16px 40px 14px;
font-size: 14px;
color: #ffffff;
}
[class*="food-menu-"] .narep-btn-wrap a.added_to_cart.wc-forward:after,
[class*="food-menu-"] .narep-btn-wrap a.button:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
}
[class*="food-menu-"] .narep-btn-wrap a.added_to_cart.wc-forward:hover,
[class*="food-menu-"] .narep-btn-wrap a.added_to_cart.wc-forward:focus,
[class*="food-menu-"] .narep-btn-wrap a.button:hover,
[class*="food-menu-"] .narep-btn-wrap a.button:focus {
background-color: #f7b800;
color: #232323;
}
[class*="food-menu-"] .narep-btn-wrap a.added_to_cart.wc-forward:hover:after,
[class*="food-menu-"] .narep-btn-wrap a.added_to_cart.wc-forward:focus:after,
[class*="food-menu-"] .narep-btn-wrap a.button:hover:after, 
[class*="food-menu-"] .narep-btn-wrap a.button:focus:after {
-webkit-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
}
.food-menu-five .narep-food-menu-item {
float: none;
max-width: 100%;
position: relative;
overflow: hidden;
}
.food-menu-five .narep-food-menu-item .narep-image {
float: none;
max-width: 100%;
position: relative;
}
.food-menu-five .narep-food-menu-info {
padding: 20px 0 0;
text-align: center;
}
.food-menu-five .narep-food-menu-title:after {
content: none;
}
.food-menu-five .narep-food-menu-title {
margin: 0 0 5px;
}
.food-menu-five .food-price {
position: relative;
font-size: 20px;
font-weight: 700;
display: inline-block;
width: 100%;
padding: 15px 0 0;
margin: 15px 0 0;
border-top: 1px dashed #b9b9b9;
}
.food-menu-five .narep-food-menu-item .narep-btn-wrap {
position: absolute;
bottom: -70px;
padding: 0;
width: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.narep-hover .narep-food-menu-item .narep-btn-wrap {
bottom: 0px;
}
.food-menu-five .narep-food-menu-item .narep-btn-wrap a.added_to_cart.wc-forward,
.food-menu-five .narep-food-menu-item .narep-btn-wrap a.button {
width: 100%;
border-radius: 0;
padding: 17px 15px 12px;
}
.food-menu-five .narep-food-menu-item .narep-btn-wrap a.added_to_cart.wc-forward:after,
.food-menu-five .narep-food-menu-item .narep-btn-wrap a.button:after {
content: none;
}
.food-menu-six .narep-food-menu-item-wrap {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: flex;
flex-wrap: wrap;
border: none;
min-height: 300px;
padding: 30px;
}
.food-menu-six .narep-food-menu-info {
padding-left: 0;
display: block;
width: 100%;
position: relative;
z-index: 1;
}
.food-menu-six .narep-food-menu-item-wrap:after {
content: "";
position: absolute;
top: 0;
left: 0;
background: #232323;
width: 100%;
height: 100%;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
opacity: 0.5;
}
.food-menu-six .narep-food-menu-item-wrap.narep-hover:after {
opacity: 0.7;
}
.food-menu-six .narep-food-menu-info .narep-food-menu-title:after {
content: none;
}
.food-menu-six .narep-food-menu-info .narep-food-menu-title {
font-size: 20px;
font-weight: 700;
}
.food-menu-six .narep-food-menu-info p,
.food-menu-six .narep-food-menu-info .narep-food-menu-title,
.food-menu-six .narep-food-menu-info .narep-food-menu-title a {
color: #ffffff;
}
.food-menu-six .food-price {
padding: 5px 15px 2px;
left: 0;
right: auto;
bottom: 0;
background: #f7b800;
border-radius: 4px;
font-weight: 700;
}
.food-menu-six .narep-food-menu-info .narep-link-wrap {
display: inline-block;
padding: 10px 0 0;
width: 100%;
text-align: left;
}
.food-menu-six .narep-link-wrap a.added_to_cart.wc-forward,
.food-menu-six .narep-link-wrap a.button {
display: inline-block;
font-weight: 700;
font-size: 16px;
position: relative;
color: #ffffff;
text-transform: uppercase;
}
.food-menu-six .narep-link-wrap a.added_to_cart.wc-forward:after,
.food-menu-six .narep-link-wrap a.button:after {
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #f7b800;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.food-menu-six .narep-link-wrap a.added_to_cart.wc-forward:hover:after,
.food-menu-six .narep-link-wrap a.button:hover:after {
left: 0;
width: 100%;
}
.food-menu-seven .narep-food-menu-item {
float: none;
max-width: 100%;
position: relative;
overflow: hidden;
}
.food-menu-seven .narep-food-menu-item .narep-image {
float: none;
max-width: 100%;
position: relative;
}
.food-menu-seven .narep-food-menu-info {
padding: 20px 0 0;
text-align: left;
}
.food-menu-seven .narep-food-menu-title:after {
content: none;
}
.food-menu-seven .narep-food-menu-title {
margin: 0 0 5px;
}
.food-menu-seven .food-price {
position: absolute;
background: #f7b800;
left: auto;
right: 0;
font-size: 20px;
font-weight: 700;
display: inline-block;
padding: 20px 15px 17px;
margin: 0;
border-top: none;
}
.food-menu-seven .narep-food-menu-info .narep-link-wrap {
display: inline-block;
padding: 10px 0 0;
width: 100%;
text-align: left;
}
.food-menu-seven .narep-link-wrap a.added_to_cart.wc-forward,
.food-menu-seven .narep-link-wrap a.button {
display: inline-block;
font-weight: 700;
font-size: 16px;
position: relative;
color: #f7b800;
text-transform: uppercase;
}
.food-menu-seven .narep-link-wrap a.added_to_cart.wc-forward:after,
.food-menu-seven .narep-link-wrap a.button:after {
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #f7b800;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.food-menu-seven .narep-link-wrap a.added_to_cart.wc-forward:hover:after,
.food-menu-seven .narep-link-wrap a.button:hover:after {
left: 0;
width: 100%;
}
.food-menu-seven .narep-customer-rating.woocommerce {
padding: 0;
display: block;
width: 100%;
float: left;
}
.food-menu-seven .narep-customer-rating.woocommerce .star-rating {
float: left;
}
.food-menu-eight .narep-food-menu-item-wrap {
display: flex;
align-items: center;
width: 100%;
}
.food-menu-eight .narep-food-menu-item-wrap .narep-food-menu-info {
overflow: visible;
width: 100%;
padding-left: 40px;
}
.food-menu-eight .narep-food-menu-title:after {
content: none;
}
.food-menu-eight .narep-food-menu-price {
display: flex;
width: 100%;
max-width: 200px;
align-items: center;
justify-content: center;
position: relative;
}
.food-menu-eight .narep-food-menu-price:before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 2px;
height: 100%;
background: #d5d5d5;
}
.food-menu-eight .narep-food-menu-price .food-price {
position: relative;
display: inline-block;
}
.food-menu-eight .narep-food-menu-info .narep-btn-wrap {
width: 100%;
text-align: left;
}
.food-menu-eight .narep-food-menu-item .narep-image {
max-width: 250px;
}
.food-menu-eight .narep-food-menu-price .food-price {
position: relative;
display: inline-block;
padding: 0;
font-size: 50px;
font-weight: 700;
color: #f7b800;
}
.food-menu-nine .narep-food-menu-item-wrap {
display: flex;
align-items: center;
width: 100%;
}
.food-menu-nine .narep-food-menu-item-wrap .narep-food-menu-info {
overflow: visible;
width: 100%;
padding-left: 40px;
}
.food-menu-nine .narep-btn-wrap {
width: 100%;
max-width: 250px;
text-align: center;
position: relative;
padding: 0;
}
.food-menu-nine .narep-food-menu-item .narep-image {
max-width: 250px;
}
.food-menu-nine .narep-btn-wrap .quantity {
display: block;
padding-bottom: 15px;
}
.food-menu-nine .woocommerce .star-rating {
padding: 0;
margin: 10px 0 0;
}
.food-menu-nine .narep-customer-rating {
padding: 0;
} .product-filter-categories h3 {
font-size: 23px;
}
.categories-title {
padding-bottom: 20px;
}
.filter-item .narep-image {
position: relative;
-webkit-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.filter-item .narep-label-wrap {
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
margin-left: 10px;
line-height: normal;
}
.filter-item .narep-label-wrap span {
display: inline-block;
float: left;
padding: 2px 10px;
margin: 2px;
color: #ffffff;
background-color: #232323;
font-size: 11px;
text-transform: uppercase;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.narep-label-wrap a {
color: #fff;
}
.narep-label-wrap a:hover,
.narep-label-wrap a:focus {
color: #ffffff;
}
.product-filter-info {
padding: 22px 25px 6px;
background: #fdfdff;
border-bottom: 1px solid #d8e1f5;
border-left: 1px solid #d8e1f5;
border-right: 1px solid #d8e1f5;
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.product-filter-info p {
font-size: 16px;
color: #666;
line-height: 26px;
margin: 0 0 5px;
}
.product-filter-info h4 {
font-size: 20px;
padding-bottom: 5px;
font-weight: 700;
color: #232323;
}
.product-filter-info h4 a {
color: #232323;
}
.narep-product-section.masonry-wrap {
display: inline-block;
width: 100%;
}
.filter-item.no-img .product-filter-info {
border-top: 1px solid #d8e1f5;
border-radius: 4px;
}
.no-img.filter-item .narep-label-wrap {
top: 0;
right: 0;
}
.product-filter-info h5.item-price {
font-size: 20px;
} .la-timer,
.la-timer > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.la-timer {
display: block;
font-size: 0;
color: #fff;
}
.la-timer.la-dark {
color: #232323;
}
.la-timer > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor;
}
.la-timer {
width: 32px;
height: 32px;
}
.la-timer > div {
width: 32px;
height: 32px;
background: transparent;
border-width: 2px;
border-radius: 100%;
}
.la-timer > div:before,
.la-timer > div:after {
position: absolute;
top: 14px;
left: 14px;
display: block;
width: 2px;
margin-top: -1px;
margin-left: -1px;
content: "";
background: currentColor;
border-radius: 2px;
-webkit-transform-origin: 1px 1px 0;
-moz-transform-origin: 1px 1px 0;
-ms-transform-origin: 1px 1px 0;
-o-transform-origin: 1px 1px 0;
transform-origin: 1px 1px 0;
-webkit-animation: timer-loader 1250ms infinite linear;
-moz-animation: timer-loader 1250ms infinite linear;
-o-animation: timer-loader 1250ms infinite linear;
animation: timer-loader 1250ms infinite linear;
-webkit-animation-delay: -625ms;
-moz-animation-delay: -625ms;
-o-animation-delay: -625ms;
animation-delay: -625ms;
}
.la-timer > div:before {
height: 12px;
}
.la-timer > div:after {
height: 8px;
-webkit-animation-duration: 15s;
-moz-animation-duration: 15s;
-o-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-delay: -7.5s;
-moz-animation-delay: -7.5s;
-o-animation-delay: -7.5s;
animation-delay: -7.5s;
}
.la-timer.la-sm {
width: 16px;
height: 16px;
}
.la-timer.la-sm > div {
width: 16px;
height: 16px;
border-width: 1px;
}
.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
top: 7px;
left: 7px;
width: 1px;
margin-top: -.5px;
margin-left: -.5px;
border-radius: 1px;
-webkit-transform-origin: .5px .5px 0;
-moz-transform-origin: .5px .5px 0;
-ms-transform-origin: .5px .5px 0;
-o-transform-origin: .5px .5px 0;
transform-origin: .5px .5px 0;
}
.la-timer.la-sm > div:before {
height: 6px;
}
.la-timer.la-sm > div:after {
height: 4px;
}
.la-timer.la-2x {
width: 64px;
height: 64px;
}
.la-timer.la-2x > div {
width: 64px;
height: 64px;
border-width: 4px;
}
.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
top: 28px;
left: 28px;
width: 4px;
margin-top: -2px;
margin-left: -2px;
border-radius: 4px;
-webkit-transform-origin: 2px 2px 0;
-moz-transform-origin: 2px 2px 0;
-ms-transform-origin: 2px 2px 0;
-o-transform-origin: 2px 2px 0;
transform-origin: 2px 2px 0;
}
.la-timer.la-2x > div:before {
height: 24px;
}
.la-timer.la-2x > div:after {
height: 16px;
}
.la-timer.la-3x {
width: 96px;
height: 96px;
}
.la-timer.la-3x > div {
width: 96px;
height: 96px;
border-width: 6px;
}
.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
top: 42px;
left: 42px;
width: 6px;
margin-top: -3px;
margin-left: -3px;
border-radius: 6px;
-webkit-transform-origin: 3px 3px 0;
-moz-transform-origin: 3px 3px 0;
-ms-transform-origin: 3px 3px 0;
-o-transform-origin: 3px 3px 0;
transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
height: 36px;
}
.la-timer.la-3x > div:after {
height: 24px;
} @-webkit-keyframes timer-loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes timer-loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes timer-loader {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes timer-loader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.products-loading .la-timer.la-3x {
position: absolute;
margin-top: 0;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
}
.products-loading {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(255,255,255,.95);
z-index: 9;
}
.narep-product-filter-section {
display: inline-block;
width: 100%;
}
.narep-product-filter-section .narep-pagination {
display: inline-block;
width: 100%;
}
.filter-item .narep-link-wrap a.added_to_cart.wc-forward,
.filter-item .narep-link-wrap a.button {
display: inline-block;
font-weight: 700;
font-size: 16px;
position: relative;
color: #232323;
}
.filter-item .narep-link-wrap a.added_to_cart.wc-forward:after,
.filter-item .narep-link-wrap a.button:after {
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #f7b800;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.filter-item .narep-link-wrap a.added_to_cart.wc-forward:hover:after,
.filter-item .narep-link-wrap a.button:hover:after {
left: 0;
width: 100%;
}
.filter-item .narep-link-wrap {
padding: 3px 0 13px;
}