/*
Theme Name: Get Praut
Theme URI: https://getpraut.nl/
Description: Get Praut - Thema
Author: Get Praut
Author URI: https://getpraut.nl/
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{margin:0}
.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}
.alignright{float:right;margin:0 0 15px 15px}
.alignleft{float:left;margin:0 15px 15px 0}
.aligncenter{display:block;margin:5px auto 5px auto}
a img.alignright{float:right;margin:0 0 15px 15px}
a img.alignnone{margin:0}
a img.alignleft{float:left;margin:0 15px 15px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption.alignnone{margin:0}
.wp-caption.alignleft{margin:0 15px 15px 0}
.wp-caption.alignright{margin:0 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* Custom CSS
-------------------------------------------------------------- */
h1 {
 font-size: 1.8rem;
 letter-spacing: 2.5px;
}

.type-page strong{color:#0099dd}

.nav-link {
 color: #0099dd!important;
}

.nav-link:hover {
 color: #002856!important;
}

.active .nav-link {
 color: #002856!important;
}

/*slider voor homepage*/


.carousel-item {
 height: 100vh;
 max-height: 400px;
 background: no-repeat center center scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

@media (min-width: 576px) {
.home .logo {
position: absolute;
z-index: 9;
top: 100px;
left: 15%
}
}

.logobreedte {
 width: 200px;
 height: auto;
}

.menuborder {
 border-bottom: 1px solid #0099dd;
}

.titelblokborder {
 border-bottom: 4px solid #0099dd;
}

.bovenkant {
 display: inline-block;
}

.btn-bruin {
 background-color: #0099dd;
 color: #ffffff;
}

.btn-bruin:hover {
 color: #ffffff;
}

.titlefix {
 white-space: nowrap;
}

@media screen and (max-width:320px) {
 .titlefix { font-size: 1.5rem;}
}

.post-34 a, .contactinformatie a, .category-nieuws li a {
 color:#8d5e44;
}

.post-34 a:hover, .contactinformatie a:hover, .category-nieuws li a:hover {
 color:#cda978;
}

.bg-footer {
 background-color: #002856;
 color: #fff;
}

.menu-icons .fab {
 font-size: 35px;
 width: 50px;
 height: 50px;
 text-align: center;
 vertical-align: middle;
 line-height: 50px;
 margin-right: 12px;
}

#whatsapp .fab{
  color:#25d366
}

#skype .fab{
  color:#00aff0
}

#wechat .fab{
  color:#7bb32e
}


.category-nieuws ul {
 list-style-type: none;
 padding-inline-start: 0;
}

.maxheight {
    max-height: 250px;
}

.contactfooter a {
 color: #ffffff;
}

iframe {
 max-width: 100%;
}

.social p {
 margin-left: 65px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* to show the arrow */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-toggle a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}


.dropdown-item {
    padding: .25rem 1.5rem .25rem 8px!important;
  }
