/***************************************
Launchpad Design 1 Styling
*****************************************/
/*
Author: Hicaliber
Author URI: hicaliber.com.au
Description: Launchpad Design 1 stylesheet
*/
/***************************************
Table of Contents:

Typography
General
Grid
Carousel
Tabs
Accordion
Box Layouts
Hero
Menu
Mobile Menu
Header
Table
Team Element
Footer

************************************/

/*************************************
#TYPOGRAPHY - START
**************************************/
html {
	box-sizing: border-box;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: var(--lp--base-preset--body--color);
	font-family: var(--lp--base-preset--body--font-family)
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.2;
	margin-bottom: 0.5rem;
	font-family: var(--lp--base-preset--heading--font-family)
}
h1, .h1 {
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.6rem;
}
h3, .h3 {
	font-size: 1.4rem;
}
h4, .h4 {
	font-size: 1.2em;
}
h5, .h5 {
	font-size: 1.1em;
}
h6, .h6 {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: var(--lp--base-preset--link--color);
	transition: all .25s ease;
}
a:hover, a:focus, a:active {
	color: var(--lp--base-preset--link--color--hover);
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#GENERAL - START
**************************************/
.lp-element {
	padding: 30px 0;
}
@media (min-width: 768px) {
	.lp-element {
		padding: 50px 0;
	}
}
@media (min-width: 1200px) {
	.lp-element {
		padding: 80px 0;
	}
}

/* Buttons - Start */
.lp-button, .wp-block-button__link {
	font-size: 16px;
	padding: 10px 20px;
	margin: 0;
	display: inline-block;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	color: var(--lp--base-preset--button--color);
	background-color: var(--lp--base-preset--button--background-color);
}
.lp-button:hover, .lp-button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
    background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
}
.lp-button-wrap .lp-button + .lp-button {
	margin-left: 10px;
}
.lp-button:hover, .lp-button:focus {
	background-color: #000;
}
/* Buttons - End */
/*************************************
!GENERAL - END
**************************************/

/*************************************
#GRID - START
**************************************/

/*************************************
!GRID - END
**************************************/

/*************************************
#CAROUSEL - START
**************************************/

/*************************************
!CAROUSEL - END
**************************************/

/*************************************
#TABS - START
**************************************/
.lp-tabs.lp-horizontal-tabs-layout .lp-tabs {
	display: flex;
	margin-bottom: 20px;
}
.lp-tabs.lp-horizontal-tabs-layout .lp-tabs-title {
	margin-right: 30px;
	padding-bottom: 10px;
}
.lp-tabs.lp-horizontal-tabs-layout .lp-tabs-title.lp-active, .lp-tabs.lp-horizontal-tabs-layout .lp-tabs-title:hover {
	border-bottom: 2px solid #f1d202;
}
.lp-tabs.lp-horizontal-tabs-layout .lp-tabs-title a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.lp-default-section.lp-tabs .lp-tabs-title a {
	color: #333;
}
.lp-tabs .lp-tabs-content .lp-col {
	padding: 0;
}
/*************************************
!TABS - END
**************************************/

/*************************************
#ACCORDION - START
**************************************/
.lp-accordion-title{
	text-decoration:none;
	line-height: 1.3;
	transition: all .4s ease;
	font-weight: bold;
	font-size: 18px;
	border-top: none;
	border-bottom: 1px solid #e6e6e6;
	border-left: none;
	border-right: none;
	padding-right: 50px;
	padding: 15px 0;
}
.lp-default-section .lp-accordion-title {
	color: #000;
}
.lp-accordion-title::after{
	position:absolute;
	right:10px;
	top: 15px;
}
.lp-accordion-title.lp-active, .lp-accordion-title:hover{
	padding-left: 20px;
}
.lp-default-section .lp-accordion-title.lp-active, .lp-default-section .lp-accordion-title:hover {
	background-color:#333;
	color: #fff;
}
.lp-accordion-content{
	padding: 1rem;
}
/*************************************
!ACCORDION - END
**************************************/

