/*
Theme Name:   Property Sale Fast
Description:  Child theme for Property Sale Fast
Author:       psf
Version:      1.0
Author URL:   
Template:     twentytwenty
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Write here your own personal stylesheet */

body {
    font-family: 'Lato', sans-serif;  
    color: #333 !important;   
}
:root .has-subtle-background-background-color {
    color: #333 !important;   
}

h1,
.heading-size-1 {
	font-size: 6.8rem;
	font-family: 'Oxygen', sans-serif;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.4rem;
}

h4,
.heading-size-4 {
	font-size: 2.1rem;
}

h5,
.heading-size-5 {
	font-size: 1.8rem;
}

h6,
.heading-size-6 {
	font-size: 1.4rem;
}

a {
    text-decoration: none !important;   
}

a,
button {
    outline: none !important;
}


ul.primary-menu {
    align-items: center;   
}
ul.primary-menu li:last-child a {
    background: #fff;
    color: #311a95 !important;
    padding: 14px 40px;
    border-radius: 200px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #4e31cb;
}
ul.primary-menu li:last-child a:hover {
    background: #311a95 !important;
    color: #fff !important;
}


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #5d5fdf;
}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
    font-family: 'Lato', sans-serif;  
}

@media (min-width: 700px) {
    .entry-content {
        font-size: 1.8rem;
    }
}


#how {
    background-image: url(https://i.pinimg.com/736x/43/33/25/43332535dc660168f2b3046534b6e474.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}
@media (max-width: 699px) {
    #how {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

#how > .wp-block-group__inner-container {
    position: relative;
    z-index: 9;
}
#how::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}



input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    width: 100%;
    text-decoration: none !important;
}


body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 90rem !important;
}

.post-meta-wrapper {
    display: none !important;  
}