/*   
Theme Name: Innovate Design 2024
Theme URI: https://www.innovate-design.co.uk
Author: Innovate Design
Author URI: https://www.innovate-design.co.uk
Description: 
Version: 1.0.4
License: -
License URI: -
Tags: responsive-layout
Text Domain: innovate2024
*/

/* CSS Document */

/* Table of Content
==================================================
- Font-Face
- Base Styles (override)
- Grid (override)
- Site Styles
- Page Styles
- Media Queries
*/


/* Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


/* Base Styles (override)
================================================== */
* { font-family: "Outfit", sans-serif; font-optical-sizing: auto; }
.fa,
.fas { font-family: "FontAwesome" !important; }
.cky-btn-customize {
	color: #1863DC !important;
	border-color: #1863DC !important;
	background-color: #FFF !important;
}


/* Grid (override)
================================================== */
.container {
	max-width: 1200px;
}
.grid-row [class *= "grid-col"] {
}


/* Site Styles
================================================== */
/* Colors */
/* - dark */
.color-dark { color: #111623; }
.bgcolor-dark { background-color: #111623; }
/* - metal */
.color-metal { color: #232640; }
.bgcolor-metal { background-color: #232640; }
/* - grey */
.color-grey { color: #f2f2f2; }
.bgcolor-grey { background-color: #f2f2f2; }
/* - white/light */
.color-white, .color-light { color: #fff; }
.bgcolor-white, .bgcolor-light { background-color: #fff; }


/* Wrapper */
#wrapper-header {
	background-color: #fefefe;
}
body.scrolled #wrapper-header {
	background-color: transparent;
}
	#wrapper-header p {
		margin: 0;
	}

#wrapper-main {
	overflow-x: hidden;
	min-height: 400px;
	/*background-color: #fff;*/
}

#wrapper-footer {
	background-color: #121622;
	padding: 100px 0 20px;
}
	#wrapper-footer * {
		color: #fff;
		text-decoration: none;
	}
	#wrapper-footer a,
	#wrapper-footer p {
		color: #A0A2A6;
	}
		#wrapper-footer .no-link > a {
			pointer-events: none;
		}


#wrapper-infopack {
	background-color: #F2F2F2;
}

/* Containers */
#footer-copyright {
	padding-top: 75px;
}


/* Fixed/Resizing header on scroll */
@media screen and (min-width: 768px) {
    body {
    	padding-top: 80px;
    }
    
	#header {
		position: fixed;
		width: 100%;
		top: 0;
		padding: 0;
		z-index: 65535;
		/*background-color: #fff;*/
	}
	body.scrolled #header  {
		/*background-color: rgba(255,255,255,0.99);*/
	}
	
	#header .container {
		background-color: #fff;
		border-radius: 30px;
		margin-top: 10px;
	}
	body.scrolled #header .container  {
		background-color: rgba(255,255,255,0.75);
		filter: drop-shadow(0 1px 5px rgba(0,0,0,0.15));
		backdrop-filter: blur(10px);
	}
	
	#header-branding {
		/*padding: 1rem 0;*/
			padding: 4px 0 0 10px;
	}
	body.scrolled #header-branding  {
		/*padding: 0;*/
	}
	#header-navigation {
		padding-top: 4px;
	}

	body.admin-bar #header { padding-top: 32px; }
	
   /* title/logo */
	#site-title,
	#site-logo {
		transition: all 0.35s ease-in-out; 
		transform-origin: 0% 50%;
	}
	body.scrolled #site-title,
	body.scrolled #site-logo {
		transform: scale(0.65);
	}
}


/* Navigation */

/* Footer Menu */
#menu-footer-menu {
	list-style: none;
}
	#menu-footer-menu ul {
		display: none;
	}
	#menu-footer-menu > li {
		font-weight: bold;
		margin-bottom: 10px;
	}
	#menu-footer-menu > li.open,
	#menu-footer-menu > li.open > a {
		color: #61C3FA !important;
	}
		#menu-footer-menu > li:before {
			font-family: "FontAwesome";
			content: '\f078';
			display: inline-block;
			width: 20px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			font-size: 1rem;
			background-color: #333;
			border-radius: 5px;
			margin: -2px 10px 0 0;
		}
		#menu-footer-menu > li.open:before {
			content: '\f077'
		}
	#menu-footer-menu .sub-menu {
		margin-left: 25px;
	}