/*************************************
#BOX LAYOUTS - START
**************************************/
/* Layout 1 - Start */
.lp-box-layout-1 .lp-content, .lp-box-layout-3 .lp-content, .lp-box-layout-2 .lp-content {
	padding: 20px;
}
.lp-default-section.lp-box-layout-1 .lp-content, .lp-default-section.lp-box-layout-3 .lp-content, .lp-default-section.lp-box-layout-2 .lp-content {
	background: #f2f2f2;
}
.lp-box-layout-1 .lp-content a:not(.lp-button) {
	font-weight: 600;
}
.lp-default-section.lp-box-layout-1 .lp-content, .lp-default-section.lp-box-layout-1 .lp-content a:not(.lp-button) {
	color: #333;
}
/* Layout 1 - End */

/* Layout 4 - Start */
.lp-box-layout-4 .lp-content {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
}
/* Layout 4 - End */
/*************************************
!BOX LAYOUTS - END
**************************************/

/*************************************
#HERO - START
**************************************/
.lp-hero, .lp-hero label, .lp-hero a {
	color: #fff;
}
.lp-hero:not(.lp-hero-full-screen).lp-default-height {
	min-height: 350px;
}
.lp-hero .lp-hero-background-overlay {
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.3) 100%);
}
.lp-hero .lp-hero-banner {
	text-transform: uppercase;
}
.lp-hero .lp-hero-banner-heading h1 {
	font-size: 24px;
}
@media(min-width: 768px) {
	.lp-hero:not(.lp-hero-full-screen).lp-default-height {
		min-height: 400px;
	}
}
@media(min-width: 992px) {
	.lp-hero:not(.lp-hero-full-screen).lp-default-height {
		min-height: 550px;
	}
	.lp-hero .lp-hero-banner-heading h1 {
		font-size: 71px;
	}
}
/*************************************
!HERO - END
**************************************/

