/* Global Styles */
@font-face {
    font-family: 'asmae_one';
    src: url('../fonts/asmae-typeface-webfont.eot');
    src: url('../fonts/asmae-typeface-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/asmae-typeface-webfont.woff2') format('woff2'),
    url('../fonts/asmae-typeface-webfont.woff') format('woff'),
    url('../fonts/asmae-typeface-webfont.ttf') format('truetype'),
    url('../fonts/asmae-typeface-webfont.svg#asmae_one') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'MarydaleBold';
  src: url('../fonts/MarydaleBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MarydaleBold.woff') format('woff'),
       url('../fonts/MarydaleBold.ttf')  format('truetype'),
       url('../fonts/MarydaleBold.svg#MarydaleBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
font-family: 'Varela', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'asmae_one', sans-serif;
*/

html{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


html,
body {
    height: 100%;
    line-height: 26px;
}
a{
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration: none;
}
body {
    font-family: "Open Sans";
    font-size: 18px;
    /*max-width: 1300px;
    margin: 0px auto;
    box-shadow: 3px 8px 10px #000;*/
}

img {
    max-width: 100%;
    height: auto;
}
h2{
    font-size: 2em;
}
h3{
    font-size: 1.5em;
}
h4{
    font-size: 1.3em;
}
h5{
    font-size: 1em;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    box-shadow: none;
    text-shadow: none;
}
p {
    margin: 0 0 25px;
}


.font-minus {
    background: #ebebeb;
}
.font-plus {
    background: #d7d7d7;
}
.font-adjust {
    background: #c9c9c9;
    font-size: 0.9em !important;
    padding: 14px 29px 16px!important;
    line-height: 15px !important;
}
div#font-setting-buttons .btn {
    border-radius: 0px !important;
    padding: 13px 30px 13px;
    font-size: 0.75em;
    font-style: normal;
    line-height: 20px;
}
.section{
    padding: 26px 0;
}
.section-title h2{
    color: #8152b2;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-size: 1.7em;
}
.section-title.social h2 {
    color: #faab6e;
    margin-left: 0px;
}
.text-right{
    text-align: right;
}

/* .....Top header .......*/
.top-header {
    background: #8bd3f5;
}
.top-header span {
    padding: 13px 31px;
    /*background: #fff;*/
    display: block;
    float: left;
    line-height: 1.3em;
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #555555;
}
.top-header .text-right.pull-right {
    padding-right: 38px;
}

.header-logo {
    padding: 24px 0px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: relative;
}

.logo {
    padding-left: 16px;
}

.logo img{
    max-height: 58px;
}

.header-contact-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: 15.5px 0;
    padding-right: 47px;
    text-align: right;
}

.header-contact-wrap a {
    color: #555;
}

.header-contact-wrap span.phone {
    padding-right: 18px;
    font-size: 0.9em;
    display: inline-block;
    background: url(../images/ph-icon.png) no-repeat 10px -1px;
    padding-left: 46px;
    letter-spacing: -.6px;
}

.header-contact-wrap .order-btn{
    display: inline-block;
    display: none;
}
.header-contact-wrap .order-btn a{
    border: 1px solid #faab6e;
    background: #faab6e;
    -webkit-border-radius: 4px 4px;
            border-radius: 4px 4px;
    color: #fff;
    padding: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.header-contact-wrap .order-btn a:hover{
    background: rgba(255,255,255,0);
    color: #faab6e;
}

.top-social{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.top-fb-btn{
    display: inline-block;
    margin-left: 10px;
    margin-top: -9px;
}

.top-fb-btn a.facebook-btn{
    border: 2px solid #4b4b4b;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    width: 42px;
}
.top-fb-btn a.facebook-btn:hover{
    background: #4b4b4b;
    color: #fff;
}

.top-insta-btn{
    display: inline-block;
}

.top-insta-btn .instagram-btn{
    display: inline-block;
    font-size: 48px;
    margin-left: 10px;
    margin-top: -12px;
}

.top-insta-btn .instagram-btn{
    display: inline-block;
}

/*.social-buttons .instagram-btn a{
    display: block;
    font-size: 42px;
}
*/
.header {
    position: relative;
    z-index: 1000;
}
.nav-wrapper {
    display: block;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(171, 204, 89, 1);
    opacity: 1;
    /*bottom: -55px !important;*/
    width: 100%;
    left: 0px;
    z-index: 999;
}
.menu-primary-menu-container > ul > li {
    float: left;
    position: relative;
}
.menu-primary-menu-container > ul > li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.78em;
    font-family: 'Nunito', sans-serif;
    /* padding-top: 20px; */
    /* padding-bottom: 15px; */
    padding: 14px 14px 15px;
    display: block;
}


/* Effect 4: bottom border enlarge */
.menu-primary-menu-container ul {
    list-style: none;
    padding: 0px 0 0 18px;
    margin: 0px;
}

.menu-primary-menu-container > ul > li > a {
    position: relative;
}

.menu-primary-menu-container > ul > li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.menu-primary-menu-container > ul > li > a:hover::after,
.menu-primary-menu-container > ul > li > a:focus::after,
.menu-primary-menu-container > ul > li.menu-item-has-children:hover  > a::after,
.menu-primary-menu-container > ul > li.menu-item-has-children:hover  > a::after
{
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.menu-primary-menu-container > ul > li.menu-item-has-children:hover > a::after {
    background: #959ca1;
}

.menu-primary-menu-container > ul > li.menu-item-has-children:hover > a::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 8px solid #959ca1;
    border-left: 8px rgba(0, 0, 0, 0) solid;
    border-right: 8px rgba(0, 0, 0, 0) solid;
    bottom: -8px;
    left: 0px;
    right: 0px;
    width: 8px;
    margin: 0px auto;
    z-index: 10;
}
.menu-primary-menu-container > ul > li ul {
    display: none;
}
.menu-primary-menu-container > ul > li:hover ul {
    display: flex;
    -webkit-animation-name: menufadeInUp;
    animation-name: menufadeInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu-primary-menu-container > ul > li.menu-item-has-children:hover > a {
    background: #fff;
    color: #959ca1!important;
}



.nav-wrapper .navbar-default {
    border: none;
    background: none;
    margin: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.78em;
    font-family: 'Nunito', sans-serif;
    /*padding-top: 20px;*/
    /*padding-bottom: 15px;*/
    padding: 20px 14px 15px;
    font-weight: 600;
}

ul.sub-menu {
    background: rgba(19, 30, 41, 0.8);
    list-style: none;
    padding: 20px 0px;
    position: absolute;
    left: 0px;
    top: 55px;
    width: 540px;
    display: flex;
    flex-flow: row wrap;
    z-index: 9;
}
ul.sub-menu:after {
    content: "";
    display: block;
    clear: both;
}

ul.sub-menu li {
    border-right: 1px solid #747b7d;
    padding: 0px 25px;
    width: 50%;
    display: grid;
}
ul.sub-menu li:nth-child(2n) {
    border-right: 0px;
}

.menu-primary-menu-container ul ul.sub-menu li a {
    padding: 0px 0px;
    color: #fc0 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 0.85em;
    text-transform: initial;
    font-weight: 500;
    border-bottom: 1px solid #747b7d;
    padding: 5px 0px;
    height: 100%;
        font-weight: 600;
}
ul.sub-menu li:last-child a , .no-border a{
    border-bottom: 0px !important;
}

.menu-primary-menu-container ul ul.sub-menu li a:hover, .menu-primary-menu-container ul ul.sub-menu li a:active, .menu-primary-menu-container ul ul.sub-menu li a:focus {
    color: #ffe293 !important;
}
ul.sub-menu li span {
    display: block !important;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 200;
}

/*....... Slider ........*/
.lyndoch-slider-wrap .slider-item-wrapper .slider-item{
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 0;
    display: table !important;
}
.lyndoch-slider-wrap .slider-text-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@-webkit-keyframes menufadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

@keyframes menufadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.lyndoch-slider-wrap .slider-text-wrapper h2 {
    color: #fff;
    font-size: 4.79em;
    font-weight: normal;
    font-family: 'MarydaleBold';
    text-shadow: -3px 1px 11px rgba(0, 0, 0, 0.75);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 12px;
    position: relative;
    letter-spacing: .5px;
    position: relative;
    top: 20px;
}
.lyndoch-slider-wrap .slick-current h2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin: 17px 2px;
}
.slider1{
    background-image: url("../images/slider.jpg");
}
.slider2{
    background-image: url("../images/slider.jpg");
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    background: url(../images/arrows.png) no-repeat;
    border: 0px;
    height: 60px;
    width: 35px;
    text-indent: -999px;
    overflow: hidden;
}
button.slick-next.slick-arrow {
    right: 50px;
    background-position: -35px 0px;

}
button.slick-prev.slick-arrow {
    left: 50px;
    background-position: 0px 0px;
}
/*........... About section......... */
.about-lyndoch-wrap {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 0.89em;
}

.about-lyndoch-wrap p {
    margin-bottom: 15px;
}
.about-lyndoch-wrap h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.23em;
}
.about-lyndoch.section {
    position: relative;
    padding: 26px 0 125px 0px;
}
.about-lyndoch.section:after {
    font-family: 'Nunito', sans-serif;
    content: "";
    height: 500px;
    max-width: 945px;
    border: 1px solid #a9d476;
    position: absolute;
    top: -145px;
    left: 0px;
    width: 100%;
    z-index: 99;
    border-top: 0px;
    border-bottom-left-radius: 700px;
    border-bottom-right-radius: 700px;
    margin: 0px auto;
    right: 0;
    z-index: -1;
}

.about-lyndoch-wrap .about-title{
    margin-top: 2px;
}

.service-lyndoch {
    margin-top: -110px;
    text-align: center;
}

.service-lyndoch .service-box-wrap {
    display: inline-block;
}

.service-box-wrap a{
    display: inline-block;
}
.service-lyndoch .service-box {
    display: table;
    width: 167px;
    margin: 0px 12px;
    position: relative;
    padding: 14px 20px;
    background: #fff;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    height: 167px;
    border: 8px solid #a9d476;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 16px;
    box-sizing: border-box;
}
.service-lyndoch .service-box:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #a9d476;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-lyndoch .service-box h3 {
    font-size: 1.1em;
    margin: 17px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 26px;
}
.service-lyndoch .service-box:hover{
    background: #a9d476;
}
.service-lyndoch .service-box:hover:before,
.service-lyndoch .agedcard .service-box:hover:before,
.service-lyndoch .living .service-box:hover:before
.service-lyndoch .emphasis .service-box:hover:before{
    border-color: #fff;
}
.service-lyndoch .service-box:hover h3{
    color: #fff;
}

