/*
Theme Name: Rockstar
Author: Ilona Ferenc
Author URI: http://ilonaferenc.co.uk
Description:  Theme created for Rockstar Property Partners
Version: 1.5.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: entertainment, holiday, custom-header, featured-images, featured-image-header
Text Domain: rockstar

Theme created for Rockstar Property Partners.

Rockstar theme, Copyright 2021 Ilona Ferenc.
This theme is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Rockstar theme bundles the following third-party resources:

- Bootstrap framework
Bootstrap 5 (https://getbootstrap.com/)
Copyright 2011-2021 The Bootstrap Authors
Copyright 2011-2021 Twitter, Inc.
Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

- Font Awesome
Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,800;1,400&display=swap');

/*@font-face {
    font-family: 'DINPro';
    src: local('DINPro-Bold'),
        url('assets/fonts/subset-DINPro-Bold.woff2') format('woff2'),
        url('assets/fonts/subset-DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

/* Variables */
:root {
	/* Colors */
	--global--color-yellow: #d0b027;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #351c7a;
    text-decoration: none;
}

a:hover {
    color: #351c7a;
    text-decoration: none;
}

.has-large-font-size {
	font-size: 24px!important;
}

.btn,
input[type="submit"],
.wp-block-button__link,
.everest-forms .everest-forms-part-button,
.everest-forms a.button:not(.button-large), .everest-forms button.button:not(.button-large),
.everest-forms button[type=submit],
.everest-forms input[type=submit] {
    padding: 1px 18px;
    border-radius: 0;
    border-color: #b827d0;
    background-color: rgba( 255, 255, 255, 0 );
    transition: background 0.5s;
	color: #b827d0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.everest-forms .everest-forms-part-button:hover,
.everest-forms a.button:not(.button-large), .everest-forms button.button:not(.button-large):hover,
.everest-forms button[type=submit]:hover,
.everest-forms input[type=submit]:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #b827d0;
}

.wp-block-buttons {
    justify-content: center;
}

.wp-block-button {
    margin-top: 2em;
}

.wp-block-button__link {
    border-radius: 25px;
}

.btn:hover,
.btn:focus {
    color: #b827d0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe,
figure {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #351c7a;
}

blockquote,
blockquote.blockquote {
    padding-left: 0;
    border-left: 0;
    font-size: 1.15rem;
    font-style: italic;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.8em;
    }
}

h3 a {
    color: #351c7a;
}

.pink {
    color: #d2489a;
}

.subheading {
    text-align: center;
    color: #351c7a;
    font-size: 1.7rem;
    margin-bottom: 1em;
}

hr {
    max-width: 100px;
    margin-left: 0;
    margin-right: 0;
}

hr.is-style-wide {
    max-width: 100%;
}

table {
    width: 100%;
}

table td,
table.wp-block-table.is-style-stripes td,
table th {
    border: 1px solid #767676;
    padding: 10px;
}

.section {
    padding: 30px 0 90px;
    text-align: center;
}

.lead {
    font-size: 1.1rem;
    font-weight: 600;
}

b, strong {
    font-weight: 600;
}



/* --- PAGE --- */
.quick-contact-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    text-align: center;
}

@media(max-width:768px){
    .quick-contact-wrapper{
        display: none;
    }
}

.quick-contact-wrapper i {
    margin-left: 0.5rem;
}

.quick-contact-wrapper .social-media-wrapper a:first-child i {
    margin-left: 0;
}

.home .main svg.bottom-skew {
    margin-top: -1px;
}

.quick-contact-wrapper a {
    color: #351c7a;
}

.quick-contact-wrapper .telephone-link {
    font-size: 1.5rem;
    font-weight: 600;
}

.floating-button-wrapper {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    transform: translateY(-50%);
}

.floating-button-wrapper a {
    padding: 9px 13px;
    background: linear-gradient(to bottom, #bf953f, #fcf6ba, #b38728);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #2b2b2b!important;
    font-weight: 600;
}

.floating-button-wrapper i {
    position: absolute;
    top: -15px;
    left: -7px;
    color: #dcdcdc;
}

.floating-button-wrapper i:hover {
    cursor: pointer;
}

@media (min-width: 769px) {
    header .site-logo {
        margin-bottom: 1.7em;
    }
}

header .custom-logo-link img {
    max-height: 90px;
    width: auto;
}

@media (min-width: 769px) {
    header .navbar {
        flex-direction: column;
    }
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.4);
    box-shadow: none;
}

header .navbar #menu-main-menu > li,
header .navbar #menu-about-kane-pages-menu li {
    position: relative;
    margin: 0 1.5em;
}

@media (max-width: 768px) {
    header .navbar li {
        margin-left: 0;
        padding: 4px 0;
        font-size: 1.2rem;
    }
}

header .navbar a {
    padding: 0 0.5em;
    color: #212529;
    text-transform: uppercase;
}
header .navbar  #menu-main-menu > li > a:hover {
    background-color: rgba(184,39,208, 0.8);
    color: #fff;
}

header .sub-menu {
    list-style: none;
    padding-left: 0;
}

@media(min-width:769px){
    header .sub-menu {
        display: none;
        position: absolute;
        top: 23px;
        left: 0;
        width: 150px;
        background-color: rgba(184,39,208, 0.8);
        color: #fff;
    }

    header li.menu-item-has-children:hover .sub-menu {
        display: block;
    }

    header .sub-menu a {
        display: inline-block;
        margin: 0.5rem 0;
        color: #fff;
    }
}

header .navbar .current-menu-item a {
    background-color: rgba(184,39,208, 0.8);
}

header .navbar .current-menu-item a {
    color: #fff;
}

.page-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 9;
    content: '';
    background-color: rgba( 0,0,0,0.15 );
}

@keyframes bannerheadlines{
    0% {
        opacity:0;
        transform: translate(0,150px);
    }
    30% {
        opacity:1;
        transform: translate(0,-50%);
    }
    100% {
        opacity:1;
        transform: translate(0,-50%);
    }
}

.page-banner .subheadline {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 2px 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(184,39,208, 0.8);
}

.image-banner {
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center center;
}

