/*
Theme Name: IJssalon Strijkert
Theme URI: http://ijssalonstrijkert.nl
Description: Wordpress thema voor IJssalon Strijkert
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: ijssalonstrijkert
*/

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Medium.eot');
    src: url('fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff'),
        url('fonts/AvenirNext-Medium.ttf') format('truetype'),
        url('fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Bold.eot');
    src: url('fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('fonts/AvenirNext-Bold.woff') format('woff'),
        url('fonts/AvenirNext-Bold.ttf') format('truetype'),
        url('fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Regular.eot');
    src: url('fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff'),
        url('fonts/AvenirNext-Regular.ttf') format('truetype'),
        url('fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family:"fatfrank";
    src:url("https://use.typekit.net/af/746d18/000000000000000000017190/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/746d18/000000000000000000017190/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/746d18/000000000000000000017190/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:400;
}

.h1, h1 {
    font-size: 3rem;
}

.h2, h2 {
    font-size: 2.5rem;
}

.h3, h3 {
    font-size: 2rem;
}

.h4, h4 {
    font-size: 1.75rem;
}

.h5, h5 {
    font-size: 1.5rem;
}


h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: "fatfrank",sans-serif;
    margin-bottom: 15px;
    color: #D60B52;
    display: inline-block;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: "fatfrank",sans-serif;
    margin-bottom: 15px;
    color: #D60B52;
}

h6.uppercase {
  text-transform: uppercase;
  margin-bottom: 0;
}

h1 span,
h2 span,
h3 span,
.h1 span,
.h2 span,
.h3 span{
    color: #F9B233
}

body {
    font-size: 18px;    
    color: #000000;
     font-family: 'Avenir Next';
     font-weight: normal;
    overflow-x: hidden;
    line-height: 1.5
    font-weight: 500;
    font-style: normal;
    background-color: #FBFAFA
}

p {
    font-weight: 500;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    color: #D60B52;
}

a:hover {
    text-decoration: none;
        color: #D60B52;
}

ul {
    padding-left: 0;
    line-height: 1.75;
    font-weight: 500;
}

li {
    list-style: none;
}

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

label {
    font-weight: 700;
        width: 100%;
margin-bottom: 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
  -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0px;
    outline: 0;
    padding: 10px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    line-height: 1;
    border: 1px solid #F5B4C7;
    width: 100%;
    position: relative;
    border-radius: 5px;
}

input[type="search"] {
     border: 2px solid #F9B233;
}

input:focus,
input:active,
select:focus,
select:active,
button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #D60B52 !important;
}


::-webkit-input-placeholder {
  color: #959595;
  font-weight: 100;
}

::-moz-placeholder {
  color: #959595;
  font-weight: 100;
}

:-ms-input-placeholder {
  color: #959595;
  font-weight: 100;
}


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

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

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

:focus  {
    outline: none !important
}

select {
    width: 100%;
   background-image: url(images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) center;
        padding: 12.5px 15px;
        position: relative;
    border-radius: 10px;
    border: 2px solid #D0D0D0;
}

table {
    margin-bottom: 0;
    width: 100%;
    font-weight: 500;
}

b,
strong {
    font-weight: bold;
    color: #515151
}

small,
.small {
    font-size: 75%;
    font-weight: inherit;
}

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

.btn {
    line-height: 1.5;
    color: #D60B52;
    background: #ffffff;
    padding: 15px 22.5px;
    display: inline-block;
    font-weight: bold;
    border: 0;
    border-radius: 22.5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
    position: relative;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
}

.btn:hover {
    color: #ffffff;
    background-color: #D60B52;
}

.btn-secondary {
    color: #ffffff;
    background-color: #D60B52;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #D60B52;
}

 .container-fluid {
    max-width: 1400px;
}

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


/* Main styles */


header {
 
    position: relative;
    background: #F5B4C7;
        z-index: 9999;
}

header nav.navbar {
  padding: 0;
}


