/*
 Theme Name:     Arama Group
 Description:    Arama Group Theme
 Author:         Nel
 Template:       creatic
 Version:        1.0.0
*/
 
/* =Theme customization starts here
 * usage of !important for overriding specific builder styles
------------------------------------------------------- */

html {
	scroll-behavior: smooth;
}

.hide {
	display: none;
}


/* SLIDER */
#content > .swiper-container {
	height: 100vh !important;
}

.swiper-slide #headslide01 .bg-layer.lazyloaded {
	background-image: unset !important;
}

.homeslider > .bg-layer {
	background-repeat: no-repeat;
	background-size: cover;
}

.homeslider01 > .bg-layer {
	background-image: url('../jpg/slider-1.jpg');
}
.homeslider02 > .bg-layer {
	background-image: url('../jpg/slider-2.jpg');
}
.homeslider03 > .bg-layer {
	background-image: url('../jpg/slider-3.jpg');
}


#content .cl_slider > .swiper-pagination .swiper-pagination-bullet {
	background-color: #fefefe !important;
}

.custom-peek-section-half .container-content > .row {
	position: relative;
}

.custom-peek-section-half .container-content > .row .custom-peek:nth-child(1),
.custom-peek-section-half .container-content > .row .custom-peek:nth-child(2), {
	left: 0;
	position: absolute;
	z-index: 1;
}
.custom-peek-section-half .container-content > .row .custom-peek:nth-child(3),
.custom-peek-section-half .container-content > .row .custom-peek:nth-child(4), {
	left: 50%;
	position: absolute;
	z-index: 1;
}
.custom-peek-section-half .container-content > .row .custom-peek:nth-child(2),
.custom-peek-section-half .container-content > .row .custom-peek:nth-child(4) {
	z-index: 2;
}

.custom-peek-section .container-content > .row {
	position: relative;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
}
.custom-peek-section .container-content > .row .custom-peek {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.custom-peek-section .container-content .custom-peek.initial-container {
	
}
.custom-peek-section .container-content .custom-peek.secondary-container {
	transform: translateY(100%);
	z-index: 2;
	transition: all 0.4s ease-out;
}

.custom-peek-section .container-content .custom-peek.secondary-container.slide-now {
	transform: translateY(0);
}



.custom-peek-container {
	min-height: 400px !important;
	overflow: hidden;
}

.custom-peek-container.fullwidth {
	min-height: 500px !important;
}

.custom-peek-container > .cl_col_wrapper {
	padding: 0 !important;
}

/* safari fix */
.custom-peek-container > .cl_col_wrapper > .col-content {
	width: 100%;
}

.custom-peek-container .cl-custom-heading {
	color: #f1f1f1 !important;
	font-size: 28px;
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 2.5em;
	width: 100%;
}

.custom-peek-container .slide-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background: rgba(0,0,0,0.9);
	transform: translatey(40%);
	opacity: 0;
	padding: 0 10%;
    z-index: 20;
	transition: all 0.3s ease-out; 
}

.custom-peek-container.fullwidth .slide-content {
	padding: 0 20%;
}

.custom-peek-container .slide-content.active {
	transform: translatey(0);
	opacity: 1;
}

.custom-peek-container .slide-content h3,
.custom-peek-container .slide-content p,
.custom-peek-container .slide-content a {
	color: #ffffff;
}

.custom-peek-container .slide-content h3 {
	font-size: 38px;
}

.custom-peek-container .slide-content p {
	font-size: 18px;
}

.custom-peek-container .slide-content a {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 3px;
	color: #333333;
	display: inline-block;
	font-size: 18px;
	line-height: 2.5em;
	padding: 0 2em;
}


.logo_image img {
	width: auto;
}


/* START CONTACT FORM */
.wpcf7-form > p {
	margin: 0;
}
.wpcf7-form .semi > p {
	display: flex;
	flex: 1;
}


/**
 * 
 * Footer Copyright Override
 * 
**/

#footer-wrapper #copyright {
	padding: 25px 0;
}

#footer-wrapper #copyright .copyright-content-row > .copyright-widget:first-child {
	display: block;
	text-align: center;
	width: 100%;
}

#footer-wrapper #copyright .copyright-content-row > .copyright-widget {
	display: none;
}



/* ######################### */
/* ##### MEDIA QUERIES ##### */
/* ######################### */

/**
 * NOTES
 * overriding codeless editor styles
 * @important needed for some styles
 * will move this in a separate media css afterwards
 * 
**/ 

/***
 **
 ** TABLET VIEW ( <= 1024px **landscape mode ) 
 **
 **/

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	
	/* Banner/Slider Heading */
	.homeslider .cl-custom-heading span {
		font-size: 72px !important;
		line-height: 1em;
	}
	
	
	/**
	 * 
	 * SERVICES SECTION 1024
	 * 
	 */
	
	.team-section-content-fill {
		display: none;
	}
	.team-section-content {
		padding: 0 10%;
		width: 100%;
	}
}



/***
 **
 ** TABLET VIEW ( <= 768px **portrait mode ) 
 **
 **/

