/*Remove gap between slider and posts | 202063-hc sb*/
.flex-viewport{
  max-height: 500px !important;
}
/*Adjust the logo size | GA - 19497626 -hc*/
.site-logo {
    max-width: 65%;
}
/*Center main navigation | CL - 19497626 -hc*/
nav#site-navigation {
    text-align: center;
}
/* --- Hide Auhtor info/ 19574128-hc (kat) --- */
.single .author-info {
  display: none;
}
/* HC-19643661 | Hide Footer Credit Border */
.pre-footer .container {
    border-bottom: none;
}
/* Increase size of social icons | TT-19673159-hc */
#page .jetpack-social-navigation a:before {
	font-size: 24px;
}
/*  Center align the image in the footer || HC-20274751 | MM */
.site-footer .widget_media_image figure {
    text-align: center;
    width: 100% !important;
}

/* Remove margin around logo | 19673159-hc | JG */
a.site-logo-link {
   margin-bottom:0;
}
.image-header {
    margin-top: 0;
}
h1.site-title {
    margin-top: -10px;
}

#text-31 {
  text-align: center;
}
/*  add copyright to footer -- 2816222-hc (DOC) */
p.info.textcenter-xs::after {
    content: "Copyright © Benjamin Nerding 2015-2100 All rights reserved.";
    float: right;
}
/*  move privacy policy text widget to bottom of site (excludes mobile) -- 2816222-hc (DOC) */
@media screen and (min-width: 768px) {
  #text-35 {
    position: relative;
    top: 14em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* Delete the caption from the footer image widget || HC-20274751 | MM */
.site-footer .widget_media_image figcaption {
    display: none;
}
/* change facebook widget title color | 20361133-hc bsan */
.widget_facebook_likebox a {
  color: #c4c4c4;
}
/* remove link on Facebook widget | 20361133-hc bsan */
.widget_facebook_likebox a {
  pointer-events: none;
}
/* change the youtube button style on sidebar 21368638-hc*/
#text-37 .widget-title{
    background-color: #CD5C5C;
    color: white;
}
#text-37 .widget-title::after{
    border-top-color: #CD5C5C;
}
/* Changes color of sharing buttons #22806791-hc KD */
#main .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
    background-color: #393939;
}
/* Adjust widget area spacing NP 32939670-hc */
section#block-3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section#jetpack-search-filters-3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
section#google_translate_widget-3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}