.video-banner {
    height: 80vh;
}

@media(min-width:1440px){
	.image-banner,
	.video-banner {
		height: 60vh;
	}
}

.image-full-banner {
	height: 100vh;
}

@media( max-width:768px) {
    .image-banner {
        height: 90vh;
    }
}

.home .video-banner {
	height: 100vh;
}

.video-banner .video-wrapper {
    position: relative;
	z-index: 8;
    padding-top: 56.25%;
    top: 50%;
    transform: translateY(-50%);
}

.video-banner .video-wrapper iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*
.video-wrapper {
    height: 90vh;
}*/

.banner_text {
    opacity: 0;
    position: absolute;
	z-index: 9;
    max-width: 560px;
    top: 55%;
    transform: translateY(-50%);
}

@media(max-width:768px) {
    .banner_text {
        top: 45%;
        margin: 0 2vh;
    }
}

.rockstar-loaded .banner_text {
    -webkit-animation-name: bannerheadlines;
    animation-name: bannerheadlines;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.banner_text h1 {
    margin-bottom: 0;
    color: #fff;
	font-weight: 800;
    text-shadow: 1px 1px 10px #484848;
}

.banner_text h1::after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 0.05em;
	border-radius: 5px;
	background-color: #b827d0;
}

.home .banner_text h1 {
    /*font-family: 'DINPro';*/
    font-weight: 600;
    font-style: normal;
    font-size: 3.5rem;
}

@media(max-width:576px){
    .home .banner_text h1 {
        font-size: 2.5rem;
    }
}

#chevron-scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9%;
	z-index: 10;
    padding: 0 0.3em;
    border: 3px solid #fff;
    border-radius: 35px;
    color: #fff;
    font-size: 2rem;
}

main {
    word-wrap: break-word;
}

.page-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 10px 0 30px;
}

.page main h2 {
    margin-top: 30px;
}

.widget ul {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 10px;
    padding-left: 25px;
}

.widget ul li:before {
    position: absolute;
    left: 0;
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
    font-size: 0.9em;
    font-weight: 900;
    color: #c0b283;
    display: inline-block;
    margin-right: 3px;
}

.widget ul a {
    border: 0;
}

.purple-background {
    padding: 4em 0;
    background: rgb(53,28,122);
    background: linear-gradient(90deg, rgba(53,28,122,1) 0%, rgba(177,38,203,1) 100%);
    color: #fff;
}

.purple-background h1,
.purple-background h2,
.purple-background h3  {
    color: #fff;
}

.purple-background h2 {
    margin-bottom: 1.2em;
}

.purple-background .btn {
    color: #fff;
    border-color: #fff;
}

.info-wrapper {
    margin-bottom: 1em;
}

.info-label {
    display: block;
    text-transform: uppercase;
    color: #b827d0;
    font-weight: 600;
}

.everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) {
    margin-left: 0;
    margin-right: 0;
}

.everest-forms .evf-field-label {
    margin-bottom: 3px;
}

.evf-label {
    text-transform: uppercase;
    color: #351c7a;
    font-size: 1.2em;
    font-weight: 800;
}

.everest-forms input[type=date],
.everest-forms input[type=datetime-local],
.everest-forms input[type=email],
.everest-forms input[type=file],
.everest-forms input[type=image],
.everest-forms input[type=month],
.everest-forms input[type=number],
.everest-forms input[type=password],
.everest-forms input[type=range],
.everest-forms input[type=search],
.everest-forms input[type=tel],
.everest-forms input[type=text],
.everest-forms input[type=time],
.everest-forms input[type=url],
.everest-forms input[type=week],
.everest-forms select,
.everest-forms textarea {
    border-radius: 0;
    border-color: #351c7a;
    background-color: #efefef;
}

@media (min-width: 769px) {
    .everest-forms .evf-field-container .evf-frontend-row textarea {
        height: 270px;
    }
}

abbr.required {
    display: none;
}

.accordion-item {
    border: 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #b827d0;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-image: none;
    color: #351c7a;
}

/* About us page */
.page-template-page-about #main {
    padding-bottom: 4em;
}

#timeline {
    margin: 4em 0 3em;
}

@media(max-width:768px){
    #timeline-wrapper {
        margin-top: 3em;
    }
}

@media(min-width:769px){
    #timeline-wrapper {
        margin-top: 6em;
    }

    .timeline-item:nth-child(1) {
        margin-top: 80px;
    }

    .timeline-item:nth-child(1) .year-label {
        transform: translate(50%, -255%);
    }

    .timeline-item:nth-child(2) {
        margin-top: -370px;
    }

    .timeline-item:nth-child(3) {
        margin-top: 20px;
    }

    .timeline-item:nth-child(4) {
        margin-top: -40px;
    }

    .timeline-item:nth-child(5) {
        margin-top: -170px;
    }

    .timeline-item:nth-child(6) {
        margin-top: 50px;
    }

    .timeline-item:nth-child(7) {
        margin-top: 20px;
    }
}

#gallery-2 img,
#gallery-1 img {
    border: none!important;
}

#gallery-1 .gallery-item:first-child,
#gallery-2 .gallery-item:first-child {
    width: 46%;
    margin-right: 2%;
}

#team-members-wrapper {
    padding: 2.5em 0 3em;
    text-align: center;
}

#team-members-wrapper img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 3px solid #b827d0;
    margin: 1.5em 0;
}

#team-members-wrapper .row > div:nth-child(2n) img {
    border-color: #d0b027;
}

#team-members-wrapper .info-wrapper,
#team-members-wrapper h3 {
    max-width: 260px;
    margin: 0 auto;
}

#team-members-wrapper h3 {
    text-transform: uppercase;
}

#team-members-wrapper .info-wrapper {
    margin: 0.8rem auto 4rem;
}


#alliances-wrapper {
    text-align: center;
}

@media(min-width:769px){
    #alliances-wrapper {
        padding: 3em 0 4em;
    }
}

#legal-info-wrapper {
    padding: 1.5em 0 0;
}

@media(min-width: 769px){
	#legal-info-wrapper {
	    padding-bottom: 1.5rem;
	}
}

