/**
 * Theme Name: generatepress-child
 * Template:   generatepress
 *
 */

.inside-header {
    padding: 3px 17px;
}
#block-9{
    border-radius:25px;
}


.epl-clearfix{
    margin-bottom: 30px;
}

.epl-search-btn{
    border-radius: 20px;
}

.img-post{
    width: 100%;
    border-radius: 25px;
    margin-bottom: 10px;
}
.post-tile{
    color: #222;
}
h3.entry-title{
    font-weight: bold;
}
.inside-article{
    border-radius: 25px;
}


/* ----------------- single ---------------------*/
#content.site-content{
    margin:20px 20px;
}
.site-content #primary.epl-single-default{
    width: 100%!important;
}
.site-content #primary.epl-archive-default{
    width: 100%!important;
}
.site-content #content{
    background-color: white;
    padding: 20px;
    border-radius: 25px;
    width:100%
}

/*------------------  search form ---------------------*/
.epl-search-form .epl-search-row .field{
    padding-right: 4px;
}

.epl-search-form .epl-search-row .field select{
    border-radius: 8px;
    font-size: 14px;
}
.epl-search-form .check-label{
    margin-top: 7px;
}
.epl-search-form .epl-search-row-checkbox{
    margin-right: 4px;
}

/*********************************************/
.epl-loop-tools .epl-tool-sorting{
    margin-bottom: 0px;
}

