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


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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.375;
    color: #003A4C;
}


h1,
.h1 {
    font-size: 60px;
    font-family: sofia-pro, sans-serif;
}

.h2,
h2 {
    font-size: 46px;
    font-family: sofia-pro, sans-serif;
}

.h3,
h3 {
    font-size: 32px;
    font-family: sofia-pro, sans-serif;
}

.h4,
h4 {
    font-size: 24px;
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #33809d;
}

.h5,
h5 {
    font-size: 20px;
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #33809d;
}

.h6,
h6 {
    font-size: 18px;
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #33809d;
}

body {
    font-size: 18px;
    font-weight: 300;
    font-family: sofia-pro, sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
   color: #003A4C;

  
}

body.offcanvas-open {
    overflow-x: hidden;
    overflow-y: 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.75;
    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: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #003A4C ;
}

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;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #003A4C;
    background: #F4F4F4;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #E1E2EC;

}

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



::-webkit-input-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

::-moz-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

:-ms-input-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

::-moz-selection {
    background-color: #003A4C;
    color: #ffffff
}

::selection {
    background-color: #003A4C;
    color: #ffffff
}

::-moz-selection {
    background-color: #003A4C ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

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

table tr th {
    font-weight: 500
}
b,
strong {
    font-weight: 500;
}

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;
}


.hidden {
    visibility: hidden;
    width: 0px!important;
    height: 0px!important;
    margin: 0px!important;
    padding: 0px!important;
}

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

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

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

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


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

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


.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-header {
    margin-bottom: 30px;
}

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

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

.btn,
.button {
 -moz-appearance: none;
    -webkit-appearance: none;
    padding: 22.5px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    white-space: normal;
    color: #ffffff;
    background: transparent;
    color: #00495d;
    border: 1px solid #33809d;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 700;
    border-radius: 0
}

.btn:hover{
    color: #ffffff;
}


.btn:after {
  
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #003A4C;
    -webkit-transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
}


.btn:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.btn:not(.btn--simple):before {
    content: url(images/download.svg);
    margin-right: 22.5px;
    display: inline-block;
    font-size: 12px;
    width: 15px;
    vertical-align: middle;
}

.btn:not(.btn--simple):hover:before {
    content: url(images/download-white.svg);
}


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

.btn.btn--secondary:hover {
    color: #003A4C;
}
.btn.btn--secondary:after {
    background: #ffffff;
    
}
.btn.btn--secondary:not(.btn--simple):before {
    content: url(images/download-white.svg);
}

.btn.btn--secondary:not(.btn--simple):hover:before {
    content: url(images/download.svg);
}



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



/* Main styles */

header {
    position: relative;
 

    background: #FAFAFA;
    box-shadow: 0px 3px 36px #00000029;
    z-index: 99999;
   
}



header nav.navbar {
    padding: 0;
    background: #ffffff;
     position: relative;
    z-index: 2;
}

header nav.navbar .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 225px;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-right: 15px;
}




header nav.navbar .navbar-nav {
  position: relative;

}



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

}






header nav.navbar .navbar-nav > .nav-item > .nav-link {
    padding: 45px 22.5px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 17px;
    font-weight: 700;
    color: #003A4C;
}



header nav.navbar .navbar-nav .nav-item:hover > a.nav-link,
header nav.navbar .navbar-nav > .nav-item.active > a.nav-link,
header nav.navbar .navbar-nav .nav-item > a.nav-link[aria-expanded="true"]  {
    color: #33809D
}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle[aria-expanded="true"]:before {
        content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
    content: url(images/down.svg);
   
    width: 14px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    display: inline-block;
    margin-left: 7.5px;
}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle[aria-expanded="true"]:after,
header nav.navbar .navbar-nav > .nav-item.dropdown.active > .dropdown-toggle:after {
    transform: rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
    padding: 7.5px 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
        background: #044b42;
}