#legal-info-wrapper .purple-background {
	display: flex;
	flex-wrap: wrap;
	min-height: 50vh;
	padding: 3em 2em;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media(min-width:769px){
	#legal-info-wrapper .purple-background {
		padding: 8em 9em;
		height: 100%;
	}
}
@media(min-width:992px){
	#legal-info-wrapper .purple-background {
		padding: 3em 2em;
	}
}
@media(min-width:1200px){
	#legal-info-wrapper .purple-background {
		padding: 4em 2em;
	}
}
@media(min-width:1400px){
	#legal-info-wrapper .purple-background {
		padding: 8em 9em;
	}
}

@media(min-width:992px){
	#legal-info-wrapper .purple-background h2 {
		font-size: 1.85rem;
	}
}
@media(min-width: 1400px){
	#legal-info-wrapper .purple-background h2 {
		font-size: 2.3rem;
	}
}

#legal-info-wrapper .legal-info-column {
	display: flex;
	position: relative;
	min-height: 50vh;
	padding: 2em 2em 3.5em;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-size: cover;
	text-align: center;
}
@media(min-width:769px){
	#legal-info-wrapper .legal-info-column {
		padding: 3em 6em;
		height: 100%;
	}
}
@media(min-width:992px){
	#legal-info-wrapper .legal-info-column  {
		padding: 1em 2em;
	}
}
@media(min-width:1400px){
	#legal-info-wrapper .legal-info-column  {
		padding: 8em 9em;
	}
}

#legal-info-wrapper .legal-info-column::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.4 );
}

#legal-info-wrapper .legal-info-column * {
	color: #fff;
	z-index: 1;
	border-color: #fff;
}

#legal-info-wrapper .legal-info-column h3 {
	font-size: 2em;
}

#legal-info-wrapper .legal-info-column p {
	font-size: 1.2em;
}

@media(min-width:769px) {
    #legal-info-wrapper .top-section {
        margin-bottom: 2em;
    }
}

#legal-info-wrapper h2 {
    margin-bottom: 0.7em;
}

#legal-info-wrapper .legal-info-column {
	margin-bottom: 2em;
}

@media(max-width:991px) {
    #legal-info-wrapper .col-md-4 {
        margin-top: 2em;
    }
}

/*#legal-info-wrapper div[class^="col"]:first-child .legal-info-column {
    padding-right: 0.8em;
}

@media(min-width:769px) {
    #legal-info-wrapper div[class^="col"]:nth-child(2) .legal-info-column {
        padding-left: 0.8em;
    }
}*/

@media(min-width:769px) {
    #legal-info-wrapper .btn {
        margin-top: 1.8em;
        font-size: 1.3rem;
    }
}

#legal-info-wrapper .legal-info-column h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}
/* End About us page */

/* About Kane Andrews page*/
.three-boxes > div {
	margin-top: 1.4rem;
}

.three-boxes .purple-background {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 50vh;
	height: 100%;
	padding: 3em 2em;
	text-align: center;
}

@media(min-width:769px){
	.three-boxes .purple-background {
		padding: 8em 9em;
	}
}
@media(min-width:992px){
	.three-boxes .purple-background{
		padding: 3em 2em;
	}
}
@media(min-width:1200px){
	.three-boxes .purple-background{
		padding: 4em 2em;
	}
}
@media(min-width:1400px){
	.three-boxes .purple-background {
		padding: 8em 4.5em;
	}
}

.three-boxes .purple-background h2 {
	margin-bottom: 0;
}
.three-boxes .purple-background h2:last-of-type {
	margin-bottom: 1.2em;
}
@media(min-width:992px){
	.three-boxes .purple-background h2 {
		font-size: 2em;
	}
}
@media(min-width:1400px){
	.three-boxes .purple-background h2 {
		font-size: 2.75em;
	}
}

.kane-andrews-bckg {
	height: 100%;
	min-height: 400px;
	background-image: url('https://rockstar.smallbusinesswebsites.co.uk/wp-content/uploads/2021/06/Kane-Smile.jpeg');
	background-size: cover;
	background-position: center;
}

#kanes-gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    padding: 6em 0 6em;
	height: 100%;
	background-color: #efefef;
}

#kanes-gallery-carousel-wrapper {
    padding-top: 2rem;
}

#packages-section-wrapper {
    padding: 4rem 0 8rem;
}

#packages-section-wrapper .post-thumbnail {
    margin-top: 2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#packages-section-wrapper .post-thumbnail:hover {
    transform: scale(1.05);
}

/*#kanes-gallery-wrapper .owl-carousel .owl-nav {
    width: 940px;
    left: -103px;
}*/

/* HMO Investment page */
/*body.page-template-page-hmo-investment {
    display: none;
}*/

body.page-template-page-hmo-investment #section-one {
    padding: 5rem 0;
}

@media( max-width: 768px ){
    body.page-template-page-hmo-investment #section-one {
        padding: 0 1em;
    }
}

body.page-template-page-hmo-investment #section-one .container-fluid {
    margin: 0;
    padding: 0;
}

@media(min-width: 769px) {
    body.page-template-page-hmo-investment #section-one iframe {
        width:100%;
        height: 460px;
    }
}

@media(min-width: 992px) {
    body.page-template-page-hmo-investment #section-one iframe {
        width:100%;
        height: 560px;
    }
}

@media(min-width: 1200px) {
    body.page-template-page-hmo-investment #section-one iframe {
        width:100%;
        height: 730px;
    }
}

@media(min-width: 1400px) {
    body.page-template-page-hmo-investment #section-one iframe {
        width:100%;
        height: 1000px;
        padding-bottom: 4em;
    }
}

body.page-template-page-hmo-investment #section-one p {
    margin-bottom: 2rem;
}

body.page-template-page-hmo-investment #section-one p:first-child,
#consultation-call-intro p:first-child {
    font-size: 2.1rem;
    color: var( --global--color-yellow );
    background-clip: text;
    background-size: 100%;
    background-image: linear-gradient(
	to right,
	#462523 0,
       	#cb9b51 22%,
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
    text-fill-color: transparent;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#case-studies-wrapper {
    padding: 6rem 0;
}