.service-lyndoch .agedcare .service-box {
    border-color: #8bd3f5;
    color: #8bd3f5;
}

.service-lyndoch .living .service-box {
    border-color: #91b9d3;
    color: #91b9d3;
}
.service-lyndoch .agedcare .service-box:before{
    border-color: #8bd3f5;
}
.service-lyndoch .agedcare .service-box:hover{
    background: #8bd3f5;
}
.service-lyndoch .living .service-box:before{
 border-color: #91b9d3;
}
.service-lyndoch .living .service-box:hover{
    background: #91b9d3;
}

.service-lyndoch .emphasis .service-box {
    border-color: #faab6e;
    color: #faab6e;
}
.service-lyndoch .emphasis .service-box:before{
 border-color: #faab6e;
}
.service-lyndoch .emphasis .service-box:hover{
    background: #faab6e;
}
/*........... Testimonial......... */

.lyndoch-testimonial {
    display: block;
    padding: 0px;
    position: relative;
    overflow: hidden;

}
.lyndoch-testimonial .testimonial-slider-wrap .testimonial-item:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.testimonial-slider-wrap .testimonial-item {
    text-align: center;
    outline: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 0;
    padding: 77px 0 95px 0px;
    position: relative;
    overflow: hidden;
}
.testimonial-slider-wrap .testimonial-item blockquote {
    color: #333;
    max-width: 795px;
    margin: 0 auto;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    opacity: 1;
    font-style: italic;
    padding: 35px;
    font-size: 1em;
    font-weight: 100;
    position: relative;
    z-index: 9;
}
.testimonial-slider-wrap .testimonial-item blockquote h3{
    color: #8152b2;
    font-style: normal;
    margin-top: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-size: 2em;
}
.testimonial-author span{
    color: #333;
}

/*........... Blog......... */

.lyndoch-blog {
    background: #eee;
    position: relative;
}
.lyndoch-blog .row {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}
.lyndoch-blog-post {
    padding-top: 5px;
}

.lyndoch-blog .container-fluid:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0px;
    background: #fff;
    top: 0px;
    z-index: 1;
}
.lyndoch-blog .col-md-7 {
    padding-left: 10%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    display: table-cell;
    float: none;
    width: 57.5%;
    position: relative;
    z-index: 2;
}
.lyndoch-blog .col-md-5 {
    padding-right: 10.5%;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 50px;
    display: table-cell;
    float: none;
    width: 40%;
}
.lyndoch-post-wrap h3{
    color: #9fcf67;
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
}
.lyndoch-post-wrap p {
    font-size: 0.8em;
}

.lyndoch-post-wrap img{
    max-width: 100%;
    height: auto;
}
.read-more-link {
    text-align: right;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 0.8em;
}

.read-more-link a {
    color: #999999;
}
.read-more-link a:hover {
    color: #faab6e;
}
.post-date {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #999;
    margin-bottom: 10px;
    line-height: 22px;
}
.fb-post-item {
    margin-bottom: 20px;
}
.fb-post-wrap .fb-post-item i{
    float: left;
    margin-top: 5px;
    font-size: 1.11em;
    color: #999;
}
.fb-post-wrap .fb-post-item .fb-post-desc, .eff-panel .eff-panel-body {
    margin-left: 35px !important;
}
.fb-post-desc p, .eff-panel .eff-panel-body p {
    font-size: 0.8em !important;
}
.eff-panel .eff-panel-footer .eff-view {
    float: left;
    margin-top: 0px !important;
}
.eff-panel .eff-panel-footer {
    padding: 5px 0 5px !important;
}


/*............Footer.........*/
.lyndoch-footer {
    background: #8152b2;
    color: #fff;
    padding: 24px 0;
}
.lyndoch-footer .row {
    max-width: 810px;
    margin: 0px auto;
}

.lyndoch-footer .contact-details {
    margin-left: 65px;
    line-height: 21px;
    font-size: 0.8em;
}
.lyndoch-footer .contact-details span {
    display: block;
}
.footer-logo {
    margin-bottom: 15px;
}
.lyndoch-footer a {
    color: #fff;
}

ul.footer-nav{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.footer-nav {
    font-size: 0.8em;
}
ul.footer-nav li, ul.footer-social-icons {
    display: inline-block;

}
ul.footer-nav li a {
    padding: 0px 15px;
    border-right: 1px solid #fff;
    line-height: 14px;
    display: inline-block;
}
ul.footer-nav li:last-child a {
    border-right: 0px;
    padding-right: 0px;
}

ul.footer-social-icons {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
}

ul.footer-social-icons li{
    display: inline-block;
}

ul.footer-social-icons li:first-child a {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.footer-social-icons li:last-child a{
    border: none;
}

ul.footer-social-icons li:last-child a i{
    font-size: 42px;
}

/*ul.footer-social-icons li.insta a{
    border:2px solid rgba(255,255,255,0);
}

ul.footer-social-icons li.insta a i{
    font-size: 40px;
    position: absolute;
    top: 12px;
}*/


ul.footer-social-icons li a:hover {
    background: #fff;
    color: #8152b2;
}

ul.footer-social-icons li.insta a:hover {
    background: rgba(255,255,255,0);
    color: #fff;
}

.copyright small {
    font-size: 0.5em !important;
}

ul.footer-nav.last {
    margin-bottom: 25px;
}

.lyndoch-footer .contact-details span.address {
    margin-bottom: 5px;
}




/*age care page*/
.sidebar-form-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    color: #555;
    font-size: 1.2em;
}
.sidebar-form-wrapper .form-group {
    margin-bottom: 7px;
}
.sidebar-form-wrapper .checkbox,.sidebar-form-wrapper  .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 2px;
}
.sidebar-form-wrapper textarea.form-control {
    height: auto;
    height: 135px;
}
label, .sidebar-form-wrapper .gform_wrapper .top_label .gfield_label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-weight: normal;
    font-size: 0.7em;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
}

