/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a child theme of OceanWP.
Author: Shafiqul
Author URI: https://www.suvronur.com/
Template: oceanwp
Version: 1.0
*/

/* Default Css */

body {
  overflow-x: hidden; 
}
body .fa-facebook::before {
    content: "\f39e";
}
body .fa-envelope::before {
    content: "\f0e0";
    font-family: FontAwesome;
}
.text-uppercase {
    text-transform: uppercase;
}
.font-weight-900 {
    font-weight: 900;
}
.max-width-525px {
    max-width: 525px;
}
.vc_btn3 {
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  transition: all .3s ease-in-out .0s !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.vc_btn3:hover {
    background: #dd8c46 !important;
    color: #fff !important;
}
.btn-max-width-200px .vc_btn3 {
    max-width: 200px;
    width: 100%;
}
.white-bg-btn .vc_btn3:hover {
    background: #fff !important;
    color: #dd8c46 !important;
}
.font-size-22px * {
    font-size: 22px;
}
.font-size-20px * {
    font-size: 20px;
}
.font-size-18px * {
    font-size: 18px;
}

/* Header Css */
.hide-active-menu-highlight a span::after{
    transform: scaleX(0) !important;
}
body #top-bar-wrap {
    position: absolute;
    width: 100%;
}
body #top-bar-content {
    float: none;
}
.lm-top-bar {
    margin: 0;
    list-style: none;
    text-align: right;
}
.lm-top-bar li {
    display: inline-block;
}
.lm-top-bar li + li {
    padding-left: 30px;
    margin-left: 26px;
    position: relative;
}
.lm-top-bar li + li::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}
#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
#wrap::before {
    content: "";
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4962185557816877) 100%);
    width: 100%;
    height: 300px;
    z-index: 10;
}
#site-navigation-wrap .dropdown-menu > li > a span {
    position: relative;
}
#site-navigation-wrap .dropdown-menu > li > a span::after {
    content: "";
    background: #dd8c46;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s ease-in-out .0s;
    transform: scaleX(0);
}
.is-sticky #site-navigation-wrap .dropdown-menu > li > a span::after {
    background: #fff;
}
#site-navigation-wrap .dropdown-menu > li > a:hover span::after,
#site-navigation-wrap .dropdown-menu > .current-menu-item > a span::after {
    transform: scaleX(1);
}

.lm-square-hover-box > .vc_col-sm-3 {
    transition: all .3s linear .0s;
}
.lm-square-hover-box > .vc_col-sm-3 .wpb_single_image {
    margin-bottom: 0;
}
.lm-square-hover-box > .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
    position: relative;
    transition: all .3s ease-in-out .0s;
    transform: scale(1);
    box-shadow: 0 0px 0px #000;
    border: 0px solid #dd8c46;
}
.lm-square-hover-box > .vc_col-sm-3 div.vc_custom_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}
.lm-square-hover-box > .vc_col-sm-3 div.vc_custom_heading a {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 8px #000;
}
.lm-square-hover-box > .vc_col-sm-3 a.vc_single_image-wrapper {
    position: relative;
    display: block;
}
.lm-square-hover-box > .vc_col-sm-3 a.vc_single_image-wrapper::before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.lm-square-hover-box.active-square-hover-box > .vc_col-sm-3 a.vc_single_image-wrapper::before {
    opacity: .6;
}
.lm-square-hover-box.active-square-hover-box > .vc_col-sm-3.active-square a.vc_single_image-wrapper::before {
    opacity: 0;
}
.lm-square-hover-box > .vc_col-sm-3:hover {
    z-index: 100;
}
.lm-square-hover-box > .vc_col-sm-3:hover .vc_column-inner > .wpb_wrapper {
    transform: scale(1.07);
    border: 8px solid #dd8c46;
    box-shadow: 0 2px 30px #000;
}
.lm-square-hover-box {
    overflow: visible !important;
}
.lm-pdf-menu-wrapper .vc_btn3 {
    width: 100%;
}

.slider-video-toggle-btn {
    cursor: pointer;
}
.slider-video-toggle-btn:hover {
    background-color: #dd8d4e !important;
}
.slider-video-toggle-btn i {
    position: relative;
    top: -2px;
}

/* .lm-home-menu-carousel {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(138,138,138,1) 40%, rgba(255,255,255,1) 100%);
} */
.lm-home-menu-carousel .wpcp-carousel-section {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1px;
    margin-right: -1px;
}
.lm-home-menu-carousel .wpcp-single-item {
    border: 0 !important;
}
.lm-home-menu-carousel .slick-slide {
    margin-right: 0 !important;
    padding-left: 1px;
    padding-right: 1px;
}
body .lm-home-testimonial {
    background-position: bottom !important;
    background-size: cover !important;
}
body .lm-home-testimonial::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgb(0, 0, 0) 84%);
    left: 0;
    top: 0;
}
.lm-home-testimonial .tfree-client-testimonial {
    font-size: 20px !important;
    letter-spacing: 1px !important;
    line-height: 42px !important;
    max-width: 1430px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.lm-home-testimonial .sp-testimonial-free-section .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}
.lm-home-testimonial .sp-testimonial-free-section .slick-dots li button {
  border-radius: 0;
  width: 30px !important;
  height: 30px !important;
}
.lm-home-testimonial .sp-testimonial-free-section .slick-dots {
    bottom: -60px;
}
.lm-home-menu-carousel .wpcp-slide-image {
    overflow: hidden;
    position: relative;
}
.lm-home-menu-carousel .wpcp-slide-image img {
    transition: all .3s ease-in-out .0s;
    transform: scale(1) rotate(0deg);
}
.lm-home-menu-carousel .slick-slide:hover .wpcp-slide-image img {
    transform: scale(1.2) rotate(5deg);
}
.lm-home-menu-carousel .wpcp-slide-image::before {
  content: "";
  background: #dd8c46;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease-in-out .0s;
}
.lm-home-menu-carousel .slick-slide:hover .wpcp-slide-image::before {
  opacity: .7;
}