#case-studies-wrapper h2 {
    margin-bottom: 3rem;
}

.case-wrapper {
    margin: 0 1rem 1.5rem;
    background-color: #efefef;
}

@media( max-width: 768px ){
    .case-wrapper {
        margin-bottom: 2rem;
    }
}

.case-wrapper img {
    width: 100%;
}

.case-info-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1rem 0;
}

#consultation-call-wrapper {
    padding: 6rem 0;
}

#consultation-call-intro {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #351c7a;
}

#evf-form-910 label {
    font-size: 1rem;
}

#evf-910-field_YsrAZi0ghw-5-container {
    margin-top: 0.5rem;
}

.evf-submit-container {
    margin-top: 1rem;
}

@media(min-width:769px){
    .page-template-page-banner header.main-header,
	.page-template-page-about header.main-header,
    .page-template-page-about-kane header.main-header,
	.page-template-page-contact header.main-header,
	.page-template-page-invest header.main-header,
	.page-template-page-hmo-investment header.main-header,
    .page-template-page-franchise header.main-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
	}
}

.page-template-page-banner .navbar a,
.page-template-page-about .navbar a,
.page-template-page-about-kane .navbar a,
.page-template-page-invest .navbar a,
.page-template-page-hmo-investment .navbar a,
.page-template-page-contact .navbar a,
.page-template-page-franchise .navbar a {
    color: #fff;
}

@media(max-width:768px){
    .page-template-page-banner header .navbar a,
    .page-template-page-about-kane header .navbar a,
    .page-template-page-franchise header .navbar a {
        color: #212529;
    }

    .page-template-page-banner header .navbar li.current-menu-item a,
    .page-template-page-about-kane header .navbar li.current-menu-item a,
    .page-template-page-franchise header .navbar li.current-menu-item a {
        color: #fff;
    }
}


/* --- FRONT PAGE --- */
.site-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
}
@media (max-width:768px){
	body.home .site-logo img {
		height: 60px;
	}
}
@media (min-width:769px){
	.site-logo {
		top: 40px;
		left: 40px;
	}
}

.main-header .checkbox {
  position: absolute;
  z-index: 99;
  display: block;
  height: 32px;
  width: 40px;
  top: 20px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}
@media (min-width:768px){
	.main-header .checkbox {
		top: 40px;
		right: 40px;
	}
}

#sliding-menu-btn {
	display: block;
	height: 32px;
	width: 40px;
	position: absolute;
	z-index: 98;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (min-width:768px){
	#sliding-menu-btn {
		top: 40px;
		right: 40px;
	}
}

#sliding-menu-btn .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #e1e1e1;
}

#sliding-menu-btn .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
input[type="checkbox"]:checked ~ #sliding-menu-btn .line1 {
  transform: rotate(45deg);
}

#sliding-menu-btn .line2 {
  transition: transform 0.2s ease-in-out;
}
input[type="checkbox"]:checked ~ #sliding-menu-btn .line2 {
  transform: scaleY(0);
}

#sliding-menu-btn .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
input[type="checkbox"]:checked ~ #sliding-menu-btn .line3 {
  transform: rotate(-45deg);
}

#sliding-menu-wrapper {
	opacity: 0;
	z-index: 97;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.5s;
}

input[type="checkbox"]:checked ~ #sliding-menu-wrapper {
	opacity: 1;
	background: #000;
	height: auto;
	overflow: auto;
}

.menu-main-menu-container {
	position: relative;
	min-height: 100vh;
	padding-top: 15vh;
}

@media (min-width:992px){
	.menu-main-menu-container {
		padding-left: 30vh;
		padding-top: 30vh;
	}
}
@media (min-width:1400px){
	.menu-main-menu-container {
		padding-left: 30vh;
		padding-top: 20vh;
	}
}

#sliding-menu-wrapper .menu-main-menu-container::before {
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	inset: 0;
	background-image: url('https://rockstar.smallbusinesswebsites.co.uk/wp-content/uploads/2022/10/NEWS-PAGE-3.jpg');
	background-size: cover;
	background-position: center;
	opacity: 0.7;
}

#sliding-menu-wrapper #menu-main-menu {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	padding-right: 2rem;
}

#sliding-menu-wrapper #menu-main-menu li {
	list-style: none;
	width: 100%;
}

#sliding-menu-wrapper #menu-main-menu li a {
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 1.3rem;
}
@media (min-width:768px){
	#sliding-menu-wrapper #menu-main-menu li a {
		font-size: 2.5rem;
	}
}
@media (min-width:992px){
	#sliding-menu-wrapper #menu-main-menu li a {
		font-size: 3.2rem;
	}
}
@media (min-width:1400px){
	#sliding-menu-wrapper #menu-main-menu li a {
		font-size: 3.4rem;
		line-height: 1.7em;
	}
}

#sliding-menu-wrapper .sub-menu {
	display: block;
	background: none;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.home .quick-contact-wrapper a,
.page-template-page-banner .quick-contact-wrapper a,
.page-template-page-about .quick-contact-wrapper a,
.page-template-page-about-kane .quick-contact-wrapper a,
.page-template-page-contact .quick-contact-wrapper a,
.page-template-page-invest .quick-contact-wrapper a,
.page-template-page-hmo-investment .quick-contact-wrapper a,
.page-template-page-franchise .quick-contact-wrapper a {
    color: #fff;
}

#pages-list{
	margin: 0.5rem 1rem;
}
#pages-list .block-wrapper,
.news-slider-item {
	height: 30vw;
	min-height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0.5rem 0;
}
.news-slider-item {
	margin: 0 0 0.5rem;
}
@media(min-width:768px){
	#pages-list .col-md-12 .block-wrapper {
		height: 45vw;
	}
	#pages-list .block-margins .news-slider {
		padding-left: 0.5rem;
	}
	#pages-list .block-margins .block-wrapper {
		margin-right: 0.5rem;
	}
	#pages-list .block-margins + .block-margins .block-wrapper {
		margin-left: 0.5rem;
		margin-right: 0;
	}
	#pages-list .block-margins:nth-child(2) .block-wrapper {
		margin-left: 0;
		margin-right: 0.5rem;
	}
}