@media only screen and (max-width: 768px) {
	
	#content > .swiper-container {
		height: calc(100vh - 90px) !important;
	}
	
	#content .container-content .cl_col_wrapper {
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	
	/* Rotating Banner 768 */
	
	.swiper-slide .cl-text p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.3em;
	}
	
	
	/**
	 * 
	 * THE ART SECTION 768
	 * 
	 */
	
	#content .container-content .custom-peek-container .cl_col_wrapper {
		padding: 0 !important;
	}
	
	
	/**
	 * 
	 * SERVICES SECTION 768
	 * 
	 */
	
	/* make icons in 2 columns */
	.services-icons-row .container-content .cl_column {
		float: left;
		width: 50%;
	}
	
	/* alternate BG color for the services section icons */
	.services-icons-row .container-content .cl_column:nth-child(2) .cl_col_wrapper .bg-layer,
	.services-icons-row .container-content .cl_column:nth-child(3) .cl_col_wrapper .bg-layer{
		background-color: #f1f1f1 !important;
	}
	.services-icons-row .container-content .cl_column:nth-child .cl_col_wrapper .bg-layer {
		background-color: #ffffff !important;
	}
	
	
	/**
	 *
	 * TEAM SECTION 768
	 *
	 */
	
	#team-section .row > .cl_column:first-child {
		display: none;
	}
	#team-section .row > .cl_column {
		width: 100%;
	}
	#team-section .row > .cl_column .cl_column_inner {
		padding: 20px 10px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	/* SLIDER */
	#homeslider01 .container-content > .row,
	#homeslider02 .container-content > .row,
	#homeslider03 .container-content > .row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.homeslider01 > .bg-layer {
		background-image: url('../jpg/slider-1_mobile.jpg');
	}
	.homeslider02 > .bg-layer {
		background-image: url('../jpg/slider-2_mobile.jpg');
	}
	.homeslider03 > .bg-layer {
		background-image: url('../jpg/slider-3_mobile.jpg');
	}
	
}


/***
 **
 ** LARGE MOBILE VIEW ( <= 600px ) 
 **
 **/

@media only screen and (max-width: 600px) {
	
	/**
	 * 
	 * THE ART SECTION 600
	 * 
	 */
	
	.custom-peek-section-half .container-content > .row .custom-peek-container:nth-child(1) {
		margin-bottom: 20px;
	}
	.custom-peek-container,
	.custom-peek-container .cl_col_wrapper,
	.custom-peek-container.fullwidth {
		min-height: 320px !important;
	}
	.custom-peek-container.fullwidth .slide-content {
		padding: 0 10%;
	}
	#content .container-content .custom-peek-container .cl_col_wrapper {
		padding: 0 !important;
	}
	
	/**
	 * 
	 * LOCATIONS SECTION 600
	 * 
	 */
	
	.locations-row .row > .cl_column {
		float: left;
		width: 50%;
	}
	
	.locations-row .container-content .row > .cl_column:nth-child(2) .cl_col_wrapper .bg-layer,
	.locations-row .container-content .row > .cl_column:nth-child(3) .cl_col_wrapper .bg-layer {
		background-color: #f1f1f1 !important;
	}
	.locations-row .container-content .row > .cl_column .cl_col_wrapper .bg-layer {
		background-color: #ffffff !important;
	}
	
	
	/**
	 * 
	 * CONTACT FORM SECTION 600
	 * override cf7 default style for mobile
	 * 
	 */
	
	.cl_contact_form7.style-simple.cl-element {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
}



/***
 **
 ** MEDIUM MOBILE VIEW ( <= 414px ) 
 **
 **/

@media only screen and (max-width: 414px) {
	
	.cl-custom-heading.h2 span {
		font-size: 8.2vw !important;
		line-height: 1.1em;
	}
	
	/* Banner 414 */
	.homeslider .container-content > .row {
		padding: 0;
	}
	.homeslider .cl-custom-heading span {
		font-size: 10vw !important;
		line-height: 1em;
	}
	
	
   /**
	*
	* ABOUT SECTION 414
	*
	*/
	.about-section-content .container-content > .row .cl_column {
		height: auto !important;
	}
	
	
	/* Contact Form  414 */
	#contact-section .cl_contact_form7.style-simple input:not([type="submit"]),
	#contact-section .cl_contact_form7.style-simple textarea,
	#contact-section .cl_contact_form7.style-simple select {
		padding: 0 1em;
		height: auto;
		line-height: 50px;
	}
	#contact-section .cl_contact_form7.style-simple textarea {
		height: 12em;
	}
	#contact-section .cl_contact_form7.style-simple .cl-btn.wpcf7-submit {
		width: 80%;
		margin: 0 auto;
		display: block;
		line-height: 3em;
		padding: 0;
		position: static;
	}
	#contact-section .cl_contact_form7.style-simple.cl-element {
		padding: 0 !important;
	}
	
}

@media only screen and (max-width: 384px) {
	
	.cl-text p {
		font-size: 16px !important;
		line-height: 1.6em;
	}
	
	
	/**
	*
	* THE ART SECTION 384
	*
	*/
	.custom-peek-container .slide-content h3 {
		font-size: 30px;
		line-height: 1em;
	}
	.custom-peek-container .slide-content p {
		font-size: 16px;
		line-height: 1.4em;
	}
	
	
   /**
	*
	* TEAM SECTION 384
	*
	*/
	
	#team-section .row > .cl_column .cl_column_inner .wrapper {
		padding: 20px 15% !important;
	}
}


/***
 **
 ** SMALL MOBILE VIEW ( <= 320px ) 
 **
 **/

@media only screen and (max-width: 320px) {
	
	.homeslider .wrapper-heading {
		margin-top: 8px !important;
		margin-bottom: 15px !important;
	}
	
	.homeslider .cl-btn {
		height: auto;
		line-height: 3em;
		padding: 0;
		width: 90%;
		margin: 0 auto;
		float: none;
		position: static;
	}
	
	
	
	
}