/* 
Theme Name:		 IPN-Theme (Child from 25)
Theme URI:		 http://childtheme-generator.com/
Description:	 IPN-Theme is a child theme of Twenty Twenty-Five, created by ChildTheme-Generator.com
Author:			 Phillip Berner
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 ipn-theme
*/


/*
    Add your custom styles here
*/

/* Colors */
:root {
    --orange: #d95c58;
    --lightblue: rgba( 0, 61, 124, 70%);
    --white: #ffffff;
    --light-grey: #cccccc;
    --icon-color: rgb(0, 61, 124);
    --icon-color-lighten: rgba(0, 61, 124,0.25);
  }

:root :where(.is-layout-flow) > * {
    margin-block-start: 0;
}

/* LAYOUT */
/* body, header, main, footer {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    position: relative;
} */

.header-background {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

header.wp-block-template-part {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0);
    z-index: 10;
    top: 0;
    background-color: var(--white);
    border-bottom: solid 2px var(--orange);
    box-shadow: 0 5px 10px -2px var(--light-grey);
}

header.wp-block-template-part .logo {
    width: 350px;
    padding: 10px 25px;
    float: left;
    transition: width 0.5s ease;
}

header.wp-block-template-part .logo img{
    width: 100%;
    height: auto;
}

header.wp-block-template-part .logo p{
    padding: 0 15px;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 0 2rem;
}

header.wp-block-template-part.sticky .logo {
    width: 250px;
    padding: 10px 25px 0 25px;
    transition: width 0.5s ease;
}

header.wp-block-template-part.sticky .logo p{
    padding: 0 5px;
    font-size: 0.7rem;
    margin: 0 0 15px;
}

.logo a, .logo a:visited, .logo a:active, .logo a:hover, .logo a:focus {
    text-decoration: none;
    border: none;
    outline-style: none;
}

.languages {
    margin: 15px;
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
}

.partner {
    position: absolute;
    left: auto;
    right: 15px;
    bottom: 5rem;
}

header.wp-block-template-part.sticky .partner {
    bottom: 4.25rem;
}

.partner img {
    width: 250px;
    float: left;
    margin-right: 5px;
}

.partner p {
    font-size: 0.6rem;
    padding-top: 0px;
    width: 350px;
    display: block;
    float: left;
}

@media all and (max-width: 768px) {

    header.wp-block-template-part .logo {
    width: 150px;
    padding: 10px 25px;
    float: left;
    transition: width 0.5s ease;
    }

    header.wp-block-template-part .logo img{
        width: 100%;
        height: auto;
    }

    header.wp-block-template-part .logo p{
        padding: 0 15px;
        font-size: 1rem;
        color: var(--orange);
        margin: 0 0 6rem;
    }

    .partner {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 2rem;
    }

    .partner img {
        width: 150px;
        float: left;
        margin-right: 5px;
    }

    .partner p {
        font-size: 0.6rem;
        padding-top: 0px;
        width: 250px;
        display: block;
        float: left;

    } 
}

.nav ul {
    margin: 0;
    list-style: none;
}

.nav ul li a {
    text-decoration: none;
    color: var(--orange);
}

.nav ul li a, .nav ul li a:visited, .nav ul li a:active, .nav ul li a:hover, .nav ul li a:focus {
    outline-style: none;
}

.nav ul li a:hover {
    text-decoration: none;
    color: var(--lightblue);
}

.nav > .meta-navigation {
    width: 100%;
    text-align: right;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs {
    text-align: left;
    padding: 15px;
    margin: 0 !important;
    font-size: 1rem;
}

.has-border {
    border: 1px solid var(--lightblue);
}

.vc_grid-item-mini.vc_clearfix > .vc_gitem-animated-block {
    display: none;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: var(--orange);
    color: var(--white);
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: var(--lightblue);
    color: var(--white);
}

#footer-sidebar {
display:block;
font-size: 1rem;
line-height: 1.75rem;
border-top: 2px solid var(--orange);
border-bottom: 5px solid var(--orange);
padding: 25px 15px;
}

#footer-sidebar img {
    width: 200px;
    height: auto;
}

#footer-sidebar1 {
width: 100%;
margin-bottom: 2.5rem;
}

#footer-sidebar2 {
width:100%;
margin-bottom: 2.5rem;
}

#footer-sidebar3 {
width: 100%;
margin-bottom: 2.5rem;
}

.wp-block-spacer {
    height: 25px !important;
}