/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*=============================================
=            Font                             =
=============================================*/
@font-face {
    font-family: 'Gaslight';
    src: url('Gaslight.eot');
    src: local('Gaslight'),
        url('./fonts/Gaslight.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gaslight.woff2') format('woff2'),
        url('./fonts/Gaslight.woff') format('woff'),
        url('./fonts/Gaslight.ttf') format('truetype'),
        url('./fonts/Gaslight.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Orpheus Pro';
    src: url('./fonts/OrpheusPro.eot');
    src: url('./fonts/OrpheusPro.eot?#iefix') format('embedded-opentype'),
        url('./fonts/OrpheusPro.woff2') format('woff2'),
        url('./fonts/OrpheusPro.woff') format('woff'),
        url('./fonts/OrpheusPro.ttf') format('truetype'),
        url('./fonts/OrpheusPro.svg#OrpheusPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=============================================
=            MISC                             =
=============================================*/
	*{
        outline: none !important;
    }
    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        min-width: 320px;
    }
    body, button, input, select, textarea {
        font-family: 'Orpheus Pro' !important;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Gaslight', serif;
        font-weight: 300;
        color: #585858;
    }
    .wrap {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        overflow: hidden;   
    }
    img{
        max-width: 100%;
    }
	.wpb_text_column ol, 
    .wpb_text_column ul {
		margin-left: 20px;
	}
	.wpb_text_column a {
		color: #C98188;
		text-decoration: none;
	}
    a{
        -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;
    }
    .gaslightfonts {
    	font-family: 'Gaslight' !important;
    }
    #loader {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: url('https://dev.q-tox.com.au/wp-content/uploads/2020/12/Spinner.gif') no-repeat #ffffff 50%;
	    background-size: 150px 150px;
	    z-index: 99998;
	    width: 100%;
	    height: 100%;
	}
	.generate-back-to-top {
		bottom: 50px;
	}
/*=============================================
=            Header                           =
=============================================*/
    .announcement-bar {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background-color: #585858;
        text-align: center;
    }
    .announcement-bar .grid-container {
        padding: 10px 15px;
    }
    .announcement-bar p {
        color: #FFFFFF;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 0;
    }
    .announcement-bar p a {
        color: #F1D0D3;
        text-decoration: underline;
    }
    .announcement-bar p a:hover,
    .announcement-bar p a:focus {
        color: #C98188;
    }
    @media only screen and (min-width: 801px) and (max-width: 900px) {
        .main-navigation a, .menu-toggle {
            font-size: 15px;
        }
        .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
            padding-left: 12px;
            padding-right: 12px;
        }
        .menu-item-has-children .dropdown-menu-toggle {
            padding-right: 0px;
        }
    }
	@media only screen and (min-width: 801px) {
	    .sticky-space {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            height: 62px;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: -9999999;
            visibility: hidden;
            opacity: 0;
        }
		.main-navigation .main-nav>ul>li:last-child > a, 
		.main-navigation .main-nav>ul>li:last-child > a > .dropdown-menu-toggle {
		    padding-right: 0px;
		}
		.menu-item-has-children .dropdown-menu-toggle {
			padding-left: 5px;
		}
		.navigation-branding img, 
		.site-logo.mobile-header-logo img {
			width: 152px !important;
		}
		.inside-header .btnbox1 {
            display: none !important;
        }
	}
	@media only screen and (max-width: 800px) {
	    .sticky-space {
            display: none;
            visibility: hidden;
            opacity: 0;
	    }
		.site-logo {
            max-width: 140px;
            padding-left: 15px;
            padding-right: 15px;
        }
		.main-navigation.toggled .main-nav {
            border-top: 1px solid rgba(222, 217, 217, 0.5);
            margin-top: 15px;
        }
        .main-navigation.is_stuck.toggled .main-nav {
            margin-top: 0;
        }
		.main-navigation.toggled .main-nav>ul {
		    padding: 10px 0;
		    overflow: hidden;
            height: calc(100vh - 76px);
            overflow: auto;
            overflow-x: hidden;
		}
		.main-navigation.is_stuck.toggled .main-nav>ul {
            height: calc(100vh - 51px);
		}
		.inside-header {
            padding: 20px 0px;
        }
        .navigation-branding img, 
        .site-logo.mobile-header-logo {
            height: 50px !important;
        }
        .navigation-stick .navigation-branding {
            margin-left: 0 !important;
            padding: 0 15px !important;
        }
        .main-navigation.has-branding .menu-toggle, 
        .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
            padding-right: 15px !important;
        }
		.mobile-menu-control-wrapper .menu-toggle, 
		.mobile-menu-control-wrapper .menu-toggle:hover, 
		.mobile-menu-control-wrapper .menu-toggle:focus, 
		.has-inline-mobile-toggle #site-navigation.toggled {
            background-color: transparent !important;
        }
		.main-navigation.toggled .main-nav li {
            border-bottom: 1px solid #F5F5F5;
        }
        .main-navigation.toggled .main-nav li:last-child {
            border-bottom: 0px;
        }
		.main-navigation ul ul {
		    background-color: transparent !important;
		    box-shadow: none !important;
		    padding-left: 15px;
		}
	}
/*=============================================
=            Top Header                       =
=============================================*/
	.header-top {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: right;
	}
	.header-top .inside-header-top {
	    padding: 36px 15px 20px;
	    position: relative;
	    z-index: 1;
	}
	.header-top .inside-header-top:before {
	    content: "";
	    left: 15px;
	    right: 15px;
	    top: auto;
	    bottom: -1px;
	    display: block;
	    position: absolute;
	    z-index: -1;
	    height: 1px;
	    background-color: #F1D0D3;
	}
	.sociallinks {
	    display: inline-block;
	    vertical-align: middle;
	    font-size: 26px;
	    margin-right: 20px;
	}
	.sociallinks:hover, 
	.sociallinks:focus {
	    color: #C98188;
	}
	.btnbox1 {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		border: 3px solid #585858;
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
		text-transform: uppercase;
		padding: 10px 40px 8px;
		border-radius: 40px;
		color: #585858;
		margin-right: 15px;
	}
	.btnbox1:hover,
	.btnbox1:focus {
		border-color: #585858;
		background-color: #585858;
		color: #FFFFFF;
	}
	.btnbox1:last-child {
	    margin-right: 0;
	}
	@media only screen and (max-width: 800px) {
		.header-top {
		    text-align: center;
		    display: none;
		}
		.header-top .inside-header-top {
			padding: 20px 15px;
		}
		.btnbox1 {
			padding: 10px 30px 8px;
			border-width: 2px;
			margin-right: 5px;
			font-size: 14px;
	        line-height: 14px;
		}
		.sociallinks {
			margin-right: 10px;
		}
	}
