/* 

Copyright Chris Andrews 2025 

*/

@font-face {
	font-family: 'TitleFont';
	src: url('../fonts/TwinkleHolidaySquareRegular.ttf');
}

h4 {
    font-weight: 600;
}

/* Navbar Classes */

.navbar {
	border-radius: 0;
	background: #004C98;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
}

.navbar-default .navbar-nav > li > a:hover {
    color: #D72E4D;
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
}

/* Title Classes */

#header-text-shell {
    margin-top: 65px;
}

.cs-header-text {
    color: #000000;
    width:60%;
}

/* Button Classes */

.btn-motive {
    background-color: #F0A20A;
    border-color: #F0A20A;
}

.btn-motive:hover {
    background-color: #F0BA0A;
    border-color: #F0BA0A;
}

.btn-default, .btn-default:active, .btn-default:focus {
    color: #004C98;
}

/* Footer Classes */

.ct-footer {
	background: #004C98;
}

.ct-footer__copyright {
	background: #D72E4D;
	color: #FFFFFF;
}

.ca-v-margin {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Image Classes */

.ca-logo {
    position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-name: logo-transition;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

#logo {
    position: relative;
}

#logo-part-1 {
	animation-name: logo-fade;
	animation-duration: 0.75s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	clear: both;
}

#logo-part-2 {
	animation-name: logo-fade;
	animation-duration: 0.75s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

.ca-foot-img {
	width: 150px;
    height: 150px;
	float: left;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.ca-foot-link {
    text-decoration: underline;
    font-weight: bold;
  
}

.cs-video {
    width: 960px;
    height: 720px;
}

/* Text Classes */

.cs-mob-heading {
    float: left;
    font-size: 22px;
    margin-top: 10px;
    font-weight: bold;
}

.cs-title {
	font-family: TitleFont;
	color: #FC6A9C;
	text-align: center;
	font-size: 48pt;
	margin-top: 50px;
}

.cs-h1 {
    color: #FC6A9C;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 400;
}

.cs-h2 {
    color: #FC6A9C;
    margin-top: 50px;
    margin-bottom: 25px;
}

.cs-h3 {
    color: #4A4A4A;
    font-weight: bold;
    line-height: 1.4em;
}

.cs-text-left {
    text-align: left;
}

.ca-grey {
    color: #4A4A4A !important;
}

.ca-bold {
	font-weight: bold;
}

.ca-paragraph-left {
	text-align: left;
	margin-bottom: 45px;
    line-height: 2;
}

.ca-white {
	color: #FFFFFF;
}

.ca-black {
	color: #000000;
}

.ca-link {
	color: #D72E4D;
	line-height: 2.8;
	text-decoration: underline;
}

.ca-link:hover, .ca-link:focus { 
	color: #FB387B;
	text-decoration: none;
}

.ca-head-img {
	background-size: cover !important;
}

.ct-mobile-navbar > .btn {
	border-radius: 0;
	min-width: 50px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.cs-terms {
    line-height: 2.8;
}

.cs-p {
    line-height: 2.4;
}

.cs-box-text {
    line-height: 1.8;
}

/* Packages */

.cs-package-box {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    background-color: #CCCCCC;
    position: relative;
}

.cs-package-a {
    background-color: #4596D8;
    background-color: rgba(69, 150, 216, 0.4);
}

.cs-package-b {
    background-color: #92D567;
    background-color: rgba(146, 213, 103, 0.4);
}

.cs-package-c {
    background-color: #F05BB5;
    background-color: rgba(240, 91, 181, 0.4);
}

.cs-package-box-inner {
    width: 100%;
    padding: 20px;
    margin: auto;
}

.cs-left {
    float: left;
    height: 100px;
}

.cs-package-heading {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.cs-package-list {
    display: inline-block; 
    text-align: left; 
}

.cs-package-list > li {
    margin-top: 20px;
}

.cs-package-btn-shell {
    width: 100%;
    position: absolute;
    bottom: 40px;
}

.cs-package-btn {
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	font-size: 14px;
	min-width: 130px;
	padding: 10px 25px;
	font-weight: bold; 
	transition: all 0.3s;
	margin: 25px 0;
}

.cs-package-btn:hover, .cs-package-btn:active {
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 1);
	color: #FC6A9C;
}

/* Main Elements */
#main-content {
	padding: 5px;
	margin: auto;
	margin-bottom: 50px;
	width: 80%;
}

#main-content p {
	margin-bottom: 20px;
	color: #000000;
}

#can-o-site {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Main Classes */

.section {
	padding-bottom: 100px;
}

.login {
	width: 500px;
	border: solid 2px #CCCCCC;
	border-radius: 5px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 25px;
}

.login-form {
	width: 400px;
}

.active {
	color: #F0A20A !important;
}

.cs-mob {
    display: none;
}