header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{
       color: #ffffff;
    padding: 12.5px 22.5px 12.5px 45px;
    line-height: 1;
    white-space: nowrap;
    min-width: 225px;
    position: relative;
    font-size: 16px;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:after {
  content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
        color: #87b61e;
    position: absolute;
    left: 22.5px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
}



/*header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover:after {
    right: 15px;
}
*/

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li.current-menu-item a {
    color: #87b61e;
    background: transparent;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li img{
        max-width: 25px;
}

header .dropdowns {
    background: #33809d;
    color: #ffffff

}

header .dropdowns .dropdown {
     padding: 45px 0;
         max-width: 970px;
}

header .dropdowns .dropdown ul {
    
    line-height: 2;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns:3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 0
}

header .dropdowns .dropdown ul li {

}

header .dropdowns .dropdown ul li a {
    
}


header .dropdowns .dropdown ul li.current_page_item a,
header .dropdowns .dropdown ul li a:hover {
    font-weight: bold
}

header .dropdowns .dropdown ul li a:before {
    content: url(images/right.svg);
    display: inline-block;
    width: 7px;
    margin-right: 15px; 
    opacity: 0.5
}

header .offcanvas-collapse {
  position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #003A4C;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    padding: 210px 15px 30px 15px;
    display: block;
    overflow: scroll;
    right: 0px;
    left: 0;
    z-index: 0;
    color: #ffffff

}

header .offcanvas-collapse.open {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

header .offcanvas-collapse :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    font-family: sofia-pro, sans-serif;
    text-transform: uppercase;
}

header .offcanvas-collapse ul {
    line-height: 2
}

header .offcanvas-collapse ul li {

}

header .offcanvas-collapse ul li a {
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .offcanvas-collapse ul li.current_page_item a,
header .offcanvas-collapse ul li a:hover {
    font-weight: bold
}

header .offcanvas-collapse ul li a:before {
    content: url(images/right.svg);
    display: inline-block;
    width: 7px;
    margin-right: 15px; 
}


/* Navbar search */

header nav.navbar .navbar-search {

}


header nav.navbar .navbar-search form{

}


header nav.navbar .navbar-search form input{
    width: 0;
    border: 0;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    margin-right: -8px;
}


header nav.navbar .navbar-search.navbar-search--open form input{
       width: 175px;
        padding: 11px 15px 11px 30px;
    height: 58px;
    opacity: 1;
     margin-right: -62px;
     border: 2px solid #E1E2EC;
     background: #F4F4F4
    
}

header nav.navbar .navbar-search form button{
       border: 2px solid #AAC5D7;
    height: 58px;
    width: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1
}

header nav.navbar .navbar-search form button img {
        width: 20px;
    vertical-align: -2px;
}





/* Navbar toggler */

header nav.navbar .navbar-toggler {
     margin: 0;
    padding: 21px 20px;
    border-radius: 50px;
    background: #33809d;
    padding-left: 85px;
    position: relative;
    margin-left: 22.5px
}


header nav.navbar .navbar-toggler:before {
    content: 'Menu';
    font-weight: 400;
    position: absolute;
    font-size: 17px;
    color: #ffffff;
    left: 20px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 20px;
    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: 20px;
    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;
}

main {
        overflow-x: hidden;
}




/* Article */

article {
    padding: 120px 0;
    position: relative;
}

body.page-template-template-fotografie article {
    padding: 120px 0 0 0;
    position: relative;
}

article + section {
    padding-top: 0 !important;
}

article + article {
    border-top: 1px solid #E1E2EC;
}

article .article-content {
    position: sticky;
    top: 60px;
}

article .article-content :is(h1, h2, h3) {
    margin-bottom: 30px
}

article .article-content :is(p, ul, ol, table) {
    margin-bottom: 30px
}

article .article-content ul {
	
}

article .article-content ul li {
	list-style: inside;
}

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 .btn:last-child {
    margin-top: 30px;
}

article .article-content > *:last-child {
    margin-bottom: 0
}


article .color {
    margin-bottom: 60px;
}

article .color .color-image {
    aspect-ratio: 1 / 1;
    border: 1px solid #33809d;
    margin-bottom: 15px;
}

article .color .color-content {
    
}

article .color .color-content ul li b{
    min-width: 75px;
    color: #33809D;
    display: inline-block;
    font-weight: bold;
}

article .article-image {
     position: relative;
}

article .article-image:not(.article-image--custom) {
       
    padding-bottom: 56.25%;
    display: block;
    z-index: 2;
   

}




article .article-image.article-image--border {
     border: 1px solid #E1E2EC;
}


article .article-image + .article-image {
    margin-top: 45px
}


article .article-image:not(.article-image--custom) img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

article .article-image.article-image--light > img:nth-child(2),
article .article-image.article-image--dark > img:nth-child(1) {
    opacity: 0
}

article .article-images {
    margin-top: 60px;
}

article .article-images .article-images__image {
    margin-bottom: 30px;
}


/* Images */

section.images {
    padding: 90px 0 0 0;
    position: relative;
}


section.images .images-header {
    max-width: 970px;
    margin-bottom: 30px
}

section.images .images-header :is(h1, h2, h3) {
    margin-bottom: 30px;
}

section.images .images-header .images-search {
    margin-top: 60px;
    position: relative;
}

section.images .images-header .images-search:after {
    content: url(images/search-light.svg);
    width: 21px;
    position: absolute;
    right: 22.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
}

section.images .images-header .images-filters {
    margin-top: 45px;
}

section.images .images-header .images-filters button{
        color: #33809d;
    border: 1px solid #33809d;
    line-height: 1;
    padding: 7.5px 12.5px;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.images .images-header .images-filters button.active{
    background: #33809d;
    color: #ffffff;
}

section.images .image .image-img {
       padding-bottom: 75%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 90px;
    cursor: pointer;
}


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

section.images .image .image-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #003A4C;
    opacity: 0;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
    mix-blend-mode: multiply;
    z-index: 1;

}

section.images .image .image-img:hover:before {
    opacity: 0.75
}

section.images .image .image-img:after {
    opacity: 0;
       -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: url(images/download.svg);
    position: absolute;
    background: #FFFFFF;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 17.5px 20px;
    z-index: 2;

}

section.images .image .image-img:hover:after {
    opacity: 1;
}


section.images .image .image-content {
    display: none;
}

/* Footer */


footer {
    background: #00495d;
    color: #ffffff;
    padding: 90px 0;
    text-align: center
}

footer .footer-logo {
    max-width: 150px;
    margin-bottom: 30px;
}

footer p {
    margin-bottom: 30px;
    font-weight: 400
}

.modal {
    z-index: 9999999
}


.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 600px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.right.fade .modal-dialog {
    right: -600px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}


.modal.right.fade.show .modal-dialog {
        right: 0;
    }



.modal .modal-dialog .modal-content{
        height: 100%;
    overflow-y: auto;
    background: #FAFAFA;
    border-radius: 0;
    border: 0;
    box-shadow: unset;
    display: block;
}

.modal .modal-dialog .modal-content .modal-header {
    border: 0;
    border-radius: 0;
    padding: 30px;
    padding-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-header .close{
    max-width: 30px;
        padding: 0;
    margin: 0;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.modal .modal-dialog .modal-content .modal-image {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 30px;
}


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

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

.modal .modal-dialog .modal-content .modal-body .download {
    margin-bottom: 90px;
}

.modal .modal-dialog .modal-content .modal-body .btn{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.modal .modal-dialog .modal-content .modal-body *:last-child {
    margin-bottom: 0;
}
        


    
    


.modal-backdrop {
    background: #003A4C
}

.modal-backdrop.show {
    opacity: .84;
}
/* Swich */

.switch {
    width: 39px;
    height: 39px;
    position: absolute;
    left: 22.5px;
    bottom: 22.5px;
    cursor: pointer;
}

.switch img {
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.switch.switch--light img:nth-child(1),
.switch.switch--dark img:nth-child(2) {
    opacity: 1
}


/* Dropdown */

.dropdown.download {
      
}

.dropdown.download ul {
    margin-bottom: 0;
}

.dropdown.download [data-toggle="dropdown"] {
      padding: 15px 22.5px;
    border: 1px solid #E1E2EC;
    position: relative;
}

.dropdown.download [data-toggle="dropdown"]:after {
    content: url(images/down.svg);
    width: 14px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    display: inline-block;
    top: 30px;
    right: 22.5px;
    position: absolute;
}

.dropdown.download [data-toggle="dropdown"][aria-expanded="true"]:after {
        transform: rotate(180deg);
}


.dropdown.download .dropdown-menu {
        border: 0;
    box-shadow: none;
    font-size: inherit;
    left: 0;
    right: 0;
    float: unset;
    padding: 0;
    margin: 0;
    
    border-radius: 0;
}
.dropdown.download .dropdown-menu a {
    padding: 7.5px 22.5px;
    border: 1px solid #E1E2EC;
    position: relative;
    display: block;
        color: #003A4C;
         -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

.dropdown.download .dropdown-menu a:hover {
    background: #33809d;
    color: #ffffff;
}

/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0
}



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

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

.social-media li a {
    
}

.social-media li a img{
    width: 50px;
    height: 50px;
}


/* Embed container */

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

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







/* Responsive */

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

@media (max-width: 1400px) {

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

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

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

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


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

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

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            padding: 45px 15px;
                font-size: 16px;
    }

    header nav.navbar .navbar-toggler {
            margin-left: 15px;
    }

    header nav.navbar .navbar-search.navbar-search--open form input {
        width: 130px; 
    }

    section.images {
            padding: 90px 0 30px 0;
    }

    section.images .image .image-img {
        margin-bottom: 60px
    }

}

@media (max-width: 1200px) {



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

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

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

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


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

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


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

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

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

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

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

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

     body {
        font-size: 16px;
    }


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

    header nav.navbar .navbar-collapse {
        display: none
    }

    

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        padding: 45px 15px;
        font-size: 14px;
    }

    header .dropdowns .dropdown {
        padding: 30px 0;
    }
    article {
        padding: 60px 0;
    }

    

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

    article .article-images {
        margin-top: 45px;
    }

    article .article-content :is(h1, h2, h3) {
        margin-bottom: 22.5px;
    }

        article .article-image + .article-image {
        margin-top: 15px;
    }


    section.images {
        padding: 60px 0;
    }

    section.images .images-header :is(h1, h2, h3) {
    margin-bottom: 22.5px;
}

    section.images .images-header .images-search {
        margin-top: 30px;
    }

    section.images .images-header .images-filters {
        margin-top: 22.5px;
    }

    section.images .image .image-img {
        margin-bottom: 30px
    }




    .modal .modal-dialog {
        width: 100%;
    }

    .modal.right.fade .modal-dialog {
        right: -100%;
    }

    .modal .modal-dialog .modal-content .modal-header {
            padding: 22.5px;
            padding-bottom: 0
    }

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

    .modal .modal-dialog .modal-content .modal-body .download {
        margin-bottom: 30px;
    }

    .modal .modal-dialog .modal-content .modal-image {
        margin: 0 22.5px;
    }

    footer {
            padding: 60px 0;
    }

    footer .footer-logo {
        max-width: 120px;
    }




}

@media (max-width: 992px) {

    header .offcanvas-collapse {
            padding: 150px 15px 30px 15px;
    }

   header .offcanvas-collapse [class*="col-"] {
    margin-bottom: 30px
   }
    article .order-2 .article-content {
        margin-top: 45px
    }

    header nav.navbar .navbar-search.navbar-search--open form input {
        width: auto;
    }
	
	header .dropdowns {
		display: none
	}
}

.inner-menu a span {
    margin-left:5px;
    margin-right:5px;
}
   
.inner-menu a:last-child span {
    display:none;
}









