*,
*:after,
*::before {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
/* FONT */
@font-face {
font-family: wf_f7c116a2348441c789b73e417;
    src: url("../fonts/wf_f7c116a2348441c789b73e417/file.woff2") format("woff2"),
        url("../fonts/wf_f7c116a2348441c789b73e417/file.woff") format("woff"),
        url("../fonts/wf_f7c116a2348441c789b73e417/file.ttf") format("ttf");
}
@font-face {
    font-family: wf_fcb5d538efa940c8b0ead3167;
    src: url("../fonts/wf_fcb5d538efa940c8b0ead3167/file.woff2") format("woff2"),
        url("../fonts/wf_fcb5d538efa940c8b0ead3167/file.woff") format("woff"),
        url("../fonts/wf_fcb5d538efa940c8b0ead3167/file.ttf") format("ttf");
}
@font-face {
    font-family: wf_f38ae0a26299427fb614479b8;
    src: url("../fonts/wf_f38ae0a26299427fb614479b8/file.woff2") format("woff2"),
    url("../fonts/wf_f38ae0a26299427fb614479b8/file.woff") format("woff"),
    url("../fonts/wf_f38ae0a26299427fb614479b8/file.ttf") format("ttf");
}

body{
    font-family: 'wf_fcb5d538efa940c8b0ead3167', sans-serif;
    color: #2c558c;
    background: #fee7fc;
    font-size: 24px;
}
/* IMAGE */
.object-fit-cover{
    object-fit: cover;
}
.object-fit-contain{
    object-fit: contain;
}
/* PAGINATION */
a.page-numbers,
span.page-numbers{
    display:inline-block;
    margin:2px;
    padding: 10px 15px;
    min-width: 40px;
    text-align: center;
    border-radius:5px;
    color:#888;
    border:none;
    background:#eee;
    text-decoration: none;
}
a.page-numbers:hover,
span.page-numbers:hover,{
    background:#eee;
}
a.page-numbers.current,
span.page-numbers.current{
    font-weight:bold;
    color:#fff;
    background:#31CF53;
}
a.page-numbers.next,
a.page-numbers.prev,
span.page-numbers.next,
span.page-numbers.prev{
    background:#eee;
}

/* LAYOUT */
/*#navbar{
    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    z-index: 99;
    background: inherit;
}
body.customize-support #navbar{
    top: 32px;
}
.navigation{
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    background: inherit;
    z-index: 99;
}
body.customize-support .navigation{
    top: 152px;
}*/
a.navbar-brand{
    font-family: 'wf_f7c116a2348441c789b73e417', sans-serif;
    font-size: 50px;
    color: #2c558c!important;
    font-weight: 700;
}
.navbar-toggler{
    border: none;
}
.nav-navigation{
    font-family: 'wf_f7c116a2348441c789b73e417', sans-serif;
    font-size: 20px;
    color: #2c558c;
    font-weight: 600;
}
.nav-navigation .nav-link{
    color:#96baf1 ;
}
.nav-navigation .current_page_item .nav-link{
    color:#2c558c ;
}
.main-footer{
    background: #2C558C;
    color: #fff;
    font-size: 16px;
}
.main-footer a{
    color: #fff;
    text-decoration: none;
}
.main-footer h3{
    color: #F0CD2F;
    font-size: 20px;
}
.logo-footer{
    font-family: 'wf_f38ae0a26299427fb614479b8', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
.post-password-form{
	text-align:center;
}
/* RESPONSIVE */
@media (max-width: 768px){
    
}
@media (max-width: 480px){
    body{
        font-size: 18px;
    }
    #navbar{
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 99;
        background: inherit;
    }
    a.navbar-brand{
        font-size:30px;
        white-space: normal;
        line-height: 1;
    }
	.nav-navigation{
		font-size:16px;
	}
}