.checkbox label, .radio label {
    padding-left: 0px;
    color: #999999;
}
.form-control,
body .sidebar-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .sidebar-form-wrapper textarea {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 0.78em;
    line-height: 1.42857143;
    color: #555;
    background-color: #ececed;
    background-image: none;
    border: 1px solid #ececed;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body .sidebar-form-wrapper textarea {
    margin-bottom: 0px;
    height: auto;
    height: 135px !important;
}

.sidebar-form-wrapper .gform_wrapper {
    margin: 0px;
}
.sidebar-form-wrapper .gform_wrapper .gform_footer {
    padding-bottom: 0px;
    text-align: center;
}
.sidebar-form-wrapper .gform_wrapper .gform_footer .gform_button {
    font-weight: 600;
    padding: 7px 35px;
    margin:0px !important;
}
.sidebar-form-wrapper .gform_wrapper h3.gform_title {
    font-weight: 400;
    margin: 0px 0 6px;
}
.sidebar-form-wrapper .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 10px;
}
.sidebar-form-wrapper .gform_wrapper span.gform_description {
    margin-bottom: 0px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px;
}

label span {
    color: #ed1c24;
}
.form-control:focus {
    border-color: #cdcdcd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212, 212, 212, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(199, 199, 199, 0.6);
}
.btn, .sidebar-form-wrapper .gform_button {
    font-style: italic;
    font-size: .8em;
    font-weight: 600;
    padding: 7px 29px;
    border-radius: 6px;
}
.sidebar-form-wrapper .gform_button {
    border:0px;
}
.btn-default, .sidebar-form-wrapper .gform_button {
    color: #333;
    background-color: #ffcb08;
    border-color: #ffcb08;
}
.btn-default:hover,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.sidebar-form-wrapper .gform_button:hover,
.sidebar-form-wrapper .gform_button:active,
.sidebar-form-wrapper .gform_button.focus,
.sidebar-form-wrapper .gform_button:focus,
.sidebar-form-wrapper .gform_button:active:focus,
.sidebar-form-wrapper .gform_button:active:hover  {
    color: #333;
    background-color: #ffcb08;
    border-color: #ffcb08;
}
.inner-page-section {
    background: #f3f3f4;
    padding: 45px 0px 50px;
}

.sidebar-form-wrapper {
    padding: 40px 30px 30px 15px;
    background: #fff;
}

.tags-wrapper {
    padding:0px;
    margin:0px;
    list-style:none;
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.tags-wrapper li {
    display:inline-block;
    font-family: 'Roboto Slab', serif;
    font-style:italic;
    color:#959ca1;
}
ul.tags-wrapper li.active, ul.tags-wrapper li:hover {
    opacity: 0.6;
}
.tags-wrapper li a {
    color:#f9a25e;
}
.tags-wrapper li a:after {
    content: ",";
}
.tags-wrapper li:last-child a:after {
    display: none;
}
h2.sec-title {
    font-family: 'Nunito', sans-serif;
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 35px;
}
.residences-section {
    padding: 120px 0px 10px;
    position: relative;
}
.media-object {
    display: block;
    max-width: inherit;
    height: auto;
}
div.resi-lists {
    padding: 0px 10px 0px 20px;
    margin: 0px;
}

div.resi-lists div.media {
    margin: 0px;
    padding: 25px 0px;
    border-bottom: 1px solid #333;
}
div.resi-lists div.media:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.semi-circ {
    background: url(../images/residence-bg.png) no-repeat top center;
    display: inline-block;
    background-size: contain !important;
    color: #fff;
    padding: 20px 160px 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
}
.semi-circ h2 {
    margin: 0px;
    font-size: 1.75em;
}

.media-left, .media>.pull-left {
    padding-right: 35px;
}

.media-heading {
    font-size: 1.8em;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0px;
}
.btn.btn-nobg {
    padding: 0px;
    color: #f9a25e;
}
.btn.btn-nobg:hover,.btn.btn-nobg:active {
    box-shadow: none;
    text-decoration: underline;
}



/*age care subpage*/

.sub-age-care h2.sec-title {
    font-family: 'Nunito', sans-serif;
    font-size: 1.7em;
    margin-bottom: 25px;
    margin-top: 0px;
    line-height: 22px;
}
.room-opt h4 {
    color: #959ca1;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 25px;
}
.room-opt ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}
.subpage-gallery {
    margin-bottom: 30px;
}
.payment-detail {
    padding-left: 40px;
    margin-top: 63px;
    padding-right: 15px;
}
.payment-detail h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 25px;
}
.option strong {
    color: #7db2ce;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}
.option p {
    margin-bottom: 0px;
}
.option ul {
    list-style: none;
    padding-left: 0px;
}

.option ul li:before {
    content: "â€¢";
    font-size: 100%;
    padding-right: 5px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 10px;
}
table.table.custom-table tr th {
    width: 25%;
    background: #f3f3f4;
    color: #f9a25e;
    font-weight: normal;
    /*font-size: .8em;*/
    border-color: #fcfcfc;
    border-left: #fcfcfc 1px solid;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #231f20;
}
table.custom-table tr:nth-child(2) td, table.custom-table {
    border: 0px !important;
    font-size: 0.8em;
}
table.custom-table tr:nth-child(2) td {
    font-weight: 600;
    text-transform: uppercase;
}
.note {
    font-size: 0.8em;
    font-style: italic;
}


/*aboutus page */

.about-box-wrap {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 15px;
    position: relative;
    max-width: 275px;
    margin: 0px 5px;
    float: left;
    display: inline-block;
    width: 33.33%;
    border-radius: 5px;
}
.about-lyndoch {
    text-align: center;
}
.about-boxes {
    display: inline-block;
    position: relative;
    z-index: 999;
}
.about-box-wrap:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(171, 204, 89, 0.8);
    top: 0px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-box-wrap:hover:after {
    background: rgba(159, 214, 246, 0.8);

}
.about-box-wrap h3, .about-box-wrap .about-box {
    position: relative;
    z-index: 9;
}
.about-box-wrap h3 {
    color: #fff;
    font-size: 1.1em;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    min-height: 45px;
    margin-bottom: 15px;
    font-weight: normal;
}
.about-box-wrap .about-box {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
}
.about-box-wrap .about-box p {
    margin-bottom: 35px;
    margin-top: 20px;
}
.about-uspage.section {
    padding: 35px 0px 80px 0px;
}
.about-uspage .about-lyndoch-wrap .about-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.about-uspage .about-lyndoch-wrap {
    margin-bottom: 70px;
}
.about-uspage.section:after {
    height: 585px;
}


/*news page css*/
.news-lyndoch.section {
    padding: 45px 0px 0px 0px !important;
}
.newslists-wrapper {
    background: #ececed;
    padding: 55px 0px 25px;
}
.news-detail {
    padding: 15px 0px;
}
ul.newslists {
    padding: 0px 10px 0px 25px;
    list-style: none;
    margin-bottom: 0px;
}
ul.newslists li {
   margin-bottom: 25px;
   padding-left: 12px;
   padding-right: 12px;
}
.newslists-wrapper .pagination>li {
    display: inline-block;
}
.newslists-wrapper .pagination>li>a, .newslists-wrapper .pagination>li>span {
    color: #9fcf67;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    font-size: 1em;
    font-family: 'Roboto Slab', serif;
}
.navigation {
    font-size: 1em;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    margin: 40px 0;
}
.navigation a {
    color: #9fcf67;
    text-decoration: none;
    display: inline-block;
    margin: 0px 16px;
}
.navigation span.current {
    color: #333;
    display: inline-block;
    margin: 0px 16px;

}

.newslists-wrapper .pagination>li>a:hover,
.newslists-wrapper .pagination>li>a:active,
.newslists-wrapper .pagination>li>a:focus,
.newslists-wrapper .pagination>li.active >a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover  {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.newslists-wrapper .pagination {
    width: 100%;
    text-align: center;
}
.news-detail-block {
    background: #fff;
}
.news-detail-block .news-thumb-detail {
    padding: 15px 20px 7px;
}
.news-thumb-detail h3 {
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
    margin-top: 10px;
    margin-bottom: 0px;
}
.news-thumb-detail h3 a {
    color: #9fcf67;
}
.news-thumb-detail .date {
    font-size: .6em;
}
.news-thumb-detail .desp {
    font-size: 0.8em;
    min-height: 140px;
    margin-bottom: 5px;
}
.news-thumb {
    overflow: hidden;
}

.news-thumb a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-thumb a:hover > img {
    transform: scale(1.1);
}

.news-detail p {
    font-size: 0.8em;
}
.news-detail h2 {
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
    color: #f6a458;
}
.news-detail .subttl {
    margin-bottom: 20px;
    font-style: italic;
    color: #a1a5a7;
}



/*news detail page*/

.single-news-detail .small-container {
    max-width: 980px;
}
.post-ttl {
    padding: 0px 15px;
}
.post-ttl h1 {
    font-size: 3em;
    color: #9fcf67;
    /* font-size: 1em; */
    line-height: 1.05;
    margin-top: 40px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 25px;
}

.single-news-detail .row {
    display: table;
    width: 100%;
}
.single-news-detail .col-sm-8 {
    width: 78.5%;
    display: table-cell;
    float: none;
    /*vertical-align: middle;*/
}

.single-news-detail .col-sm-4 {
    width: 21.5%;
    display: table-cell;
    float: none;
    padding-left: 30px;
    vertical-align: middle;
}
.single-news-detail .newslists-wrapper {
    padding: 45px 0px 25px;
}
.pager li>a, .pager li>span {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #9fcf67;
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
}
.pager li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 1.3em;
    text-transform: lowercase;
}

.metadata, .metadata a {
    margin-bottom: 12px;
    font-size: .8em;
    color: #999999;
    text-transform: uppercase;
}
ul.socio {
   list-style: none;
   margin: 0px;
   padding: 0px;
   position: relative;
   left: -7px;
}
ul.socio li {
    display: inline-block;
    padding: 5px 15px;
    border-right: 1px solid #999;
}
ul.socio li i {
    position: relative;
    left: -5px;

}
ul.socio li a {
    color: #999999;
}
ul.socio li:last-child {
    border-right: 0px;
}
div#sidebar {
    vertical-align: top;
}
.widget {
    margin-bottom: 45px;
}
.widget .widget-title {
    text-transform: uppercase;
    font-size: 1em;
    color: #999;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
}
.widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.widget ul li {
    font-size: .9em;
}
.widget ul li a {
    color: #00aeef;
}
.widget ul li a:hover {
    color: #008ec3;
}
.single-news-thumbs {
    margin-bottom: 55px;
}

