/*
Theme Name: koksijde
Theme URI:
Description: A robust theme built using the bootstrap framework with a touch of awesomeness.
Author: Erik Mitchell
Author URI: http://erikmitchell.net
Version: 1.1.0
Tags: featured-images, custom-menu, theme-options, translation-ready
Text Domain: koksijde
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Navigation
2.0 WordPress
3.0 Site
4.0 Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Navigation
--------------------------------------------------------------*/
/* modify the default "panel" styling for our mobile menu */
.koksijde-theme-mobile-menu ul {
  margin: 0; }

.koksijde-theme-mobile-menu .panel {
  -webkit-box-shadow: none;
  border: none;
          box-shadow: none;
  overflow: hidden; }

.koksijde-theme-mobile-menu .panel-default .panel-heading.menu-item-has-children > :first-child {
  border-top: none; }

.koksijde-theme-mobile-menu .panel-default > .panel-heading {
  background-image: none;
  border-bottom: 1px solid #fff;
  color: #777; }

.koksijde-theme-mobile-menu .panel-default .panel-heading {
  padding: 0; }

.koksijde-theme-mobile-menu .panel-default .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px; }

.koksijde-theme-mobile-menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

.koksijde-theme-mobile-menu .panel-default .panel-heading.menu-item-has-children .panel-title a,
.koksijde-theme-mobile-menu .panel-default .panel-collapse .panel-title a {
  color: #777; }

.koksijde-theme-mobile-menu .panel-default .panel-heading.menu-item-has-children {
  overflow: hidden; }

.koksijde-theme-mobile-menu .panel-default .panel-heading.menu-item-has-children .panel-title .item-title {
  float: left;
  width: 85.8%; }

.koksijde-theme-mobile-menu .panel-default .panel-collapse .panel-title .item-title {
  float: left;
  width: 84.8%; }

.koksijde-theme-mobile-menu .panel-default .panel-heading.menu-item-has-children .panel-title .item-icon,
.koksijde-theme-mobile-menu .panel-default .panel-collapse .panel-title .item-icon {
  border-left: 1px solid #fff;
  float: right; }

.koksijde-theme-mobile-menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 15px; }

.koksijde-theme-mobile-menu .panel-group {
  border: 1px solid #ccc;
  border-width: 1px 0;
  margin-bottom: 0;
  margin-top: 0; }
  .koksijde-theme-mobile-menu .panel-group .panel + .panel {
    margin-top: 0; }
  .koksijde-theme-mobile-menu .panel-group.navbar-nav {
    border-width: 0; }
  .koksijde-theme-mobile-menu .panel-group .panel-body {
    padding: 0; }
  .koksijde-theme-mobile-menu .panel-group ul.panel-body {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px; }

.koksijde-theme-mobile-menu .panel-title {
  font-size: 14px; }
  .koksijde-theme-mobile-menu .panel-title a:hover {
    color: #333;
    text-decoration: none; }
  .koksijde-theme-mobile-menu .panel-title a:focus {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .navbar-collapse.collapse.koksijde-theme-mobile-menu {
    display: none !important; } }

/*--------------------------------------------------------------
2.0 Slider
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.gallery-caption {
  display: inherit; }

.sticky {
  display: inherit; }

.entry-content {
  overflow: hidden; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .screen-reader-text:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    background-color: #f1f1f1;
    border-radius: 3px;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/*--------------------------------------------------------------
3.0 Site
--------------------------------------------------------------*/
/* navbar */
.navbar {
  -webkit-box-shadow: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  margin: 36px 0; }

.koksijde-header-image {
  padding-bottom: 10px; }

.koksijde-header-text .site-title {
  color: #333;
  font-size: 18px;
  line-height: 20px; }
  .koksijde-header-text .site-title:hover {
    color: #777;
    text-decoration: none; }
  .koksijde-header-text .site-title .site-description {
    color: #777; }

/* general */
.row.content {
  padding: 10px 0; }

.row.eq-height {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap; }

.row.eq-height > [class*='col-'] {
      -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column; }

/* dropdown menus */
.dropdown-submenu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 100%;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  z-index: 1000; }

.dropdown-submenu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  padding: 3px 20px;
  white-space: nowrap; }

.dropdown-submenu > li > a:hover,
.dropdown-submenu > li > a:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .sub-level.active > a,
.dropdown-menu > .current-menu-ancestor > a,
.dropdown-menu > .current-menu-ancestor > a:hover {
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); }

