/*
Theme Name: vantage child
Author: 
Description: Your description goes here
Version: 1.0
Template: vantage

This is the child theme for Vantage theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
:root {
    --title-color: #2E597D
}

html {
    font-size: 15ps;
}

#metaslider-demo,
.home h1.entry-title,
#masthead:after,
#main-slider,
#main-slider::before,
#main-slider::after {
    display: none;
}

.entry-content h2 {
    margin: .5rem 0;
}

.entry-content h3 {
    margin: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--title-color)
}

hr {
    color: grey
}


.first-letter::first-letter,
.first-letter {
    font-size: 7rem;
    color: #2E597D;
    font-weight: bold;
    position: relative;
    left: 5px;
}

.home #main {
    padding: 0 35px;
    position: relative;
    top: -20px;
}

.home .entry-header::after {
    display: none;
}

.home #page-wrapper .vp-portfolio__items-style-default .vp-portfolio__item-meta-title {
    font-size: 1.5rem;

}

body.responsive #masthead .hgroup .logo img,
body.responsive #masthead .hgroup .custom-logo {
    max-width: 80%;
    height: auto;
}


#home-header h2 {
    font-size: 5rem !important;
}

#primary .decoration .decoration-inside {
    border-top: 1px solid #777;
}

#masthead .hgroup {
    padding-top: 5px;
    padding-bottom: 5px;
}


@media (max-width:1024px) {
    html {
        font-size: 12px;
    }

       #home-header h2 {
        font-size: 3rem !important;
        padding-left: 50px;
    }

    .first-letter::first-letter,
    .first-letter {
        font-size: 4rem;

    }

}

@media (max-width:375px) {
    html {
        font-size: 10px;
    }

    body.responsive #masthead .hgroup .logo img,
    body.responsive #masthead .hgroup .custom-logo {
        max-width: 55%;
    }

    #masthead .hgroup #header-sidebar img {
        max-width: 120px!important;

    }

    #masthead .hgroup #header-sidebar {

        margin-top: 37px;

    }


}