.news-desp, nav ul.pager {
    font-size: .8em;
    margin-bottom: 45px;
    max-width: 550px;
}
.single-news-detail .pager {
    margin: 20px 0 80px;
}

form.search-form input[type="search"] {
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
}
form.search-form input.search-submit {
    font-style: italic;
    font-size: .9em;
    font-weight: 600;
    padding: 6px 30px;
    border-radius: 3px;
    color: #333;
    background-color: #ffcb08;
    border: 0px;
}
form.search-form span.screen-reader-text {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #999;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 12px;
    display: block;
}

/*business services */

.our-menu {
    position: relative;
    background: #ececed;
}
.business-service-intro {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.business-service-intro:after {
    font-family: 'Nunito', sans-serif;
    content: "";
    height: 645px;
    max-width: 945px;
    border: 1px solid #a9d476;
    position: absolute;
    top: -145px;
    left: 0px;
    width: 100%;
    z-index: 99;
    border-top: 0px;
    border-bottom-left-radius: 700px;
    border-bottom-right-radius: 700px;
    margin: 0px auto;
    right: 0;
    background: #fff;
}
.business-services {
    max-width: 615px;
    text-align: center;
    margin: 0px auto;
    padding-top: 65px;
    margin-bottom: 105px;
    z-index: 999;
    position: relative;
}
.restaurant-logo {
    margin-bottom: 10px;
}

.restaurant-desp p {
    margin-bottom:5px;
    line-height: 25px;
}
.restaurant-desp strong {
    /*margin-bottom: 10px;*/
    display: inline-block;
}

.item-lists {
    padding: 150px 0px 125px;
}

.item-lists ul{
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
}

.item-lists ul li{
    list-style: none;
    position: relative;
}
.item-ttl {
    position: relative;
    border-bottom: 1px dotted #747474;
    padding-bottom: 10px;
}
.item-ttl h2 {
    margin: 2px 0px 0px 0px;
    font-size: 1.3em;
    padding-right: 50px;
}

.item-ttl .item-price {
    position: absolute;
    top: 0px;
    font-size: 1.3em;
    right: 0px
}

.sgl-menu-item .media-body h5  {
    font-weight: 600;
}

.sgl-menu-item {
    margin-bottom: 55px;
}

.dietry-info-wrap h3{
    font-size: 1em;
    font-weight: 600;
}

.btn-cart,
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active,
.btn-cart:active:hover {
    background-color: #f9a25e;
    border-color: #f9a25e;
    color: #fff;
    font-style: inherit;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 30px;
    font-size: 1.2em;
}

.order-panel .panel-body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.order-panel .panel-body ul li {
    padding: 15px 0px 25px;
    border-bottom: 1px dotted #747474;
}

.order-panel.panel-default>.panel-heading {
    color: #fff;
    background-color: #959ca1;
    border-color: #959ca1;
    text-align: center;
    padding: 22px 0px;
    border-radius: 0px;
}

.order-panel.panel-default>.panel-heading .panel-title {
    font-size: 24px;
    font-weight: 600;
}
.cart-item {
    /*display: table;*/
    width: 100%;
}
.order-panel .cart-item {
     display: table;
    width: 100%;
}

.cart-ends {
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
    margin: 12px 0px;
}

.cart-grandtotal {
    text-align: right;
    border-top: 1px dotted #a5a5a5;
    border-bottom: 1px dotted #a5a5a5;
    padding: 10px 0px;
}


.order-panel .cart-item .left-cart {
    display: table-cell;
    width: 65%;
}
.order-panel .cart-item .right-cart {
    display: table-cell;
    width: 35%;
}
.cart-item:after {
    clear: both;
    content: '';
    display: block;
}
/*.cart-item .item-name {
   font-size: 1.4em;
   display: inline-block;
   font-weight: 500;
}*/
.cart-item .shopp-price {
    float: none;
    margin-bottom: 0px;
    display: block;
    text-align: right;
}
.cart-item .btn-remove {
    float: right;
    margin-top: 10px;
}
.cart-item .quanity {
    display: inline-block;
    margin-left: 15px;
}

.cart-item .item-action {
    vertical-align: top;
    display: table-cell;
    width: 40%;
    text-align: right;
}
.cart-item .item-action .price {
    display: block;
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: 500;
}
.delivery-wrapper .item-home span {
    float: right;
}
.delivery-wrapper {
    text-align: right;
}
.delivery-wrapper .item-home {
    text-align: left;
}
.cart-grandtotal span {
    float: right;
}
.cart-grandtotal {
    text-align: right;
}
.cart-grandtotal .grandtotal {
    float: left;
}
.order-panel {
    border-radius: 0px;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
}


.btn-remove,
.btn-remove:hover,
.btn-remove:focus,
.btn-remove:active,
.btn-remove:active:hover {
    background: #231f20;
    color: #fff;
    font-style: initial;
    font-size: 0.8em;
    padding: 2px 10px;
    border-radius: 0px;
}

.btn-submit,
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit:active:hover {
    background-color: #d43f3a;
    border: #d43f3a;
    color: #fff;
    font-style: initial;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    padding: 3px 27px;
}
.delivery-info {
    font-style: italic;
    font-weight: 200;
    display: block;

}
.delivery-info.text-right {
    margin-bottom: 20px;
}
.added-item .delivery-info {
    margin-top: 10px;
}

.order-panel .panel-body ul li:last-child {
    /*border-bottom: 0px; */
    margin-bottom: 20px;

}

.order-panel {
    border-radius: 0px;
    border:0px;
}

.menu-item .media-left {
    padding-right: 25px;
}

.menu-item .media-body h5 {
    font-weight: 600;
    margin: 0px;
    margin-bottom: 1px;
}

.menu-item .media-body p {
    margin: 0 0 20px;
}

.total.item-name, .total-amount {
    /*font-size: 1.4em;*/
    /*font-weight: 500;*/
}

.submit-btn-wrapper {
    margin-bottom: 25px;
}

ul.socio li a {
    color: #999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 60px;
    padding-top: 5px;
}

/*stylled radio and checkbox css for gravity form*/
.page-template-checkout .gform_page.first-section {
    margin-top: -55px ;
}

body.page-template-checkout  .gform_wrapper form {
    overflow: visible !important;
}

body.page-template-checkout  .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
    float: left;
    width: 100%;
}