/* videos post type css */
.single-lrvideo .site-navigation-fixed.navigation-top,
.page-template-videos-page .site-navigation-fixed.navigation-top {
    padding-top: 0 !important;
}
.site-content-contain .single-video-post main.site-main {
    background: #fff;
    color: #000;
}
.top-video-cover-section {
    width: 100%;
    position: relative;
    z-index: 10;
    display: inline-block;
    text-align: center;
    background: #000;
}
.top-video-cover-section .video-cover {
    display: inline-block;
    height: 100%;
    position: relative;
}
.top-video-cover-section .video-cover::after,
.top-video-cover-section .video-cover::before{
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 15%;
    z-index: 2;
}
.top-video-cover-section .video-cover::before {
    left: 0;
    background: -moz-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.top-video-cover-section .video-cover::after {
    right: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(#000));
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.top-video-cover-section .video-cover .size-video-cover{
    display: inline-block;
    width: 100%;
    max-width: 1500px;
    height: auto;
    max-height: 500px;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

div#popmake-3698 {
    max-width: 90%;
}




@-webkit-keyframes pulseicon{
    from{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    to{
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
}
@keyframes pulseicon{
    from{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    to{
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
}
.top-video-cover-section .video-cover .video-play-action{
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transition: all .25s ease-in-out;
    text-align: center;
    height: 180px;
    width: 180px;
    margin-left: -90px;
    margin-top: -90px;
    -webkit-animation: pulseicon .7s alternate ease-in-out infinite;
    animation: pulseicon .7s alternate ease-in-out infinite;
}
.video-format-content {
    display: none;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.video-popup-wrapper,
.lgvideo-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-popup-wrapper iframe,
.video-popup-wrapper .wp-video,
.video-popup-wrapper  .mejs-container.wp-video-shortcode {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin-bottom:0;
}
.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.top-video-cover-section .video-post-nagivation a {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    width: 33px;
    height: 68px;
    font-size: 0 !important;
    z-index: 99;
}
.top-video-cover-section .video-post-nagivation a.inplay{
    opacity: 0;
}
.top-video-cover-section:hover .video-post-nagivation a.inplay{
    opacity: 1;
}
.top-video-cover-section .video-post-nagivation a:first-child {
    float: left;
    width: 33px;
    height: 68px;
    left: 90px;
    background: url(./images/prev-btn.png);
}
.top-video-cover-section .video-post-nagivation a:last-child {
    float: right;
    width: 33px;
    height: 68px;
    right: 90px;
    background: url(./images/next-btn.png);
}
.top-video-cover-section .video-post-nagivation a.inplay:first-child {
    left: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 34px;
    background-color: rgba(255,255,255,.3);
}
.top-video-cover-section .video-post-nagivation a.inplay:last-child {
    right: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 34px;
    background-color: rgba(255,255,255,.3);
}
.single-video-post article{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}
.video-inplay-post-header {
    padding: 20px 0;
    width: 100%;
    background: rgba(17,17,17,0.05);
    margin-bottom: 35px;
    margin-top: -6px;
    display: inline-block;
}

.single-video-post article.lrvideo .entry-header{
   padding: 30px 42px 36px;
    background: #dd8c46;
    margin-bottom: 35px;
    color: #fff !important;
    position: relative;
    margin-top: -52px;
    z-index: 99;
    width: 100% !important;
   display: inline-block;
}
.single-video-post article.lrvideo .entry-header .title-and-meta-info{
    width: 68%;
    float: left;
}
.single-video-post article.lrvideo .entry-header .entryheader-share-links{
    width: 30%;
    float: right;
}
.single-video-post article.lrvideo .entry-header .entry-title
{
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
   color: #fff;
   text-transform: unset;
   letter-spacing: 0;
   border-bottom:  none;
   padding-bottom: 5px;
}
.single-video-post article.lrvideo .entry-header .entry-date{
    font-size: 20px;
}
.video-inplay-post-header article .entry-header{
   margin-top: 0px !important;
}
.single-video-post .post-content-left-area{
    width: 70%;
    float: left;
    padding-bottom: 30px;
}
.single-video-post .single-video-sidebar{
    width: 26%;
    float: right;
    padding-bottom: 30px;
}
.single-video-widget .widget-title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}
.single-video-widget .video-posts-list {
    list-style: none;
    margin-bottom: 20px;
    border: none !important;
    padding: 0 !important;
}
.single-video-widget .video-posts-list:last-child {
    margin-bottom: 0px;
}
.single-video-widget .video-posts-list .postfitimg{
    display: block;
    overflow: hidden;
    position: relative;
}
.single-video-widget .video-posts-list .postfitimg::before {
    content: "";
    position: absolute;
    background: #dd8c46;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.single-video-widget .video-posts-list:hover .postfitimg::before {
    opacity: .7;
}
.single-video-widget .video-posts-list .postfitimg img{
    vertical-align: middle;
    -webkit-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0);
    width: 100%;
}
.single-video-widget .video-posts-list .postfitimg:hover img{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.single-video-widget .video-posts-list .posttitle{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.single-video-widget .video-posts-list .posttitle:hover {
    color: #dd8c46;
}
.single-video-widget .video-posts-list .post-date{
    font-size: 12px;
    color: #b1b1b1;
}
.post-content-left-area .entry-footer-video #comments {
    padding-top: 0;
}
.post-content-left-area .entry-footer-video .comment-title{
    font-size: 30px;
    font-weight: bold;
}

.post-content-left-area ol.comment-list {
    padding-top: 25px;
    border-top: 1px solid;
    border-color: rgba(17,17,17,0.1);
}
.post-content-left-area .comment-body {
    margin-bottom: 36px;
    padding: 0;
}
.post-content-left-area .comment-meta {
    margin-bottom: 0;
}
.post-content-left-area .comment-author {
    font-size: 18px;
    margin-bottom: 0.4em;
    position: unset;
}
.post-content-left-area .comment-author .avatar {
    position: unset;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
        border: none !important;
    padding: 0 !important;
}
.post-content-left-area .comment-metadata {
    margin-left: 78px;
    margin-top: -40px;
}
.post-content-left-area .comment-content{
    margin-left: 78px;
}
.post-content-left-area .comment-body .reply {
    margin-left: 78px;
}
.post-content-left-area .comment-reply-link .icon {
    position: unset;
    margin-right: 7px;
}
.post-content-left-area .comments-area .children {
    margin-left: 78px;
}

.post-content-left-area .comment-form-author,
.post-content-left-area .comment-form-email,
.post-content-left-area .comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
    margin-bottom: 20px;
}
.video-list-holder {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
.video-page-title {
   font-size: 24px;
   font-weight: bold;
   padding-left: 15px;
   padding-right: 15px;
   color: #fff;
   text-transform: uppercase;
}
.video-post-single-article-lists {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-flow: row wrap;
}
.video-post-single-article-lists li{
   width: 33.33%;
   padding-left: 15px;
   padding-right: 15px;
   margin-bottom: 35px;
   min-height: 280px;
}
.video-post-item-inner{
   width: 100%;
   display: inline-block;
   position: relative;
   text-align: center;
}
.video-post-item-inner .postfitimg{
    display: block;
    position: relative;
}
.video-post-item-inner .postfitimg img {
    width: 100%;
}
.video-post-item-inner .postfitimg::after{
    content: "";
    position: absolute;
    background: url(./images/play-icon.png) no-repeat center;
    background-size: 90px 90px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    vertical-align: middle;
    -webkit-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.video-post-item-inner .postfitimg:hover::after{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video-post-item-inner .posttitle {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 12px;
    color: #fff;
    line-height: 1.6;
}
.video-post-item-inner .posttitle:hover{
    color: #dd8c46;
}
.video-post-item-inner .post-date{
    color: #b1b1b1;
}
.video-post-item-inner .post-date::before {
    content: "\f017";
    font-family: FontAwesome;
    color: #dd8c46;
    margin-right: 5px;
}
.video-post-single-article-lists .pagination {
    text-align: center;
    width: 100%;
}
.video-post-single-article-lists .pagination .page-numbers {
   border: 2px solid #dd8c46;
   color: #dd8c46;
   min-width: 35px;
   min-height: 35px;
   display: inline-block;
   margin: 2px 4px;
   transition: all .3s ease-in-out .0s;
}
.video-post-single-article-lists .pagination .page-numbers.current,
.video-post-single-article-lists .pagination .page-numbers:hover {
   color: #fff;
   background: #dd8c46;
}
.video-post-single-article-lists .pagination .next.page-numbers,
.video-post-single-article-lists .pagination .prev.page-numbers {
   display: none;
}
.video-post-item-inner .postfitimg::before {
    content: "";
    background: #dd8c46;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.video-post-item:hover .video-post-item-inner .postfitimg::before {
    opacity: .7;
}
.heateor_sss_horizontal_sharing .heateorSssSharing .heateorSssSharingSvg {
    display: none !important;
}
.heateor_sss_horizontal_sharing .heateorSssSharing {
    transition: all .3s ease-in-out .0s;
    text-align: center;
    line-height: 32px;
    margin: 0 6px 0 0;
    width: 32px !important;
    height: 32px !important;
}
.heateor_sss_horizontal_sharing .heateorSssSharing:hover {
    background: #000;
}
.heateor_sss_horizontal_sharing .heateorSssSharing:hover::before {
    color: #fff;
}
.heateor_sss_horizontal_sharing .heateorSssSharing::before {
    font-family: FontAwesome;
    font-style: normal;
    color: #dd8c46;
    transition: all .3s ease-in-out .0s;
}
.heateor_sss_horizontal_sharing .heateorSssFacebookBackground.heateorSssSharing::before {
    content: "\f09a" !important;
}
.heateor_sss_horizontal_sharing .heateorSssTwitterBackground.heateorSssSharing::before {
    content: "\f099";
}
.heateor_sss_horizontal_sharing .heateorSssLinkedinBackground.heateorSssSharing::before {
    content: "\f0e1";
}
.heateor_sss_horizontal_sharing .heateorSssPinterestBackground.heateorSssSharing::before {
    content: "\f231";
}
body.single-lrvideo .page-header {
    display: none;
}
.single-video-widget ul {
    margin-left: 0;
}

#comments {
    border-top: none;
}
.comment-title,
.comment-reply-title {
    color: #fff !important;
}
.single-video-widget .widget-title {
    padding-left: 0;
    border-left: none;
    font-weight: 900;
    color: #fff;
    font-size: 24px;
}
#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
   background: #fff;
   border-radius: 0;
   color: #000;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 2px;
   border: 3px solid #fff;
   padding: 0 15px;
   transition: all .3s ease-in-out .0s;
   min-height: 50px;
}
#commentform #comment {
   padding: 15px;
}
#commentform #comment:focus,
#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus {
   border-color: #dd8c46;
}
.post-content-left-area .comment-form-url {
    padding-right: 0;
}
#comment-submit {
    border: 2px solid #dd8c46;
   background:
   transparent;
   color: #dd8c46;
    font-size: 15px;
    line-height: 0;
    padding: 21px 30px 20px;
    transition: all .3s ease-in-out .0s;
}
#respond #comment-submit:hover {
   background: #dd8c46;
   color: #fff;
}
#respond .form-submit {
    float: none;
}
form input[type="text"], 
form input[type="password"], 
form input[type="email"], 
form input[type="url"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="week"], 
form input[type="number"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"], 
form select, 
form textarea {
   border-radius: 0;
   color: #000;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 2px;
   border: 3px solid #fff;
   padding: 0 15px;
   transition: all .3s ease-in-out .0s;
   min-height: 50px;
}
body .wpcf7-form-control.wpcf7-submit {
    border: 2px solid #dd8c46;
   background:
   transparent;
   color: #dd8c46;
    font-size: 15px;
    line-height: 0;
    padding: 21px 30px 20px;
    transition: all .3s ease-in-out .0s;
margin-top: 20px;
}
body .wpcf7-form-control.wpcf7-submit:hover {
   background: #dd8c46;
   color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
}
.evofc_month {
    border-left: 1px solid #323232;
    border-top: 1px solid #323232;
}
.evofc_months_strip.nobox .eventon_fc_daynames {
    border-bottom: none !important;
}
.evo_fc_day {
    background: transparent !important;
    border-right: 1px solid #323232 !important;
    border-bottom: 1px solid #323232 !important;
    height: calc((100vw - 80px) / 7) !important;
    font-size: 100px !important;
    line-height: 1;
}
.eventon_fc_days .evo_fc_day.has_events span i {
    height: 10px !important;
    width: 10px !important;
    background-color: #DD8C46  !important;
    margin: 0 4px  !important;
}
.eventon_fc_days .evo_fc_day.has_events span b {
    font-size: 15px !important;
}
.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus,
.eventon_fullcal .eventon_fc_days .evo_fc_day.today {
    color: #dd8c46 !important;
}
.eventon_fc_days .evo_fc_day.today::before {
    display: none !important;
}
.evo_sort_btn {
    display: none;
}
.eventon_fc_daynames .evo_fc_day {
    line-height: calc((100vw - 80px) / 7) !important;
    text-transform: capitalize;
    font-size: 80px !important;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
    color: #dd8c46 !important;
    text-transform: capitalize;
    text-align: center;
    width: 100% !important;
    font-size: 65px;
    line-height: 1;
    height: auto;
}
.evo_cal_above {
    display: none;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
    width: 100% !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev {
    position: absolute;
    left: 25px;
    top: 12px;
    margin-left: 0;
    border: 2px solid #dd8c46 !important;
    background: transparent !important;
    width: 45px;
    height: 45px;
    transition: all .3s ease-in-out .0s;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next {
    position: absolute;
    right: 25px;
    top: 12px;
    margin-left: 0;
    border: 2px solid #dd8c46 !important;
    background: transparent !important;
    width: 45px;
    height: 45px;
    transition: all .3s ease-in-out .0s;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev:hover,
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next:hover {
    background: #dd8c46 !important;
}
.ajde_evcal_calendar .calendar_header {
    margin-top: 80px  !important;
    margin-bottom: 60px !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #dd8c46 !important;
    margin-top: 7px !important;
    transition: all .3s ease-in-out .0s;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev:hover .fa,
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next:hover .fa {
    color: #fff !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev i {
    margin-left: 2px;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next i {
    left: 18px;
}
#evcal_list {
    display: none !important;
}
.eventon_fullcal {
    border-bottom: none !important;
}
.eventon_events_list .eventon_list_event .desc_trig {
    background-color: #fff !important;
}
.evofc_lightbox {
    background-color: rgba(221, 140, 70, .9) !important;
}
.evolbclose::before, 
.evolbclose::after {
    background: #fff !important;
}
.evolbclose:hover::before, 
.evolbclose:hover::after {
    background: #000 !important;
}
.eventon_events_list .eventon_list_event .desc_trig:hover {
    background-color: rgb(221, 140, 70) !important;
}
.eventon_events_list .eventon_list_event  .evcal_cblock, 
.evo_pop_body .evcal_cblock {
    color: rgb(221, 140, 70) !important;
    font-family: Roboto !important;
}
.eventon_events_list .eventon_list_event .desc_trig:hover .evcal_cblock, 
.evo_pop_body .desc_trig:hover .evcal_cblock {
    color: #000 !important;
    font-family: Roboto !important;
}
.evcal_cblock .evo_end::before {
    background: rgb(221, 140, 70);
}
.desc_trig:hover .evcal_cblock .evo_end::before {
    background: #000;
}
.ajde_evcal_calendar .calendar_header p, 
.eventon_events_list .eventon_list_event .evcal_cblock, 
.evcal_cblock, 
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
.evcal_desc span.evcal_desc2, 
.evcal_evdata_row .evcal_evdata_cell h2, 
.evcal_evdata_row .evcal_evdata_cell h3.evo_h3, 
.evcal_month_line p, .evo_clik_row .evo_h3, 
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
    font-family: Roboto !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
.evo_pop_body .evcal_desc span.evcal_desc2 {
    color: rgb(0, 0, 0) !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, 
.evo_pop_body .evcal_desc .evcal_desc_info {
    font-size: 13px !important;
    line-height: 1.5!important;
    opacity: 1 !important;
    color: #000 !important;
}
.evcal_desc .evcal_desc3 em i {
    color: #000 !important;
    font-style: normal !important;
    font-weight: bold !important;
}
.evcal_desc .evcal_desc3 em {
    color: #333 !important;
    font-style: normal !important;
}
.lm-promo-offer-item {
    padding: 0 10px;
}
.lm-promo-offer-item img {
    display: inline-block !important;
}
.lm-promo-offer-wrapper {
    padding-left: 10px;
}
.lm-promo-offer-item-wrapper {
    background: #000;
    height: 100%;
    border: 5px solid #fff;
    text-align: center;
}

.full-width-img .vc_figure, 
.full-width-img .vc_figure * {
    width: 100%;
}
.img-opacity-0 img {
    opacity: 0;
}

.pmh1first {
    font-size: 22px;
    width: 240px;
    text-align: center;
    margin: 15px auto;
    text-transform: uppercase;
}
.pmh1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}
.pmpara {
    margin-bottom: 15px;
}
a.pmbonelink,
a.pmbtwolink {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 20px;
    border: 2px solid #fff;
    margin-top: 5px;
    margin-bottom: 15px !important;
    display: inline-block;
}
a.pmbonelink:hover,
 a.pmbtwolink:hover {
    background: #fff;
    color: #000;
}
.lm-promo-offer-item-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
/*     padding: 30px; */
  padding: 0px;
    text-align: center;
}
.lm-promo-offer-trigger-4113{
  background: #4db949;
}
/* .lm-promo-offer-trigger-3237 .lm-promo-offer-item-inner {
    top: inherit;
    transform: inherit;
    padding: 0;
}
.lm-promo-offer-trigger-3237 .lm-promo-offer-item-inner .pmh1first {
    margin-top: 0;
    margin-bottom: 0;
} */
#popmake-3352 {
    max-width: 95%;
}
.lm-promo-offer-item-wrapper.lm-promo-offer-trigger-3247 {
    background: url('https://longroom.co.nz/wp-content/uploads/2020/05/325648.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.lm-promo-offer-item-wrapper.lm-promo-offer-trigger-3247::before {
    content: "";
    position: absolute;
    width: 370px;
    height: 100%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: .6;
}
.lm-promo-offer-trigger-3247 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3748 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3714 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3719 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3728 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3770 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3822 .lm-promo-offer-item-inner{
    top: inherit;
    transform: inherit;
    padding: 0;
}
.lm-promo-offer-trigger-3247 .lm-promo-offer-item-inner img {
    background: #000;
    padding: 15px 30px;
}
.lm-promo-offer-trigger-3247 .lm-promo-offer-item-inner .heading2-bold {
    margin-top: 40px;
}
.lm-promo-offer-trigger-3247 .lm-promo-offer-item-inner .pmbtwolink {
    border-color: #000;
    color: #000;
}
.lm-promo-offer-trigger-3247 .lm-promo-offer-item-inner .pmbtwolink:hover {
    background: #000;
    color: #fff;
}
.lm-promo-offer-item-wrapper {
    overflow: hidden;
}

/*SPVP Popup Start*/
@font-face {
  font-family: 'FuturaStd-Book';
  src:  url('fonts/FuturaStd-Book.eot') format('embedded-opentype'),
        url('fonts/FuturaStd-Book.otf')  format('opentype'),
        url('fonts/FuturaStd-Book.woff') format('woff'), 
        url('fonts/FuturaStd-Book.ttf')  format('truetype'), 
        url('fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Bold';
  src:  url('fonts/FuturaStd-Bold.eot') format('embedded-opentype'), 
        url('fonts/FuturaStd-Bold.otf')  format('opentype'),
        url('fonts/FuturaStd-Bold.woff') format('woff'), 
        url('fonts/FuturaStd-Bold.ttf')  format('truetype'), 
        url('fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
#popmake-3355 {
    max-width: 95%;
}
#popmake-3355 p {
    margin: 0;
}
.simply-purchase-voucher-popup > p {
    display: none;
}
.simply-purchase-voucher-popup {
    overflow: hidden;
}
.spvp-top {
    background: #000;
    padding: 10px 60px;
}
.spvp-bottom .spvp-bottom-bg-img {
    width: 100%;
    margin-bottom: -5px;
    height: 533px;
    object-fit: cover;
}
.spvp-bottom {
    position: relative;
}
.spvp-bottom-inner-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: rgba(255,255,255,.7);
    padding: 40px 30px 30px;
    max-width: 440px;
    transform: translateX(-50%);
    width: 100%;
}
.heading2-bold {
    color: #000;
    text-align: center;
    font-family: 'FuturaStd-Bold';
    font-size: 30px;
}
.heading2-bold {
    color: #000;
    text-align: center;
    font-family: 'FuturaStd-Bold';
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.heading3-thin {
    color: rgba(0,0,0,.9);
    font-family: 'FuturaStd-Book';
    font-size: 22px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 30px;
}
.spvp-bottom-img-group br {
    display: none;
}
.spvp-bottom-img-group {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.spvp-bottom-img-group img {
    width: 45%;
}
#popmake-3355 .pum-close.popmake-close {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #fff;
    color: #000;
}
#popmake-3355 .pum-close.popmake-close:hover {
    background: #000;
    color: #fff;
}
@media only screen and (max-width: 559px) {
    .heading2-bold {
        font-size: 22px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .heading3-thin {
        font-size: 18px;
        margin-bottom: 35px;
        margin-top: 22px;
    }
    .spvp-bottom-inner-wrapper {
        padding: 20px 10px 20px;
    }
    .spvp-bottom .spvp-bottom-bg-img {
        height: 425px;
    }
}
/*SPVP Popup End*/

/* COVID-19 Popup Start */

.covid-19-popup {
/*     background-image: url('http://longroom.co.nz/wp-content/uploads/2020/03/corona-virus-bg.jpg'); */
    background-color: #000;
    background-size: cover;
    background-position: center;
    padding: 60px 40px 30px;
      text-align: center;
}
.covid-19-popup p, .covid-19-popup ol {
    text-align: left;
}
.covid-19-popup .heading2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 28px;
}
.covid-19-popup {
    font-size: 18px;
    line-height: 1.5;
}
.covid-19-popup p {
    margin-bottom: 20px;
}
.covid-19-popup a {
    color: #e2c989;
}
.covid-19-popup ol {
    margin-bottom: 20px;
    padding-left: 38px;
}
.covid-19-popup ol li + li {
    margin-top: 7px;
}
#popmake-3326{
    max-width: 90%;
}
#popmake-3326 .pum-close.popmake-close {
    background: #fff;
    color: #000;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .3s ease-in-out .0s;
}
#popmake-3326 .pum-close.popmake-close:hover {
    background: #000;
    color: #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .3s ease-in-out .0s;
}

.lm-promo-offer-trigger-3714 .lm-promo-offer-item-inner {
    padding: 0;
    width: 100%;
}
#popmake-3766 .pum-content{
    background: #000 !important;
}


@media only screen and (max-width: 767px) {
    .covid-19-popup .heading2 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 16px;
}
    .covid-19-popup {
    font-size: 16px;
}
    .covid-19-popup p {
    margin-bottom: 15px;
}

}

/* COVID-19 Popup End */

.lm-home-menu-carousel .slick-arrow {
    font-size: 45px !important;
    display: none !important;
}
.lm-home-menu-carousel .slick-prev.slick-arrow {
    margin-left: 10px;
}
.lm-home-menu-carousel .slick-next.slick-arrow {
    margin-right: 20px;
}
.headerlognshot-logo img {
    max-height: 48px;
    margin-top: 17px;
    margin-left: 20px;
}
/* Finish at home*/
#popmake-3501 {
    padding: 0;
    border-radius: 0;
    border: 5px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
    background-color: rgba( 255, 255, 255, 1.00 );
    max-width: 90%;
}