#pages-list a {
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#pages-list .page-background {
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	transform: scale(1);
	transition: transform .5s ease;
}
#pages-list .block-wrapper:hover .page-background {
	transform: scale(1.05);
}
#pages-list .page-title {
	position: absolute;
	bottom: 5rem;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: #fff;
	padding: 0 1em;
	text-shadow: 1px 1px 10px #484848;
}
#pages-list .news-slider .page-title {
	bottom: 1.8rem;
}

@media(min-width: 1200px){
	#pages-list .page-title {
		font-size: 3.2rem;
		line-height: 1;
	}
}
@media(min-width: 1400px){
	#pages-list .page-title {
		font-size: 3.5rem;
	}
}

.home #section-one,
.page-template-page-about-kane #section-one {
    padding: 4em 0 1em;
}

#projects-wrapper {
    position: relative;
    max-width: 100%;
    padding-top: 0;
    overflow: hidden;
}

@media(max-width:768px) {
    #projects-wrapper,
    #kanes-gallery-wrapper {
        padding-top: 1em;
    }
}

#projects-wrapper h2 {
    color: #fff;
    margin-bottom: 1em;
}

#projects-wrapper svg,
#kanes-gallery-wrapper svg {
    position: absolute;
    bottom: 0;
}

.full-width-gallery.owl-carousel .owl-nav .owl-prev,
.full-width-gallery.owl-carousel .owl-nav .owl-next {
    color: #fff;
}

@media(max-width: 768px){
    #projects-wrapper .owl-item/*,
    #kanes-gallery-wrapper .owl-item*/ {
        width: 450px!important;
    }

    .owl-nav {
        display: none;
    }
}

@media(max-width: 568px){
    #projects-wrapper .owl-item/*,
    #kanes-gallery-wrapper .owl-item*/ {
        width: 280px!important;
    }

    .owl-nav {
        display: none;
    }
}

@media(min-width: 769px){
    #projects-wrapper .owl-item/*,
    #kanes-gallery-wrapper .owl-item*/ {
        width: 440px!important;
    }

    .full-width-gallery.owl-carousel .owl-nav .owl-prev {
        left: 1rem;
    }

    .full-width-gallery.owl-carousel .owl-nav .owl-next {
        right: 1rem;
    }

    #projects-wrapper .owl-nav/*,
    #kanes-gallery-wrapper .owl-nav*/ {
        position: absolute;
        top: 31%;
        left: 50%;
        width: 600px;
    }
}

@media(min-width: 1000px){
    #projects-wrapper .owl-item/*,
    #kanes-gallery-wrapper .owl-item*/ {
        width: 580px!important;
    }

    #projects-wrapper .owl-nav/*,
    #kanes-gallery-wrapper .owl-nav*/ {
        top: 36%;
        width: 750px;
    }
}

@media(min-width: 1200px){
    #projects-wrapper .owl-item/*,
    #kanes-gallery-wrapper .owl-item*/ {
        width: 780px!important;
    }

    .full-width-gallery.owl-carousel .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
    }

    #projects-wrapper .owl-nav/*,
    #kanes-gallery-wrapper .owl-nav*/ {
        top: 39%;
        width: 960px;
    }
}

@media(min-width: 1400px){
    #projects-wrapper .owl-item/*,
    #kanes-gallery-wrapper .owl-item*/ {
        width: 880px!important;
    }

    #projects-wrapper .owl-nav {
        position: absolute;
        top: 39%;
        width: 940px;
    }

    /*#kanes-gallery-wrapper .owl-nav {
        position: absolute;
        top: 20%;
        width: 1070px;
    }*/
}

#projects-wrapper .owl-item .project-img-wrapper,
#kanes-gallery-wrapper .owl-item .kanes-gallery-img-wrapper {
    position: relative;
}

#projects-wrapper .owl-item .project-img-overlay/*,
#kanes-gallery-wrapper .owl-item .kanes-gallery-img-overlay*/ {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(184, 39, 208, 0.6);
}

#projects-wrapper .owl-item .project-content-wrapper/*,
#kanes-gallery-wrapper .owl-item .kanes-gallery-content-wrapper*/ {
    display: none;
}


#projects-wrapper .owl-item.active.center .project-img-overlay/*,
#kanes-gallery-wrapper .owl-item.active.center .kanes-gallery-img-overlay*/ {
    display: none;
}

#projects-wrapper .owl-item.active.center .project-content-wrapper/*,
#kanes-gallery-wrapper .owl-item.active.center .kanes-gallery-content-wrapper*/ {
    display: block;
}

#projects-wrapper h3,
#kanes-gallery-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

#projects-wrapper .owl-carousel .owl-nav/*,
#kanes-gallery-wrapper .owl-carousel .owl-nav*/ {
    position: absolute;
    transform: translateX(-50%);
}

/*.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    padding-bottom: 0.8em!important;
    font-size: 4em;
    line-height: 0.65;
    border: 3px solid #fff;
    border-radius: 50%;
}*/

#projects-wrapper .owl-nav button.owl-prev,
#kanes-gallery-wrapper .owl-nav button.owl-prev {
    padding-right: 0.3rem!important;
}

#projects-wrapper .owl-nav button.owl-next,
#kanes-gallery-wrapper .owl-nav button.owl-next {
    padding-left: 0.3rem!important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
#kanes-gallery-wrapper .owl-nav button.owl-next:hover,
#kanes-gallery-wrapper .owl-nav button.owl-prev:hover {
    background: none;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

#blog-list-wrapper h2.section-heading {
    margin-bottom: 0;
}

#blog-list-wrapper article {
    margin-top: 2em;
}

@media(min-width:769px){
    #blog-list-wrapper {
        margin-bottom: 8em;
    }

    #blog-list-wrapper .col-lg-4 {
        position: relative;
    }

    #blog-list-wrapper .entry-content {
        padding-bottom: 40px;
    }

    #blog-list-wrapper .entry-footer {
        position: absolute;
        bottom: 0;
    }
}

