/*
 Theme Name:   Halli Palokka
 Theme URI:    -
 Description:  The Launcher Child Theme
 Author:       Heidi Virta
 Author URI:   http://pikkuvika.fi
 Template:     the-launcher
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  halli-palokka
*/

.frontpage_gallery_wrap{
    position: relative;
}

.frontpage_gallery_wrap div{
    display: inline;
    margin: 10px;
}
.certificate_images_item{
    display: inline-block;
    margin: 0 20px;
}
.certificate_images_item img{
    max-height: 100px;
}
figure {
    margin: 1em 0px;
}

.post-navigation{
    display: none;
}
.service_section_wrap{
    padding: 70px 0;    
}
.plx-sections span, .plx-sections div{
    font-family: 'Dosis', sans-serif !important;
}

.single-post .entry-header h1{
    font-size: 200%;
    border-bottom: 2px solid orange;
    margin-bottom: 50px;
}

.ufbl-form-wrapper.ufbl-default-template {
    padding: 0;
    box-shadow: 0 0 2px;
    margin-top: 0;
}

.ufbl-default-template .ufbl-form-title {
    text-align: center;
    font-size: 20px;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #f28100;
    font-family: 'Dosis', sans-serif !important;
}

.ufbl-default-template .ufbl-form-field-wrap {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

footer .widget-title {
    padding-top: 0;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    font-style: normal;
    color: #f28100;
    border-bottom: 0;
    text-transform: none;
    font-weight: bold;
    font-family: 'Dosis', sans-serif !important;
}

footer .widget-title a{
    color: #f28100;
}

footer .site-info {
    border-top: 1px solid #292929;
    padding: 20px 0;
    margin-top: 20px;
}

.widget {
    margin: 0 0 4em;
    overflow: hidden;
}

@media(max-width: 1170px){
    .service_section_wrap{
        padding: 70px 0 !important;    
    }    
}