/*
Theme Name: siductheme
Theme URI: https://siduction.org
Author: vinzv
Author URI: https://vinzv.de
Description: Bam child theme for siduction
Template: bam
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: siductheme
*/

.th-header-image {
    background-image: url(img/logo-background.svg);
	background-position-x: center;
	background-repeat: no-repeat;
    display: inline-block;
    height: 180px;
    width: 100%;
}
.th-header-image a {
    display: block;
    height: 180px;
}
.site-content {
    padding-top: 0;
}

.site-header.default-style .main-navigation ul li a:hover {
	cursor: pointer;
}

.copyright-container {
    text-align: center;
}

.footer-widget-area-inner {
	text-align: center;
}

.footer-widget-area .widget {
	margin-top: 0;
}

.widget-title {
	font-weight: unset;
	text-transform: unset;
}

.th-columns-3 .col {
	float: unset;
	display: inline-block;
	vertical-align: top;
}

.dashicons, .dashicons-before::before {
	vertical-align: middle;
}

@media (max-width: 762px){
    .th-header-image img {
        width: 100%;
        height: 100%;
    }
    .th-header-image {
        background-image: url(img/logo.svg);
        height: 140px;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center; 
    }
}
@media (max-width: 420px){
	.th-header-image {
		height: 90px;
	}
