/* 
Theme Name:		 Royal Elementor Kit Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Royal Elementor Kit Child is a child theme of Royal Elementor Kit, created by ChildTheme-Generator.com
Author:			 #MD8
Author URI:		 http://childtheme-generator.com/
Template:		 royal-elementor-kit
Version:		 1.0.0
Text Domain:	 royal-elementor-kit-child
*/


/*
    Add your custom styles here
*/

.single-post .basic-header {
    background-color: #f8f9fa;
    padding: 0 5vw;
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 992px) {
    .single-post .basic-header {
        margin-bottom: 10vw;
        flex-direction: row;
    }
}
.single-post .basic-header > div {
    flex: 0 1 50%;
}

.single-post .basic-header__heading {
    display: flex;
    align-items: flex-end;
    padding: 5vw 0;
}
.single-post .basic-header__heading h1{
	color: #3C2040;
	font-weight: 600;
    line-height: 1;
    padding-bottom: 0.1em;
    letter-spacing: -0.035em;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	font-size: 4.209rem;
}
@media (min-width: 992px) {
    .single-post .basic-header__heading {
        padding: 5vw;
    }
}
.single-post .basic-header__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 5vw;
}
@media (min-width: 992px) {
    .single-post .basic-header__image {
        margin-bottom: -5vw;
    }
}
.single-post .basic-header__image::before {
    content: "";
    display: block;
    padding-bottom: 75%;
}
.single-post .basic-content {
    margin: 5vw auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5vw;
}

.single-post .basic-content--with-sidebar {
    justify-content: space-between;
}

@media (min-width: 768px) {
    .single-post .basic-content {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .single-post .basic-content {
        padding: 0 10vw;
    }
}

.single-post .basic-content__sidebar {
    color: white;
    margin-right: 5vw;
    max-width: 30%;
	position: relative;
  	overflow: hidden;
}

@media (min-width: 768px) {
    .basic-content__sidebar {
        margin-right: 0;
        margin-bottom: -1px;
    }
}

.single-post .basic-content__sidebar > div {
    padding: 5vw;
    padding-bottom: 0;
    background-color: #3C2040;
}

@media (min-width: 768px) {
    .basic-content__sidebar > div {
        padding: 2.5vw;
    }
}

.single-post .basic-content__sidebar > div:last-child {
    margin-bottom: -1px;
}

.single-post .basic-content__sidebar::after {
    content: "";
    display: block;
    background-color: #3C2040;
    height: 7.5vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% 33.3333%, 0% 100%);
	margin-top: -16px;
}

.single-post .basic-content__content {
    margin-top: 5vw;
    max-width: 65%;
	font-size: 1.2rem;
    font-weight: 400;
	color: #6c757d;
}

@media (min-width: 768px) {
    .single-post .basic-content__content {
        margin-top: 0;
    }
}
.single-post .basic-content__content.full-content {
  max-width: 100%;
}

/* .gform_wrapper.gravity-theme * {
    color: #fff;
} */

.gform_wrapper.gravity-theme .gfield_label {
	  color: #fff;
}
label{
	  color: #fff;
}
.gform_title{display:none}
.gform_required_legend{
	color: #fff;
}
.gform_wrapper.gravity-theme .gform_footer input{color: #fff;}