/*
Theme Name: clayserver Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: neuwaerts
Author URI:  https://www.neuwaerts.de/
Template: clayserver
Version: 1.0
*/

:root {
  --color-purple: #48247B;
}

body{
	font-weight: 100;
}

h1,h2,h3,h4,h5 {
	font-weight: 300;
	color: var(--color-purple);
}

.h2 {
  color: var(--color-purple);
}

@media screen and (min-width: 768px) {
	.image--crop{
		aspect-ratio: 2.35 / 1;
		object-fit: cover;
	}
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
	.image--sm-crop{
		aspect-ratio: 2.35 / 1;
		object-fit: cover;
	}
}

.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a{
	padding: 20px 25px;
}


.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button.transparent a {
	padding: 18px 25px;	
}

p{
	font-size: 16px;
}

a{
	text-underline-offset: 4px;
	transition: all 0.3s ease-in-out;
}

a:hover{
	text-underline-offset: 8px;
}

@media only screen and (min-width: 1000px) {
	#header-outer #logo{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#header-space {
		height: calc(121px + var(--nectar_hook_before_nav_content_height, 0px)) !important;
	}
}

.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a {
	border-radius: 8px !important;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
	border-radius: 8px !important;
}

.logo-spacing{
	margin-top: 10px !important;
	margin-bottom: 16px !important;
}

.button, .button input{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	border-radius: 20px;	
}

.footer--link p{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
}

.link_wrap{
	border-radius: 8px;
}

.wpcf7-list-item{
	margin: 0 0 0 0 !important;
}