/* Pagination */
.nav-pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
	.nav-pagination ul {
		display: inline-block;
		list-style: none;
    	padding: 0;
	}
	.nav-pagination li {
		display: block;
		float: left;
		border: 2px solid #111623;
		margin: 0 0 0 -1px;
		padding: 0;
		overflow: hidden;
	}
		.nav-pagination li:first-child {
			border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
		}
		.nav-pagination li:last-child {
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
		}
	.nav-pagination span,
	.nav-pagination a {
		display: inline-block;
		font-size: 1.5rem;
		text-decoration: none;
		padding: 12px 15px;
		color: #111623;
		background: #fff;
		border-radius: 0 !important;
	}
		.nav-pagination a:hover{
			background-color: #f2f2f2;
			color: #111623;
		}
		.nav-pagination .current{
			background-color: #111623;
			color: #fff;
		}


/* Page Styles
================================================== */


/* Element Styles
================================================== */

/* round single images (where applicable) */
.wpb_single_image {
	overflow: hidden;
    zoom: 1.02;
}
    
/* Form fields */
.nex-forms * {
	font-family: "Outfit", sans-serif !important;
}
	.nf-field-container {
		margin: 5px 0 !important;
	}
	.nf-field-container select {
		background-color: #fff !important;
	}
	.nf-form-fields-required {
		display: none;
	}
	nf-cell:empty {
		display: none;
	}

/* Testimonial */
.lvca-testimonial {}
	.lvca-testimonial-user {
		position: absolute;
		top: 0;
		/* width: 200px; */
	}
	.lvca-testimonial-text {
		margin: 10px 0 50px !important;
		max-width: auto !important;
		font-style: normal !important;
		max-width: 100% !important;
	}
		.lvca-icon-quote {
			padding-top: 60px;
		}
			.lvca-icon-quote:before {
				display: none !important;
			}
	.lvca-flex-control-paging {
		bottom: 0 !important;
	}
		.lvca-flex-control-paging li a {
			background-color: #999 !important;
			margin: 0 3px !important;;
		}
		.lvca-flex-control-paging .lvca-flex-active {
			background-color: #111623 !important;
		}

/* Overlay */
.overlay {
	position: relative;
}
	.overlay:before {
		content: '';
		display: block !important;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(17, 22, 35, 0.6);
	}

/* Hover Arrow */
.hover-arrow {
	margin-bottom: 0 !important;
}
	.hover-arrow .wpb_wrapper {
		position: relative;
	}
		.hover-arrow .wpb_wrapper:before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: rgba(0,0,0,0.5);
			background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 100%);
		}
		.hover-arrow .wpb_wrapper:after {
			content: '\f0a9';
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-family: "FontAwesome";
			font-size: 64px;
			color: #fff;
		}
			.hover-arrow .wpb_wrapper:before,
			.hover-arrow .wpb_wrapper:after {
				cursor: pointer;
				opacity: 0.0;
				transition: opacity 0.5s ease;
				pointer-events: none;
			}
			.hover-arrow .wpb_wrapper:hover:before,
			.hover-arrow .wpb_wrapper:hover:after {
				opacity: 1.0;
			}



/* Media Queries
================================================== */
	
/* Print specific */
@media print {    
	.no-print, .no-print * {
		display: none !important;
	}
}

/* ³ 568px */
@media screen and (min-width: 35.5em) {}

/* ³ 768px */
@media screen and (min-width: 48em) {}

/* ³ 1024px */
@media screen and (min-width: 64em) {}

/* ³ 1280px */
@media screen and (min-width: 80em) {}




/* Legacy Styles
================================================== */
	
/*
 * Filter Lists
 */
/* - categories */
.filter-categories {
	display: block;
	clear: both;
	-webkit-overflow-scrolling: touch;
	/*white-space: nowrap;*/
	margin-bottom: 25px;
	padding: 0 1.5% 10px;
}
	.filter-categories a {
		display: inline-block;
		background-color: #eee;
		color: #111623;
		border: 1px solid #111623;
		border-radius: 30px;
		margin: 0 4px 1rem 0;
		padding: 4px 18px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: 24px;
		text-decoration: none;
		white-space: nowrap;
		cursor: pointer;
		box-sizing: border-box;
		transition: all 0.35s ease-in-out; }
	}
		.filter-categories a:hover {
			background-color: #fff;
			border-color: #111623;
			color: #111623;
		}
		.filter-categories a.active {
			background-color: #111623;
			border-color: #111623;
			color: #fff;
		}
/* - articles */
.filter-articles {
	display: block;
	clear: both;
	overflow: auto;
	min-height: 300px;
	margin-bottom: 2rem;
}
	.filter-articles a {
		border-radius: 10px;
	}


/*
 * Featured Image
 */
