/*
 Theme Name:   Made I.T. - erfgoeddagkempen-be.dev.madeit.be
 Theme URI:    https://www.madeit.be
 Description:  Child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      2.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  erfgoeddagkempen
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap')
	
body {
    font-family: "Rubik", sans-serif;
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--line-height--body);
	font-weight: 300;
}

h1, .h1 {
    font-size: var(--wp--preset--font-size--h-1);
    font-weight: bold;
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--h-2);
    font-weight: bold;
}

h3, .h3 {
  font-size: var(--wp--preset--font-size--h-3);
    font-weight: bold;
}

h4, .h4 {
  font-size: var(--wp--preset--font-size--h-4);
    font-weight: bold;
}

h5, .h5 {
  font-size: var(--wp--preset--font-size--h-5);
    font-weight: bold;
}
h6, .h6 {
  font-size: var(--wp--preset--font-size--h-6);
    font-weight: bold;
}

body a {
    color: var(--wp--preset--color--primary);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .navbar-brand {
    /*font-family: acuta, serif;*/
	font-family: "Rubik", serif;
    font-weight: bold;
}

.navbar-brand {
    color: var(--wp--preset--color--success) !important;
}

.site-footer {
    border-color: #2A2859 !important;
    overflow: hidden;
    padding: 0;
}

.flex-grow {
    margin-top: 55px;
}

.navbar .menu-item a, .navbar .active > a {
    color: black;
    font-weight: normal;
}

.menu .menu-item {
    border-bottom: 4px solid transparent;
}
.menu .menu-item.active {
    border-bottom: 4px solid var(--wp--preset--color--success);
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.menu .menu-item.active > a {
    color: var(--wp--preset--color--success) !important;
    font-family: acuta, serif;
    font-weight: bold;
}

.blog-post {
    border: none;
    border-bottom: 1px solid #eaecee;
    background: none;
}

.blog-post header {
    text-align: left;
}

/* Next Prev artikels bottom */
.nav-links .nav-next, .nav-links .nav-previous {
    border: none;
    border-radius: 0;
    min-width: 30%;
}
.nav-links .nav-next a {
    border-left: 5px solid var(--wp--preset--color--success);
    border-radius: 0;
    padding: 2rem 14px;
    margin: 2rem 0;
    display: block;
}
.nav-links .nav-previous a {
    border-right: 5px solid var(--wp--preset--color--success);
    border-radius: 0;
    padding: 2rem 14px;
    margin: 2rem 0;
    display: block;
}
.nav-previous:focus, .nav-next:focus, .nav-previous:hover, .nav-next:hover {
    background-color: none;
}

.nav-previous a:focus, .nav-next a:focus, .nav-previous a:hover, .nav-next a:hover {
    background-color: #eee;
}

.campagne-beeld {
    margin-top: -200px;
}
.campagne-beeld.shadow {
	box-shadow: none !important;
}
.campagne-beeld.shadow img {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


.btn, .input-group-lg > .input-group-append > .btn, .form-control, .input-group-lg > .form-control {
    border-radius: 0;
}
.card {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.btn-outline-success {
    font-family: acuta, serif;
    font-weight: bold;
    margin: 0px -1px -1px -1px;
    width: calc(100% + 2px);
}
.btn-outline-success:hover {
    color: white !important;
}

.footer-widget-1 img.wp-image-51 {
    max-width: 100px !important;
    margin-top: 35px;
}
.footer-widget-1 img.wp-image-52 {
    max-width: 100px !important;
    margin-top: 35px;
}

.has-primary-background-color a {
    color: var(--wp--preset--color--warning);
}

.home-flag {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 140px 140px 0;
    border-color: transparent #D94436 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    z-index: 1;
}
.home-flag span {
    font-family: acuta, serif;
    font-weight: bold;
    position: absolute;
    transform: rotate(45deg);
	left: 25px;
    top: 30px;
    text-align: center;
    width: 134px;
    color: var(--wp--preset--color--success);
}
.home-flag-date {
    background: var(--wp--preset--color--primary);
    font-family: acuta, serif;
    font-weight: bold;
    color: white;
    position: relative; 
    margin-top: -59px;
    font-size: var(--wp--preset--font-size--h-5);
}

.post-thumbnail img {
    aspect-ratio: 20/4;
    object-fit: cover;
    width: 100%;
}

.campagne-beeld img {
    width: 100%;
}

.text-warning {
    color: #D94436 !important;
}
.btn-warning {
	background-color: #D94436 !important;
    border-color: #D94436 !important;
}
.container.has-warning-color {
    color: white !important;
}