@media(max-width:768px){
    #blog-list-wrapper {
        margin-top: 2em;
    }

    #blog-list-wrapper article {
        margin-top: 2em;
    }
}

#blog-list-wrapper .btn {
    margin-top: 2em;
}

#details {
    padding: 60px 0 50px;
    background-color: #d3e6dc;
}

#details h2 {
    margin-bottom: 20px;
}

#details .col-md-6 > div {
    background-color: #fff;
    padding-bottom: 30px;
    margin: 30px 15px 20px;
    box-shadow: 0px 5px 33px #adc3b9;
}

.image-wrapper {
    position: relative;
}

.image-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 15px;
    border: 1px solid #fff;
    content: '';
}

.image-wrapper div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(101,100,96,0.1) 0%, rgba(206, 206, 206, 0.35) 100%);
    background: -webkit-linear-gradient(top, rgba(101,100,96,0.1) 0%,rgba(206, 206, 206, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(101,100,96,0.1) 0%,rgba(206, 206, 206, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}

#details h3 {
    margin-top: 20px;
}

#details .further-information {
    margin-top: 25px;
}

.more-details {
    margin-top: 20px;
    font-size: 0.9em;
}

.more-details a {
    border: 0;
}

.more-details i {
    padding-left: 5px;
}

footer .logo-widget-container {
	margin: 2em 0;
}
@media(min-width:768px){
	footer .logo-widget-container {
    	margin: 4em 0;
	}
}

footer .logo-widget-container .d-flex > div {
    width: auto;
	padding: 0 2rem;
}

footer .logo-widget-container img {
    max-height: 50px;
    width: auto;
	margin-bottom: 2rem;
}

footer .widget-container {
    padding: 3.5em 0 2.5em;
    background: rgb(53,28,122);
    background: linear-gradient(153deg, rgba(53,28,122,1) 0%, rgba(177,38,203,1) 100%);
    color: #fff;
}

footer .widget-container .widgettitle {
    margin-bottom: 0.8em;
    font-size: 1.6em;
    font-weight: 600;
}

footer .widget-container h2,
footer .widget-container h3,
footer .widget-container h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

footer .social-media-wrapper {
    margin-top: 3em;
}

footer .widget-container h3 {
    font-size: 1.2em;
}

footer .widget-container i {
    margin-right: 0.3em;
}

footer .widget-container a {
    color: #fff;
}

footer .website-details {
    padding: 10px 0;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    footer .website-details {
        text-align: center;
    }
}

footer .website-details p {
    margin: 0;
}

@media (min-width: 769px) {
    footer #custom_html-3,
    footer #custom_html-5 {
        display: flex;
        align-items: flex-end!important;
        justify-content: flex-end!important;
    }
}

footer .website-details .privacy-policy-link {
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px solid #666;
}

/* Our Story page */
.page #section-one {
    padding-bottom: 1em;
}

/* Invest page */
.stages-wrapper {
    margin-top: 2em;
}

.page-template-page-invest #main {
    padding-bottom: 0;
}

#transformation-wrapper {
    padding: 3em 0;
}

#transformation-wrapper h2 {
    margin-bottom: 1.5em;
}

#transformation-wrapper .twentytwenty-wrapper {
    margin-bottom: 4.5em;
}

@media(max-width:768px){
    #transformation-wrapper .twentytwenty-wrapper {
        margin-bottom: 1.5em;
    }
}

#transformation-wrapper .twentytwenty-wrapper .twentytwenty-container {
    margin: 0 auto;
}

@media(min-width:769px){
    #transformation-wrapper .btn {
        margin-top: 1.5em;
        font-size: 1.5rem;
    }
}

.stage-wrapper {
    position: relative;
    margin: 2em 0.7em;
    text-align: center;
    color: #212529;
    background-size: cover;
}

@media(max-width:768px){
    .stage-wrapper {
        padding: 2em 2em 3em;
    }
}

@media(min-width:769px){
    .stage-wrapper {
        padding: 1em 1.7em;
        height: 450px;
    }
}

.stage-wrapper .gradient-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%);
}

.stage-wrapper h4 {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
}

.stage-wrapper :not(div) {
    position: relative;
    z-index: 999;
}

/* Calculator page */
#calculator-wrapper .input-wrapper {
    margin: 2em 0;
}

#calculator-wrapper .input-wrapper select {
    width: 250px;
    padding: 0.4em 1em;
    background-color: #efefef;
    border-color: #351c7a;
}

#calculator-wrapper .input-wrapper + .results {
    display: flex;
}

#calculator-wrapper .input-wrapper .input-label {
    display: block;
    margin-bottom: 1em;
}

#calculator-wrapper .results {
    display: none;
}

#calculator-wrapper .results-section {
    position: relative;
    padding-bottom: 48px;
    text-align: center;
    border-right: 2px solid #efefef;
}

@media( max-width:768px){
    #calculator-wrapper .results-section:first-child,
    #calculator-wrapper .results-section:nth-child(2) {
        border-bottom: 2px solid #efefef;
    }
    #calculator-wrapper .results-section:nth-child(3) .results-section-label,
    #calculator-wrapper .results-section:nth-child(4) .results-section-label {
        padding-top: 1rem;
    }
}

#calculator-wrapper .results-section:first-child {
    border-left: 2px solid #efefef;
}

#calculator-wrapper .input-wrapper .input-label,
#calculator-wrapper .results-section-label {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #351c7a;
}

#calculator-wrapper .results-section-figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #b827d0;
}

#contact-details {
    margin-top: 4em;
}

#contact-details #person-details {
    margin-top: 1em;
}

#contact-details #person-details .btn {
    margin: 1em 1em 0 0;
    font-size: 1rem;
}

#contact-details #person-details .btn:focus {
    box-shadow: none;
}

#contact-details img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 3px solid #fff;
}

@media(max-width:768px){
    #contact-details img {
        width: 100%;
        height: auto;
    }
}

/* Contact page */
.page-template-page-contact .page-banner {
	margin-bottom: 6em;
}
.page-id-16 h2.section-heading {
    margin-bottom: 1.2em;
    font-size: 2.4rem;
}

