/*
Theme Name: Cloud Break Child
Template: cloud-break-parent
Version: 1.0.0
*/

:root {
	--min: min(360px, 100%);
	--cgap: 6px;
	--smargin: 75px;
}
.main-inner ul {margin-bottom:30px;}

.page-id-85 .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

#adaragal {margin-top:50px;}
.toggle-nav {
    display: flex;
	justify-content: center;
	width: fit-content;
	margin: 0 auto var(--smargin);
	column-gap: var(--cgap);
	flex-wrap: wrap;
	row-gap: var(--cgap);
}
.toggle-nav .nav-item {
	background-color:#eee;
	color: #252525;
	padding: .5em 1.5em;
	min-width: 270px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: all ease .3s;
	border-bottom: 2px solid var(--color-4);
}
.toggle-nav .nav-item.active {
	border-color: var(--color-1);
}
.toggle-nav .nav-item:nth-child(even) {
	background-color:#ccc;
	border-color: var(--color-5);
}
.toggle-nav .nav-item.active:nth-child(even) {
	border-color: var(--color-1);
}
.toggle-nav .nav-item:hover {
	border-color: var(--color-1);
}
.toggle-nav .nav-item.active:hover {
	border-color: var(--color-1);
}
.toggle-section {
	display: none;
}
.toggle-section.active {
	display: block;
}
.toggle-section .section-heading {
	text-align: center;
	background: #eee;
	margin: 0 0 var(--cgap);
	padding: 10px 0;
	font-weight: 700;
}
.toggle-section:nth-child(even) .section-heading {
	background-color: #ccc;
}


#adaragal .gallery-content {
	margin: var(--smargin) 0;
}
#adaragal .gallery-section .images {
	display: flex;
	column-gap: var(--cgap);
}
#adaragal .gallery-section .images .image-col {
	display: flex;
	flex-direction: column;
}
#adaragal .gallery-section .images .image {
	margin-bottom: var(--cgap);
}
#adaragal .gallery-section .images .image:last-child {
	flex-grow: 1;
}
#adaragal .gallery-section .images .image:last-child img {
	height: 100%;
	object-fit: cover;
}




.service-sections {
	margin: var(--smargin) 0;
}
.service-section .service {
    display: flex;
	background-color: #ccc;
	margin: 0;
	flex-wrap: wrap;
	border-bottom: var(--cgap) solid #fff;
    flex-wrap: wrap;
}
.service-section .service:last-child {
	margin-bottom: 0;
}
.service-section .service:nth-child(even) {
	flex-direction: row-reverse;
	background-color: #eee;
}
.service-section .service:nth-child(even) .image-col,
.service-section .service:nth-child(even) .content-col {
	border: none;
}
.service-section .service .image-col {
	flex: 1 1 50%;
	position: relative;
	border-right: calc(var(--cgap) / 2) solid #fff;
}
.service-section .service .content-col {
	flex: 1 1 50%;
	padding: 50px;
	align-self: center;
	border-left: calc(var(--cgap) / 2) solid #fff;
}
.service-section .service .content-col p:last-child {
	margin-bottom: 0;
}
.service-section .service.img-cover .image-col .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-section .service.img-cover .image-col .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.service-section:nth-child(even) .service {
	background-color: #eee;
	flex-direction: row-reverse;
}
.service-section:nth-child(even) .service .image-col {
	border-right: none;
	border-left: calc(var(--cgap) / 2) solid #fff;
}
.service-section:nth-child(even) .service .content-col {
	border-left: none;
	border-right: calc(var(--cgap) / 2) solid #fff;
}
.service-section:nth-child(even) .service:nth-child(even) {
	background-color: #ccc;
	flex-direction: row;
}
.service-section:nth-child(even) .service:nth-child(even) .image-col,
.service-section:nth-child(even) .service:nth-child(even) .content-col {
	border: none;
}

#contact-info:before {content: ""; position: absolute; z-index: 0; top:0; left:0; width:100%; height: 100%; background:#000; opacity: .5;}

.custom-content{
	margin-left: 30px;
}
.logo img {
    width: 280px;
}
@media screen and (max-width: 1200px) {
  .flex-row.row-md {
    display: block;
  }
    .service-section .service .col {
    border: none;
  }
   .service-section .service .col {
    border: none;
  }
   .service-section .service.img-cover .image-col .image {
    position: static;
  }    
}
@media screen and (max-width: 991px) {
    .nav-toggler {display: none;}
    .mobile-list a, .nav-toggler span {
        color: #fff !important;
    }
      .mobile-list a:hover, .nav-toggler span:hover {
        color: var(--color-1) !important;
    }
}