/*
    Theme Name:     Match Child theme
    Author:         Paula Koopman
    Template:       match
    Version:        0.1.5.1
*/
@import url("../match/style.css");

.site-branding h2 a{
    color: #c80d0d !important;
}
.site-branding{
    padding: 40px 0 20px 0;
}
.main-navigation{
    margin-bottom: 15px;
}
.page-header, .site-info, .pagination .current.page-numbers{
    background-color: #53534d;
}
.page-header{
    background-color: #d4cfce;
}
.page-numbers:hover{
    background-color: #d4cfce !important;
}
.site-content{
    margin-top: 20px;
}
.img-responsive{
    width: 100%;
}
.site-content a:link, .site-content a:visited{
    color: #c80d0d !important;
}
.site-content a:hover{
    text-decoration: underline;
}
.current-menu-item a, .current-page-ancestor a, .current-page-parent a{
    color: #c80d0d !important;
}
.site-footer .widget.widget_text{
    background-color: transparent;
    border: none;
    padding: 20px;
    text-align: left;
}
.site-footer .credits .credits-blog{
    text-align: left;
}
.site-footer .widget.widget_text h2{
    color: #fff;
}
.site-footer .widget.widget_text a{
    color: #fff;
}
.site-footer .widget.widget_text a:hover{
    text-decoration: underline;
}
.site-footer .site-info{
    padding: 20px 0 20px 0;
}

#breadcrumbs{
    position: absolute;
    padding: 10px 0 0;
    overflow:hidden;
}
.entry-header {
    margin: 45px 0 20px;
    padding: 0 50px;
    text-align: left;
}
.widget-title{
    border-left: 5px solid #c80d0d;
}

/*** preloader ***/
.mt-preloader-cls,
.mt-preloader-cls:before,
.mt-preloader-cls:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.mt-preloader-cls {
  color: #c80d0d;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.mt-preloader-cls:before,
.mt-preloader-cls:after {
  content: '';
  position: absolute;
  top: 0; }

.mt-preloader-cls:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.mt-preloader-cls:after {
  left: 3.5em; }
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}