body.page-template-checkout .gform_wrapper ul li.gfield.user-checkbox{
    margin-top: 0;
}

body.page-template-checkout  .gform_wrapper ul li.gfield.user-checkbox ul.gfield_checkbox li {
    padding-left: 0 !important;
}

body.page-template-checkout  .gform_wrapper ul li.gfield.user-checkbox ul.gfield_checkbox li label{
    float: left;
    font-size: 18px !important;
    font-weight: bold;
    font-style: italic;
    padding-right: 50px !important;
}

/*body.page-template-checkout .gform_wrapper ul li.gfield:first-child {
    margin-top: 0px;
}*/
body.page-template-checkout .gform_wrapper ul li.gfield:first-child {
    margin-top: 18px;
}
body.page-template-checkout .semi-circ{
    padding:20px 160px 75px;
}
body.page-template-checkout  .gform_wrapper ul li.gfield.hint {
    margin-bottom: 14px;
}

.page-template-checkout .gfield_radio label {
  width: 100% !important;
  padding: 20px 0px !important;
}

.page-template-checkout .gform_wrapper {
    margin: 0 0 16px;
    max-width: 100%;
}

.page-template-checkout .gform_wrapper .gform_body {
    width: 100% !important;
}

.page-template-checkout .gform_page {
    /*width: 90%;*/
    margin: 0px auto;
}

.page-template-checkout .g-panel > label.gfield_label {
    background: #959ca1;
    display: block !important;
    width: 100%;
    max-width: 100% !important;
    padding: 11.5px 0px;
    text-align: center;
    color: #fff;
    font-size: 23px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.page-template-checkout .g-panel {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 29px;
}
.page-template-checkout .gform_wrapper ul.gfield_radio li:after {
    border-bottom: 1px dotted #595959;
    width: 100% ;
    content: "" !important;
    display: block !important;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 450px !important
}
.page-template-checkout .gform_wrapper ul.gfield_radio li:last-child:after {
    display: none !important;
}
.page-template-checkout .gform_wrapper .gfield_checkbox li label,
.page-template-checkout .gform_wrapper .gfield_radio li label {
    max-width: 100% !important;
    font-size: 24px !important;
}
.page-template-checkout .gform_wrapper .gfield_radio li label {
    margin: 0px 0px !important;
    padding: 4px !important;
}
body.page-template-checkout .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body.page-template-checkout .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0px !important;
    margin-bottom: 0;
}


.page-template-checkout .gform_wrapper .top_label li ul.gfield_radio {
    width: 100% !important;
    margin: 0px !important;
    padding: 23px 58px !important;
}
body.page-template-checkout  .gform_wrapper ul.gfield_checkbox li,
body.page-template-checkout  .gform_wrapper ul.gfield_radio li {
    padding: 4px 10px !important;
}

body.page-template-checkout .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea.small, .gform_wrapper select.gfield_select {
    padding: 10px 14px;
    border-radius: 10px;
    line-height: 1.95;
    border: 0px;
    margin-bottom: 5px;
}
.page-template-checkout .gform_wrapper select {
    height: 55px;
    padding: 10px 15px !important;
    background: #fff url(../images/select-arrow.png) 100% 3px no-repeat;
    padding-right: 35px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.page-template-checkout .gform_wrapper select::-ms-expand {
    display: none;
}
.page-template-checkout .order-date .ginput_container_date,
.page-template-checkout .order-time .ginput_container_select {
    position: relative;
}
.page-template-checkout .order-date .ginput_container_date:after, .page-template-checkout .order-time .ginput_container_select:after {
    height: 55px;
    width: 65px;
    background: #fff;
    content: "";
    display: inline-block;
    border-radius: 11px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.page-template-checkout .order-date .ginput_container_date:after,
.page-template-checkout .order-time .ginput_container_select:after {

}


.page-template-checkout .gform_wrapper input.datepicker, .gform_wrapper select.gfield_select {
    width: calc(100% - 66px) !important;
}

.page-template-checkout .gform_wrapper .gform_page_footer .button.gform_next_button,
.page-template-checkout .gform_wrapper .gform_page_footer .button.gform_previous_button {
    background: #d9534f url(../images/rt-arrow.png) no-repeat 90% 50%;
    padding: 6.5px 35px 6.5px 18px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 0px;
}
.page-template-checkout .gform_wrapper .gform_page_footer .button.gform_next_button {
    float: right;
    margin-right: 0px;
}
.page-template-checkout .gform_wrapper .gform_page_footer .button.gform_previous_button {
    background: #231f20 url(../images/lf-arrow.png) no-repeat 12% 50%;
    padding: 6.5px 18px 6.5px 35px;
}

.page-template-checkout .gform_wrapper .ginput_card_expiration {
    padding: 15px 14px !important;
    border-radius: 10px;
    line-height: 1.5 !important;
    border: 0px;
}

.page-template-checkout input[type="submit"].gform_button {
    background: #d9534f url(../images/rt-arrow.png) no-repeat 93% 50%;
    float: right;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    padding: 10px 20px !important;
    border: 0px;
    color: #fff;
    padding-right: 35px !important;
}

body.page-template-checkout  .gform_wrapper input[type=text]:hover,
body.page-template-checkout  .gform_wrapper input[type=email]:hover,
body.page-template-checkout  .gform_wrapper input[type=tel]:hover,
body.page-template-checkout  .gform_wrapper input[type=url]:hover,
body.page-template-checkout  .gform_wrapper textarea:hover {
    border: 0px;
}

body.page-template-checkout  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    outline: none !important;
}

.page-template-checkout .gform_wrapper .top_label .gfield_label {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
.page-template-checkout .gform_wrapper ul.gform_fields li.unitnumber {
    margin-right: 1%;
}
.page-template-checkout .gform_wrapper ul.gform_fields li.unitnumber, .page-template-checkout .gform_wrapper ul.gform_fields li.streetnumber {
    width: 49.5%;
    float: left;
    clear: none;
}

.page-template-checkout .gform_wrapper ul.gform_fields li.suburb,
.page-template-checkout .gform_wrapper ul.gform_fields li.post-code {
    float: left;
    clear: none;
}
.page-template-checkout .gform_wrapper ul.gform_fields li.suburb {
    width: 63%;
    margin-right: 1%;
}
.page-template-checkout .gform_wrapper ul.gform_fields li.post-code {
    width: 35%;
}

.page-template-checkout .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .page-template-checkout .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
 font-weight: normal !important;
}

body.page-template-checkout  .gform_wrapper ul li.gfield.user-checkbox ul.gfield_checkbox input[type=checkbox]:checked+label{
    font-weight: bold !important;
}
.page-template-checkout .gform_wrapper .no-label .gfield_label {
    display: none !important;
}

.page-template-checkout .gform_wrapper .gform_heading,
.page-template-checkout .gform_wrapper span.gform_description {
    margin-bottom: 0px;
}
.hints {
    text-transform: capitalize;
    font-style: italic;
}

.page-template-checkout .gform_page_footer:after {
    content: "";
    display: block;
    clear: both;
}
.page-template-checkout .gform_wrapper .gform_page_footer {
    border-top: 0px !important;
    padding: 104px 0 0 !important;
    width: 100%;
}
.page-template-checkout .gform_wrapper .gform_page.second-section .gform_page_footer {
    padding: 40px 0 0 !important;
}
.page-template-checkout .btn-asap, .btn-asap:hover, .btn-asap:focus {
    background: #d9534f url(../images/rt-arrow.png) no-repeat 97% 50%;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin: 30px 0px;
    padding: 8px 10px;
}

.page-template-checkout .gform_card_icon_container {
    display: none;
}
.page-template-checkout .ginput_container_creditcard .ginput_full label {
    font-size: 22px !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px !important;
}

.sidebar-form-wrapper .gform_wrapper.gf_browser_chrome .gform_body {
    width: calc(100% + 0px) !important;
}

.sidebar-form-wrapper .gform_wrapper form {
    overflow-x: visible;
}

/*styling for single default page*/

div#primary {
    padding: 80px 0px;
    background: #ececed;
}