.finish-at-home .spvp-top {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
}

.finish-at-home {
    position: relative;

}

.finish-at-home .spvp-top-img {
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
}

.finish-at-home .spvp-bottom {
    width: 100%;
    padding: 30px 20px;
}

.finish-at-home .heading2-bold {
    margin-top: 0;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}

.finish-inner-wrapper {
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.heading2-sub {
    font-size: 24px;
    font-style: italic;
    color: #dd8c46;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.finish-at-home .finish-para {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 27px;
}

.finish-at-home .finish-para.pricingf {
    margin-bottom: 0;
}

.finish-at-home .spvp-bottom-img-group {
    margin-top: 20px;
    padding-bottom: 20px;
}
.finish-block {
padding-bottom: 200px;
}
.finish-block p{
    color: #fff;
}
.finish-btn-group {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.finish-btn-group .finish-para {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
width: calc(100% - 240px);
}

.finish-btn-group a {
    background: #dd8c46;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.finish-btn-group div:last-child {
    width: 240px;
}
.finish-btn-group a:hover {
    background: #000000;
}
.finish-bottom-inner a {
    padding: 10px 20px;
    background: #dd8c46;
    color: #fff;
    position: relative;
    top: 15px;
    border: 2px solid #dd8c46;
}

.finish-bottom-inner a:hover {
    background: #000000;
    color: #fff;
}
.finish-at-home .spvp-top br {
    display: none;
}
.finish-at-home .spvp-top .spvp-top-img.mobile {
    display: none;
}
@media only screen and (max-width: 1023px) {
.finish-btn-group {
    flex-flow: column;
}
.finish-btn-group .finish-para {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}
.finish-btn-group .finish-para,.finish-btn-group div:last-child {
    width: 100%;
}
}

@media only screen and (max-width: 480px){
.finish-at-home .heading2-bold {
    font-size: 26px;
}
.finish-at-home .finish-para {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
}
.finish-btn-group .finish-para {
    margin-bottom: 20px;
    font-size: 16px;
}
}
/*end finish at home*/

/* Footer Css */

#footer-widgets .widget-title {
    padding-left: 0;
    border-left: none;
}
.footer-box.span_1_of_4.col.col-4 > div {
    max-width: 210px;
}
.footer-box.span_1_of_4.col.col-3 > div {
    max-width: 260px;
}
.footer-box.span_1_of_4.col.col-2 > div + div {
    margin-top: 35px;
}

.widget-oceanwp-social ul li a, .oceanwp-social-menu.simple-social ul li a {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 3px;
    padding-left: 2px;
    margin-right: 2px;
}
.oceanwp-social-menu.simple-social ul li a{
  padding: 1px 5.5px !important;
}
.footer-cinfo li + li {
    margin-top: 20px;
}
.footer-cinfo {
    margin-bottom: 30px !important;
    color: #929292;
}
#footer li, #footer p {
    color: #929292;
}
.footer-cinfo li,.footer-cinfo li a {
    color: #dd8c46 !important;
}
.footer-newsletter-form input[type="email"] {
    background: #fff;
    border-radius: 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    width: 235px;
    margin-bottom: 15px;
}
.footer-newsletter-form input[type="submit"] {
    border: 2px solid #dd8c46;
    background: transparent;
    color: #dd8c46;
    padding: 10px 20px;
    transition: all .3s ease-in-out .0s;
}
.footer-newsletter-form input[type="submit"]:hover {
    background: #dd8c46;
    color: #fff;
}
.footer-box.span_1_of_4.col.col-4 > div {
    float: right;
}
.footer-box.span_1_of_4.col.col-3 > div {
    margin-left: auto;
/*     margin-right: auto; */
}
.freview-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
}
.freview-wrapper .freview-item {
    width: 50%;
}
.cf7-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.cf7-half {
    width: 50%;
    padding: 0 8px;
}
.cf7-full {
    padding: 0 8px;
    width: 100%;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-date {
    margin-bottom: 16px !important;
}
.wpcf7-form-control.wpcf7-textarea {
    min-height: 140px;
    height: 140px;
    padding: 15px;
}

/* .lm-promo-offer-item-wrapper.lm-promo-offer-trigger-3237 {
  background: url('https://longroom.co.nz/wp-content/uploads/2020/06/59650.jpg');
  background-size: cover;
}
.lm-promo-offer-item-wrapper.lm-promo-offer-trigger-3237 img {
  height: auto !important;
} */


.jtt-content-area .vc_column-inner > .wpb_wrapper {
    padding: 40px;
    max-width: 815px;
    box-sizing: border-box;
}
.jtt-content-area p {
    font-size: 16px;
    line-height: 2;
}
.jtt-cf7-wrapper .wpcf7-form-control.wpcf7-text,
.jtt-cf7-wrapper .wpcf7-form-control.wpcf7-date {
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #dd8c46;
    margin-bottom: 35px !important;
}
.jtt-cf7-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.jtt-cf7-half {
    width: 50%;
    padding: 0 20px;
}
.jtt-cf7-2-5 {
    width: 39%;
    padding: 0 20px;
}
.jtt-cf7-1-5 {
    width: 22%;
    padding: 0 20px;
}
.jtt-cf7-1-3 {
    width: 33.33%;
    padding: 0 20px;
}
.jtt-cf7-wrapper ::-webkit-input-placeholder { 
  color: #fff !important;
  opacity: 1;
}
.jtt-cf7-wrapper ::-moz-placeholder { 
  color: #fff !important;
  opacity: 1;
}
.jtt-cf7-wrapper :-ms-input-placeholder { 
  color: #fff !important;
  opacity: 1;
}
.jtt-cf7-wrapper :-moz-placeholder { 
  color: #fff !important;
  opacity: 1;
}
.jtt-cf7-wrapper {
    text-align: center;
}
.jtt-cf7-full {
    width: 100%;
    padding: 0 20px;
}
.wpcf7-form-control.wpcf7-file {
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #dd8c46;
    margin-bottom: 35px !important;
    width: 100%;
    line-height: 50px;
}
.jtt-cf7-wrapper .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-top: 0 !important;
    background: #dd8c46 !important;
    color: #fff !important;
    font-size: 16px !important;
    height: 50px;
    transition: all .3s ease-in-out .0s;
}
.jtt-cf7-wrapper .wpcf7-form-control.wpcf7-submit:hover {
    color: #dd8c46 !important;
    background: #fff !important;
}
.jtt-cf7-full .file-upload-wrapper {
    position: relative;
    display: block;
}
.jtt-cf7-full .file-upload-wrapper .wpcf7-form-control.wpcf7-file {
    opacity: 0;
    z-index: 1;
}
.jtt-cf7-full .file-upload-wrapper::before {
    content: attr(data-text);
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #dd8c46;
    margin-bottom: 35px !important;
    width: 100%;
    line-height: 50px;
    position: absolute;
    font-weight: 600;
    letter-spacing: 2px;
}
.love-language label{
    display: block!important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.love-language{
    margin-bottom: 25px;
}

.Whatisyourlovelanguage .wpcf7-list-item{
    margin: 0 0 0 4em!important;
    font-size: 16px!important;
    font-weight: bold;
    letter-spacing: 2px;
}


.talkbox-table .sbx-embedded-form iframe {
    height: 380px !important;
}
.inline-talkbox-table .sbx-embedded-form iframe {
    height: 150px !important;
}
.jtt-cf7-wrapper label, .jtt-cf7-wrapper br{
    display: none;
}
.lm-promo-offer-trigger-3570 {
  background: rgb(235,73,60);
  background: linear-gradient(180deg, rgba(235,73,60,1) 0%, rgba(249,147,47,1) 100%);
}
.lm-promo-offer-trigger-3570 .lm-promo-offer-item-inner {
    padding: 0;
}

#popmake-3650 {
    max-width: 90%;
}
#popmake-3650 .pum-content.popmake-content {
    background: #000;
    text-align: center;
    border: 5px solid #fff;
    padding: 50px 30px;
}
#popmake-3650 .heading2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 0;
}
#popmake-3650 .pragraph {
    font-size: 18px;
    line-height: 1.4;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#popmake-3650 p {
    margin: 0;
}
#popmake-3650 .apply-here-btn {
    background: #ed1e25;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    border: 3px solid #fff;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 25px;
    transition: all .3s ease-in-out .0s;
    line-height: 1;
    font-size: 16px;
}
#popmake-3650 .apply-here-btn:hover {
    background: #000;
}
#popmake-3650 .pum-close.popmake-close {
    background: #ed1e25 !important;
    top: 5px !important;
    right: 5px !important;
}
#popmake-3650 .pum-close.popmake-close:hover {
    background: #fff !important;
    color: #000 !important;
}

