/*
Theme Name:  Howes Child
Description: Child theme for the Howes theme
Author:      Theme Mount
Author URI:  http://themeforest.net/user/thememount
Template:    howes
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* =Parent theme style.css file
-------------------------------------------------------------- */
@import url("../howes/style.min.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
.thememount-heading-wrapper {
    padding: 10px 10px 40px 10px;
    margin-bottom: 40px;
    line-height: 40px;
    background-color: #ffcc83;
    border-radius: 5px;
    color: #a1681f;
}

.floatleft, .floatright {
    display: block;
}
.floatleft{
    float: left;padding: 0 10px 0 0;
}
.floatright {
    float: right;padding: 0 0 0 10px;
}
.wp-block-button.pdf a {
    background: url(/wp-content/uploads/2023/07/free-pdf-download-icon-2617-thumb.png) no-repeat;
    background-size: 40px;
    background-position: left;
    padding-left: 41px;
    background-color: wheat;
}
h3 {
    border-bottom-color: #fbd08e;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /* box-shadow: 0 8px 8px -7px #ffeacab5; */
    margin-left: 10px;
}
h4 {
    padding: 15px;
}
.site-main a, .comment-content a {
    color: #dd9933;
}

ul.polylang_langswitcher {
    list-style-type: none;
    display: flex;
}
.polylang_langswitcher a {
    display: block;
    min-width: 120px;
    margin: 0 0.5rem;
    padding: 0;
    text-align: center;
    background-color: #efd284;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
li.current-lang a {
    background-color: #bf7d25;
}
.welcome {
    font-size: 24px;
    line-height: 35px;
    font-weight: 200;
    font-style: normal;
}
a.topbarmail:hover {
    color: whitesmoke !important;
}