/*************************************
#MENU - START
**************************************/
.lp-main-menu li a {
	padding: 0.7rem 1rem;
	display: block;
}
.lp-main-menu > .current-menu-item > a, .lp-main-menu > .current-menu-parent > a {
	border-bottom: 1px solid #fff;
}
.lp-main-menu .sub-menu .current-menu-item, .lp-main-menu ul.sub-menu li:hover {
	border-left: 3px solid #fff;
	transition: .3s all;
}
.lp-header-default-color .lp-main-menu .sub-menu, .lp-header-transparent .lp-main-menu .sub-menu {
	background-color: #333;
	width: 170px;
}
.lp-header-default-color .lp-menu-container .menu-item-has-children::after {
	color: #fff;
}
.lp-default-header-layout .lp-menu-container .sub-menu {
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.sub-menu li {
	list-style: none;
}
.lp-footer-menu, .sub-menu  {
	padding: 0;
}
.lp-footer-menu li {
	padding: 0.2rem 0;
	list-style: none;
}
.lp-menu-icon::after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
/*************************************
!MENU - END
**************************************/

/*************************************
#MOBILE MENU - START
**************************************/
.lp-off-canvas {
	padding: 30px;
	background-color: #333;
}
.lp-mobile-menu li {
	position: relative;
	width: 100%;
}
.lp-mobile-menu li a {
	padding: 0.7rem 1rem;
	display: block;
	color: #fff;
}
.lp-mobile-menu .current-menu-item > a {
	background: rgba(255,255,255,0.1);
}
.lp-mobile-menu .sub-menu {
	display: none;
	padding-left: 10px;
}
.lp-mobile-menu .menu-item-has-children i {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 20px;
	display: flex;
	justify-content: center;
}
/*************************************
!MOBILE MENU - END
**************************************/

/*************************************
#HEADER - START
**************************************/
.lp-header .lp-top-bar {
	padding: 15px 0;
}
.lp-header .lp-number {
	display: none;
}
.lp-site-logo {
	width: 160px;
}
.lp-header-default-color .lp-header {
	background-color: #333;
}
.lp-header-default-color .lp-header ul li a, .lp-header-transparent:not(.lp-page-banner-hidden) .lp-header ul li a {
	color: #fff;
}
@media(min-width: 576px) {
	.lp-site-logo {
		width: 230px;
	}
}
/* Sticky Header - Start*/
.lp-sticky-header:not(.lp-header-transparent) .lp-off-canvas-content {
	padding-top: 73px;
}
@media (min-width: 576px) {
	.lp-sticky-header:not(.lp-header-transparent) .lp-off-canvas-content {
		padding-top: 90px;
	}
}
/* Sticky Header - End*/

/* Transparent Header - Start*/
.lp-header-transparent.lp-sticky-header.lp-scrolled .lp-header {
	background-color: #333;
}
/* Transparent Header - End*/
/*************************************
!HEADER - END
**************************************/

/*************************************
#TABLE - START
**************************************/
.lp-table thead {
	background: #333;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none;
}
.lp-table th {
	padding: 10px;
	font-weight: 700;
	color: #fff;
}
.lp-table tbody {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
	border-left: none;
	border-right: none;
}
.lp-table tbody th {
	color: #000
}
.lp-table tbody tr {
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
.lp-table tbody tr:nth-child(2n) {
	background-color: #fff;
}
.lp-table tbody tr td {
	padding: 10px;
}
.lp-table .lp-button {
	margin-top: 0;
	width: 100%;
}
@media(min-width: 576px) {
	.lp-table tr td img {
		width: 100px;
	}
	.lp-table th, .lp-table tbody tr td {
		padding: 16px;
	}
	.lp-table .lp-button {
		width: auto;
	}
}
/*************************************
!TABLE - END
**************************************/

/*************************************
#TEAM ELEMENT - START
**************************************/
.lp-default-alignment .lp-team-content, .lp-default-alignment .lp-team-content .lp-button-wrap {
	text-align: center;
	justify-content: center;
}
.lp-team-content {
	line-height: 1.3;
	padding: 20px;
}
.lp-default-section .lp-team-content {
	background: #f2f2f2;
}
.lp-default-section .lp-team-content a:not(.lp-button) {
	font-weight: 600;
}
.lp-default-section .lp-team-content, .lp-default-section .lp-team-content a:not(.lp-button) {
	color: #333;
}
.lp-box-layout-1 .lp-team-media {
	margin-bottom: 0;
}
/*************************************
!TEAM ELEMENT - END
**************************************/

/*************************************
#FOOTER - START
**************************************/
.lp-footer.lp-default-footer-layout {
	padding: 30px 0;
}
.lp-footer-default-color .lp-footer {
	background-color: #333;
}
.lp-footer-default-color .lp-footer, .lp-footer-default-color .lp-bottom-footer, .lp-footer-default-color .lp-footer a {
	color: #fff;
}
.lp-footer-default-color .lp-bottom-footer {
	background-color: #1a1a1a;
}
.lp-footer.lp-default-footer-layout .lp-footer-col {
	margin-bottom: 20px;
}
.lp-bottom-footer:not(.lp-with-colophon-link) {
	text-align: center;
}
.lp-footer.lp-default-footer-layout .lp-contact-details .lp-contact-address, .lp-footer.lp-default-footer-layout .lp-contact-details .lp-contact-phone, .lp-footer.lp-default-footer-layout .lp-contact-details .lp-contact-email, .lp-map-form-element .lp-contact-details .lp-contact-address, .lp-map-form-element .lp-contact-details .lp-contact-phone, .lp-map-form-element .lp-contact-details .lp-contact-email {
	padding: 0.2rem 28px;
}
.lp-footer.lp-default-footer-layout .lp-subheading {
	margin-top: 0;
}
@media(min-width: 992px) {
	.lp-footer.lp-default-footer-layout {
		padding: 80px 0;
	}
	.lp-footer .lp-footer-col {
		margin-bottom: 0;
	}
}
/*************************************
!FOOTER - END
**************************************/
