/**
Theme Name: Astra Child
Author: Kas Hermkens
Author URI: http://www.kashermkens.nl/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


body:not(.home) .headerslide {
  display: none;
}

body:not(.home) .site-below-header-wrap {
	display: none;
}

.site-header-below-section-right {
	display: block;
}

.site-header-below-section-left {
  	flex-wrap: wrap !important;
	width: 50%;
}

.site-header-below-section-left hr{
    height: 7px;
    background: linear-gradient( 135deg,rgb(158,0,47) 0%,rgb(191,92,110) 100%);
}

.site-header-below-section-left h1{
    position: absolute;
    width: 800px;
    z-index: 100;
    font-size: 50pt;
  	background-color: #CA4246;
  	background-image: linear-gradient(
        45deg,
        #9E1732 16.666%, 
        #9B2C47 16.666%, 
        #9B4257 33.333%, 
        #9B5D6C 33.333%, 
        #996775 50%, 
        #99707D 50%, 
        #998189 66.666%, 
        #998F92 66.666%, 
        #C6B9BD 83.333%, 
        #FFFFFF 83.333%);
  	background-size: 100%;
  	background-repeat: repeat;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent; 
    animation: rainbow-text-simple-animation-rev 0.75s ease forwards;

}

.site-header-below-section-left h1:hover {
    animation: rainbow-text-simple-animation 0.5s ease-in forwards;
}

@keyframes rainbow-text-simple-animation-rev {
    0% {
        background-size: 650%;
    }
    40% {
        background-size: 650%;
    }
    100% {
        background-size: 100%;
    }
}

@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }
    80% {
        background-size: 650%;
    }
    100% {
        background-size: 650%;
    }
}

@media only screen and (max-width: 545px) {
	
	.ast-mobile-header-content {
	position: absolute;
    margin-top: -375px;
	padding-bottom: 30px;
}
	
	body:not(.home) .ast-mobile-header-content {
	position: inherit;
    margin-top: 0px;
	padding-bottom: 0px;
}
	
	
.site-header-below-section-left h1 {
    width: 90%;
	position:inherit;
    z-index: 100;
	padding-top:20px;
	font-size: 25pt;
	}
	
	.site-header-below-section-left {
		margin-bottom:20px;
		width:100%;
	}
	
	.site-header-below-section-left h3{
	padding-top: 10px !important;
}
	
	.wp-block-latest-posts__featured-image img {
		padding-bottom: 20px;
		width: 100%;
	}
	
	.wp-block-latest-posts__featured-image {
		width: 100%;
		margin:0;
	}
}

.site-header-below-section-left h3{
	padding-top: 80px;
}

.ast-header-html-2 {
	padding: 0;
}

.homecontactform {
	box-shadow: 2px 2px 10px lightgray;
	margin-bottom: 30px;
}

.homecontactform textrea {
	height: 160px;
}

.nav-next a {
	padding: 10px;
    margin-bottom: 20px !important;
	color:white !important;
	background: linear-gradient(135deg,rgb(158,0,47) 0%,rgb(191,92,110) 100%);
}

.nav-previous a {
	padding: 10px;
    margin-bottom: 20px !important;
	color:white !important;
	background: linear-gradient(135deg,rgb(158,0,47) 0%,rgb(191,92,110) 100%);
}

body:not(.home) .wp-block-contact-form-7-contact-form-selector {
	box-shadow: 2px 2px 10px lightgray;
	padding:20px;
}

.wp-block-latest-posts__list li {
	box-shadow: 2px 2px 10px lightgray;
    margin-bottom: 30px;
}

.wp-block-latest-posts__post-excerpt {
	padding: 0px 0px 32px 20px;
	margin: 0;
}

.wp-block-latest-posts__list a {
    color: black;
    font-size: 16pt;
	padding: 20px 20px 20px 20px;
	display: block;
}

.read-more a {
	background: linear-gradient(135deg,rgb(158,0,47) 0%,rgb(191,92,110) 100%);
	font-size:12pt;
	color:white;
	padding: 6px 9px 6px 9px;
	float: right;
	margin-top:14px;
}

.your-message textarea {
	height:100px;
}

.wpcf7-submit {
	float: right;
	background: linear-gradient(135deg,rgb(158,0,47) 0%,rgb(191,92,110) 100%) !important;
}

.ast-article-post {
    width: 33%;
}

.projecten li {
	width:33.3%; !important
}

@media only screen and (max-width: 545px) {
	.ast-article-post {
    width: 100%;
}

.single-post .post-thumb-img-content {
	width: 50%;
	float: right;
	padding-left:20px;
}

.ast-single-post-order {
	width:50%;
	float:left;
}

.projecten li {
	width:100%;
}