.cs-desktop {
    display: block;
}

.off {
	display: none;
}

.on {
	display: inline-block;
}

.cs-grid-container  {
    display: grid; 
    grid-template-columns: auto auto; 
    padding: 10px; 
    gap: 10px;
    position: relative;
}

.cs-grid-box-a {
    position: relative;
    background-color: rgb(0, 128, 255);
    background-color: rgba(0, 128, 255, 0.1); 
    border-radius: 5px;
    padding: 25px;
    height:200px;
}

.cs-grid-box-b {
    position: relative;
    background-color: rgb(250, 52, 89);
    background-color: rgba(250, 52, 89, 0.1); 
    border-radius: 5px;
    padding: 25px;
    height:200px;
    margin: auto;
}

.cs-grid-box-a > div, .cs-grid-box-b > div {
    display: table-cell; 
    vertical-align: middle;
    height: 150px;
    text-align: center;
    width: 100%;
}

.cs-box-a {
    background-color: rgb(0, 128, 255);
    background-color: rgba(0, 128, 255, 0.1); 
    border-radius: 5px;
    padding: 25px;
    height: 200px;
    margin-bottom: 30px;
}

.cs-box-b {
    background-color: rgb(250, 52, 89);
    background-color: rgba(250, 52, 89, 0.1); 
    border-radius: 5px;
    padding: 25px;
    height:200px;
    margin-bottom: 30px;
}

.cs-box-a > div, .cs-box-b > div {
    height: 150px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.cs-grid-box-a > .cs-box-top, .cs-grid-box-b > .cs-box-top {
    position: absolute; 
    top: 10px; 
    left: 10px; 
    width: 95%; 
    height: 20px; 
    opacity: 0.1; 
    display: flex; 
    justify-content: space-between;
}

.cs-grid-box-a > .cs-box-bottom, .cs-grid-box-b > .cs-box-bottom {
    position: absolute; 
    bottom: 10px; 
    left: 10px; 
    width: 95%; 
    height: 20px; 
    opacity: 0.1; 
    display: flex;
    justify-content: space-between;
}

.cs-space {
	min-height: 600px;
}

.cs-checked {
    color: orange;
}

.cs-margin-top {
	margin-top: 25px;
}

.cs-clear {
    clear: both;
}

/* Review classes */

.cs-review-shell-a {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	background-color: rgb(0, 128, 255);
    background-color: rgba(0, 128, 255, 0.1); 
}

.cs-review-shell-b {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	background-color: rgb(250, 52, 89);
    background-color: rgba(250, 52, 89, 0.1); 
}

.cs-review-quote:before {
	display: block;
    font-family: fontello;
    content: "\e882";
    font-size: 24px;
    position: absolute;
    top: 20px;
    font-style: normal;
    left: 20px;
	-webkit-transform: rotate(-180deg);
}

.cs-review-quote:after {
	display: block;
    font-family: fontello;
    content: "\e882";
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    font-style: normal;
    right: 20px;
}

.cs-feedback-inner {
	position: relative;
	padding: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
}

/* Contact Styles */

.cs-form-wrap {
    margin: auto;
    width: 700px;
}

.cs-form-select {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    background: #FFFFFF;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cs-form-select:focus {
    border: 1px solid #D72E4D;
}

.cs-date-select {
    width: 80%;
    height: 45px;
    padding: 6px 12px;
    background: #FFFFFF;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cs-form-select:focus {
    border: 1px solid #D72E4D;
}

.cs-label {
    width: 20%;
}

.cs-form-select:focus, .cs-date-select:focus {
    border-color: #FC6A9C;
    box-shadow: inset 0 1px 5px
    rgba(0, 0, 0, 0.075), 0 0 8px
    rgba(252, 106, 156, 0.6);
}

/* Scroll to Top */
.cs-scroll-top {
    display: block;
	position: fixed;
	bottom: 0;
	border-radius: 0 50% 0 0;
	border: none;
	background: #D72E4D;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	color: white;
	padding: 2px 3px 0 0;
	text-align: center;
	width: 45px;
	height: 45px;
	-webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
	z-index: 99;
	left: -45px;
}

.cs-scroll-top:hover {
    background: #fb387b; 
}

.cs-scroll-top:hover:active {
	background: #fb518b;
	box-shadow: 0; 
}

.cs-scroll-top.visible {
	bottom: 0;
	left: 0; 
}


/* Footer Classes */

.cs-footer-cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 20px 0px 20px 0px;
	color: #FFFFFF;
}

.cs-foot-col-left {
	width: 48%;
}

.cs-foot-col-right {
	width: 48%;
	margin-left: 2%;
}