div#popmake-3739,
div#popmake-3782 {
    max-width: 90%;
}
.levelthree-popup-wrapper {
    display: flex;
    flex-flow: row wrap;
    background: #000;
    border: 2px solid #fff;
}
.levelthree-popup-left {
    width: 50%;
}
.levelthree-popup-right {
    width: 50%;
    background-image: url('https://longroom.co.nz/wp-content/uploads/2021/02/levelthree-2nd-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    text-align: center;
}
.levelthree-popup-left > p {
    display: none;
}
.levelthree-popup-left .ltpl-content {
    font-size: 13px;
    line-height: 1.4;
    padding: 30px 30px 16px;
}
.levelthree-popup-left .ltpl-content p {
    margin-bottom: 12px;
}
.levelthree-popup-left .ltpl-content li + li {
    margin-top: 7px;
}
.ltpl-heading {
    background-image: url('https://longroom.co.nz/wp-content/uploads/2021/02/levelthree-title-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 25px;
}
.ltpl-heading h2 {
    margin: 0;
    color: #000;
    line-height: 1.2;
    font-size: 26px;
    letter-spacing: 0;
}
.ltpl-heading h2 span {
    background: #fff;
    display: inline-block;
    padding: 2px 15px;
}
.ltpl-heading p {
    margin: 0;
}
.ltpr-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ltpr-content .heading2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.5px;
}
.ltpr-content .heading2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.ltpr-content .pra {
    margin-bottom: 15px;
    line-height: 1.4;
}
.ltpr-content .heading3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ltpr-content .btn {
    margin-bottom: 25px;
    margin-top: 25px;
}
.ltpr-content .btn a {
    background: #fff;
    color: #000;
    border: 2px solid #ff953b;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 6px 18px 5px;
    display: inline-block;
}
.ltpr-content .btn a:hover {
    background: #ff953b;
}
#popmake-3782 .pum-close.popmake-close {
    background: red;
    top: 2px;
    right: 2px;
}
#popmake-3782 .pum-close.popmake-close:hover {
    background: #000;
}
.lm-promo-offer-trigger-3789 .lm-promo-offer-item-inner {
    padding: 0;
    background: #000;
}
.lm-promo-offer-trigger-3828 .pmh1 {
    line-height: 1.2;
}
.lm-promo-offer-trigger-3828 .pmpara {
    font-size: 15px;
    margin-bottom: 4px;
}
#popmake-3844 {
    max-width: 90% !important;
}
.lm-promo-offer-trigger-3847 .lm-promo-offer-item-inner {
    padding: 0;
    background: #2e2b24;
    transform: inherit;
    top: inherit;
}
.lm-promo-offer-trigger-3858 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3864 .lm-promo-offer-item-inner,
.lm-promo-offer-trigger-3871 .lm-promo-offer-item-inner {
    padding: 0;
}
#popmake-3861,
#popmake-3865,
#popmake-3870 {
    max-width: 90% !important;
}
.row-max-width-1080px > .vc_row {
    max-width: 1080px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.row-max-width-1200px > .vc_row {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.single-venue div#content-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.venue_conten_gallery_inner {
    background-position: center;
    background-size: cover;
}
.venue_conten_gallery_inner::before {
    content: "";
    padding-top: 100%;
    display: block;
}
.venue_conten_gallery_wrap .prev.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 50px;
}
.venue_conten_gallery_wrap .next.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 50px;
}
.venue_enquire_form_section {
    background: #dd8c46;
    text-align: center;
    padding: 80px 20px 60px;
}
.venue_enquire_form_section h2 {
    color: #fff;
    margin-bottom: 35px;
}
.venue_enquire_form {
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
}
.venue_enquire_form .wpcf7-form-control.wpcf7-submit {
    color: #fff;
    border-color: #fff;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.venue_enquire_form .wpcf7-form-control.wpcf7-submit:hover {
    color: #dd8c46;
    background: #fff;
}
.wpcf7-form-control.wpcf7-number {
    max-width: 100%;
}
.venue_enquire_form .wpcf7-form-control.wpcf7-text:focus, 
.venue_enquire_form .wpcf7-form-control.wpcf7-textarea:focus,
.venue_enquire_form .wpcf7-form-control.wpcf7-date:focus,
.venue_enquire_form .wpcf7-form-control.wpcf7-number:focus {
    border-color: #000;
}
.venue_carousel_item_inner {
    padding-bottom: 128px;
    position: relative;
    height: 100%;
}
.venue_carousel_item_gallery_item_inner {
    background-size: cover;
    background-position: center;
}
.venue_carousel_item_gallery_item_inner::before {
    content: "";
    padding-top: 80%;
    display: block;
}
.venue_carousel_item_gallery_item_inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%) !important;
    opacity: .2;
}
.venue_carousel_wrap .slick-dots {
    bottom: 30px;
}
.venue_carousel_wrap .slick-dots li {
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff;
  width: 10px;
  height: 10px;
}
.venue_carousel_wrap .slick-dots li.slick-active {
    background: transparent;
}
.venue_carousel_wrap .slick-dots li button {
    display: none;
}
.venue_carousel_wrap .venue_carousel_item {
    background: #000;
}
.venue_carousel_wrap .venue_carousel_item.slick-center {
    background: #dd8c46;
}
.venue_carousel_wrap .venue_carousel_item.slick-center .venue_carousel_item_title a:hover {
    color: #000;
}
.venue_carousel_item {
    text-align: center;
}
.venue_carousel_item_title {
    padding: 20px 20px 0;
    font-size: 24px;
}
.venue_carousel_item_short_bio {
    padding: 0 20px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.venue_carousel_item_read_more {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.venue_carousel_item_read_more a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 40px;
    margin-top: 15px;
    transition: all .3s ease-in-out .0s;
}

.venue_carousel_item_read_more a:hover,
.venue_carousel_item_read_more a:focus,
.venue_carousel_item_read_more a:active {
    background: #fff;
    color: #dd8c46;
}
.venue_carousel_wrap {
    padding-top: 60px;
    background: #dd8c46;
}
.venue_carousel_wrap .prev.slick-arrow {
    position: absolute;
    top: 5px;
    z-index: 1;
    border: none;
    background: transparent;
    left: 10%;
}
.venue_carousel_wrap .next.slick-arrow {
    position: absolute;
    top: 5px;
    z-index: 1;
    border: none;
    background: transparent;
    right: 10%;
}
.venue_carousel_wrap .slick-track {
    display: flex;
}
.venue_carousel_wrap .slick-track .venue_carousel_item {
    height: inherit !important;
}
.lm-promo-offer-trigger-3921 .lm-promo-offer-item-inner {
    padding: 0;
}
#popmake-3926 {
    max-width: 90%;
}
#popmake-3926 .phone-img {
    display: none;
}
div#popmake-4108 {
    max-width: 90%;
}
.lm-promo-offer-trigger-4107 {
    background: #fff;
}
.lm-promo-offer-trigger-4107 .lm-promo-offer-item-inner {
    padding: 0;
}
div#popmake-4158 {
    padding: 60px 40px;
    background: #fff;
    max-width: 90%;
}
#pum-4158 .pum-content {
    color: #000;
    font-size: 20px;
}