@media screen and (max-width: 769px) {
    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 {
        max-width: 100%;
        flex: none;
    }
}

.evf-field-last-name label {
    visibility: hidden;
}

@media(max-width:768px) {
    .evf-field-last-name label {
        display: none;
    }
}

@media(min-width:769px) {
    .everest-forms [type="submit"] {
        margin-left: 15px;
    }
}

@media(max-width:768px) {
    #faq-section {
        margin-top: 1.5rem;
    }
}

.accordion-body {
    padding-top: 0;
}

/* Are you Interested Page */
body.page-id-206 .main .btn {
    padding: 1px 7px;
}

/* Blog */
.blog .page-banner {
	margin-bottom: 3em;
}

.archive .page-header h1{
    font-size: 2.75rem;
}

.archive article,
.search article,
body.blog article.post {
    margin-bottom: 2em;
    padding-bottom: 2.2em;
    border-bottom: 1px solid #efefef;
}

.blog article .btn,
.archive article .btn {
    margin-top: 1em;
}

/* --- POSTS --- */
.single h1 {
    text-align: center;
}

blockquote,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
    margin: 25px 0;
}

blockquote,
.wp-block-quote {
    border-left: 2px solid #aac6a1;
    padding: 0 0 0 15px;
}

.wp-block-quote.is-style-large {
    border: 0;
    padding-left: 0;
}

blockquote cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #8c8c8c;
}

.wp-block-pullquote {
    border-top: 4px solid #aac6a1;
    border-bottom: 4px solid #aac6a1;
    color: #40464d;
    font-style: italic;
}

.wp-block-file .wp-block-file__button {
    display: table;
    margin: 10px 0 0 0;
}

.single .entry-content > * {
    margin: 25px 0;
}

.wp-block-code {
    padding: 20px;
    border: 1px solid #e2e4e7;
}

code{
    color: inherit;
}

.page-links {
    margin: 10px 0;
    clear: both;
}

.page-links * {
    font-size: 1.2rem;
    margin: 0 5px;
}

.page-links a {
    border: 0;
}

.page-links .current {
    font-weight: 600;
}

.entry-footer {
    clear: both;
    font-size: 0.9rem;
}

.entry-footer > span {
    margin-right: 18px;
}

.entry-footer > span:last-child {
    margin-right: 0;
}

.updated:not(.published) {
    display: none;
}

.entry-footer i {
    margin-right: 5px;
}

.entry-footer a {
    border: 0;
}

.post-navigation {
    margin: 20px 0 10px;
}

.post-navigation h2 {
    font-size: 1.1rem;
}

.nav-links {
    display: flex;
}

.nav-links > div {
    flex: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .post-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.nav-links .page-numbers {
    margin: 0 5px;
}

.nav-links .current {
    font-weight: 600;
}

.post-navigation a {
    border: 0;
}

#comments {
    margin-top: 30px;
}

.comments-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.discussion-avatar-list {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.discussion-avatar-list li {
    position: relative;
    list-style: none;
    margin: 0 -8px 0 0;
    padding: 0;
    float: left;
}

.avatar {
    border-radius: 100%;
    display: block;
    height: 2.25rem;
    min-height: inherit;
    width: 2.25rem;
}

.discussion-avatar-list .comment-user-avatar img {
    height: 1.5rem;
    width: 1.5rem;
}

.comment-form-comment label {
    display: block;
}

.comment {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
}
.comments-area .comment-list {
    margin-bottom: 30px;
    padding-left: 0;
}

.comment .comment-author {
    position: relative;
}

.comment .comment-author .fn {
    font-weight: 600;
    font-size: 1.2rem;
    font-style: normal;
}

.comment .comment-author .says {
    display: none;
}

.comment .comment-author .avatar {
    float: left;
    margin-right: 1rem;
    position: relative;
}

.comment .commentmetadata a {
    border: 0;
}

.comment .comment-body > p {
    margin: 1rem 0;
}

textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.section-heading {
	margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: 800;
}
@media(min-width:769px){
	.section-heading {
		font-size: 2.75rem;
		margin-bottom: 0.6em;
	}
}

header.page-header {
    text-align: center;
}

.section-heading::after,
header.page-header h1::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.05em;
    border-radius: 5px;
    background-color: #b827d0;
}

.archive article:last-child {
    border: 0;
}

.entry-header {
    padding-bottom: 0;
}

.entry-title {
    margin-bottom: 0.6em;
}

.entry-date {
    display: inline-block;
    margin-top: 0.8em;
    color: #b827d0;
    text-transform: uppercase;
}

/* --- WP DEFAULTS --- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-item .gallery-caption {
    font-size: 12px;
    line-height: 17px;
    margin: 5px 0 0;
    padding: 0 4px 5px;
}

.sticky {
    background-color: #f7f7f7;
    padding: 10px 20px 20px;
    border: 0;
}

.bypostauthor {
    display: block;
}

figcaption,
.gallery-caption {
    font-size: 0.71111em;
    line-height: 1.6;
    color: #767676;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.timeline-item {
    border-top: 1px solid #b827d0;
}

/* Page Day Pass */
.page-template-page-day-pass #main {
    margin-top: 2rem;
}
#topics-gallery,
#steps-to-success-carousel {
    margin: 3rem 0;
}
#topics-gallery .topic-wrapper,
#steps-to-success-carousel .step-wrapper {
    position: relative;
    color: #fff;
    text-align: center;
}
#topics-gallery .overlay,
#steps-to-success-carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(184, 39, 208, 0.6);
}
#topics-gallery .overlay span,
#steps-to-success-carousel .overlay span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 600;
}

#day-structure-section-wrapper {
    margin: 5rem 0 1rem;
}
#day-structure-section-wrapper ul {
    list-style: none;
    margin-top: 1em;
}
@media(min-width:769px){
    #day-structure-section-wrapper ul {
        columns: 2;
    }
}

#day-structure-section-wrapper li {
    padding: 0.7em 1.3em 0 0.2em;
    font-size: 1.3rem;
}
#day-structure-section-wrapper ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f005";
    margin-right: 0.6rem;
    margin-left: -2.3rem;
    color: var( --global--color-yellow );
}

