/* 
Theme Name: K&N
Version: 1.0
Description: Framework [B] - Bootstrap
Author: Juluis B. Aquino
*/
/* 
 * Fonts / General / Reusable / Colors / Pseudo's 
 */

/* 
 * Header
 */
.logo-img-container{padding: 0 0 0 36px;}
.logo-img 
{
    width: 100%;
    display: inline-block;
    max-width: 173px;
}
.logo-img-container{padding: 0 0 0 36px;}
.logo-img {
    width: 100%;
    display: inline-block;
    max-width: 173px;
    transition: all .5s ease-in-out;
}
ul#primary-menu {
    padding: 33px 0 0;
    margin: 0;
    list-style: none;
    transition: all .5s ease-in-out;
}
ul#primary-menu > li {
    display: inline-block;
    position: relative;
    padding-bottom: 33px;
}
ul#primary-menu > li > a {
    color: #fff;
    display: inline-block;
    font-family: avant-book;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 12px 0;
    text-align: right;
	text-decoration: none;
}
.tagline {
    font-family: "Times New Roman";
    font-size: 15px;
    color: #fff;
    position: relative;
    top: -27px;
	border-left: solid 1px #fff;
    padding-left: 10px;
}
header#home > .container-fluid, header#home > .container-fluid > .row > .col-md-12 {
	height: 100px;
}
.main-header {
    z-index: 999;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.33);
    position: fixed;
    width: 100%;
    transition: all .5s ease-in-out;
}
.slider-container {
    /* position: absolute;
    top: 0;
    z-index: 0;
    width: 100%; */ 
}
.with-border-bottom {
    border-bottom: solid 1px #fff;
    position: relative;
    z-index: 0;
    margin: 0 15px;
    height: 109px;
    transition: all .5s ease-in-out;
}
#slider > .owl-nav {
    position: absolute;
    top: calc(50% - 35px);
    color: #fff;
    width: 100%;
    padding: 0 20px;
}
#slider > .owl-nav > .owl-prev {
    float: left;
}

#slider > .owl-nav > .owl-next {
    float: right;
}
.no-pad {
    padding: 0;
}
.img-services {
    width: 100%;
}
.main-header.lightHeader {
    background-color: rgba(0, 0, 0, 0.78);
    height: 60px;
    transition: all .5s ease-in-out;
}
.service-box-container {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
	background-color: rgba(51, 122, 183, 0.52);
}
.lightHeader  .logo-img {
    max-width: 123px;
}

.lightHeader ul#primary-menu {
    padding-top: 8px;
}