header nav.navbar .navbar-brand {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
	    margin-left: auto;
    margin-right: auto;

}

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

header nav.navbar .navbar-collapse {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link,
header nav.navbar .navbar-nav > .nav-item > .social-media {
    color: #ffffff;
    font-weight: 600;
    padding: 30px 15px;
    position: relative;
    font-size: 1.125rem;
     -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link:hover,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #D60B52;
}

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



.fullscreen .modal-dialog {
  margin: 0 ;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;

}

.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
      background: #024049;
  overflow:auto;
}

.fullscreen .modal-content .modal-body  {
  padding: 0;
}


.fullscreen .modal-content .modal-body ul {
      justify-content: center;
    text-align: center;
    height: 100%;
}

.fullscreen .modal-content .modal-body ul li a{
  font-size: 1.25rem;
        font-weight: 600;
    padding: 15px;
    position: relative;
    line-height: 1;
    color: #ffffff;
    position: relative;
    display: inline-block;
}


header nav.navbar .navbar-toggler {
  padding: 0;
  border: 0;
  outline: none;
}

header nav.navbar .navbar-toggler:hover,
header nav.navbar .navbar-toggler:focus {
  cursor: pointer;
}

header nav.navbar .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}

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

header nav.navbar .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}

header nav.navbar .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}

header nav.navbar .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}

header nav.navbar .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}

header nav.navbar .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}

header nav.navbar .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}

/* Slider */

section.header {
  position: relative;
    background: #F5B4C7;
    margin: 0;
}

section.header + section.blocks {
    margin-top: 0;
}
section.header .header-image{
	position: relative;
	display: block;
	cursor: pointer;
}

section.header .header-image img{
 
}



/*blocks*/

main section {
    margin: 60px 0;
}


main section.blocks {

}

body.not-home main section.blocks {
  margin: 0;
}

main section.blocks .container-fluid {
        padding-right: 0;
    padding-left: 0;
}

main section.blocks .block.bg{
    background-color: #FBDBE5
}

main section.blocks .block.bg-light {
    background-color: #FDEEF3 !important;
}

main section.blocks .row:first-child .blocks-left .block:nth-child(2){
    padding-bottom: 60%;
}

main section.blocks .block.full-height{
    padding-bottom: 160%;
}

main section.blocks .block.full-height .block-overlay {
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    bottom: 0;
}


body.not-home main section.blocks .block.full-height .block-overlay {
  top: 0;
  bottom: unset;
}




main section.blocks .block {
        position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    max-width: 100%;
}

main section.blocks .block:before {
       content: url(images/shadow.svg);
    width: 50%;
    display: block;
    z-index: 0;
    position: absolute;

}



main section.blocks .block .block-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

main section.blocks .block .block-image img {
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
     -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

main section.blocks .block .block-image.top {
    height: 75%;
}
main section.blocks .block .block-image.bottom {
    height: 75%;
    top: unset;
}

main section.blocks .block .block-image.top img {
        -o-object-fit: unset;
    object-fit: unset;
    margin-left: auto;
    display: inline-block;
    -o-object-position: unset;
    object-position: unset;
    max-height: 350px;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) translateY(-50%);
}