/*=============================================
=            Footer Form    				  =
=============================================*/
	.formlinkbox {
		display: -ms-flexbox;
	    display: flex;
	    display: none !important;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin: 0 -15px;
	    padding: 112px 0;
	}
	.home .formlinkbox {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.home .footer-form {
	    padding-top: 0;
	}
	.formlinkbox .formlinkitem {
	    width: 33.3333%;
	    float: left;
	    text-align: center;
	    padding: 5px 15px;
	}
	.formlinkbox .formlinkitem > p {
	    display: block;
	    font-size: 24px;
	    margin-bottom: 0;
	}
	.footer-form {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    position: relative;
	    z-index: 1;
	    padding-top: 185px;
	    padding-bottom: 50px;
	}
	.footer-form:before {
	    content: "";
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 275px;
	    display: block;
	    position: absolute;
	    z-index: -1;
	    background-color: #F1D0D3;
	}
	.footer-form .grid-container {
	    max-width: 785px;
	    padding: 0 15px;
	}
	.enquirybox {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    background-color: #FFFFFF;
	    padding: 45px 60px;
	    border-radius: 15px;
	    margin: 0 auto;
	    box-shadow: 0 3px 15px rgba(116, 92, 92, 0.16);
	}
	.enquirybox .enquirytitle {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: center;
	    font-size: 38px;
	    line-height: 1;
	    color: #585858;
	    margin-bottom: 25px;
	}
	.enquirybox .enquirytitledp {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    max-width: 325px;
	    text-align: center;
	    font-size: 16px;
	    line-height: 1.44;
	    color: #585858;
	    margin: 0 auto 25px;
	}
	.instabtnbox {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    max-width: 320px;
	    text-align: center;
	    background-color: rgba(201, 129, 136, 0.20);
	    border-radius: 45px;
	    padding: 12.5px 15px;
	    font-size: 16px;
	    line-height: 20px;
	    font-weight: 400;
	    /*font-family: "Nunito", sans-serif;*/
	    font-family: 'Orpheus Pro' !important;
	    color: #FFFFFF;
	    margin: 0 auto;
	}
	.instabtnbox > i {
	    font-size: 22px;
	    display: inline-block;
	    vertical-align: -2px;
	    margin-right: 5px;
	}
	.instabtnbox:hover, 
	.instabtnbox:focus {
	    background-color: #C98188;
	    color: #FFFFFF;
	}
	@media only screen and (max-width: 1199px) {
		.formlinkbox {
			padding: 80px 0;
		}
		.formlinkbox .formlinkitem > p{
			font-size: 20px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.formlinkbox {
			padding: 60px 0;
		}
		.footer-form {
			padding-top: 80px;
			padding-bottom: 0;
		}
		.formlinkbox .formlinkitem > p {
		    font-size: 18px;
		}
		.footer-form .grid-container {
		    max-width: 640px;
		}
		.footer-logo img {
            width: 100%;
            max-width: 200px;
        }
	}
	@media only screen and (max-width: 800px) {
		.formlinkbox {
			padding: 50px 0;
		}
		.footer-form {
			padding-top: 50px;
		}
		.formlinkbox .formlinkitem > p {
		    font-size: 16px;
		}
		.enquirybox {
			padding: 35px 40px;
		}
		.footer-logo img {
            max-width: 150px;
        }
	}
	@media only screen and (max-width: 767px) {
		.footer-form {
			padding-bottom: 20px;
		}
		.enquirybox .enquirytitle {
			font-size: 32px;
		}
	}
	@media only screen and (max-width: 480px) {
		.formlinkbox {
			padding: 30px 0;
		}
		.footer-form {
			padding-top: 40px;
		}
	}


	/* Form Css */
	body .gform_wrapper {
	    margin: 0 auto;
	}
	body .gform_wrapper ul.gform_fields li:before {
	    display: none !important;
	}
	body .gform_wrapper ul li.gfield {
	    line-height: normal !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    margin-bottom: 0 !important;
	}
	body .gform_wrapper ul li.gfield:nth-child(1) {
	    margin-top: 0 !important;
	}
	body .gform_wrapper ul li.gfield .gfield_label {
	    font-weight: 400 !important;
	    font-size: 14px !important;
	}
	body .gform_wrapper .recaptchabox .ginput_recaptcha>div {
	    -moz-transform: scale(0.85);
	    -webkit-transform: scale(0.85);
	    -o-transform: scale(0.85);
	    -ms-transform: scale(0.85);
	    transform: scale(0.85);
	    transform-origin: 0 0;
	    height: 66px !important;
	}
	body .gform_wrapper .top_label div.ginput_container {
	    margin-top: 0 !important;
	}
	body .gform_wrapper input[type=email], 
	body .gform_wrapper input[type=number], 
	body .gform_wrapper input[type=password], 
	body .gform_wrapper input[type=tel], 
	body .gform_wrapper input[type=text], 
	body .gform_wrapper input[type=url], 
	body .gform_wrapper select, 
	body .gform_wrapper textarea {
	    margin: 0!important;
	    height: 48px!important;
	    min-height: inherit!important;
	    font-size: 16px!important;
	    color: #585858 !important;
	    background-color: #FFFFFF !important;
	    border: 1px solid #FFFFFF !important;
	    border-radius: 10px!important;
	    text-align: left!important;
	    letter-spacing: 0px!important;
	    padding: 5px 20px!important;
	    /*font-family: "Nunito", sans-serif !important;*/
	    font-family: 'Orpheus Pro' !important;
	    font-weight: 400!important;
	    box-shadow: 0 0 4px rgba(191, 186, 186, 0.35);
	    outline: none !important;
	    -webkit-appearance: none!important;
	    -moz-appearance: none!important;
	    appearance: none!important;
	}
	body .gform_wrapper textarea {
	    height: 110px !important;
	    vertical-align: top !important;
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	}
	body .gform_wrapper input[type=email]:focus, 
	body .gform_wrapper input[type=number]:focus, 
	body .gform_wrapper input[type=password]:focus, 
	body .gform_wrapper input[type=tel]:focus, 
	body .gform_wrapper input[type=text]:focus, 
	body .gform_wrapper input[type=url]:focus, 
	body .gform_wrapper select:focus, 
	body .gform_wrapper textarea:focus {
	    border-color: #C98188 !important;
	}
	body .gform_wrapper input::-webkit-input-placeholder,
	body .gform_wrapper textarea::-webkit-input-placeholder,
	body .gform_wrapper select::-webkit-input-placeholder {
	    color: #585858 !important;
	}
	body .gform_wrapper input::-moz-placeholder,
	body .gform_wrapper textarea::-moz-placeholder,
	body .gform_wrapper select::-moz-placeholder {
	    color: #585858 !important;
	}
	body .gform_wrapper input:-ms-input-placeholder,
	body .gform_wrapper textarea:-ms-input-placeholder,
	body .gform_wrapper select:-ms-input-placeholder {
	    color: #585858 !important;
	}
	body .gform_wrapper input:-moz-placeholder,
	body .gform_wrapper textarea:-moz-placeholder,
	body .gform_wrapper select:-moz-placeholder {
	    color: #585858 !important;
	}
	body .gform_wrapper .gform_footer {
	    padding: 30px 0 0 !important;
	    margin: 0 !important;
	}
	body .gform_wrapper input[type=submit], 
	body .gform_wrapper input[type=button], 
	body .gform_wrapper input[type=reset], 
	body .gform_wrapper .button {
	    background-color: transparent !important;
	    display: block!important;
	    width: 100% !important;
	    max-width: 240px !important;
	    margin: 0 auto !important;
	    padding: 12px 20px !important;
	    border: 3px solid #585958 !important;
	    text-align: center !important;
	    text-transform: none !important;
	    color: #585859 !important;
	    letter-spacing: 0px !important;
	    font-size: 20px !important;
	    font-weight: 400 !important;
	    line-height: 20px !important;
	    min-height: inherit !important;
	    /*font-family: "Nunito", sans-serif !important;*/
	    font-family: 'Orpheus Pro' !important;
	    border-radius: 50px !important;
	    box-shadow: none !important;
	    cursor: pointer !important;
	    -webkit-transition: all 0s ease-in-out!important;
	    -moz-transition: all 0s ease-in-out!important;
	    -ms-transition: all 0s ease-in-out!important;
	    -o-transition: all 0s ease-in-out!important;
	    transition: all 0s ease-in-out!important;
	}
	body .gform_wrapper .button i {
	    margin-left: 2px !important;
	    -webkit-transition: all 0s ease-in-out!important;
	    -moz-transition: all 0s ease-in-out!important;
	    -ms-transition: all 0s ease-in-out!important;
	    -o-transition: all 0s ease-in-out!important;
	    transition: all 0s ease-in-out!important;
	}
	body .gform_wrapper .button:hover i,
	body .gform_wrapper .button:focus i {
	    color: #FFFFFF !important;
	}
	body .gform_wrapper input[type=submit]:hover, 
	body .gform_wrapper input[type=button]:hover, 
	body .gform_wrapper input[type=reset]:hover,
	body .gform_wrapper .button:hover,
	body .gform_wrapper input[type=submit]:focus, 
	body .gform_wrapper input[type=button]:focus, 
	body .gform_wrapper input[type=reset]:focus,
	body .gform_wrapper .button:focus{
	    color: #ffffff !important;
	    background-color: #C98188 !important;
	    border-color: #E2B9BD !important;
	    box-shadow: none !important;
	}
	body .gform_wrapper .top_label .gfield_error {
	    width: 100% !important;
	}
	body .gform_wrapper .gform_confirmation_message, 
	body .gform_wrapper div.validation_error {
	    background-color: #C98188 !important;
	    border: 2px solid #F1D0D3 !important;
	    padding: 10px 10px !important;
	    margin: 0 0 16px !important;
	    color: #ffffff !important;
	    font-size: 12px !important;
	    font-weight: 400 !important;
	    line-height: 18px !important;
	    /*font-family: "Nunito", sans-serif !important;*/
	    font-family: 'Orpheus Pro' !important;
	    text-transform: uppercase !important;
	}
	body .gform_wrapper li.gfield.gfield_error, 
	body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	    background-color: transparent !important;
	    margin: 16px 0 0 !important;
	    border: 0px !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}
	body .gform_wrapper .validation_message {
	    padding: 0 5px !important;
	    font-size: 10px !important;
	    margin-top: 8px !important;
	    font-weight: 400 !important;
	}
	body .gform_wrapper .gform_ajax_spinner {
	    padding-left: 0;
	    margin: 10px auto 0;
	    display: table;
	}
	@media only screen and (max-width: 800px) {
		body .gform_wrapper input[type=submit], 
		body .gform_wrapper input[type=button], 
		body .gform_wrapper input[type=reset], 
		body .gform_wrapper .button {
			border-width: 2px !important;
		}
	}
	@media only screen and (min-width: 641px){
	    body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	        max-width: 100% !important;
	    }
	}