.shopp-price,.cart-total {
    display: block;
    /*font-weight: 500;*/
    margin-bottom: 15px;1821
}

.page-template-checkout .gform_page.second-section .gform_page_fields {
    /*padding-left: 30px;*/
    max-width: 470px;
    margin: 0px;
}

.page-template-checkout .gform_page input.datepicker {
    background: #fff url(../images/select-arrow.png) 100% 3px no-repeat;
    padding-right: 35px !important;
}

body .gform_wrapper .second-section .top_label div.ginput_container {
    margin-top: 5px;
}





/*for the stylist checkbox and radio buttons*/



.page-template-checkout .checkbox label:after,
.page-template-checkout .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.page-template-checkout .checkbox .cr,
.page-template-checkout .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    top: 4px;
    color: #555;
}

.page-template-checkout .radio .cr,
.page-template-checkout .checkbox .cr {
    border-radius: 50%;
}

.page-template-checkout .checkbox .cr .cr-icon,
.page-template-checkout .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.page-template-checkout .radio .cr .cr-icon ,
.page-template-checkout .checkbox .cr .cr-icon {
    margin-left: 0.04em;
}

.page-template-checkout .checkbox label input[type="checkbox"],
.page-template-checkout .radio label input[type="radio"] {
    display: none;
}

.page-template-checkout .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.page-template-checkout .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.page-template-checkout .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.page-template-checkout .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.page-template-checkout .checkbox label input[type="checkbox"]:disabled + .cr,
.page-template-checkout .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}



/* hide input */
.page-template-checkout input[type='radio']:empty {
    margin-left: -999px !important;
}

.page-template-checkout input[type='checkbox']:empty {
    margin-left: -999px !important;
}


/* style label */
.page-template-checkout input[type='radio']:empty ~ label ,
.page-template-checkout input[type='checkbox']:empty ~ label{
    position: relative;
    float: left;
    line-height: 2.4em;
    /* text-indent: 3.25em; */
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
    padding-right: 75px !important;
}

.page-template-checkout input[type='checkbox']:empty ~ label{
    margin-top: 0;
}

.page-template-checkout input[type='radio']:empty ~ label:before ,
.page-template-checkout input[type='checkbox']:empty ~ label:before {
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    content: '';
    width: 60px;
    background: #ffffff;
    border-radius: 3px 0 0 3px;
    border-radius: 50%;
    border: 1px solid #9fcf67;
    height: 60px;
    right: 0px;
}

.page-template-checkout input[type='checkbox']:empty ~ label:before{
    height: 40px;
    top: 1px;
    width: 40px;
}

/* toggle hover */
.page-template-checkout input[type='radio']:hover:not(:checked) ~ label:before ,
.page-template-checkout input[type='checkbox']:hover:not(:checked) ~ label:before ,{
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #C2C2C2;
    font-size: 32px;
    text-align: center;
    padding: 0px 0px;
}

.page-template-checkout input[type='radio']:hover:not(:checked) ~ label ,
.page-template-checkout input[type='checkbox']:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
.page-template-checkout input[type='radio']:checked ~ label:before ,
.page-template-checkout input[type='checkbox']:checked ~ label:before {
    color: #9fcf67;
    font-size: 32px;
    text-align: center;
    display: inline-block;
    content: "\f00c";
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 0px;

}

.page-template-checkout input[type='checkbox']:checked ~ label:before {
    font-size: 20px;

}

.page-template-checkout input[type='radio']:checked ~ label
/*.page-template-checkout input[type='checkbox']:checked ~ label */{
    color: #777;
}

/* radio focus */
.page-template-checkout input[type='radio']:focus ~ label:before ,
.page-template-checkout input[type='checkbox']:focus ~ label:before {
   box-shadow: 0 0 15px rgba(159, 207, 103, 0.24);
}

.page-template-checkout ul.gfield_radio li {
    overflow: hidden !important;
}

.page-template-checkout ul.gfield_radio li input {
    margin-left: 99999px;
}

#wrap ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.cart-item,.cart-total{
    border-bottom: 1px dotted #747474;
    padding: 15px 0 25px;
}

div.comments-area {
    display: none;
}

.newslists-wrapper.single-page-desp {
    background: #fff;
    padding: 45px 0px 55px;
}
.news-detail.single-page-title {
    background: #f5f5f5;
}

h2.page-title {
    margin-bottom: 30px;
}

.single-page-desp .single-news-thumbs {
    margin-bottom: 0px;
}


.sidebar-form-wrapper .gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}

.sidebar-form-wrapper .gform_wrapper ul.gform_fields li.gfield input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.sidebar-form-wrapper .gform_wrapper ul.gform_fields li.gfield input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 14px;
  width: 14px;
  background: white;
  border: 1px solid gray;
  box-shadow: inset 0px 0px 0px 2px white;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  -o-box-shadow: inset 0px 0px 0px 2px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 16px;
}

.sidebar-form-wrapper .gform_wrapper ul.gform_fields li.gfield input[type="radio"]:checked + label:before {
  background: #ef8700;
}

li.no-visible {
    display: none;
}

.page-template-checkout .gform_wrapper .fourth-section .gform_page_footer .button.gform_previous_button {
    /* display: none; */
}
.page-template-checkout .gform_wrapper .fourth-section .gform_page_footer {
    padding: 50px 0 0 !important;
}

.page-template-checkout .gform_wrapper div.fourth-section {
    max-width: 600px;
    margin: 0px !important;
}

.page-template-checkout .gform_wrapper div.fourth-section .gform_page_fields {
    max-width: 445px;
}
.page-template-checkout .gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 15px 0px !important;
    border-top: 4px solid #790000;
    border-bottom: 4px solid #790000;
    background-color: #ececed;
    width: calc(100% - 16px);
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    width: 43% !important;
    margin-left: 7px;
}
.page-template-checkout .gform_wrapper.gf_browser_chrome .ginput_complex select {
    margin-top: 0px;
}



/*CSS FOR PARALLAX BACKGROUND*/

*[class^="prlx"] {
  position: absolute;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: -1;
  background-size: cover !important;
}

section.error-404 {
    margin: 50px -15px;
}

section.error-404 .page-header, section.error-404 .page-header h1 {
    margin-top: 0px;
}

.widget_archive h2 {
    margin-top: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #abcb59;
}
.navbar-default .navbar-toggle {
    border: #9eb95a 1px solid;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #9abd40;
}

/*
-----------------------------
||checkbox||
-----------------------------
*/