#popmake-3501 .para {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
#popmake-3501 .each-price {
    color: #dd8c46;
    font-weight: 700;
    font-size: 25px;
    margin-top: -10px;
}
#popmake-3501 .big-para {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}



/* Media Css */

@media only screen and (min-width: 1025px) {
    .lm-promo-offer-item {
        max-width: 28vw;
        min-width: 28vw;
    }
}
@media only screen and (max-width: 1150px){
    .Whatisyourlovelanguage .wpcf7-list-item{
        margin: 0 0 0 2em!important;
        line-height: 2.5;
    }
}

@media only screen and (max-width: 1349px) {
  .oceanwp-mobile-menu-icon a {
    font-size: 16px;
  }
  .eventon_fc_daynames .evo_fc_day {
    font-size: 40px !important;
  }
  .evo_fc_day {
    font-size: 50px !important;
  }
  .ltpl-heading {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 1199px) {
    body .jtt-content-area h2.vc_custom_heading {
        font-size: 34px !important;
    }
    .jtt-content-area p {
        font-size: 16px;
        line-height: 1.7;
    }
    .jtt-cf7-wrapper .wpcf7-form-control.wpcf7-text, 
    .jtt-cf7-wrapper .wpcf7-form-control.wpcf7-date {
        height: 60px;
        font-size: 18px;
        margin-bottom: 20px !important;
    }
    .wpcf7-form-control.wpcf7-file {
        height: 60px;
        font-size: 18px;
        margin-bottom: 20px !important;
        line-height: 60px;
    }
    .jtt-cf7-full .file-upload-wrapper::before  {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }
    .jtt-cf7-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .jtt-cf7-half {
        padding: 0 10px;
    }
    .jtt-cf7-2-5 {
        width: 35%;
        padding: 0 10px;
    }
    .jtt-cf7-1-3 {
        padding: 0 10px;
    }
    .jtt-cf7-1-5 {
        width: 30%;
        padding: 0 10px;
    }
    .jtt-cf7-full {
        width: 100%;
        padding: 0 10px;
    }
    .jtt-cf7-wrapper .wpcf7-form-control.wpcf7-submit {
        font-size: 25px !important;
        height: 60px;
    }
    .vc_custom_heading.mobile-font-size-30px {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1180px) {
    .freview-wrapper .freview-item:nth-child(1) {
        width: 155px;
    }
    .freview-wrapper .freview-item:nth-child(2) {
        width: 140px;
        margin-left: 8px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lm-square-hover-box > .vc_col-sm-3 div.vc_custom_heading a {
    font-size: 20px;
  }
  .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
    font-size: 45px;
  }
  .eventon_fc_daynames .evo_fc_day {
    font-size: 30px !important;
  }
  .evo_fc_day {
    font-size: 34px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .eventon_fc_days .evo_fc_day.has_events span {
    bottom: 15px;
  }
  .eventon_fc_days .evo_fc_day.has_events span i {
    height: 7px !important;
    width: 7px !important;
    margin: 0 2px !important;
  }
  .eventon_fc_days .evo_fc_day.has_events span b {
    font-size: 12px !important;
  }
  .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev {
    width: 35px;
    height: 35px;
    top: 10px;
 }
 .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next {
    width: 35px;
    height: 35px;
    top: 10px;
  }
  .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    margin-top: 2px !important;
  }
  .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev i {
    margin-left: -2px;
  }
  .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next i {
    left: 13px;
  }
}

@media only screen and (max-width: 1023px) {
    .lm-promo-offer-wrapper {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 959px) {
   .footer-box.span_1_of_4.col.col-3 > div, .footer-box.span_1_of_4.col.col-4 > div {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .footer-box.span_1_of_4.col.col-4 > div {
      float: none;
   }
}

@media only screen and (min-width: 768px) {
    .dk-font-size-44px {
        font-size: 44px !important;
    }
}

@media only screen and (max-width: 767px) {
    .talkbox-table .sbx-embedded-form iframe {
        height: 660px !important;
    }
    .inline-talkbox-table .sbx-embedded-form iframe {
        height: 560px !important;
    }
    .finish-at-home .spvp-top .spvp-top-img.mobile {
        display: block;
    }
    .finish-at-home .spvp-top .spvp-top-img.desktop {
        display: none;
    }
    .right-img-section > div:nth-child(1) {
        order: 2;
    }
    .right-img-section > div:nth-child(2) {
        order: 1;
    }
    .mobile-margin-top-0px {
        margin-top: 0 !important;
    }
    .lm-home-menu-carousel .slick-arrow {
        display: block !important;
    }
  .lm-square-hover-box > .vc_col-sm-3 {
    width: 50%;
  }
  .video-post-single-article-lists li {
   width: 50%;
  }
  .top-video-cover-section .video-cover .video-play-action {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -38px;
  }
  .single-video-post article.lrvideo .entry-header .title-and-meta-info,
  .single-video-post .post-content-left-area {
    width: 100%;
    float: none;
  }
  .single-video-post article.lrvideo .entry-header .entryheader-share-links,
  .single-video-post .single-video-sidebar {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .top-video-cover-section .video-post-nagivation a:first-child {
    left: 20px;
  }
  .top-video-cover-section .video-post-nagivation a:last-child {
    right: 20px;
  }
  .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
    font-size: 28px !important;
  }
  .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev {
    left: 10px;
    top: 0;
    width: 35px;
    height: 35px;
    }
    .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
        margin-top: 2px !important;
    }
    .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_prev i {
        margin-left: 0px;
    }
    .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next {
        right: 10px;
        top: 0;
        width: 35px;
        height: 35px;
    }
    .ajde_evcal_calendar .calendar_header .evcal_arrows#evcal_next i {
        left: 13px;
    }
    .ajde_evcal_calendar .calendar_header {
        margin-bottom: 35px !important;
    }
    .eventon_fc_daynames .evo_fc_day {
        font-size: 18px !important;
    }
    .evo_fc_day {
        font-size: 18px !important;
        padding-top: 10px !important;
        padding-bottom: 40px !important;
    }
    .eventon_fc_days .evo_fc_day.has_events span i {
        height: 5px !important;
        width: 5px !important;
        margin: 0 2px !important;
    }
    .eventon_fc_days .evo_fc_day.has_events span {
        bottom: 6px !important;
    }
    .eventon_fc_days .evo_fc_day.has_events span b {
        font-size: 7px !important;
    }
    .mobile-heading-center,
    .mobile-btn-center {
        text-align: center !important;
    }
    body .lm-home-testimonial {
        background: #000 !important;
    }
    .lm-home-testimonial .vc_custom_heading {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }
    .lm-home-testimonial .tfree-client-testimonial {
        font-size: 17px !important;
        letter-spacing: .5px !important;
        line-height: 30px !important;
    }
    .mobile-height-85px {
        height: 85px !important;
    }
    #wrap::before {
        height: 90px;
    }
    .jtt-cf7-2-5,
    .jtt-cf7-1-5,
    .jtt-cf7-1-3 {
        width: 100%;
    }
    #footer-widgets .col {
        width: 50% !important;
    }
    
    .jtt-cf7-wrapper .wpcf7-form-control-wrap input::placeholder, .jtt-cf7-wrapper .wpcf7-form-control-wrap.DateofBirth input::placeholder{
        opacity: 0!important;
    }
    .jtt-cf7-full .file-upload-wrapper::before{
        font-size: 13px!important;
    }
    
    .jtt-cf7-wrapper label{
        display: block!important;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.4;
    }
    .jtt-cf7-wrapper .wpcf7-form-control.wpcf7-text, .jtt-cf7-wrapper .wpcf7-form-control.wpcf7-date{
        height: 50px!important;
        font-size: 14px!important;
        margin-top: 10px;
    }
    #popmake-3650 .pum-content.popmake-content {
        padding: 30px 15px;
    }
    #popmake-3650 .lalf-img {
        max-width: 120px;
    }
    #popmake-3650 .heading2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    #popmake-3650 .pragraph {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #popmake-3650 .apply-here-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .levelthree-popup-left, .levelthree-popup-right {
        width: 100%;
    }
    .levelthree-popup-right {
        padding: 15px;
    }
    .ltpr-content .heading2 {
        font-size: 18px;
    }
    .ltpr-content .pra {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .ltpr-content .heading3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .levelthree-popup-left .ltpl-content {
        font-size: 13px;
        padding: 15px 15px 10px;
    }
    #popmake-3926 .desktop-img {
        display: none;
    } 
    #popmake-3926 .phone-img {
        display: block;
    }
    #pum-4158 .pum-content p[style*="red"] {
        font-size: 20px !important;
        margin-bottom: 0;
    }
    #pum-4158 .pum-content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 549px) {
    #site-logo-inner {
        display: inline-block !important;
        height: auto !important;
    }
    .headerlognshot-logo {
        display: inline-block;
    }
    .headerlognshot-logo img {
        max-height: 30px;
        margin-top: 12px;
        margin-left: 0;

    }
    #site-logo #site-logo-inner a img {
        max-width: 95px !important;
        margin-top: 12px;
        margin-right: 10px;
    }
    .oceanwp-mobile-menu-icon a {
        line-height: 56px;
    }
}