.featuredimage,
.featuredimage-news {
    display: block;
    width: 100%;
    padding-top: 50%;
    border: 1px solid #f3f7f7;
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


/*
 * Preview Articles
 */
.preview-article {
	position: relative;
	float: left;
	width: 100%;
	/*
	height: 90vw;
	min-height: 280px;
	*/
	background-color: rgba(255,255,255,0.5);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;

	width: 50%;
	height: 0;
	padding-top: 50%;
}
	/* - sizing */
	@media screen and (min-width: 568px) {
		.preview-article {
			width: 50%;
			height: 0;
			padding-top: 50%;
		}
	}
	@media screen and (min-width: 768px) {
		.preview-article {
			width: 25%;
			height: 0;
			padding-top: 25%;
		}
	}
	@media screen and (min-width: 1200px) {
		.preview-article {
			width: 16.6666%;
			height: 0;
			padding-top: 16.6666%;
		}
	}
	/* - content-outer */
	.preview-article .content-outer {
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transition: all 0.35s ease-in-out; 
		text-align: center;
		background-color: rgba(0,0,0,0.5);
		/*
		border-radius: 4px;
		*/
		opacity: 0.0;
	}
		.preview-article:hover .content-outer,
		.preview-article:active .content-outer {
			opacity: 1.0;
		}
	/* - content-inner */
	.preview-article .content-inner {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
    	width: 85%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: transparent;
	}
		.preview-article .content-inner h2,
		.preview-article .content-inner h3,
		.preview-article .content-inner p {
			color: #fff;
			margin: 0 0 20px;
		}
	/* - bottom-right */
		.preview-article.bottom-right {}
		.preview-article.bottom-right .content-outer {
			background-color: rgba(0,0,0,0);
			opacity: 1.0;
		}
		.preview-article.bottom-right:hover .content-outer {
			background-color: rgba(255,255,255,0.5);
		}
		.preview-article.bottom-right .content-outer .content-inner {
			left: auto;
			right: 2.5%;
			top: auto;
			bottom: 0;
			text-align: right;
			-ms-transform: none;
			transform: none;
		}
		.preview-article.bottom-right .button {
			zoom: 0.7;
			pointer-events:none;
		}
		
/* Article 2 */
.preview-article-2 {
	padding-bottom: 25px;
}
	.preview-article-2 img {
		width: 100%;
		border-radius: 20px;
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	.preview-article-2 .category {
		font-size: 1.2rem;
		text-transform: uppercase;
	}
	.preview-article-2 .title {
		font-size: 2.0rem;
		font-weight: bold;
		text-decoration: none;
	}

		

/*
 * Accordion
 */
.accordion-list {
    margin: 0 10px 50px;
}
.accordion-list .accordion-item {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
}
    .accordion-list .accordion-header {
	    position: relative;
        background-color: #eee;
	    border-radius: 5px;
        padding: 10px 15px;
        font-weight: 600;
		cursor: pointer;
    }
        .accordion-list .accordion-item .accordion-header:after {
            content: "+";
            position: absolute;
            width: 25px;
            line-height: 25px;
            color: #777;
            right: 10px;
            top: 50%;
            margin-top: -12px;
            font-size: 32px;
	        font-weight: normal;
        }
        .accordion-list .accordion-item.active .accordion-header:after {
            content: "\2013";
            margin-top: -15px;
        }
    .accordion-list .accordion-content {
        padding: 10px;
		display: none;
    }


/*
 * Testimonials
 */
.testimonials {
	margin: 30px 0;
}
	/* Testimonial - item */
	.testimonial {
		clear: both;
		margin-bottom: 50px;
	}
		.testimonial h2,
		.testimonial h3 {
			margin: 0 10px 5px;
			padding: 0;
			display: inline-block;
		}
		.testimonial p {
			margin: 10px;
		}
		/* Header */
		.testimonial .header {
			background: no-repeat 50% 50%;
			background-size: contain;
			padding-top: 200px;
			position: relative;
			overflow: hidden;
		}
			.testimonial .header .image {
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0%;
				top: 0%;
				z-index: 1;
				background: 50% 50% no-repeat;
				background-size: contain;
			}
			.testimonial .header h2,
			.testimonial .header h3 {
				position: relative;
				padding: 6px 15px;
				z-index: 2;
			}
		/* Alignment */
		.testimonial.left { text-align: left; }
		.testimonial.right { text-align: right; }
			.testimonial.first .header {
				padding-top: 300px;
			}
			.testimonial.left .header .image { 
				transform: rotate(4deg);
				width: 50%;
				height: 90%;
				left: 45%;
				top: 5%;
			}
			.testimonial.left p {
			    padding-right: 16%;
			}
			.testimonial.right .header .image {
				transform: rotate(-4deg);
				width: 50%;
				height: 90%;
				left: 5%;
				top: 5%;
			}
			.testimonial.right p {
			    padding-left: 16%;
			}

/*
 * Image Carousel
 */
.image-carousel {
    margin-left: -15px;
    margin-left: -15px;
}
.image-carousel .carousel-slide {
    height: 54vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:contain;
}
@media screen and (min-width: 1200px) {
    .image-carousel .carousel-slide {
        height: 675px;
    }    
}