.discount-checkbox{
    display: table;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.discount-checkbox ul {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50px;
    float: left;
    border: 1px solid #9fcf67;
    display: table-cell;
    vertical-align: middle;;
}

.discount-checkbox ul li{
    border-bottom: none !important;
    height: 40px;
    margin-top: -2px;
    padding: 0 !important;
    width: 39px;
}
.discount-checkbox ul label {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.discount-checkbox ul label:after {
    content: "\f00c";
    color: #9fcf67;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 40px;
    opacity: 0;
    padding: 0px 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    text-rendering: auto;
    width: 100%;
}

.discount-checkbox ul label:hover::after {
    opacity: 0.3;
}

.discount-checkbox ul input[type=checkbox] {
    visibility: hidden;
}

.discount-checkbox ul input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.discount-checkbox p{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px !important;
    font-weight: bold;
    font-style: italic;
    padding-left: 10px;
}

.order-note{
    background: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.order-note h4{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}

.order-note p{
    font-size: 15px;
    margin-bottom: 5px;
}

.order-note p:last-of-type{
    margin-bottom: 0;
}

/*............Media Queries.........*/

@media only screen and (min-width: 641px) {

   .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0px !important;
        margin-top: 20px;
    }
    .sidebar-form-wrapper .gform_wrapper ul.gform_fields li.gfield {
        margin-top: 10px;
    }
    /*.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
        width: 100% !important;
        margin: 0px;
        padding: 33px 50px;
        }*/
    .gform_wrapper .gfield_checkbox li,
    .gform_wrapper .gfield_radio li {
        margin: 0 0 0px !important;
    }
}

@media (min-width: 992px) {
    .inner-page-section .col-md-8 {
        padding-right: 50px;
        padding-left: 100px;
    }
    .inner-page-section .col-md-4 {
        padding-left: 48px;
    }
    .item-lists .row .col-sm-8 {
        width: 65%;
    }
    .item-lists .row .col-sm-4 {
        width: 35%;
        padding-left: 45px;
    }
    .item-lists .row {
        padding-left: 65px;
    }
    .page-template-checkout .item-lists .row {
        padding-left: 36px;
    }
   .page-template-checkout .item-lists .row .col-sm-4 {
        width: 33.6%;
        padding-left: 39px;
    }
    .page-template-checkout .item-lists .row .col-sm-8 {
        width: 66.3%;
    }
}

@media (min-width: 1240px) {
    .container {
       max-width: 1235px;
       width: 100%;
    }
       .small-container {
        padding: 0px 60px;
    }
    .middle-container {
        padding: 0px 35px;
    }
    .news-detail .middle-container {
        padding-left: 50px;
        padding-right: 70px;
    }
}


@media only screen and (max-width: 1366px){
    .lyndoch-blog .col-md-7 {
        padding-left: 10%;
        background: #fff;
        padding-top: 50px;
    }
    .lyndoch-blog .col-md-5 {
        padding-right: 10%;
        padding-left: 51px;
        padding-top: 50px;
    }
}


@media only screen and (max-width: 1200px){
    .navbar-default .navbar-nav>li>a {
        padding: 20px 9px 15px;
        font-size: 0.7em;
    }
    *[class^="prlx"] {
        background-size: cover !important;
        background-position: center top !important;
    }
    .section-heading {
        left: 57%;
    }
}
@media only screen and (max-width: 992px){
    .logo{
        padding-left: 0;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 20px 10px 15px;
        font-size: 0.7em;
    }
    .service-lyndoch .service-box {
        width: 160px;
        height: 160px;
    }
    .about-lyndoch.section:after {
        top: -180px;
    }
    .top-header .text-right.pull-right {
        padding-right: 15px;
    }
    .header-contact-wrap {
        padding-right: 0px;
    }
    .testimonial-slider-wrap .slick-track {
        background: #fff;
    }
   .testimonial-slider-wrap .testimonial-item blockquote {
        width: 90%;
        margin: 0px auto;
    }
    .testimonial-slider-wrap .slick-list {
        /*border-radius: 20px !important;*/
    }
    .testimonial-slider-wrap button.slick-next.slick-arrow {
        right: -35px;
    }
    .testimonial-slider-wrap button.slick-prev.slick-arrow {
        left: -35px;
    }
    .single-news-detail .col-sm-8 {
        width: 66%;
    }
    .single-news-detail .col-sm-4 {
        width: 34%;
    }
    .about-box-wrap {
        width: 31%;
    }
}


@media only screen and (max-width: 767px){
    .nav-menu span.dropdown{
        padding: 9px 15px;
    }

    ul.sub-menu li{
        border-right: none;
        display: block;
        padding: 5px 20px;
        width: 100%;
    }

    .logo{
        text-align: center;
    }

    .logo img{
        height: 46px;
        max-width: 100%;
    }

    .header-contact-wrap{
        -webkit-justify-content: center;
                justify-content: center;
        text-align: center;
    }
    .lyndoch-slider-wrap .slider-item-wrapper .slider-item {
        height: 350px;
    }

    .about-lyndoch.section:after {
        display: none;
    }

    .lyndoch-blog .col-md-5 {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 50px;
        width: 50%;
    }
    .lyndoch-blog .col-md-7 {
        padding-left: 15px;
        background: #fff;
        padding-top: 50px;
        width: 50%;
    }
    .post-ttl h1 {
        font-size: 2.7em;
    }
    .navbar-nav>li {
        float: none !important;
        width: 100% !important;
    }
    .nav-wrapper {
        background: none repeat scroll 0% 0% rgba(171, 204, 89, 1);
    }
    .navbar-nav>li>a {
        padding: 12px 10px 12px !important;
        border-bottom: 1px solid #9abd40;
        box-shadow: inset 0px -1px 0px #b8ce6f;
    }
    .section-heading {
        left: 50% !important;
        top: -130px;
        transform: translateX(-50%);
    }

    .top-social{
        display: none;
    }

    .header-logo .col-xs-12{
        width: 50%;
    }

    .header-contact-wrap{
        margin: 0;
    }

    .header-contact-wrap span.phone {
        padding-right: 0px;
        background: url(../images/ph-icon.png) no-repeat 10px 6px;
        line-height: 46px;
    }

    .lyndoch-slider-wrap .slider-text-wrapper h2{
        font-size: 4.25rem;
        padding: 0 30px;
    }

    button.slick-prev.slick-arrow{
        left: 5px;
    }

    button.slick-next.slick-arrow{
        right: 5px;
    }
}

@media only screen and (max-width: 720px){
    .service-lyndoch .service-box {
        margin: 0px 0px;
    }
    .about-lyndoch-wrap {
        max-width: 80%;
    }
    .testimonial-slider-wrap button.slick-next.slick-arrow {
        right: -30px;
    }
    .testimonial-slider-wrap button.slick-prev.slick-arrow {
        left: -30px;
    }
    .post-ttl h1 {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 641px){
    .top-fb-btn {
        margin-top: 0px;
    }

    .top-insta-btn .instagram-btn{
        margin-top: -2px;
    }
    .service-lyndoch {
        width: 100%;
        max-width:340px;
        margin:auto;
    }
    .service-lyndoch .service-box-wrap {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }
    .lyndoch-blog .row {
        display: block;
    }
    .lyndoch-blog .col-md-7 , .lyndoch-blog .col-md-5 {
        width: 100%;
        display: block !important;
    }
    .lyndoch-blog .container-fluid:after {
        display: none;
    }
    .lyndoch-blog-post .col-md-6 {
        width: 50%;
        float: left;
    }
    .lyndoch-blog-post:after {
        content: "";
        display: block;
        clear: both;
    }
    .header-logo .col-xs-7 {
        width: 52%;
    }

    .header-logo .col-xs-5 {
        width: 48%;
    }
    /*.header-contact-wrap {
        line-height: 45px;
    }*/
    /*.header-contact-wrap span.phone {
        background-position: 0px 10px !important;
    }*/
    .single-news-detail .col-sm-8, .single-news-detail .col-sm-4, .single-news-detail .row {
        width: 100%;
        display: block;
        padding-left: 15px;

    }
    .post-ttl h1 {
        font-size: 2em;
    }
    .about-box-wrap {
        max-width: 420px;
        margin: 0px 5px 20px;
        float: none;
        width: 100%;
    }
    .business-service-intro:after {
        top: -0px;
    }
    .semi-circ {
        padding: 20px 100px 30px;
    }

    .resi-lists .media-body, .resi-lists .media-left, .resi-lists .media-right
    .resi-lists .media {
        display: block;
    }
    .resi-lists .media-left {
        margin-bottom: 20px;
        padding: 0px;
    }
    .semi-circ h2 {
        margin: 0px;
        font-size: 1.7em;
    }
    .semi-circ {
        padding: 10px 20px 25px;
    }
    body.page-template-checkout .semi-circ {
        padding: 20px 160px 50px;
    }
    .section-heading {
        top: -144px;
    }

    .footer-left.pull-left, .footer-right.pull-right {
        float: none !important;
        width: 100%;
        text-align: center !important;
    }

    ul.footer-social-icons{
        -webkit-justify-content: center;
                justify-content: center;
        margin: 20px 0;
        text-align: center;
    }
    .lyndoch-footer .contact-details {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 540px){
    .sgl-menu-item .media-body,
    .sgl-menu-item .media-left,
    .sgl-menu-item .media-right {
        display: block;
        vertical-align: top;
        width: 100%;
    }
    .about-lyndoch.section:after {
        display: none;
    }
    .subpage-gallery .right-column ul li{
        width:100%;
    }

}
@media only screen and (max-width: 479px){
    .lyndoch-blog-post .col-md-6 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .header-logo .col-xs-7, .header-logo .col-xs-5{
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .header-contact-wrap {
        text-align: center;
        display: block;
    }

    /*.header-contact-wrap .order-btn{
        display: block;
    }*/

    .top-fb-btn {
        margin-left: 0;
    }

    .top-social{
        margin-top: 5px;
    }

    .top-insta-btn .instagram-btn {
        margin-top: -3px;
    }

    /*.header-logo {
        padding: 0px 0px 25px;
    }*/

    .header-logo .col-xs-5 {
        background:rgba(161, 164, 167, 0.27);
        margin-bottom: 25px;
    }
    .testimonial-slider-wrap.slick-initialized.slick-slider {
        /*width: 75%;*/
    }
}

@media screen and (max-width:420px){
    .service-lyndoch .service-box-wrap{
        width: 100%;
    }

    .service-lyndoch {
        text-align: center;
    }

    .service-lyndoch .service-box-wrap {
        float: none;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
        width: 50%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
    .cart-total{
        display:none;
    }


    .modal-body img{
        height:auto;
        width:100%;
    }
    .modal-dialog {
        margin: 50px auto;
        width: 700px;
    }

    .subpage-gallery {
        margin-left: -5px;
        width: 100%;
    }
    .subpage-gallery .left-column {
        width: 66%;
        padding: 0px 10px;
        float: left;
    }
    .subpage-gallery .right-column {
        width: 34%;
        padding: 0px 10px;
        float: left;
        box-sizing: border-box;
    }
    .subpage-gallery .left-column ul , .subpage-gallery .right-column ul {
        padding: 0px;
        list-style: none;
    }
    .right-column ul li {
        height: 125px;
        background-size: cover;
        background-position: center !important;
        width: 188px;
        margin-bottom: 20px;
    }

    .eff-panel .eff-panel-body p{
        max-height: 134px !important;
        text-align: justify;
    }
    #carousel-example-generic .carousel-inner{
        max-height: 500px !important;
    }

    .subpage-gallery li { cursor: pointer; cursor: hand; }



@media (max-width: 991px) {

    .menu-primary-menu-container ul{
        padding: 0;
    }

    .menu-primary-menu-container > ul > li{
        overflow: hidden;
    }

    ul.sub-menu {
        display: none !important;
        padding-top: 7px;
        position: relative;
        top: 0;
        width: 100%;
    }

    ul.sub-menu.open{
        display: flex !important;
    }

    .nav-menu span.dropdown{
        background: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        cursor: pointer;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav-menu span.dropdown i{
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-menu span.dropdown.open i{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.side-nav.nav-pills li a{
    border-radius: 0;
    background-color: #eee;
    color: #444;
    font-size: 16px;
    margin-bottom: 2px;
    text-transform: uppercase;
    padding: 12px 18px !important;
    line-height: 26px !important;
}
.side-nav.nav-pills li{
    float: none;
}
.side-nav.nav-pills>li.active>a{
    background-color: #9abd40;
    color: #fff;
}
.single-page-desp h2.page-title {
    margin-top: 0;
}
.vacancy-inner-block {
    padding: 20px 25px;
}
.vacancy-title.apply-title {
    border: 1px solid #eee;
    border-top: 0;
    margin-bottom: 40px;
}
.vacancy-wrap {
    transition: all 0.5s ease 0s;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.vacancy-wrap:hover {
     box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
}
.vacancy-title h2 {
    margin: 0;
    font-size: 23px;
    padding: 20px;
    background: #f5f5f5;
    border-top: 3px solid #9abd40;
}
.job-title em {
    font-style: normal;
    font-weight: bold;
    color: #444;
    padding: 3px 8px;
    margin-right: 20px;
    width: 115px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    line-height: 23px;
}
.job-title {
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
}
.vacancy-details {
    margin-top: 30px;
}

div#login {
    width: 500px;
}

#login form {
    margin: auto;
    padding: 55px 40px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}
#login form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 10px;
    background: #e74c3c;
    -webkit-box-shadow: 100px 0 0 #e67e22, 200px 0 0 #f1c40f, 300px 0 0 #1abc9c;
    -moz-box-shadow: 100px 0 0 #e67e22, 200px 0 0 #f1c40f, 300px 0 0 #1abc9c;
    box-shadow: 127px 0 0 #e67e22, 247px 0 0 #f1c40f, 368px 0 0 #1abc9c;
}

#login form span {
    background-color: #9abd40;
    border-radius: 3px 0px 0px 3px;
    color: #fff;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}

#login form input[type="text"] {
    background-color: #f5f5f5;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 88%;
    height: 50px;
    border: none;
    font-size: 16px;
}

#login form input[type="password"] {
    background-color: #f5f5f5;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 88%;
    height: 50px;
    border: none;
    font-size: 16px;
}

#login form input[type="submit"] {
    background: #9abd40;
    border: 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%;
    padding: 12px;
    font-size: 16px;
}
#login form input[type="submit"]:hover {
  opacity:0.7;
}
div#login h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
    background-color: #959ca1;
    padding: 17px 0;
}
.link-wrap {
    border-bottom: thin dotted #999;
    padding: 15px 0;
}
.staff-login-page .post-ttl h1 {
    display: inline-block;
}
.staff-login-page .btn-signout{
    background: #9abd40;
    border-color: #9abd40;
    margin-top: 40px;
    padding: 11px 28px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}


.vacancy-inner-block .wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 0.78em;
    line-height: 1.42857143;
    color: #555;
    background-color: #ececed;
    background-image: none;
    border: 1px solid #ececed;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.vacancy-inner-block label {
    display: inline-block;
    width: calc(50% - 15px);
    margin-bottom: 1px;
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-bottom: 10px;
}
.vacancy-inner-block label:first-child {
    margin-right: 30px;
}
.vacancy-inner-block select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    color: #333;
    border-color: #ddd;
    height: 30px;
}
.vacancy-inner-block .qualification-wrap label{
    width: 100%;
}
.vacancy-inner-block .qualification-wrap textarea.wpcf7-textarea {
    width: 100%;
    border-color: #ddd;
}
.vacancy-inner-block .form-caption.left {
    margin-bottom: 20px;
}
.vacancy-inner-block input.wpcf7-form-control.wpcf7-file {
    background: none;
    border: none;
    font-size: 12px;
}
/*
==================
	Css added
==================
*/


body.loading{
    height: 100vh;
    overflow: hidden;
}

.icon-staff{
    background: url('../images/house.png') no-repeat 0 0;
    background-size: 25px 31px;
    width: 25px;
    height: 31px;
    display: inline-block;
}

ul.key-icon{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.key-icon li{
    display: block;
    margin-top: 5px;
}

ul.key-icon li a{
    display: inline-block;
}


.service-box-wrap a:hover .service-box{
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg);
}


/*******************************************************************************************/

/*----------------------------*\
    #CPM 26TH JULY CSS ADDED
\*----------------------------*/

.intro-desc {
    font-size: 14px;
}

.intro-desc label {
    font-size: 14px;
    font-weight: 600;
}

.intro-desc strong{
    font-weight: 600;
}

.tablepress-wrap{
    margin: 30px 0;
    overflow: hidden;
}

.newslists-wrapper .kc-elm{
    float: none;
}

.newslists-wrapper .tablepress-wrap{
    padding: 0 15px;
    margin-top: 50px;
}

.radio-wrap{
    margin-bottom: 15px;
}

.radio-wrap .wpcf7-list-item {
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 10px 0;
}

.vacancy-inner-block .radio-wrap .wpcf7-form-control-wrap input[type="radio"] {
    float: left;
    height: 18px;
    margin-right: 5px;
    width: 18px;
}

.no-vacancy{
	padding: 20px 25px;
}

.no-vacancy p{
	margin-bottom: 10px;
}

.post-password-form label{
	vertical-align: top;
}

.post-password-form input[type="password"]{
	padding: 5px 15px;
}

.cpm-btn,
.post-password-form input[type="submit"] {
    background: #9abd40;
    border: none;
    color: #ffffff;
    clear: both;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px;
    text-transform: uppercase;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cpm-btn:hover{
	box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.2);
	color: #ffffff;
}