/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

p.more-link {
	margin-top: auto;
}

.carousel-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.carousel-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mobile-menu-control-wrapper .menu-toggle {
    background-color: transparent;
}

h2.gform_title {
    text-transform: uppercase;
    font-size: 40px;
}

.keen-slider {
/* 	overflow: visible !important; */
}
	
.post-carousel  {
  opacity: 0.35;
  transition: opacity 500ms ease-out;
}

.keen-dots {
  display: flex;
  padding: 80px 0 10px;
  justify-content: center;
}

.keen-dots .dot {
  border: none;
  width: 60px;
  height: 2px;
  background: #c5c5c5;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
	.keen-dots .dot:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.keen-dots .dot:last-child {
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

.keen-dots .dot:focus {
	outline: none;
}

.keen-dots .dot--active {
	background: #000;
}

body.home .menulang a {
	color: #fff;
}

.generate-back-to-top {
	right: 80px;
}

.footer-container ul {
	font-size: 17.5px;
	letter-spacing: 0.05em;
	font-weight: 600!important;
	line-height: 20px;
}

/* start for desktop only*/
@media (min-width: 769px) {
	.main-navigation a::after {
    content: '|';
	margin-left: 10px;
	font-weight: 400;
}
	li#menu-item-641 a::after {
	display: none;
}
	.nav-float-right #site-navigation {
	margin-left: 40px !important;
}
	.wp-block-social-links .wp-block-social-link.wp-social-link {
	margin-right: 30px;
	}
	.hide-desktop {
		display: none !important;
	}
}
/* end for desktop only*/

@media (max-width: 768px) {
	
	.generate-back-to-top {
		right: 20px;
	}
	.keen-dots {
		display: none;
	}
	
    .page-hero{
	background-position: 70%;
}
	.site-header .header-image {
		width: 140px;
	}
	.has-inline-mobile-toggle .inside-header {
		align-items: flex-start;
	}
	.hide-mobile {
		display: none !important;
	}
	.brand-name {
		font-family: Poppins;
		font-size: 26px;
		font-weight: 400;
		margin: 30px 0;
	}
}

.read-more {
    border-bottom: solid 1px #222;
}

a.generate-back-to-top {
	background: none!important;
}

.gp-icon svg {
    height: auto;
    width: auto;
}

.carousel-image img {
	display: block;
}

.carousel-content h3 {
	margin: 30px 0px;
}

.testimonial__role {
	margin-bottom: 40px;
}

.slideout-navigation.do-overlay .slideout-exit {
    position: fixed !important;
    right: 20px !important;
	margin-bottom: 30px;
	}

.slideout-navigation.do-overlay .inside-navigation {
	padding: 20% 10% 0 !important;
}

.content-container {
  font-family: Poppins;
  margin-bottom: 20px;
}

/* Initially hide the extra text */
.more-text {
  display: none;
}

/* When the checkbox is checked, show the extra text */
.content-container input:checked ~ .more-text {
  display: inline;
}

/* Style the toggle button */
.toggle-btn {
  display: block;
  margin-top: 30px;
  cursor: pointer;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	line-height: 100%;
	width: fit-content;
}

/* Button text for collapsed state */
.toggle-btn::before {
  content: "Read more";
}

/* Change button text when expanded */
.content-container input:checked ~ .toggle-btn::before {
  content: "See less";
}