main section.blocks .block .block-image.bottom img {
     -o-object-fit: unset;
    object-fit: unset;
    margin-left: auto;
    display: inline-block;
    -o-object-position: unset;
    object-position: unset;
    max-height: 350px;
    width: auto;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



main section.blocks .block .block-overlay {
    position: absolute;
     top: 50%;
    right: 0;
    left: 0;
       padding: 30px 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

main section.blocks .block .block-overlay .btn {
    margin-top: 15px;
}

main section.blocks .block .block-image.top + .block-overlay {
        bottom: 15px;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
}

main section.blocks .block .block-image.bottom + .block-overlay {
    top: 15px;
    -webkit-transform: unset;
    transform: unset;
}




main section.blocks .block .block-overlay img {
      /*  max-height: 400px;
    width: auto;
    margin-left: auto;
    display: block;
    margin-right: auto;*/
}


main section.products {

}

main section.products .products-content-slider {
    margin-top: 30px;
}


main section.products .product {
  position: relative;
  cursor: pointer;
}

main section.products .product .product-image {
   -webkit-transform: scale(0.75);
    transform: scale(0.75);
      -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

main section.products .slick-active.slick-center .product .product-image {
   -webkit-transform: scale(1);
    transform: scale(1);
}

main section.products .product .product-image img {
   
}

main section.products .product:hover .product-image img {
    
}

main section.products .product .product-content {
   text-align: center;
}

main section.services  {
    border-bottom: 1px solid #D60B52;
    padding-bottom: 60px;
}

main section.services .media {
	margin-bottom: 15px;
}
main section.services .media img {
    width: 200px;
        margin-right: 15px;
        -ms-flex-item-align: center!important;
    align-self: center!important;
}



main section.masonry-products {

}

main section.masonry-products .masonry-product {
    border: 2px solid #ffffff;
    display: block;
    cursor: pointer;
}

main section.masonry-products .masonry-product img {
	padding: 30px;
	background-color: #ffffff;
}

main section.masonry-products .masonry-product .masonry-product-content {
	    background: #F5B4C7;
	padding: 30px;
	color: #ffffff;
	text-align:center;
}

main section.masonry-products .masonry-product .masonry-product-content h4 {
	color: #ffffff
}

main section.masonry-products .masonry-product .masonry-product-content .btn {
	margin-top: 15px;
}


main section.products .product {
  position: relative;
  cursor: pointer;
}
/* Article */

main article .article-contact{
  background-color: #FBDBE5;
  padding: 30px 45px;
}

main article .article-contact img {
  margin-bottom: 15px;
}

main article .article-image{
  height: 350px;
    overflow: hidden;
  position: relative;

}

main article .article-image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

main article .article-content{
      padding: 30px 45px;
}



.modal-backdrop.show {
    opacity: .8;
}

.modal-backdrop {
    background-color: #ffffff;
}


.modal .modal-dialog .modal-content {

        background: #F5B4C7;
   
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-body {
     padding: 0;
     min-height: 300px;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    min-height: 300px;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__image img {
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__image.contain img {
  -o-object-fit: contain;
    object-fit: contain;
    padding: 30px;

}
.modal .modal-dialog .modal-content .modal-body .modal-body__text .close {
    float: right;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: unset;
    opacity: 1;
        margin-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body .modal-body__text {
    padding: 30px;
}




.slick-prev,
.slick-next
{
   

    position: absolute;
    top: 50%;
        z-index: 1;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #ffffff;
    border: none;
    outline: none;

}


.slick-prev:before,
.slick-next:before{
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: block;
    width: 22.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-prev
{
    left: -60px;
}

.slick-prev:before{
    content: url(images/arrow-left.svg);
}


.slick-next
{
    right: -60px;
}

.slick-next:before
{
     content: url(images/arrow-right.svg);
}


ul.social-media>li {
    display: inline-block;
}

ul.social-media > li > a {
       display: inline-block !important;
    line-height: 34px;
    width: 30px;
    height: 30px;
    background-color: #000000;
    color: #f5b4c7 !important;
    text-align: center;
    padding: 0 !important;
    font-weight: 300 !important;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-media > li > a:hover {
    background-color: #D60B52;
}

ul.social-media > li:not(:last-child) > a {
    margin-right: 5px;
}

.acf-map {
    width: 100%;
    height: 100%;
}

.acf-map img {
   max-width: inherit !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-top: 7.5px
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-list-item {
  position: relative;
  margin: 1em 0;
  text-align: left;
}
.wpcf7-list-item.wpcf7-list-item-inline {
  display: inline-block;
}
.wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.wpcf7-list-item .wpcf7-list-item-label:not(:empty) {
    padding-left: 7.5px;
}
.wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.wpcf7-list-item .wpcf7-list-item-label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border:1px solid #F5B4C7;
  border-radius: 5px;
  cursor: pointer;
  transition: background .3s;
}
.wpcf7-list-item input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: #F5B4C7;
  border: none;
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.wpcf7-list-item input[type="checkbox"]:disabled + .wpcf7-list-item-label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.wpcf7-list-item input[type="checkbox"]:disabled:checked + .wpcf7-list-item-label:before {
  background: rgba(0, 0, 0, 0.26);
}


/* Cookies */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 99999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #ffffff;
  -webkit-filter: drop-shadow(1px 0px 5px rgba(0, 0, 0, 0.40));
  filter: drop-shadow(1px 0px 5px rgba(0, 0, 0, 0.40));
  text-align: center;
  padding: 15px 0;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 15px;
  vertical-align: baseline;
}

footer {
    background-color: #F5B4C7;
    padding-top: 60px;
    color: #000000;
}

footer img.footer-logo {
        max-width: 150px;
}

footer .border-right {
    border-right: 1px solid #000000 !important
}

footer ul.footer-list {
    margin-bottom: 0;
}


footer ul.footer-list:first-of-type {
    margin-top: 30px;
}
footer ul.footer-list li{
        display: inline-block;
}
footer ul.footer-list li:after {
    content: '|';
}

footer ul.footer-list li:last-child:after {
    content: unset;
}

footer ul.footer-list li a{
    padding: 7.5px 10px;
    color: #ffffff;
}

footer ul.footer-list li:first-child a {
    padding-left: 0;
}








/* Responsive */

@media (max-width: 1400px) {}



@media (max-width: 992px) {

   
   /* .container-fluid {
            padding-right: 0;
    padding-left: 0;
    }*/

    body {
            font-size: 16px;
    }

    .h1, h1 {
        font-size: 2rem;
        margin-bottom: 7.5px;
    }

    .h2, h2 {
        font-size: 1.75rem;
        margin-bottom: 7.5px;
    }

    .h3, h3 {
        font-size: 1.5rem;
        margin-bottom: 7.5px;
    }

    .h4, h4 {
        font-size: 1.25rem;
        margin-bottom: 7.5px;
    }

    .h5, h5 {
        font-size: 1.125rem;
        margin-bottom: 7.5px;
    }



   

    main section,
    main article {
        margin: 30px 0;
    }

    header nav.navbar .navbar-brand img {
        width: 175px;
    }

    main section.blocks .block .block-overlay {
        padding: 15px 15px;
    }


    main section.blocks .block .block-image.top {
        display: none
    }

    main section.blocks .block .block-image.top + .block-overlay {
        bottom: unset;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    main section.blocks .block .block-image.bottom {
            height: 60%;
    }

    main section.services {
        padding-bottom: 30px;
    }

    main section.services .media:not(:last-child) {
        margin-bottom: 15px
    }

    main section.services .media img {
        max-width: 150px;
    }
	
	main section.masonry-products .masonry-product img {
		padding: 15px;
	}


    footer {
        padding-top: 30px;
    }

    footer .border-right {
        border-right: 0;
    }

    footer .col-xl-7 [class^="col-"]:not(:last-child) {
        margin-bottom: 15px;
    }

    footer ul.footer-list:first-of-type {
        margin-top: 0;
        margin-bottom: 15px;
    }

    footer ul.footer-list li a {
        padding: 2.5px 5px;
    }

    .modal .modal-dialog .modal-content .modal-body .modal-body__text {
      padding: 15px;
      margin: 15px 0;
    }

    .modal .modal-dialog .modal-content .modal-body .modal-body__image {
        position: relative;
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        background-color: #ffffff;
        min-height: 200px;
    }
    .slick-prev {
         left: 0;
    }
    .slick-next {
         right: 0;
    }

    .slick-prev:before, .slick-next:before {
        width: 15px;
    }

  
}







@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}

@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}

@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}