/*
Theme Name: Burst Child
Theme URI: http://burst.mikado-themes.com/burst
Description: A child theme of Burst Theme
Author: Mikado Themes
Author URI: http://www.mikado-themes.com
Version: 1.0.0
Template: burst
*/
@import url("../burst/style.css");

.preload_background, .preload_parallax_layers {
    background-image: none !important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
height: 50px;
    border-radius: 0;
    border: 0;
    outline: 1px solid #ffffff;
    outline-offset: -1px;
}

footer .latest_post_image {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    float: left;
}

footer .latest_post_text {
        padding: 0 0 0 15px!important;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    line-height: 25px;
	    height: 90px;
}

footer .latest_post_title_holder {
    vertical-align: middle;
}

footer .latest_post_text h4.latest_post_title {
    line-height: 0px;
    vertical-align: middle;
    display: inline-block;
}

footer .latest_post_text a {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

footer ul.post_list .box_padding_border {
    display: inline-block;
    margin: 8px 0 0px 0px;
}

@media only screen and (max-width:1000px) {
footer .latest_post_image {
    width: 70px;
}
footer .latest_post_text {
    height: 70px;
}
}