/*
	Theme Name:		Eye-C Template
	Description:	Custom WordPress template created by Eye-C Multimedia.
	Version:		1.0
	Author:			Eye-C Multimedia
	Author URI:		https://eye-c.nl/
	Text Domain:	eyec
    Tags:			HTML5, SCSS, CSS3, Wordpress, Gutenberg, ACF, Eye-C Multimedia

    Notes:			Main css styles are read from assets/css/main.css, place custom css styles in this document.
*/

/*--------------------------------------------------*\
	Custom CSS Styles
\*--------------------------------------------------*/

.grecaptcha-badge {
	opacity: 0;
}

#mc_embed_signup p {
	margin-bottom: 5px;
}

#mc_embed_signup input[type=submit].btn {
	margin-bottom: 40px;
    padding: 5px 10px;
	background: none;
	border: 1px solid #fff;
}

#mc_embed_signup input[type=submit].btn:hover {
	background: #fff;
	color: #002e63;
}

.is-style-rounded img {
    border-radius: var(--border-radius-large);
}

/* Ruimte onder nieuwscards */
.news-wrapper .card.item {
    margin-bottom: 32px;
}

/* Styling iframe bij nieuwsberichten */
.single-post iframe{
	width: 100%;
	height: 310px;
	border-radius: var(--border-radius-large);
}

/* iframe standaard styling */
iframe {
    width: 100%;
    height: 750px;
    border-radius: var(--border-radius-large);
}

/* Styling agenda */
.agenda-activity .cta{
	text-align: start;
}

.agenda-activity .details .social-share {
    margin: 1.1rem 1rem 1rem 1rem;
    text-align: right;
}

.agenda-activity .details {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
    margin-top: 2rem;
}

.agenda-separator {
  margin: 2rem 0 1rem 0;
  border-top: 1px solid #e5e5e5;
}

.agenda-heading-past {
  margin: 32px 0;
}


header .navigation .menu ul .menu-item-7873, 
header .navigation .menu ul .menu-item-7872{
	display: none;
}

/* Testimonial review styling */
.testimonial-title{
	margin-top: 32px;
}

.testimonial-card {
    position: relative;
    background: #002E63;     
    color: #fff;
    border-radius: 16px;
    padding: 32px 24px 80px;
    text-align: center;
    overflow: visible;
	margin-top: 10px;
	margin-bottom: 72px;
}

.testimonial-quote {
    position: absolute;
    font-size: 44px;
    line-height: 1;
    opacity: 0.2;
}

.testimonial-quote-left { 
	top: 12px; 
	left: 16px; 
}

.testimonial-quote-right { 
	bottom: 12px; 
	right: 16px; 
}

.testimonial-name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.testimonial-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 14px;
    font-size: 20px;
}

.testimonial-stars .star {
    color: rgba(255,255,255,0.4);
}

.testimonial-stars .star.filled {
    color: #fff;
}

.testimonial-text {
    max-width: 36rem;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1rem;
	word-wrap: break-word;  
}