@media only screen and (max-width: 480px) {
  .lm-top-bar li {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    text-align: center;
  }
  .lm-top-bar li::before {
    display: none;
  }
  .lm-square-hover-box > .vc_col-sm-3 {
    width: 100%;
  }
  .video-post-single-article-lists li {
   width: 100%;
  }
  .home-big-address {
    font-size: 34px !important;
  }
  #footer-widgets .col {
      width: 100% !important;
  }
    body .longpoints-heading {
      font-size: 26px;
      margin-bottom: 30px !important;
  }
  /*.lognpoint-blank{
    display:none !important;
  }*/
}



/*-------lognpoints-------------*/
.logpoints-signup-btn .vc_btn3 {
    font-size: 20px !important;
}
.lognpointst-and-c p {
    font-size: 13px !important;
}
.lngpnt-text-list{
  position:relative;
}
.lngpnt-text-list::before {
    content: "\f00c";
  font-family:"FontAwesome";
  position:absolute;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -30px;
}
.long-points-text ul li {
    list-style: none;
}
.logpoints-signup-btn .vc_btn3:hover {
    background-color: #fff !important;
    color: #DD8C46 !important;
}
.long-points-profile-receive .wpb_wrapper {
    display: flex;
    flex-flow: column wrap;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
}
.lngpnt-text-list {
    margin-left: 10px;
}