/*=============================================
=            Footer                           =
=============================================*/
	.footer-widgets-container.grid-container {
		max-width: 1075px;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets {
	    margin-left: -30px;
	}
	.site-footer .footer-widgets-container .inner-padding {
	    padding: 0 0 0 30px;
	}
	.inside-footer-widgets>div {
		-ms-flex: auto;
		flex: auto;
	}
	.inside-footer-widgets .footer-widget-1 {
	    max-width: 400px;
	}
	.footer-widgets .widget-title{
		/*font-family: "Nunito", sans-serif;*/
		font-family: 'Orpheus Pro' !important;
		position: relative;
		line-height: 1.4;
		padding-bottom: 18px;
	}
	.footer-widgets .widget-title:after{
		position: absolute;
		content: '';
		display: block;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		width: 82px;
		height: 1px;
		margin: 0 auto;
		background-color: #F1D0D3;
	}
	.footer-widgets .menu .menu-item a{
		line-height: 1.3;
	}
	.footer-widgets .menu .menu-item:not(:last-child){
		margin-bottom: 10px;
	}
	@media only screen and (min-width: 768px) and (max-width: 800px) {
		.footer-widgets-container {
		    padding-top: 80px;
		    padding-bottom: 80px; 
		}
	}
	@media only screen and (max-width: 800px) {
		.footer-widgets-container.grid-container {
		    max-width: 575px;
		}
		.inside-footer-widgets {
		    display: -ms-flexbox;
		    display: flex;
		    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-ms-flex-direction: inherit;
			flex-direction: inherit;
		}
		.inside-footer-widgets .footer-widget-1 {
		    max-width: 100%;
		    width: 100%;
		    -ms-flex: inherit;
		    flex: inherit;
		    margin-bottom: 30px;
		    text-align: center;
		}
		.inside-footer-widgets>div {
		    -ms-flex: inherit;
		    flex: inherit;
		}
	}
	@media only screen and (max-width: 575px) {
		.footer-widgets-container.grid-container {
		    max-width: 320px;
		}
		.inside-footer-widgets {
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.footer-widgets .widget-title {
			text-align: center;
		}
		.footer-widgets .widget-title:after {
			right: 0;
		}
		.footer-widgets .menu .menu-item {
		    display: inline-block;
		    vertical-align: top;
		    width: 100%;	
		    text-align: center;
		}
	}
/*=============================================
=            Home Page Css                    =
=============================================*/
	.imgtextbtnbox-wrap > .wpb_column {
	    max-width: 1920px;
	    margin: 0 auto;
	    float: none;
	}
	.imgtextbtnbox {
	    overflow: hidden;
	    margin-bottom: 40px;
	}
	.imgtextbtnbox > .vc_column-inner > .wpb_wrapper {
	    background-color: #FBFBFD;
	    border-radius: 10px;
	    overflow: hidden;
	}
	.imgtextbtnbox .textbtnbox {
	    padding: 30px 15px;
	}
	.imgtextbtnbox .textbtnbox h2 {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: center;
	    font-size: 30px;
	    letter-spacing: 0.50px;
	    margin-bottom: 0;
	}
	.imgtextbtnbox .textbtnbox hr {
	    background-color: #DED9D9;
	    margin: 15px auto;
	    display: block;
	    width: 100%;
	    max-width: 700px;
	}
	.imgtextbtnbox .wpb_single_image .vc_figure, 
	.imgtextbtnbox .wpb_single_image .vc_figure > div, 
	.imgtextbtnbox .wpb_single_image .vc_figure > div > img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
	.btnbox2 {
	    display: inline-block;
	    vertical-align: middle;
	    text-align: center;
	    border: 3px solid #585858 !important;
	    color: #585858 !important;
	    font-size: 16px;
	    line-height: 16px;
	    font-weight: 400;
	    text-transform: uppercase;
	    padding: 10px 40px;
	    border-radius: 40px;
	    margin-right: 8px;
	    margin-top: 8px;
	}
	.btnbox2:last-child {
	    margin-right: 0;
	}
	.btnbox2:hover, .btnbox2:focus {
	    border-color: #585858 !important;
	    background-color: #585858 !important;
	    color: #FFFFFF !important;
	}
	.btnbox-white {
        color: #FFFFFF !important;
        border-color: #FFFFFF !important;
    }
    .btnbox-white:hover, .btnbox-white:focus {
	    border-color: #FFFFFF !important;
	    background-color: #FFFFFF !important;
	    color: #585858 !important;
	}
	@media only screen and (min-width: 1200px) {
		.imgtextbtnbox-wrap > .wpb_column > div {
		    padding-left: 0;
		    padding-right: 0;
		}
	}
	@media only screen and (max-width: 1024px) {
		.imgtextbtnbox .textbtnbox h2 {
			font-size: 24px;
		}
	}
	@media only screen and (max-width: 800px) {
		.imgtextbtnbox-wrap {
		    padding-top: 40px;
		}
		.btnbox2 {
		    padding: 10px 30px 8px;
		    border-radius: 35px;
		    border-width: 2px !important;
		    margin-top: 5px;
		    font-size: 14px;
	        line-height: 14px;
		}
	}
	@media only screen and (min-width: 768px) {
	    .mobile-img {
            display: none !important;
        }
	}
	@media only screen and (max-width: 767px) {
	    .desktop-img {
            display: none !important;
        }
	}
	@media only screen and (max-width: 480px) {
		.imgtextbtnbox-wrap {
		    padding-top: 30px;
		}
		.imgtextbtnbox {
			margin-bottom: 30px;
		}
	}


	.trustexperience-wrap {
	    position: relative;
	    z-index: 1;
	    min-height: 600px;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.trustexperience-wrap .vc_parallax-inner:before {
	    content: "";
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    position: absolute;
	    z-index: -1;
	    display: block;
	    background-color: #F1D0D3;
	    opacity: 0.5;
	}
	.trustexperience-wrap h2 {
	    letter-spacing: 0.50px;
	    margin-bottom: 25px;
	    color: #FFFFFF;
	}
	.trustexperience-wrap .btnbox2 {
        width: 100%;
        max-width: 160px;
        margin-top: 0;
	}
	@media only screen and (max-width: 1199px) {
		.trustexperience-wrap {
		    min-height: 400px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.trustexperience-wrap {
		    min-height: 350px;
		}
		.trustexperience-wrap h2 {
			margin-bottom: 15px;
		}
	}
	@media only screen and (max-width: 800px) {
		.trustexperience-wrap {
		    min-height: 280px;
		}
	}
	@media only screen and (max-width: 767px) {
		.trustexperience-wrap .btnbox2 {
		    max-width: 140px;
		}
	}
	@media only screen and (max-width: 480px) {
		.trustexperience-wrap {
		    min-height: 200px;
		}
	}

	.productsbg {
	    position: relative;
	    z-index: 1;
	    padding-top: 200px;
	    padding-bottom: 200px;
	}
	.productsbg:before {
	    content: "";
	    left: -9999%;
	    right: 35%;
	    top: 0;
	    bottom: 0;
	    display: block;
	    position: absolute;
	    background-color: #FAF7F7;
	}
	.productsbg .wpb_single_image img {
	    border-radius: 10px;
	}
	.productstextbox .btnbox2 {
	    width: 100%;
	    max-width: 140px;
	}
	.titlebox {
	    display: block;
	    letter-spacing: 0.50px;
	    padding-bottom: 15px;
	    margin-bottom: 30px;
	    position: relative;
	    z-index: 1;
	}
	.titlebox:before {
	    content: "";
	    left: 0;
	    right: 0;
	    top: auto;
	    bottom: 0;
	    position: absolute;
	    z-index: -1;
	    height: 2px;
	    width: 150px;
	    background-color: #F1D0D3;
	}
	@media only screen and (max-width: 1199px) {
		.productsbg {
			padding-top: 120px;
			padding-bottom: 120px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.productsbg {
			padding-top: 80px;
			padding-bottom: 80px;
		}
	}
	@media only screen and (max-width: 800px) {
		.productsbg {
			padding-top: 50px;
			padding-bottom: 50px;
		}
	}
	@media only screen and (max-width: 767px) {
		.products-wrap {
			padding-bottom: 50px;
		}
		.productsbg {
		    padding-bottom: 30px;
		}
		.productsbg:before {
			right: -9999%;
			top: 0;
			bottom: 35%;
		}
		.productstextbox {
			text-align: center;
		}
		.productstextbox p {
		    margin-bottom: 1em;
		}
		.productstextbox .btnbox2 {
		    max-width: 120px;
		}
		.titlebox {
			margin-bottom: 20px;
		}
		.titlebox:before {
		    margin: 0 auto;
		}
		.enquirybox {
		    padding: 25px 25px 30px;
		}
	}
	@media only screen and (max-width: 480px) {
		.products-wrap {
			padding-bottom: 40px;
		}
		.productsbg {
			padding-top: 40px;
		}
	}
/*=============================================
=            Page Title Banner                =
=============================================*/
	.page_title {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    overflow: hidden;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page_title .pagetitle-row {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: center;
	    align-items: center;
	    position: relative;
	    z-index: 1;
	}
	.page_title .pagetitle-row:before {
	    content: "";
	    left: -9999%;
	    right: -9999%;
	    top: 0;
	    bottom: 0;
	    position: absolute;
	    z-index: 1;
	    display: block;
	    background-position: center bottom;
	    background-repeat: repeat-x;
	    background-image: url('https://dev.q-tox.com.au/wp-content/uploads/2020/12/bannershapeimg.png');
	}
	.page_title .pagetitle-row .pagetitle-col {
	    padding: 0 15px;
	    float: left;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: center;
	    align-items: center;
	    overflow: hidden;
	}
	.page_title .pagetitle-row .pagetitle-text {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    width: 50%;
	    position: relative;
	    z-index: 1;
	}
	.page_title .pagetitle-row .pagetitle-text .pagetitle-text-inner {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    max-width: 480px;
	}
	.page_title .pagetitle-text h1 {
	    font-family: 'Gaslight', serif;
	    font-weight: 300;
	    font-size: 65px;
	    line-height: 1.1;
	    margin-bottom: 0;
	}
	.page_title .pagetitle-text h1 + p, 
	.page_title .pagetitle-text h1 + p + p {
	    margin-top: 20px;
	}
	.page_title .pagetitle-text p {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    font-size: 20px;
	    line-height: 1.4;
	    margin: 0;
	}
	.btnlink {
	    display: inline-block;
	    vertical-align: middle;
	    text-align: center;
	    border: 3px solid #585858 !important;
	    color: #585858 !important;
	    font-size: 16px;
	    line-height: 16px;
	    font-weight: 400;
	    text-transform: uppercase;
	    padding: 10px 40px 8px;
	    border-radius: 40px;
	    margin-left: 20px;
	    margin-top: 10px;
	    min-width: 122px;
	}
	.btnlink:hover, .btnlink:focus {
	    border-color: #585858 !important;
	    background-color: #585858 !important;
	    color: #FFFFFF !important;
	}
	.btnlink:first-child {
	    margin-left: 0;
	}
	.page_title .pagetitle-text h1:empty,
	.page_title .pagetitle-text p:empty,
	.page_title .pagetitle-text p a:empty {
	    display: none !important;
	}
	.page_title .pagetitle-row .pagetitle-img {
	    -ms-flex-align: end !important;
	    align-items: flex-end !important;
	    text-align: center;
	    width: 50%;
	    overflow: hidden;
	    position: relative;
	    z-index: -1;
	}
	@media only screen and (max-width: 1199px) {
		.page_title .pagetitle-text h1 {
			font-size: 50px;
		}
		.page_title .pagetitle-text h1 + p, 
		.page_title .pagetitle-text h1 + p + p {
		    margin-top: 15px;
		}
		.page_title .pagetitle-text p {
			font-size: 18px;
		}
		.btnlink {
			margin-left: 15px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.page_title .pagetitle-text h1 {
		    font-size: 45px;
		}
	}
	@media only screen and (max-width: 800px) {
		.page_title .pagetitle-text h1 {
		    font-size: 40px;
		}
		.btnlink {
			border-width: 2px !important;
			font-size: 14px;
    		line-height: 14px;
    		padding-left: 20px;
    		padding-right: 20px;
		}
	}
	@media only screen and (max-width: 767px) {
		.page_title .pagetitle-row {
			justify-content: center;
			text-align: center;
		}
		.page_title .pagetitle-row .pagetitle-text {
		    padding-top: 40px;
			width: 100%;
		}
		.page_title .pagetitle-row .pagetitle-text .pagetitle-text-inner {
			display: block;
		    margin: 0 auto;
		}
		.page_title .pagetitle-row .pagetitle-img {
			width: 100%;
			max-width: 480px;
		}
		.page_title .pagetitle-text h1 {
		    font-size: 36px;
		}
		.page_title .pagetitle-text h1 + p, 
		.page_title .pagetitle-text h1 + p + p {
		    margin-top: 10px;
		}
		.page_title .pagetitle-text p {
		    font-size: 16px;
		}
	}
	@media only screen and (max-width: 480px) {
		.page_title .pagetitle-text p {
		    font-size: 14px;
		}
	}
/*=============================================
=            Inner Page Css	                  =
=============================================*/
	.innerpage-wrap {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	body .innerpagetextbox {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    margin-bottom: 40px !important;
	}
	body .innerpagetextbox:last-child {
		margin-bottom: 0px !important;
	}
	body .innerpageseparator {
		margin-bottom: 40px !important;
	}
	.innerpagetextbox .innerpagetitle-h3 {
	    position: relative;
        z-index: 1;
	    text-transform: uppercase;
	    font-size: 30px;
	    letter-spacing: 0.25px;
	    margin-bottom: 20px;
	}
	.innerpagetextbox p {
		margin-bottom: 15px;
	}
	.underline-h3 {
	    padding-bottom: 15px;
        margin-bottom: 20px !important;
	}
	.underline-h3:before {
        content: "";
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        position: absolute;
        z-index: -1;
        display: block;
        background-color: #DED9D9;
        height: 1px;
        width: 195px;
        margin: 0 auto;
    }
	table.table {
	    border: none !important;
	}
	table.table td,
	table.table th {
	    padding: 18px;
	    width: 50%;
	}
	table.table th,
	table.table td {
	    border-width: 0 6px 0 0;
	    border-color: #FFFFFF;
	}
	table.table th:last-child,
	table.table td:last-child {
	    border-right: 0;
	}
	table.table thead th, 
	table.table thead td {
	    background-color: #F1D0D3;
	    text-align: left;
	    font-weight: 400;
	    font-size: 20px;
	}
	table.table tbody tr:nth-child(even) {
	    background-color: #FAF7F7;
	}
	table.table thead th.bgtransparent, 
	table.table thead td.bgtransparent {
		background-color: transparent;
	}

	.titlebox1 {
	    display: block;
	    font-size: 30px;
	    letter-spacing: 0.50px;
	    text-transform: uppercase;
	    padding-bottom: 15px;
	    margin-bottom: 40px !important;
	    position: relative;
	    z-index: 1;
	}
	.titlebox1:before {
	    content: "";
	    left: 0;
	    right: 0;
	    top: auto;
	    bottom: 0;
	    position: absolute;
	    z-index: -1;
	    display: block;
	    background-color: #DED9D9;
	    height: 1px;
	    width: 195px;
	    margin: 0 auto;
	}
	.ingredientlist-wrap {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.table1,
	.table1 td,
	.table1 th {
	    border-left: none;
	    border-right: none;
	    border-top: none;
	    border-color: #DED9D9;
	}
	.table1 td,
	.table1 th {
	    padding: 20px 15px;
	}
	.table1 thead th,
	.table1 thead td {
	    text-align: left;
	    font-size: 30px;
	    letter-spacing: 0.25px;
	    line-height: 1;
	    font-family: 'Gaslight', serif;
	    font-weight: 300;
	}
	.table1 thead th, 
	.table1 thead td {
	    width: 33.3333%;
	}
	.table1 thead th:first-child,
	.table1 thead td:first-child,
	.table1 tbody th:first-child,
	.table1 tbody td:first-child {
	    padding-left: 0px;
	}
	.table1 thead th:last-child,
	.table1 thead td:last-child,
	.table1 tbody th:last-child,
	.table1 tbody td:last-child {
	    padding-right: 0px;
	}

	.table2,
	.table2 td,
	.table2 th {
	    border: none;
	    border-color: #DED9D9;
	}
	.table2 td,
	.table2 th {
	    padding: 40px 20px;
	}
	.table2 .memberships-title {
	    display: inline-block;
	    vertical-align: top;
	    text-align: center;
	    width: 100%;
	    border: 1px solid #707070;
	    border-radius: 10px;
	    padding: 14px 15px 10px;
	}
	.table2 tbody tr.odd th {
	    text-align: left;
	    font-size: 30px;
	    letter-spacing: 0.25px;
	    line-height: 1;
	    font-family: 'Gaslight', serif;
	    font-weight: 300;
	    border-bottom: 1px solid #DED9D9;
	}
	.table2 tbody td {
	    text-align: center;
	    line-height: 1.3;
	}
	.table2 thead th,
	.table2 thead td {
	    text-align: left;
	    font-size: 45px;
	    letter-spacing: 0.80px;
	    line-height: 1;
	    font-family: 'Gaslight', serif;
	    font-weight: 300;
	}
	.table2 thead th, 
	.table2 thead td {
	    width: 33.3333%;
	}
	.table2 thead th:first-child,
	.table2 thead td:first-child,
	.table2 tbody th:first-child,
	.table2 tbody td:first-child {
	    padding-left: 0px;
	}
	.table2 thead th:last-child,
	.table2 thead td:last-child,
	.table2 tbody th:last-child,
	.table2 tbody td:last-child {
	    padding-right: 0px;
	}

	.faq-wrap {
	    padding-bottom: 100px;
	}
	body .innerpagetextbox.faqtitlebox {
	    margin-bottom: 30px !important;
	}
	.innerpagesidebar .widget {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    overflow: hidden;
	    border-radius: 15px;
	    margin-bottom: 50px;
	    box-shadow: 0 3px 15px rgb(116 92 92 / 0.16);
	}
	.innerpagesidebar .widget:last-child {
		margin-bottom: 0px; 
	}
	.innerpagesidebar .widget .widget-title {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    background-color: #595859;
	    color: #FFFFFF;
	    text-align: center;
	    font-size: 22px;
	    font-weight: 300;
	    letter-spacing: 0.25px;
	    padding: 15px 30px;
	    margin-bottom: 25px;
	}
	.innerpagesidebar .widget > div {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    padding: 0 30px 30px;
	}
	.innerpagesidebar .widget .enquirytitledp {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    margin-bottom: 5px;
	    text-align: center;
	}
	.innerpagesidebar .widget.widget_nav_menu ul {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: center;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	.innerpagesidebar .widget.widget_nav_menu ul > li {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    border-bottom: 1px solid #DED9D9;
	    margin-bottom: 14px;
	    padding-bottom: 12px;
	}
	.innerpagesidebar .widget.widget_nav_menu ul > li:last-child {
	    border-bottom: none;
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	}
	.innerpagesidebar .widget.widget_nav_menu ul > li > a:hover, 
	.innerpagesidebar .widget.widget_nav_menu ul > li > a:focus {
	    color: #C98188;
	}
    
    body .enquiryform .gform_wrapper ul.gform_fields li.gfield:nth-child(1) {
        margin-top: 0px !important;
    }
	body .enquiryform .gform_wrapper ul.gform_fields li.gfield {
		margin-top: 8px !important;
	}
	body .enquiryform .gform_wrapper input[type=email], 
	body .enquiryform .gform_wrapper input[type=number], 
	body .enquiryform .gform_wrapper input[type=password], 
	body .enquiryform .gform_wrapper input[type=tel], 
	body .enquiryform .gform_wrapper input[type=text], 
	body .enquiryform .gform_wrapper input[type=url], 
	body .enquiryform .gform_wrapper select, 
	body .enquiryform .gform_wrapper textarea {
		padding-left: 15px !important;
		padding-right: 15px !important;
		text-align: center !important;
		box-shadow: none !important;
		border-width: 0 0 1px 0 !important;
		border-bottom-color: #DED9D9 !important;
    	border-radius: 0px!important;
	}
	body .enquiryform .gform_wrapper textarea {
		height: 50px !important;
		-webkit-transition: height .3s ease-in-out;
		-o-transition: height .3s ease-in-out;
		transition: height .3s ease-in-out;
	}
	body .enquiryform .gform_wrapper textarea:focus, 
	body .enquiryform .gform_wrapper textarea.active {
	    height: 80px !important;
	}
	body .enquiryform .gform_wrapper input[type=email]:focus, 
	body .enquiryform .gform_wrapper input[type=number]:focus, 
	body .enquiryform .gform_wrapper input[type=password]:focus, 
	body .enquiryform .gform_wrapper input[type=tel]:focus, 
	body .enquiryform .gform_wrapper input[type=text]:focus, 
	body .enquiryform .gform_wrapper input[type=url]:focus, 
	body .enquiryform .gform_wrapper select:focus, 
	body .enquiryform .gform_wrapper textarea:focus {
	    border-color: #C98188 !important;
	}
	body .enquiryform .gform_wrapper input[type=submit], 
	body .enquiryform .gform_wrapper input[type=button], 
	body .enquiryform .gform_wrapper input[type=reset], 
	body .enquiryform .gform_wrapper .button {
		max-width: 132px !important;
		margin-bottom: 10px !important;
		padding: 8px 15px !important;
		font-size: 16px !important;
		line-height: 16px !important;
    	border-radius: 40px !important;
	}
	body .enquiryform .gform_wrapper .gform_confirmation_message,
	body .enquiryform .gform_wrapper div.validation_error {
		margin: 15px 0 0 0px !important;
	}
	body .enquiryform .gform_wrapper .validation_message {
	    text-align: center !important;
	}

	@media only screen and (max-width: 1199px) {
		.ingredientlist-wrap {
		    padding-top: 80px;
		    padding-bottom: 80px;
		}
	}
	@media only screen and (min-width: 1025px) {
		.innerpage-wrap .innerpageleft {
		    padding-right: 10px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.innerpage-wrap {
		    padding-top: 40px;
		    padding-bottom: 40px;
		}
		.innerpagesidebar .widget {
			margin-bottom: 40px;
		}
		.faq-wrap {
		    padding-bottom: 40px;
		}
		body .innerpagetextbox,
		body .innerpageseparator {
			margin-bottom: 30px !important;
		}
		table.table {
		    font-size: 14px;
		}
		table.table thead th, table.table thead td {
			font-size: 18px;
		}
		table.table th, table.table td {
			padding: 14px;
		}
		.ingredientlist-wrap {
		    padding-top: 60px;
		    padding-bottom: 60px;
		}
		.table-responsive {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }
		.table1 thead th, .table1 thead td {
			font-size: 20px;
		}
		.table1 td, .table1 th {
		    padding: 15px;
		    min-width: 200px;
		}
		.innerpagesidebar .widget .widget-title {
			font-size: 20px;
			padding: 12px 20px;
		}
		.innerpagesidebar .widget .enquirytitledp,
		.innerpagesidebar .widget.widget_nav_menu ul > li > a {
			font-size: 14px;
		}
		.innerpagesidebar .widget > div {
			padding: 0 20px 20px;
		}
		.innerpagesidebar .widget.widget_nav_menu ul > li {
			margin-bottom: 12px;
			padding-bottom: 10px;
		}
		.titlebox1 {
		    font-size: 25px;
		    margin-bottom: 30px !important;
	    }
	    .table2 thead th, .table2 thead td {
	    	font-size: 36px;
	    }
	    .table2 .memberships-title {
			border-radius: 8px;
			padding: 10px 10px 8px;
	    }
	    .table2 td, .table2 th {
		    padding: 30px 10px;
		}
		.table2 tbody tr.odd th {
			font-size: 25px;
		}
		.table2 tbody td {
		    font-size: 14px;
		}
		.innerpagetextbox .innerpagetitle-h3 {
		    font-size: 25px;
		}
		.underline-h3 {
            margin-bottom: 10px !important;
        }
	}
	@media only screen and (min-width: 801px) {
	    .mobailsidebar {
            display: none !important;
            margin-bottom: 0 !important;
        }
	}
	@media only screen and (max-width: 800px) {
		table.table thead th, table.table thead td {
		    font-size: 16px;
		}
		.table1 {
		    font-size: 14px;
		}
		.table2 thead {
		    border: none;
		    clip: rect(0 0 0 0);
		    height: 1px;
		    margin: -1px;
		    overflow: hidden;
		    padding: 0;
		    position: absolute;
		    width: 1px;
		}
		.table2 tr {
			border-top: 1px solid #DED9D9;
            border-right: 1px solid #DED9D9;
            border-left: 1px solid #DED9D9;
			display: block;
			margin-bottom: 15px;
		}
		.table2 td {
		    border-bottom: 1px solid #DED9D9;
		    display: block;
		    text-align: right;
		}
		.table2 tbody td {
			text-align: right;
		}
		.table2 tr.odd {
		    margin-bottom: 0;
			background-color: #F8F7F7;
		}
		.table2 tbody tr.odd th {
		    border: none;
		}
		.table2 td, .table2 th {
		    padding: 10px !important;
		}
		.table2 tbody th:before,
		.table2 tbody td:before {
		    content: attr(data-label);
		    float: left;
		    padding-right: 15px;
		    font-family: 'Gaslight', serif;
		    font-weight: 300;
		    font-size: 22px;
		    line-height: 1;
		}

		.table2 td, .table2 th {
		    padding: 20px 10px;
		}
		.innerpageright {
            display: none !important;
        }
        .mobailsidebar {
            margin-top: 30px;
            margin-bottom: 0 !important;
        }
	}
	@media only screen and (min-width: 768px) {
		.faq-tabs.vc_tta.vc_general .vc_tta-tab:nth-child(1) > a {
		    padding-left: 0;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-tab>a {
			padding: 18px 15px;
			min-width: 150px;
			border-width: 0;
			border-bottom: 1px solid #DED9D9;
		}
		.faq-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a,
		.faq-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
		    background-color: transparent !important;
		    color: #585858 !important;
		}
		.faq-tabs.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
		.faq-tabs.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
		    overflow: visible;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-tab>a:before {
		    content: "";
		    left: 0;
		    right: 0 !important;
		    top: auto !important;
		    bottom: -1.5px;
		    position: absolute;
		    z-index: 1;
		    display: block !important;
		    background-color: transparent;
		    height: 4px !important;
		    width: auto !important;
			-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;
		}
		.faq-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a:before {
			background-color: #F1D0D3;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel-body {
			padding: 30px 0px 0px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.faq-tabs.vc_tta.vc_general .vc_tta-tab>a {
			padding: 15px;
		}
	}
	@media only screen and (max-width: 767px) {
		.innerpage-wrap {
		    padding-top: 30px;
		    padding-bottom: 30px;
		}
		.innerpagesidebar .widget {
			margin-bottom: 30px;
		}
		.innerpageright {
		    margin-top: 30px;
		}
		.innerpagesidebar {
		    margin-bottom: 0 !important;
		}
		body .innerpagetextbox.faqtitlebox {
		    margin-bottom: 20px !important;
		}
		.faq-wrap {
		    padding-bottom: 30px;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel-title>a {
			padding: 12px 15px;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel-body {
			padding: 20px 15px 30px;
		}
		.faq-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
		    background-color: #FAF7F7;
		}
		.faq-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
			background-color: #F1D0D3;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel {
		    border-bottom: 1px solid rgba(222, 217, 217, 0.4);
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel:last-child {
			border-bottom: none;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel-title>a:before {
		    content: "+";
		    font-size: 45px;
		    font-family: 'Gaslight', serif;
		    font-weight: 300;
		    height: 46px;
		    line-height: 51px;
		    width: 46px;
		    position: absolute;
		    text-align: center;
		    display: block;
		    top: 0;
		    left: auto;
		    right: 0;
		}
		.faq-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
		    content: "-";
		}
		.ingredientlist-wrap {
		    padding-top: 40px;
		    padding-bottom: 40px;
		}
	}
	@media only screen and (max-width: 480px) {
		table.table {
		    font-size: 12px;
		}
		table.table thead th, 
		table.table thead td {
		    font-size: 14px;
		}
		table.table th, 
		table.table td {
		    padding: 8px 12px;
		}
	}

	.difference-wrap {
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.difference-box h2 {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    font-size: 30px;
	    margin-bottom: 0;
	}
	.difference-box hr {
	    background-color: #DED9D9;
	    margin: 20px auto;
	    width: 100%;
	    max-width: 195px;
	}
	.difference-box p {
	    font-size: 20px;
	    line-height: 1.4;
	    margin-bottom: 30px;
	}
	@media only screen and (max-width: 1024px) {
		.difference-wrap {
		    padding-top: 40px;
		    padding-bottom: 30px;
		}
		.difference-box h2 {
			font-size: 25px;
		}
		.difference-box hr {
			margin: 15px auto;
		    max-width: 155px;
		}
		.difference-box p {
		    font-size: 16px;
		    margin-bottom: 20px;
		}
	}

	/*.leftrighttextimg-wrap > .wpb_column {*/
	/*    margin: 0 auto;*/
	/*    max-width: 1920px;*/
	/*    float: none;*/
	/*}*/
	.leftrightsingleimg .wpb_single_image {
	    visibility: hidden;
	    opacity: 0;
	}
	.blocktitle {
	    display: block;
	    width: 100%;
	    max-width: 488px;
	    padding: 40px;
	    margin: 0 auto;
	}
	.blocktitle h2 {
	    font-size: 45px;
	    line-height: 1;
	    margin-bottom: 0;
	}
	.blocktitle hr {
	    background-color: #DED9D9;
	    margin: 10px auto 20px;
	    width: 100%;
	    max-width: 195px;
	}
	.blocktitle p {
	    font-size: 20px;
	    line-height: 1.4;
	    margin-bottom: 15px;
	}
	.blocktitle .btnbox2 {
	    font-size: 16px;
	    line-height: 16px;
	    padding: 10px 35px 8px;
	    border-radius: 40px;
	}
	@media only screen and (max-width: 1199px) {
		.blocktitle h2 {
		    font-size: 36px;
		}
		.blocktitle p {
		    font-size: 18px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.blocktitle h2 {
		    font-size: 32px;
		}
		.blocktitle p {
		    font-size: 16px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 800px) {
		.blocktitle h2 {
		    font-size: 25px;
		}
		.blocktitle p {
		    font-size: 14px;
		}
	}
	@media only screen and (min-width: 768px) {
		.leftrighttextimg-wrap .order-1 {
		    -webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		    order: -1;
		}
	}
	@media only screen and (max-width: 480px) {
		.blocktitle h2 {
		    font-size: 28px;
		}
	}
/*=============================================
=            Contact Map Css                  =
=============================================*/

	.mapbox {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    padding-top: 38%;
	    min-height: 320px;
	}


/*=============================================
=            Results Css                  =
=============================================*/

	.lg-outer .lg-thumb {
	    margin-left: auto;
	    margin-right: auto;
	}
	.beforeafter_wrap {
	    padding-top: 20px;
	    padding-bottom: 100px;
	}
	.beforeafter_wrap > .wpb_column {
	    max-width: 785px;
	    margin: 0 auto;
	    float: none;
	}
	.beforeafterslider {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    position: relative;
	}
	.beforeafterslider .slider-for {
	    margin-bottom: 24px;
	}
	.beforeafterslider .slider-nav {
	    margin: 0 -5px;
	}
	.beforeafterslider .slider-nav .slick-slide {
	    padding: 0 5px;
	}
	.beforeafterslider .slider-nav .thumbnialsimg {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    padding-top: 53.8%;
	    position: relative;
	    overflow: hidden;
	}
	.beforeafterslider .slider-nav .thumbnialsimg img {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	}
	.beforeafterslider .slider-for:before {
	    content: "Before";
	    font-size: 16px;
	    color: #585858;
	    text-transform: uppercase;
	    text-align: center;
	    background-color: rgba(255, 255, 255,85%);
	    width: 80px;
	    height: 34px;
	    line-height: 34px;
	    position: absolute;
	    left: 15px;
	    right: auto;
	    top: 15px;
	    z-index: 1;
	}
	.beforeafterslider .slider-for:after {
	    content: "After";
	    font-size: 16px;
	    color: #585858;
	    text-transform: uppercase;
	    text-align: center;
	    background-color: rgba(255, 255, 255,85%);
	    width: 80px;
	    height: 34px;
	    line-height: 34px;
	    position: absolute;
	    right: auto;
	    right: 15px;
	    top: 15px;
	    z-index: 1;
	}
	.beforeafterslider .imgcaption {
	    background-color: rgba(255, 255, 255, 0.85);
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    max-width: 400px;
	    position: absolute;
	    left: 15px;
	    right: 15px;
	    bottom: 15px;
	    top: auto;
	    padding: 12px;
	}
	.beforeafterslider .imgcaption p {
	    margin-bottom: 5px;
	    line-height: 1.2;
	}
	.beforeafterslider .imgcaption p:last-child {
	    margin-bottom: 0;
	}
	.beforeafterslider .imgcaption .imgcaptionfirst {
	    margin-bottom: 25px;
	}
	@media only screen and (max-width: 1199px) {
		.beforeafter_wrap {
		    padding-bottom: 80px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.beforeafter_wrap {
		    padding-bottom: 60px;
		}
	}
	@media only screen and (max-width: 767px) {
		.beforeafter_wrap {
			padding-top: 0;
		    padding-bottom: 40px;
		}
	    .beforeafterslider .slider-for:before,
	    .beforeafterslider .slider-for:after,
	    .beforeafterslider .imgcaption p {
	        font-size: 14px;
	    }
	    .beforeafterslider .slider-for:before,
	    .beforeafterslider .slider-for:after {
	        height: 30px;
	        line-height: 30px;
	    }
	}
	@media only screen and (max-width: 480px) {
	    .beforeafterslider .slider-nav {
	        margin: 0 -3px;
	    }
	    .beforeafterslider .slider-nav .slick-slide {
	        padding: 0 3px;
	    }
	    .beforeafterslider .slider-for {
	        margin-bottom: 15px;
	    }
	    .beforeafterslider .imgcaption {
	        position: static;
	        max-width: 100%;
	        text-align: center;
	        background-color: #FAF7F7;
	    }
	    .beforeafterslider .imgcaption .imgcaptionfirst {
	        margin-bottom: 12px;
	    }
	}

	.videotext-wrap .videotextbg {
	    position: relative;
	    z-index: 1;
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.videotext-wrap .videotextbg:before {
		content: "";
		left: -9999%;
		right: 47%;
		top: 0;
		bottom: 0;
		display: block;
		position: absolute;
		background-color: #ffffff;
	}
	.videotext .quote {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    margin-bottom: 50px;
	}
	.videotext h3,
	.videotext h4 {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    font-size: 25px;
	    letter-spacing: 0.25px;
	    color: #FFFFFF;
	    max-width: 350px;
	    line-height: 1.4;
	    margin-bottom: 25px;
	}
	.videotext hr {
	    margin-top: 20px;
	    margin-bottom: 20px;
	    background-color: #DED9D9;
	    width: 75px;
	}
	.videotext h4 {
	    margin-bottom: 35px;
	}
	.videotext .morebtn {
	    display: inline-block;
	    vertical-align: middle;
	    text-align: center;
	    background-color: #595859;
	    border: 2px solid #FFFFFF;
	    color: #FFFFFF;
	    font-size: 20px;
	    line-height: 20px;
	    font-weight: 400;
	    text-transform: uppercase;
	    padding: 12px 35px 10px;
	}
	.videotext .morebtn:hover,
	.videotext .morebtn:focus {
		border-color: #FFFFFF;
		background-color: #FFFFFF;
		color: #595859;
	}
	@media only screen and (max-width: 1199px) {
		.videotext-wrap .videotextbg {
			padding-top: 80px;
			padding-bottom: 80px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.videotext-wrap .videotextbg {
			padding-top: 60px;
			padding-bottom: 60px;
		}
		.videotext .quote,
		.videotext h3,
		.videotext h4,
		.videotext hr {
			font-size: 20px;
			margin-bottom: 20px;
		}
	}
	@media only screen and (max-width: 768px) {
		.videotext-wrap .videotextbg {
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.videotext-wrap .videotextbg:before {
		    left: -9999%;
		    right: -9999%;
		    top: 0;
		    bottom: 40%;
		}
		.videotext {
		    text-align: center;
		    padding-bottom: 40px;
		}
		.videotext hr {
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 0;
		}
	}
	
/* Membership Mobile Table  */
@media only screen and (min-width: 801px) {
    .membershiptable-mobile {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .membershiptable-desktop {
        display: none;
    }
}
.membership-selectbox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}
.membership-selectbox .selector-dropdown {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-width: 0 0 1px;
    background-color: transparent;
    padding-left: 0;
}
.membership-table {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
}
.membership-table .membership-tablerow {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-top: -1px;
}
.membership-table .membership-tablerow:last-child{
	border-bottom: 1px solid #DED9D9;
}
.membership-table .membership-tablerow .membership-tabletitle {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    padding-right: 15px;
    font-family: 'Gaslight', serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
}
.membership-table .membership-tablerow .membership-tabletd {
    display: none;
    vertical-align: top;
    width: 100%;
    border-top: 1px solid #DED9D9;
    border-left: 1px solid #DED9D9;
    border-right: 1px solid #DED9D9;
    padding: 6px 10px;
    font-family: 'Gaslight', serif;
    font-weight: 300;
    line-height: 1;
    font-size: 20px;
}
.membership-table .membership-tablerow .membership-tabletd[data-custom-type="1plansled"],
.membership-table .membership-tablerow .membership-tabletd[data-custom-type="2plansled"]{
	display: block;
}
.membership-table .membership-tablerow .membership-tabletd span {
    display: block;
    /*font-family: "Nunito", sans-serif;*/
    font-family: 'Orpheus Pro' !important;
    line-height: 1.3;
    font-size: 14px;
    margin-top: 5px;
}
.page-id-742 .page_title .pagetitle-text h1,
.page-id-742 .page_title .pagetitle-text p{
	color: #fff;
}
.page-id-742 .page_title .pagetitle-text p a {
	color: #FFF !important;
	border-color: #fff !important;
}
/*p.only_plastic {
	display: none !important;
}*/
.page-id-742 p.only_plastic {
	display: block !important;
}
.page-id-742 p.only_plastic {
	margin-top: 40px;
}
.page-id-742 .page_title .pagetitle-row {
	flex-direction: row-reverse;
}
.page-id-742 .page_title .pagetitle-text p a:hover {
	color: #585858 !important;
	background: #fff !important;
}
.page-id-742 .innerpagesidebar p {
	display: block !important;
	text-align: center;
	margin-bottom: 40px;
}
.page-id-742 .page_title .pagetitle-row:before {
	z-index: -1;
	background-image: none !important;
	background: linear-gradient(#f1d0d3 0%, #cb9fa3 100%) !important;
}