.lightHeader .with-border-bottom {
    height: 59px;
}
.services:hover > .service-box-container {
    opacity: 1;
    transition: all .9s ease-in-out;
}
div#gallery-slider .slider-image {
    max-width: 899px;
    margin: auto;
}
div#gallery-slider .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
}
div#gallery-slider .owl-prev {
    float: left;
}
div#gallery-slider .owl-next {
    float: right;
}
.above-footer-container {
    background-image: url(assets/images/footer/Perth-new.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.learn-more-container {
    position: absolute;
	bottom: -50px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}
.learn-text {
    color: white;
    z-index: 2;
    font-family: avant-book;
    font-size: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: .5;
}
.learn-text:after {
    content: '';
    display: block;
    width: 40px;
    height: 27px;
    margin: 0 auto;
    padding-top: 25px;
    background: url(assets/images/body/sliders/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}
div#about {
    background-color: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    padding: 20px 30px;
}
.about-title {
    font-family: avant-demi;
    text-align: center;
    font-size: 26px;
    margin: 30px 0;
}
.title-container > .about-title, .title-galler-container .about-title {
    color: #fff;
}
.about-content > p, .services-info, .book-desc {
    font-family: avant-book;
    text-align: center;
    display: block;
    margin: 25px auto;
    padding: 0 5%;
    font-size: 15px;
    max-width: 1400px;
}
.book-now-link {
    font-weight: 600 !important;
    text-decoration: none !important;
}
.gold-number {
    font: 500 39px avant-book;
    color: #b09c7b;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#twg-section-sep .divider-candy.bottom {
    border-bottom: 1px solid #a9a9a9 !important;
    border-left: 1px solid #a9a9a9 !important;
}
.fusion-section-separator .divider-candy.bottom {
    bottom: -21px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fusion-section-separator .divider-candy {
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid #E6E5E6;
    border-left: 1px solid #E6E5E6;
    background-color: transparent;
    content: "";
}

.fusion-section-separator .divider-candy-arrow.bottom {
    border-width: 29px 29px 0 29px;
}

.fusion-section-separator .divider-candy-arrow {
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
}
.book-now-section {
    padding: 20px 0 0 0;
}
.title-container, .title-galler-container {
    margin-top: 50px;
}
.bok-now-link > h2 {
    color: #c54f41;
    font-family: avant-book;
    font-size: 26px;
}
.bok-now-link {
	text-decoration: none;
}
.slider-content > p {
    font-family: avant-book;
    text-align: center;
    display: block;
    padding: 0 5%;
    font-size: 15px;
    max-width: 800px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 50px;
	color: #fff;
}
.heading {
    font-family: avant-book;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}
.light > p {
    font-family: avant-book;
    text-align: center;
    display: block;
    padding: 0 5%;
    font-size: 15px;
    max-width: 900px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 50px;
    color: #fff;
}
.contact-container > p, .contact-form p {
    font-size: 12px;
    color: #fff;
    font-family: 'Roboto';
	margin-bottom: 50px;
}
.above-footer-left input.wpcf7-form-control.wpcf7-text,  textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
	overflow: hidden;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 20px;
}
.above-footer-left input#btn-submit {
    border: 1px solid #fff;
    font-size: 15px;
    padding: 5px 0;
    width: 100%;
    max-width: 305px;
    display: block;
    background-color: transparent;
    margin: auto;
	/* margin-bottom: 40px; */
}
.footer-social-sect ul {
    margin: 25px 0;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.footer-social-sect ul > li {
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}
.footer-social-sect .fa {
    font-size: 24px;
    color: #fff;
}
footer.footer-container {
    background-color: #7d7d7d;
}
.copy {
    font-size: 12px;
    color: #fff;
    font-family: 'Raleway';
}
.black {
    color: #000;
}
.contact-form p:last-child {
    margin-bottom: 0;
}
.service-box {
    margin: 20px;
    height: 260px;
    border: solid 1px #fff;
    padding: 20px;
}
.service-title {
    font-family: avant-book;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5%;
}
.service-desc > p {
    font-family: avant-book;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 10px 2.5em 0;
}
.effect-bubba:hover .service-title {
    padding-top: 14%;
    transition: all .5s ease-in-out;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.grid figure {
    overflow: hidden;
    margin: 0;
    background: rgba(173, 173, 173, 0.73);
    text-align: center;
    cursor: pointer;
}
.effect-bubba:hover > figcaption {
    opacity: 1;
}

.grid figure img {
    position: relative;
    display: block;
    /* min-height: 100%; */
    max-width: 100%;
    opacity: 1;
    width: 100%;
}
figure.effect-bubba:hover img {
    opacity: 0.4;
}
.grid figure figcaption, .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	opacity: 0;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.service-container {
    background-color: #000;
	/* padding: 0 0 50px 0; */
}
.service-container p.services-info {
    color: #fff;
}
.services.grid {
    border: solid 1px #b09c7b;
}
.gallery-container {
    background-color: #333;
    padding-bottom: 50px;
}
div#slider .fa {
	font-size: 50px;
}
div#slider .fa-angle-left {
    text-shadow: -3px 1px 2px #000;
}
div#slider .fa-angle-right {
    text-shadow: 3px 1px 2px #000;
}
.logo-img-container > a {
    text-decoration: none;
}
.logo-img-container {
    display: inline-block;
    float: left;
}
.video-container {
    padding: 0 0 50px 0;
}
div#firdiv {
    display: inline-block;
    width: 100%;
    max-width: 278px;
    padding-bottom: 20px;
    z-index: 0;
	font-family: avant-book;
}
div#secdiv {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 0 20px;
    float: left !IMPORTANT;
	font-family: avant-book;
}
.apcal_modal-body {
    max-height: 100%;
}
.sched-container {
    padding: 30px;
    border: solid 1px; 
	margin: auto;
    margin-bottom: 30px;
    width: 100%;
	font-family: avant-book;
}
.booking-title {
    font-family: avant-book;
    font-size: 26px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 20px;
}
.apcal_alert.apcal_alert-info > p {
    font-family: avant-book;
}
.apcal_alert.apcal_alert-info > div {
    font-family: avant-book;
}
button#booknowapp, button#addappointment {
    font-family: avant-book;
}
table#bordercssremove td {
    font-family: avant-book;
}
.page-id-142 header#home {
    background-color: #000;
}
.page-id-142 div#main-content, .page-id-97 div#main-content {
    padding-top: 155px;
    padding-bottom: 50px;
}
.book-now-cont > a {
    text-decoration: none;
}
div#timesloatbox {
    font-family: avant-book;
}
select#service, button#next1, button#booknowapp1 {
    font-family: avant-book;
}
.apcal_alert.apcal_alert-info {
    font-family: avant-book;
}
input#appdate, select#service {
    width: 100%;
}
.contact-container > p {
    font-size: 14px;
}
.sched-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 10px;
}
.sched-container input.wpcf7-form-control.wpcf7-submit.form-control {
    background-color: #333;
    color: #fff;
}
.contact-container select.wpcf7-form-control.wpcf7-select.form-control {
    background-color: transparent;
    color: #fff;
    /* height: 23px; */
}
.contact-container input#date-pick {
    height: 23px;
}
.wpcf7-list-item > label {
    width: 45%;
}
.wpcf7-form-control-wrap.services {
    top: 15px;
}
.page-id-142 span.wpcf7-form-control-wrap.services {
    color: #555;
}
/***Booking****/
.wpbs-container.wpbs-calendar-1 {
    width: 100%;
    margin: auto;
    display: block;
}
.wpbs-calendars {
    display: inline-block;
    float: left;
    margin: 0 20px;
}
.wpbs-legend {
    margin: 0 20px;
    position: absolute;
    top: 70%;
}
.wpbs-form {
    display: inline-block;
    float: left;
    margin: 0 20px;
    max-width: 500px;
    width: 100%;
}
.wpbs-form-item {width: 100% !important;}
form.wpbs-form-form {
    width: 100% !important;
    padding: 0 !important;
}

