/*
Ruler Digital Agency 
https://www.ruler.agency
Copyright 2023, RULER SMPC. All rights reserved.
Version: 1.0
*/

/* div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color:unset !important;
  color:unset !important;
}
body div.wpforms-container-full button[type="submit"] {
	font-size: 1.3rem;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover{
	color: #fff;
}
.wpforms-container.wpforms-container-full {
	max-width: 75% !important;
	margin: auto !important;
}
body div.wpforms-container-full .wpforms-form .choices__list--dropdown {
	border: 0 !important;
	margin-top: 0 !important;
	border-radius: 0 !important;
	background: none !important;
}
body div.wpforms-container-full .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
	display: none !important;
}
body div.wpforms-container-full .wpforms-form .is-open .choices__inner{
	border: none !important;
	box-shadow:none !important;
}
body div.wpforms-container-full .wpforms-form .choices .is-highlighted {
	background-color: #fff !important;
	color: unset;
} */

/* Site/Partners Logo - Home */
#partnerships-logos-gallery img,
.site-logo img,
#partnership_section .partnership_single_logo img {
	filter: invert(1);
}

/* 
	Service Page
	The class "single-approach" has to be checked on responsive.css
*/
#home-service-at .row.even .col-lg-6:first-child,
.boat-approach .row.even .col-lg-6:first-child {
	order: 2;
}
.boat-grid-gallery .grid-gallery-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
.boat-grid-gallery .grid-item {
	width: calc(33.333333% - 30px);
	margin: 0 15px 30px 15px;
}
.specs-data-table tr:nth-child(even){
	border-bottom: 1px solid #fff;
}
.specs-data-table th,
.specs-data-table td {
  padding: 20px;
}
.specs-data-table th {
	padding-bottom: 0px;
}

.responsive-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

.specs-data-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}


.specifications-img {
	width: clamp(400px, 46.9vw, 900px);
	height: auto;
}
.swapping-imgs .animated-carousel-navigation {
	position: absolute;
	right: 2%;
	bottom: 5%;
}
div.wpforms-container-full input[type="text"]:focus:invalid,
div.wpforms-container-full input[type="email"]:focus:invalid,
div.wpforms-container-full input[type="tel"]:focus,
div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__selected-country:focus,
div.wpforms-container-full .wpforms-form .choices.is-open .choices__inner,
div.wpforms-container-full .wpforms-form .choices .choices__inner {
	border: unset !important;
	border-color: unset !important;
	box-shadow: none !important;
	outline: unset !important;
	color: #fff !important;
	border-bottom: 2px solid #fff !important; 
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color:rgb(49, 49, 49) !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown{
	border: 1px solid #fff !important;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
body div.wpforms-container-full .wpforms-form button[type="submit"]:focus:after{
	border: unset !important;
	
}
div#big-text-bg-img img {
    max-width: 100%;
    height: auto;
}
div#big-text-bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}
section#home-big-text {
    margin-bottom: 0;
    padding-bottom: 0;
}
footer#footer {
    margin-top: 0;
    padding-top: 0;
}

#grid-team-section .single_member_details {
	max-width: 100%;
}
#home-hero .swiper-slide{
	height: 100vh;
}


@media(max-width:992px){
	#big-text-title h2 {
		font-size: 150%;

	}
}

#usp-accordion button.collapsed h3.sub-heading.d-flex {
    text-align: right;
}

/* New Font */
h1,
h2,
h3,
.main-heading,
.main-heading h2,
.main-heading h3,
.sub-heading,
.sub-heading h2,
.sub-heading h3,
.extra-big-heading,
.extra-big-heading h1,
.extra-big-heading h2,
.single-services h1.main-heading,
.home .dynamic-carousel-image-content h3.main-heading,
.post-type-archive-services h2.sub-heading,
.sub-heading h2,
.single-service-content > h2,
.single h2:not(.extra-big-heading),
.about_section_desc > h2,
#archive-description-section h2,
body.page-template h1.main-heading,
#mobile-menu-modal .main-navigation li.level-1 span {
	font-family: 'Swis721 BlkCn BT';
	font-weight: 900;
	font-style: italic;
}

/* Boat Title */
.single-services h1.main-heading {
	font-size: 4.4444444444444rem;
	line-height: 5rem;
}

/* Content Title */
.heading_title:not(.no-translate) {
	transform: translateY(50px);
}

/* Accordion + */
.accordion-button .accordion-plus {
	font-weight: 400;
	font-family: 'Montserrat';
	font-style: normal;
}

/* About Us - Home page */
section#home-about-v2 div#about-big-image {
	height: 95vh;
}
/* Services - Home page */
section#home-service-at .column-image {
	max-height: 70vh;
}

/* Dynamic Moto */
div#dynamic-moto-title {
	font-size: 3.4rem;
}

/* AT42 - Page */
body.postid-670 .row.align-items-stretch:last-child .col-12 .single_approach,
body.postid-906 .row.align-items-stretch:last-child .col-12 .single_approach {
	text-align: center;
	margin-top: 25px;
	justify-content: center;
}
.specs-data-note .specs-data-text {
	padding-top: 20px;
}

/* Boat Page */
body.single-services h1.main-heading {
	text-transform: none;
}

/* Small Changes */
.mfp-arrow::before {
	background-color: #000;
}
.social-icon svg {
	width: 40px;
	height: 40px;
}
.fixed-social {
	top: 50%;
	left: 15px;
	flex-direction: column;
	gap: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999999999;
}
.fixed-social .social-icon {
	position: relative;
	top: 30px;
	opacity: 0;
	margin-right: 0;
}
.fixed-social .social-icon::before {
	content: " ";
	width: 38px;
	height: 38px;
	position: absolute;
	left: .5px;
	top: 1px;
	border-radius: 50%;
	background-color: #f1f1f1;
	z-index: -1;
}
.fixed-social .social-icon svg {
	fill: #000;
}
.boat-approach .odd .single_approach.padding-left {
	padding-left: 0;
}
.boat-approach .even .single_approach.padding-right {
	padding-right: 0;
}
.terms-pagination li a.active {
	text-underline-offset: 6px;
	text-decoration: underline solid #fff 15%;
}


@media (max-width: 1200px) {
	section#home-about-v2 {
		padding-top: 0;
		padding-bottom: 0;
	}
	section#home-about-v2 .about_images_v2 {
		padding-left: 2.7777777777778rem;
		padding-right: 2.7777777777778rem;
		margin-top: 2.7777777777778rem;
	}
	section#home-about-v2 div#about-big-image {
		height: auto;
	}
}
@media (max-width: 992px) {
	.boat-approach .odd .single_approach.padding-left,
	#home-about-v2-left,
	section#home-about-v2 .about_images_v2,
	#home-about-v2 .col-12.col-xl-5,
	.team_members_wrapper .col-12,
	#grid-team-section .col-12.col-lg-9,
	.single_member_details.p-3 {
		padding-left: 0;
		padding-right: 0;
	}
	.padding-left,
	.padding-right {
		padding-left: 20px;
		padding-right: 20px;
	}
	.padding-top,
	.padding-bot {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.margin-top,
	.margin-bot {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.dynamic-carousel-image-img.vh-100 {
		height: unset !important;
	}
	
	.terms-pagination li a {
		width: 80px;
		text-align: center;
	}
	
	
	.boat-approach .even .single_approach.padding-right {
		padding-right: 0;
		padding-left: 0;
	}
	
	#home-service-at .row.even .col-lg-6:first-child,
	.boat-approach .row.even .col-lg-6:first-child {
		order: -1;
	}
}