.testimonial-avatar {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-slider .slick-dots{
	margin-left: -5px;
}

.testimonial-slider .slick-dots li{
	margin: 0px;
}

.testimonial-slider .slick-slide {
	margin-left: 0px;
	margin-right: 5px;
}

.testimonial-slider .slick-slide:first-child {
  margin-left: 0; 
}

/* Block team member */
.block-team-member-banner { 
	margin: 1.5rem 0; 
}

.team-banner {
	display: flex;
	align-items: center;
	gap: 2.25rem;
	padding: 1rem 0;
	background-color: #002E63;
	border-radius: var(--border-radius-large);
	padding: 40px;
}

.team-banner .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.team-banner-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.team-banner-photo {
	flex: 0 0 auto;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
}

.team-banner-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-banner-name {
	margin: 0 0 .25rem 0;
	font-size: 1.75rem
	line-height: 1.2;
	font-weight: 700;
	color: white;       
}

.team-banner-cta a{
	font-weight: 600;
	color: white;
}

.team-banner-cta a i {
	margin-left: 8px;
	transition: margin-left 0.2s ease;
}

.team-banner-cta a:hover i {
  	margin-left: 12px;
}

.team-banner-info p {
    color: white;
    margin-bottom: 0;
    opacity: 0.8;
    font-size: 14px;
    font-style: italic;
}

/* Shortcodes */
.btn.shortcode {
	margin-bottom: 20px;
}

.block-youtube-embed.shortcode {
    max-width: 705px;
    margin: 0 auto 20px;
}

.block-youtube-embed.shortcode .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.block-youtube-embed.shortcode .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Reviews Pagination */
.pagination {
    text-align: center;
    margin: 2rem 0;
    width: 100%;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: var(--primary-color, #002e63);
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: var(--primary-color, #002e63);
    color: white;
    border-color: var(--primary-color, #002e63);
}

.pagination .page-numbers:hover {
    background-color: #f5f5f5;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    padding: 8px 12px;
}

/* Promotional Card in Reviews */
.block-review-card.promo-card {
    background-color: var(--primary-color, #002e63);
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 30px;
    box-sizing: border-box;
}

.promo-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    text-align: left;
    height: 100%;
}

.block-review-card.promo-card h3 {
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    color: white;
    margin-bottom: 0;
}

.block-review-card.promo-card p {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.block-review-card.promo-card .btn-white {
    background-color: white;
    color: var(--primary-color, #002e63);
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.block-review-card.promo-card .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Full-width banner in Reviews page */
.full-width-banner {
    background-color: #f0ece3;
    padding: 0;
    margin: 0 0 50px;
    width: 100%;
    border-radius: 25px;
}

.full-width-banner .body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    text-align: left;
    padding: 50px 80px 50px 65px;
    gap: 0.5rem;
}

.full-width-banner .title {
    color: #002E63;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.full-width-banner p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.full-width-banner img {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

/* Reviews Read More Link */
.readMoreReviews {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary-color, #002E63);
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

.readMoreReviews:hover {
    text-decoration: underline;
}

.review p {
    margin-bottom: 10px;
}

.review p:last-child {
    margin-bottom: 0;
}

.btn.btn-outline {
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-outline:hover {
    background: #fff;
    color: #002e63;
}

header .navigation .menu ul .menu-item-8269 {
	display: none;
}


/* Responsive */
@media screen and (max-width: 1023px) {
	
/* 	Styling nieuws items */
.news .item .image img{
	border-left: 0px;
}
.news .item{
	margin-bottom: 2rem;
}

.news .item .content{
	padding: 15px 25px 20px;
}

.single-post .direct-contact{
	margin-bottom: 40px !important;
}

header .navigation .menu-logo{
	width: auto;
}

header .navigation .menu ul .menu-item-7873, 
header .navigation .menu ul .menu-item-7872{
	display: block;
}

header .navigation .menu ul .menu-item-7873 a, 
header .navigation .menu ul .menu-item-7872 a{
	font-size: 15px;
	opacity: .75;
}

/* iframe standaard styling */
iframe {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

/* Reviews Page Styling */
.reviews-grid .block-review-card {
	box-sizing: border-box;
	height: 100%;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}

.full-width-banner img {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0;
}

 header .navigation .menu ul .menu-item-8269 a {
	font-size: 15px;
	opacity: .75;
}

.block-review-card.promo-card h3 {
	line-height: 110%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
#mc_embed_signup input[type=submit].btn {
	margin-bottom: 0;
}

 .reviews-grid .col-md-4 {
	margin-bottom: 2rem;
}
}

@media screen and (max-width: 396px) {
.button-smaller .action a{
	font-size: 15px;
}

.team-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 1rem 0;
	background-color: #002E63;
	border-radius: var(--border-radius-large);
	padding: 20px;
	flex-direction: column;
}
}