.dropdown-menu .sub-level.active > a {
  color: #fff; }

.dropdown-menu > .current-menu-ancestor > a,
.dropdown-menu > .current-menu-ancestor > a:hover {
  color: #fff; }

.dropdown.sub-level:hover > .dropdown-submenu {
  display: block; }

/* allows the dropdown to activate on hover, not click */
.dropdown-menu .sub-menu {
  left: 100%;
  margin-top: -1px;
  position: absolute;
  top: 0;
  visibility: hidden; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-bottom: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  left: 10px;
  left: -6px;
  top: 11px; }

.right-caret {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  height: 0;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 0; }

.navbar-default .navbar-nav .dropdown > a .right-caret {
  border-left-color: #333;
  border-right-color: #333; }

.navbar-default .navbar-nav .dropdown > a:hover .right-caret,
.navbar-default .navbar-nav .dropdown > a:focus .right-caret {
  border-left-color: #333;
  border-right-color: #333; }

.left-caret {
  border-bottom: 4px solid transparent;
  border-right: 4px solid #000;
  border-top: 4px solid transparent;
  height: 0;
  left: 10px;
  position: absolute;
  top: 9px;
  width: 0; }

.navbar-default .navbar-nav .dropdown > a .left-caret {
  border-left-color: #333;
  border-right-color: #333; }

.navbar-default .navbar-nav .dropdown > a:hover .left-caret,
.navbar-default .navbar-nav .dropdown > a:focus .left-caret {
  border-left-color: #333;
  border-right-color: #333; }

.dropdown-submenu.flip-left {
  left: auto;
  right: 100%; }

@media only screen and (max-width: 767px) {
  .dropdown:hover > .dropdown-menu {
    display: none; }
  .dropdown.open > .dropdown-menu {
    display: block; } }

/* front page */
.home-featured-image {
  margin-bottom: 30px; }
  .home-featured-image > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%; }

.home .blog-post {
  margin-bottom: 15px; }
  .home .blog-post .blog-post-thumbnail {
    margin-bottom: 15px; }

/* comments */
.commentlist .bypostauthor {
  background: #f8f8f8; }

.commentlist li ul.children li.bypostauthor {
  background: #f8f8f8; }

/* entry meta */
.entry-header .entry-meta > span {
  margin-right: 15px; }

.entry-header .entry-meta span.glyphicon {
  margin-right: 3px; }

/* posts */
.posts-navigation,
.post-navigation {
  overflow: hidden;
  padding: 15px 0; }

.posts-navigation .nav-links > div {
  float: left;
  width: 50%; }

.posts-navigation .nav-next {
  text-align: right; }

.posts-navigation .nav-links .nav-subtitle {
  color: #000; }

.posts-navigation .nav-links a:hover {
  text-decoration: none; }

/* footer */
footer {
  background: #e7e7e7;
  border-top: none;
  margin-top: 30px; }
  footer .footer-widgets {
    padding: 10px 0 20px 0; }
  footer .footer-widgets ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  footer .copyright {
    padding: 10px 0;
    text-align: center; }

/* back to top button */
.koksijde-back-to-top {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  background: #048dfd url(inc/images/cd-top-arrow.svg) no-repeat center 50%;
  bottom: 40px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
  height: 40px;
  opacity: 0;
  /* image replacement properties */
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px; }

.koksijde-back-to-top.btt-is-visible,
.koksijde-back-to-top.btt-fade-out,
.no-touch .koksijde-back-to-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.koksijde-back-to-top.btt-is-visible {
  opacity: 1;
  /* the button becomes visible */
  visibility: visible; }

.koksijde-back-to-top.btt-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .koksijde-back-to-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .koksijde-back-to-top {
    bottom: 20px;
    right: 20px; } }

@media only screen and (min-width: 1024px) {
  .koksijde-back-to-top {
    bottom: 30px;
    height: 60px;
    right: 30px;
    width: 60px; } }

/*--------------------------------------------------------------
4.0 Slider
--------------------------------------------------------------*/
.koksijde-slider {
  margin-bottom: 30px;
  max-height: 500px;
  overflow: hidden; }
  .koksijde-slider .carousel-indicators {
    bottom: 5px; }
  .koksijde-slider .carousel-control {
    background-image: none; }
  .koksijde-slider .carousel-inner > .item {
        -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    max-height: 500px;
    position: relative;
    width: 100%; }
  .koksijde-slider .carousel-caption {
    font-size: 18px; }
  .koksijde-slider .carousel-inner > .item > a > img,
  .koksijde-slider .carousel-inner > .item > img {
    margin: 0 auto;
    max-height: 100%; }
