/*
Theme Name: Kiest
Theme URI: https://www.comceptum.nl
Description: Wordpress thema voor Kiest
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: kiest
*/


@import url("https://use.typekit.net/cwf1vtq.css");


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-family: apparat, sans-serif; 
}


h1,
.h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
        word-break: break-all;
}

.h2,
h2 {
    font-size: 48px;
    text-transform: uppercase;
     font-weight: 900;
}

.h3,
h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
}

.h4,
h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500
   
}

.h5,
h5 {
    font-size: 24px;
   
}

.h6,
h6 {
    font-size: 22px;
   
}

body {
    font-size: 18px;
    font-weight: 300;
    color: #434343;
    font-family: apparat, sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
 

  
}

body.offcanvas-open {
    overflow: hidden;
}



p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}



ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #EAEDEC;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
     color: #434343;
     background: #EBEBEB;
     resize: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


select {
    background-color: #ffffff;
    background-image: url(images/select.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

::-webkit-input-placeholder {
     color: rgb(51 51 51 / 50%);
}

::-moz-placeholder {
     color: rgb(51 51 51 / 50%);
}

:-ms-input-placeholder {
     color: rgb(51 51 51 / 50%);
}

::-moz-selection {
    background-color: #263570;
    color: #ffffff
}

::selection {
    background-color: #263570;
    color: #ffffff
}

::-moz-selection {
    background-color: #263570;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}



.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.medium-gutters {
    margin-right: -30px;
    margin-left: -30px;
}

.row.medium-gutters [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn,
input[type="button"],
.read-more{
-moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 20px;
    border-radius: 0;
    display: inline-block;
    font-weight: 800;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    white-space: nowrap;
    background: #263570;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    border: 0;
	text-decoration: none !important
}


.btn:hover{
    color: #434343;
    background: #EBEBEB
}

.btn--white,
input[type="button"],
.read-more{
    color: #263570;
    background: #EBEBEB
}

.btn--white:hover,
input[type="button"]:hover,
.read-more:hover{
   background: #434343;
    color: #ffffff !important;
}

.btn--small {
    padding: 17.5px 30px;
    font-size: 17px;
}

.btn + .btn {
    margin-left: 15px;
}

.btn span {
        background: #3D3C3B;
    font-size: 14px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 22.5px;
    height: 22.5px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;

}




/* Main styles */

header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

body.scrolled header {
    background: #263570
}

body.not-home header{
    position: relative;
    background: var(--background);
}


header nav.navbar {
    padding: 0;
}

header nav.navbar .navbar-brand {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    width: 100%;
    max-width: 350px;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



header nav.navbar .navbar-nav {
  width: 100%;
}

header nav.navbar .navbar-nav > .nav-item {

}

header nav.navbar .navbar-nav > .nav-item:nth-child(5) {
    margin-left: auto;
}


header nav.navbar .navbar-nav > .nav-item > .nav-link {
   
    padding: 0;
    margin: 30px 10px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 17px;
    color: #ffffff; 
    font-weight: 300;
    text-transform: uppercase;
}


/*header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    padding-left: 0
}

header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}
*/

header nav.navbar .navbar-nav > .nav-item > .nav-link:hover:after,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link:after  {
        content: '';
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}



header nav.navbar .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
        content: '';
    font-family: 'Font Awesome 5 Pro';
    border: 0;
    vertical-align: 0px;
    margin-left: 0;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #f79303;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
    margin: 0;
    padding: 7.5px 0;
    background: #ffffff;
    border-radius: 0;
    border: 0;
    width: 100%;
    box-shadow: rgb(245 168 0 / 15%) 0px 7px 29px 0px;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu  a{

    padding: 5px 15px;
    font-size: 14px;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu .dropdown-item.active, 
header nav.navbar .navbar-nav > .nav-item > .dropdown-menu .dropdown-item:active {
    background: transparent;
        color: inherit;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu a:hover{
       color: #ef7e26 !important;
       background: transparent;
}





/* Navbar toggler */

header nav.navbar .navbar-toggler {
       margin: 0;
    border-radius: 50%;
    padding: 20px 0;
    margin-left: auto;
}




header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}




/* Header */


section.header {
    position: relative;
}


section.header .header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  
}

section.header .header-image:before {
       content: '';
    background: #263570;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

section.header .header-image:after {
        content: url(images/header-extra.svg);
    position: absolute;
   max-width: 30%;
    width: 100%;
    right: 0;
    bottom: 0;
    line-height: 0;
}


section.header .header-image img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
      opacity: 0.14
}


section.header .header-content {
    position: relative;
    padding: 270px 0;
    color: #ffffff;
    z-index: 1
}

section.header .header-content h1 {
    margin-bottom: 0
}

section.header .header-content p {
    margin-bottom: 0
}

section.header .header-content h4 {
    margin-top: 60px;
}





/* Article */

article {
    margin: 30px 0;
}


article:nth-child(odd) .row:not(.no-reverse) {
    flex-direction: row-reverse;
}

article .article-title {

}

article .article-title :is(h1,h2,h3,h4,h5,h6){
    margin-bottom: 0;
    color: var(--background);
}

article .article-back .btn {
    color: var(--background);
}


article .article-content {
    background: #EBEBEB;
    height: 100%;
    padding: 30px 45px;
}

article .article-content button {
	    color: #434343;
}

article .article-content .read-more {
	text-decoration: underline
}
article .row [class*=col]:first-child .article-content {
    background: var(--background);
    color: var(--color);
}

article .row [class*=col]:first-child .article-content button {
	    color: #ffffff;
}
article .row [class*=col]:first-child .article-content .btn,
article .row .article-content .read-more {
    color: var(--background);
}

body.home article.post-21 .row [class*=col]:first-child .article-content {
	background: #f53264
}
body.home article.post-21 .row [class*=col]:first-child .article-content .btn, 
body.home article.post-21 .row .article-content .read-more {
	color: #f53264
}

article .row [class*=col]:nth-child(even) .article-content .read-more {
	background: var(--background);
	color: #ffffff
}

article .row [class*=col]:last-child .article-content :is(h1,h2,h3,h4,h5,h6,a) {
    color: var(--background);
}


article .article-content a:not(.btn, .read-more){
	 color: var(--background);
}

article .row [class*=col]:first-child .article-content a:not(.btn, .read-more){
	 color: #ffffff;
}


article [class*="col-xl-5"] .article-content {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



article .article-content h4:first-child,
article .article-content h5:first-child,
article .article-content h6:first-child {
    margin-bottom: 0;
}

article .article-content .article-content__image {
        width: 160px;
    height: 160px;
    position: relative;
    float: left;
    margin-right: 30px;
}

article .article-content .article-content__image img{
     width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
}

article .article-content .article-content__logo {
    text-align: center;
}

article .article-content .article-content__logo img{
        margin-bottom: 30px;
    max-width: 250px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}



/*article .article-content img {
    width: auto;
}*/

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article .article-content > ul:not(.list-unstyled, .wp-polls-ul),
article .article-content ol{
     -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
	counter-reset: counter;
}

article .article-content > ul:not(.list-unstyled, .wp-polls-ul) li {
	 padding-left: 15px;
    position: relative;
}
article .article-content ol li{
    padding-left: 30px;
    position: relative;
}
article .article-content > ul:not(.list-unstyled, .wp-polls-ul) li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.25;
}

article .article-content ol li:before{
	 counter-increment: counter;
  content: counter(counter) ". ";
    position: absolute;
    left: 0;
    top: 2.5px;
    line-height: 1.25;
}

article .article-content form {

}
article .article-content form .btn {
        margin-left: auto;
    display: block;
}

article .article-content .wp-polls > p,
article .article-content .wp-polls .wp-polls-form > p {
    display: none;
}
article .article-content .wp-polls .wp-polls-form ul li {

}

article .article-content .wp-polls .wp-polls-form ul li:not(:last-child) {
    margin-bottom: 7.5px;
}

article .article-content .wp-polls .wp-polls-form ul li input {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

article .article-content .wp-polls .wp-polls-form ul li label {
    color: rgb(174 0 24 / 25%);
    background: #EBEBEB;
    padding: 10px 20px;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
     -webkit-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
	cursor: pointer
}

article .article-content .wp-polls .wp-polls-form ul li label:before {
   content: url(images/check.svg);
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    line-height: 1;
    opacity: 0.25;
    margin-right: 15px;
     -webkit-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
}

article .article-content .wp-polls .wp-polls-form ul li input:checked + label,
article .article-content .wp-polls .wp-polls-form ul li:hover label  {
    color: rgb(174 0 24 / 100%);
}

article .article-content .wp-polls .wp-polls-form ul li input:checked + label:before,
article .article-content .wp-polls .wp-polls-form ul li:hover label:before {
    opacity: 1;
}

article .article-content .wp-polls .wp-polls-form .wp-polls-ans > p,
article .article-content .wp-polls .wp-polls-ans > p {
    text-align: right !important
}

article .article-content .wp-polls > .wp-polls-ans ul li {
 color: rgb(174 0 24 / 100%);
    background: #EBEBEB;
    padding: 10px 20px;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}

article .article-content .wp-polls > .wp-polls-ans ul li:not(:last-child) {
    margin-bottom: 7.5px;
}

article .article-content .wp-polls > .wp-polls-ans ul li strong {
    font-weight: 800
}



/*article .article-content .btn:last-child {
    margin-top: 15px;
}*/


article .article-image {
        position: relative;
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 100%;
}

article .article-image.article-image--video:before {
   content: '';
    background: #b5b5b5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;

}
article .article-image.article-image--video:after {
    content: url(images/play.svg);
        position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 90px;
}


article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: transform .25s ease-in;
    transition: transform .25s ease-in;

}


article .article-image.article-image--contain img:first-child {
	 -o-object-fit: contain;
    object-fit: contain;
	z-index: 1
}

article .article-image.article-image--contain img + img {
	    filter: blur(15px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Calendar */

section.calendar {
    padding: 60px 0;
    background: #EBEBEB;
    
}


section.calendar .calendar-header {
    text-align: center;
    margin-bottom: 30px;
     color: #263570;
}

section.calendar .calendar-header a {
	 font-size: 24px;
    font-weight: bold;
    line-height: 2;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #263570;
    color: #ffffff;
}

section.calendar .calendar-header :is(h1,h2,h3,h4,h5,h6){ 
    margin-bottom: 0:
}

section.calendar table {
    width: 100%
}

section.calendar table tr{
    
}


section.calendar table tr td{
    background: #ffffff;
    height: 180px;
    border: 10px solid #EBEBEB;
    width: 14%;
    position: relative;
    color: #263570;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
}

section.calendar table tr td:after{
    content: attr(data-date);
    color: #EBEBEB;
    font-weight: 900;
    font-size: 48px;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 1;
}

/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
}

.social-media li {
    display: inline-block;
    margin-right: 2.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
       width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    background: transparent;
    color: #f79303;
    border: 1px solid #f79303;
}

.social-media li a:hover {
    background: #263570;
     color: #ffffff;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Footer*/

footer {
    padding: 30px 0;
    background: #263570;
    color: #ffffff;
}

footer ul {
    margin-bottom: 0;
    text-align: right;
}

footer ul li {
    display: inline-block;
    margin-left: 22.5px;
}

footer ul li a {
    text-transform: uppercase;
}
.copyright {
	text-align:center;
	padding: 15px 0
}

.copyright img {
    max-width: 970px;
    margin-bottom: 45px;
    padding: 0 15px;
}
.copyright .copyright-link {
    font-size: 13px;
   
    display: block;
    text-transform: uppercase;
    color: #000000;
}


/* Responsive */

@media (max-width: 1600px) {
    section.header .header-content {
        padding: 240px 0;
    }
}

@media (max-width: 1400px) {
	header nav.navbar .navbar-brand {
		    max-width: 300px;
}
	header nav.navbar .navbar-nav > .nav-item > .nav-link {
		    margin: 30px 7.5px;
		    font-size: 16px;
}

     section.header .header-content {
        padding: 210px 0;
    }

}

@media (max-width: 1200px) {
   
        

    h1,
    .h1 {
        font-size: 48px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 36px;
    }

    .h4,
    h4 {
        font-size: 32px;
       
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
       
    }

    body {
        font-size: 16px;
    }

     header nav.navbar .navbar-brand {
		    max-width: 200px;
}
	header nav.navbar .navbar-nav > .nav-item > .nav-link {
		    margin: 30px 5px;
		    font-size: 15px;
}

    .btn {
            font-size: 18px;
    }

    .btn--small {
        font-size: 16px;
    }

    section.header .header-content {
        padding: 180px 0;
    }
  
   
   
}

@media (max-width: 991.98px) {

   h1,
    .h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 24px;
       
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
       
    }



    .btn {
            font-size: 17px;
            padding: 15px 22.5px;
    }

    .btn--small {
        padding: 15px 22.5px;
        font-size: 15px;
    }

    .btn + .btn {
        margin-left: 7.5px;
    }

  



    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.big-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn--small {
        padding: 15px;
    }


    header nav.navbar .navbar-brand {
        max-width: 200px;
    }


    header nav.navbar .offcanvas-collapse {
           position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #263570;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        z-index: -1;
        padding: 90px 0 30px 0;
        display: block;
        overflow: scroll;
        right: 0px;
        left: 0;

    }

    header nav.navbar .offcanvas-collapse.open {
        -webkit-transform: translateX(0%);
        transform: translate(0%);
    }

    header nav.navbar .navbar-nav > .nav-item {
        border-bottom: 1px solid #ffffff;
        margin-left: unset !important
    }

    header nav.navbar .navbar-nav > .nav-item.ml-auto {
        margin-left: unset !important
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        margin: 15px 22.5px;
        font-size: 17px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link:hover:after, 
    header nav.navbar .navbar-nav > .nav-item.active > .nav-link:after {
        content: unset;
    }

    header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
        box-shadow: unset;
        padding-top: 0;
            margin-top: -15px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
        float: right;
            padding: 5px 15px 5px 5px;
    }

     header nav.navbar .btn {
        font-size: 0
     }

    header nav.navbar .btn i {
        font-size: 16px;
    }

      section.header .header-content {
        padding: 150px 0;
        }

      /*  section.header .header-image:after {
                max-width: 180px
        }*/

      section.header .header-content h4 {
    margin-top: 45px;
}

    article {
        margin: 30px 0;
    }
	
	body.page-id-11 article .col-xl-7 {
		    -ms-flex-order: 2;
    order: 2;
	}

    article .article-content {
        padding: 15px;
    }

      article .article-content .btn {
        width: 100%;
        margin-bottom: 7.5px;
        margin-left: 0;
        margin-top: 0;
      }

      article .article-content .article-content__image {
        float: unset;
        margin-right: 0;
        padding-bottom: 100%;
        width: auto;
        height: auto;
        margin-bottom: 15px;
      }

    article .article-image {
		    padding-bottom: 100%;
    }
	
	article .article-back {
		margin-bottom: 15px;
	}



    section.calendar {
        padding: 30px 0;
    }

    section.calendar .calendar-header {
        margin-bottom: 15px;
    }

    section.calendar table tr td {
        height: 90px;
    border: 2.5px solid #EBEBEB;
    width: 14%;
    font-size: 6px;
    padding: 0 2.5px;
    }

    section.calendar table tr td:after {
        font-size: 20px;
    }


  
    

    footer img{
        margin-bottom: 15px;  
    }
	
	.embed-container {
		margin-bottom: 15px;
	}



}
   