.cs-footer-head {
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Image Classes */

.cs-welcome {
    margin-top: 100px;
    margin-bottom: 25px;
}

.maintenance {
	display: flex;
	justify-content: center;
}

.cs-social {
    margin: 3px;
}

/* Text Classes */
.cs-center {
	text-align: center;
}

.cs-bold {
	font-weight: bold;
}

.errors {
	color: #a62d2d;
	font-weight: bold;
}

.alert {
	background: #fff;
	border: solid thin #a62d2d;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
}

.alert-warning {
	color: #a62d2d !important;
	background: #f8d7da;
	border-color: #a62d2d !important;
}

.alert-success {
	color: #155724;
	background: #d1e7dd;
	border-color: #c3e6cb;
}

/* Cookie Banner */

.cs-cookie-banner {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #D72E4D;
	display: block;
	z-index: 999;
	padding: 10px;
}

.cs-hidden-banner {
	display: none;

}

.cs-cookie-banner p {
	color: #FFFFFF;
	text-align: center;
}

.cs-cookie-button {
	padding: 10px 30px 10px 30px;
	background-color: #FFFFFF;
	font-weight: 600;
	color: #000000;
	border: none;
	border-radius: 10px;
	margin-top: 10px;
	transition: 0.3s ease-in-out, 0.3s ease-in-out; 
}

.cs-cookie-button:hover {
	padding: 10px 30px 10px 30px;
	background-color: #666666;
	font-weight: 600;
	color: #FFFFFF;
	border-radius: 10px;
	margin-top: 10px;
}

@media screen and (min-width: 1201px) {
    #logo {
        width: 800px;
    }
}

@media screen and (min-width:769px) and (max-width: 1200px) {
    
    #logo {
        width: 650px;
    }
    
}

@media screen and (min-width:600px) and (max-width:768px) {
    
    #logo {
        width: 500px;
    }
    
    /* Contact Styles */
    
    .cs-form-wrap {
        width: 90%;
    }
    
    .cs-form-wrap > table {
        width: 90%;
    }
    
    /* login form */
    
    .login, .login-form {
        width: 100%;
    }
    
    .login-form > tbody {
        width: 90%;
    }
    
    #email, #password {
        width: 90%;
    }
    
    #login {
        margin-left: 5%;
    }
    
    #header-text-shell {
	    margin-top: 5%;
	}
	
	#box-block {
	    margin-top: 100px;
	}
    
}

@media screen and (max-width:600px) {
	
	/* Title Styles */
	
	#header-text-shell {
	    margin-top: 10%;
	    margin-bottom: 10%;
	    width: 100%;
	    min-height: 200px;
	}
	
	.cs-header-text {
	    width: 100%;
	    
	}
	
	.desktop .ct-page-header {
	    background: url("../images/banners/banner-new-mob.png") no-repeat; 
	    background-size: auto;
    }
    
    .ct-page-header--big .ct-page-header__inner {
	    padding: 40px; 
    }
    
    .cs-grid-container {
        grid-template-columns: auto;
    }
    
    .cs-grid-box-a > div, .cs-grid-box-b > div {
        display: table-cell; 
        vertical-align: middle;
        height: 150px;
    }

    .cs-grid-mob-a {
        background-color: rgb(0, 128, 255);
        background-color: rgba(0, 128, 255, 0.1); 
    }

    .cs-grid-mob-b {
        background-color: rgb(250, 52, 89);
        background-color: rgba(250, 52, 89, 0.1);  
    }
    
    .cs-box-a > div, .cs-box-b > div {
        display: table-cell; 
        vertical-align: middle;
        height: 150px;
    }
    
    /* Footer Classes */
    
    .cs-foot-col-left {
        display: block;
	    width: 100%;
	    margin: auto;
    }

    .cs-foot-col-right {
        display: block;
	    width: 100%;
	    margin-top: 20px;
    }
    
    /* Contact Styles */
    
    .cs-form-wrap {
        width: 90%;
    }
    
    .cs-form-wrap > table {
        width: 90%;
    }
    
    /* login form */
    
    .login, .login-form {
        width: 100%;
    }
    
    .login-form > tbody {
        width: 90%;
    }
    
    #email, #password {
        width: 90%;
    }
    
    #login {
        margin-left: 5%;
    }
	
	#box-block {
	    margin-top: 100px;
	}
	
	/* Image & Video */
	
	.cs-video {
        width: 320px;
        height: 240px;
    }
}

@media screen and (max-width:400px) {
    
    #logo {
        height: 100%;
    }
    
    #header-text-shell {
        width: 100%;
        margin: 0 auto;
	    min-height: 150px;
	}
	
	.cs-logo-margin {
	    margin-top: 65px;
	}
	    
    .cs-header-text {
        width: 100%;
        font-size: 28pt;
	}
	
	.cs-mob {
        display: block;
    }
    
    .cs-desktop {
        display: none;
    }
    
    .cs-date-select {
        width: 60%;
    }

    .cs-label {
        width: 40%;
    }
}