.wpbs-form-form input {
    width: 100% !IMPORTANT;
    max-width: 400px;
}
label.wpbs-form-label {
    width: 100% !IMPORTANT;
    max-width: 400px;
    font: 400 15px avant-book !important;
    margin-bottom: 10px !IMPORTANT;
}
.wpbs-form-form textarea {
    width: 100% !IMPORTANT;
    max-width: 400px !IMPORTANT;
}
input.wpbs-form-submit {
    text-align: center !IMPORTANT;
    max-width: 200px !IMPORTANT;
    font: 600 15px avant-book;
    text-transform: uppercase;
}
.entry-title {
    display: none;
}
.fa-angle-up {
    font-size: 30px;
    color: #fff;
}
.show-when-scroll {
    width: 100%;
    max-width: 50px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.36);
    color: #fff;
}
.hide-scroll {
    width: 100%;
    max-width: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.47);
    color: #fff;
    height: 42px;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    padding: 6px;
    right: 12px;
    border-radius: 7px;
    opacity: 0;
}
.show-scroll {
    opacity: 1;
}
tr._51mx span#u_0_3 > span {
    color: #fff !important;
}
.fb-like > span > iframe {
    width: 100% !important;
    max-width: 450px !IMPORTANT;
    margin: auto;
}
.fb-like {
    padding: 20px;
}
/***End Booking****/

/* 
 * Body
 */

/* 
 * Footer
 */

/* 
 * Media Queries
 */
 
/* 
 * Mobile 
 */
 
/* 
 * Tablet
 */