#testimonials-wrapper {
    padding: 3em 0;
}

#testimonials-carousel-wrapper .item {
    display: flex;
}

#testimonials-carousel-wrapper .testimonial-img-wrapper {
    flex: 0 0 auto;
    width: 25%;
}

#testimonials-carousel-wrapper .testimonial-img-wrapper img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid var(--global--color-yellow);
    margin: 1.7rem 0 0 auto;
}

#testimonials-carousel-wrapper .testimonials-content-wrapper {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 0 0 1em;
}

#testimonials-carousel-wrapper .testimonials-content-wrapper .person-details {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

#testimonials-carousel-wrapper .testimonials-content-wrapper .person-details i {
    color: var( --global--color-yellow );
}

@media(min-width:769px){
    .page-template-page-day-pass #legal-info-wrapper {
        padding: 6rem 0 0;
    }
}

.page-template-page-day-pass #world-tour-package {
    padding-bottom: 3rem;
}

@media(min-width:769px){
    .page-template-page-day-pass #world-tour-package {
        padding-bottom: 4rem;
    }
}

.page-template-page-day-pass a i {
    transition: transform ease-in-out 0.2s;
}

.page-template-page-day-pass a:hover i {
    transform: translateX(20px);
}

@media(max-width:768px) {
    .page-template-page-day-pass #legal-info-wrapper iframe {
        max-height: 210px!important;
    }
}

#chat-popup {
    margin: 0 0 5rem;
    padding: 0.7rem 2rem;
    text-align: center;
    background: linear-gradient(to bottom, #bf953f, #fcf6ba, #b38728);
    border: 0;
    border-radius: 5px;
    color: #2b2b2b!important;
    font-weight: 600;
    font-size: 1.3rem;
}

/* End of Page Day Pass */

/* Franchise page */
@media(max-width:768px) {
    .page-template-page-franchise .video {
        height: 380px;
    }
}

#rockstar-model {
    padding: 4rem 0;
}

#rockstar-model h2 {
    color: #d2489a;
    font-size: 2.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

#rockstar-model h2::after {
    display: none;
}

.model-steps {
    padding-top: 2rem;
}

#model-highlight {
    margin: 2rem 0 2.3rem;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    background: rgb(53,28,122);
    background: linear-gradient(90deg, rgba(177,38,203,1) 0%, rgba(53,28,122,1) 100%);
    color: #fff;
}

.model-steps .step {
    background-color: #f2f3f4;
    color: #d2489a;
}

.model-steps .step > div {
    max-width: 270px;
    padding: 3rem 0;
}

.model-steps .step h3{
    color: #d2489a;
    font-size: 1.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.model-steps .step:nth-child(2),
.model-steps .step:nth-child(3) {
    background-color: #e6e7e9;
    color: #362258;
}

.model-steps .step:nth-child(2) h3,
.model-steps .step:nth-child(3) h3{
    color: #362258;
}

#rockstar-stats {
    padding: 3rem 0 4rem;
}

#rockstar-stats h2 {
    margin-bottom: 3rem;
}

.stat-wrapper {
    text-align: center;
    margin-bottom: 2em;
}

.stat-wrapper .number-wrapper {
    font-weight: bold;
    font-size: 4.5rem;
    color: #ab9433;
    background-clip: text;
    background-size: 100%;
    background-image: linear-gradient( to right, #462523 0, #896734 22%, #cbb339 45%, #e5db5d 50%, #d1bf65 55%, #cb9b51 78%, #462523 100% );
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.stat-wrapper .detail-wrapper {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}

.page-template-page-franchise .stage-wrapper {
    margin: 1em 0;
    padding: 1.3rem 1rem;
}

@media(min-width:769px) {
    .page-template-page-franchise .stage-wrapper {
        height: 380px;
    }
}

#steps-to-success {
    padding: 3em 0;
}

#chat-popup {
    display: inline-block;
    margin-bottom: 3em;
}

#faq-section {
    padding-bottom: 4em;
}

.page-template-page-franchise #testimonials-wrapper {
    background-color: #f2f3f4;
    background: #f2f3f4;
    color: #212529;
}

.page-template-page-franchise h3 {
    color: #351c7a;
}
/* End of Franchise page*/

@media(min-width:769px){
    .timeline-item {
        width: 50%;
        float: left;
        clear: both;
    }
}

@media(min-width:769px){
    .timeline-item:nth-child(2n) {
        float: right;
    }
}


@media (max-width: 768px) {
    .navbar {
        margin-bottom: 0;
    }

    .navbar .navbar-toggle {
        margin-right: 0;
        border: 1px solid #fff;
    }

    .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #banner {
        height: 60vh;
    }

    #details .col-md-6 > div {
        margin-bottom: 20px;
    }

    .timeline-item {
        margin-bottom: 40px;
    }

    #timeline-last-element .timeline-content-wrapper::after {
        width: 120px;
        left: -29px;
        bottom: -40px;
        height: 100px;
    }

    #page-banner {
        height: 160px;
        margin-bottom: 10px;
    }

    #page-banner .overlay {
        margin: 10px;
    }

    .page-title {
        font-size: 2.1em;
        margin-bottom: 10px;
    }

    .page main h2 {
        font-size: 1.6em;
        line-height: 1.2;
    }

    .page main h3 {
        font-size: 1.5em;
    }

    iframe {
        max-width: 100%;
    }
}


#mailchimp-popup {
    background-color: rgba( 0, 0, 0, 0.8);
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
}

#mailchimp-popup > div {
    background-color: #fff;
    border: 3px solid #b827d0;
    width: 550px;
    max-width: 100%;
    padding: 20px;
    text-align: center;
}

@media (min-width: 769px) {
    #mailchimp-popup > div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -230px 0 0 -250px;
    }
}

#mc4wp-form-1 input[type="text"],
#mc4wp-form-1 input[type="text"],
#mc4wp-form-1 input[type="email"],
 #mc4wp-form-1 input[type="tel"] {
    padding: 6px 12px;
    font-size: 14px;
    border-width: 1px;
    border-radius: 0;
    border-color: #351c7a;
    background-color: #efefef;
}
