/*
 Theme Name:   Gentleman Blog
 Theme URI:    https://victec.de
 Description:  Custom theme for Gentleman Blog
 Author:       victec it-solutions
 Author URI:   https://victec.de
 Template:     wolverine
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		wolverine
*/


/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/raleway-v28-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/raleway-v28-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-regular.svg#Raleway') format('svg');
  /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/montserrat-v25-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v30-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/playfair-display-v30-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/playfair-display-v30-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/playfair-display-v30-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}

.grecaptcha-badge {
  visibility: hidden;
}

#grecap {
  margin-bottom: 20px;
  font-size: 14px !important;
}

#grecap a {
  font-size: 14px !important;
}


.entry-comments .entry-comments-list .comment .avatar {
  margin: 13px 30px 0 0;
}

img {
  image-rendering: -webkit-optimize-contrast !important;
}

.comment-form .comment-notes,
.comment-form .logged-in-as {
  display: block;
  text-align: center;
  font-size: 14px;
}

.entry-content input[type="submit"],
.comment-text input[type="submit"],
#btnComment {
  font-size: 13px !important;
}

.author_box {
  background: #f1f1f1;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  padding: 20px;
}

.author_box img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}

.author_box p:not(.autor_info) {
  line-height: 22px;
  font-size: 14px;
  padding: 0;
}

.author_box a,
.team_container a {
  padding-bottom: 2px;
  border-bottom: 1px solid #538995;
}

.autor_info {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.over-title {
  margin-bottom: 0;
  color: #538995;
}

.page-title-overlay {
  opacity: .5 !important;
}

.page-title-inner h1 {
  margin-top: 10px;
  font-style: italic !important;
}

.page-sub-title {
  font-style: normal !important;
}

.shoepassion_content_banner {
  margin: 0 0 50px 0;
}

.shoepassion_content_banner p,
.shoepassion_sidebar_banner p {
  margin: 0 3px 3px 0 !important;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: block;
  text-align: right;
}

.shoepassion_content_banner img {
  width: 100%;
}

#nav-menu-mobile .header-social-profile-wrapper {
  list-style: none;
  padding-inline-start: 0px;
  text-align: center;
}

#nav-menu-mobile .header-social-profile-wrapper li {
  display: inline-block;
  padding: 15px 10px;
}

#nav-menu-mobile .header-social-profile-wrapper a {
  color: #fff;
}

.site-content-single-post {
  margin-top: 40px;
}

.home-intro-text-box {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #6ba1ac;
}

.home-intro-text-box p {
  margin-bottom: 0;
}

.home-intro-text-box img {
  margin-bottom: 30px;
}

.entry-title a {
  display: block;
}

.blog-single .entry-title,
.entry-content-inner .entry-title {
  margin-bottom: 0 !important;
}

.blog-inner h3.entry-title,
.wolverine-post h3.entry-title {
  text-transform: uppercase;
  font-weight: normal;
}

::placeholder,
input[type="text"],
input[type="email"],
textarea {
  font-size: 15px !important;
}

.wolverine-contactform .wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-response-output {
  text-align: center;
  margin: 2em 0 !important;
  border-width: thin !important;
}

.wolverine-contactform .wpcf7-text,
.wolverine-contactform .wpcf7-email,
.wolverine-contactform .wpcf7-textarea {
  margin-bottom: 5px;
  margin-top: 20px;
}

.team_container {
  padding: 25px 20px 20px 20px !important;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

.team_container h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.team_avatar {
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 40px;
  border: 1px solid #dddddd;
}

.ajax-search-result span {
  display: none !important;
}

.ajax-search-result a {
  display: block;
}

p:not(.x-description) {
  line-height: 30px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: 30px;
}

.main-footer-wrapper {
  margin-top: 60px;
}

.main-footer-wrapper p {
  margin-bottom: 0;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #666;
}

.page-title-wrap {
  height: auto !important;
  padding: 15px 0 20px 0;
}

.x-menu-a-text {
  cursor: pointer;
}

#g5plus-modal-search div.search-view-more {
  background-color: #6ba1ac;
  color: #fff !important;
  border-top: none;
}

#g5plus-modal-search div.search-view-more:hover {
  background-color: #c08300;
  color: #fff !important;
  border-top: none;
}

#g5plus-modal-search div.search-view-more a {
  display: block;
}

#g5plus-modal-search div.search-view-more a:hover {
  color: #fff;
}

.sidebar {
  margin-top: 10px;
}

.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title,
.vc_wp_custommenu h4.widget-title {
  margin-bottom: 25px;
  font-weight: 600;
}

.sidebar .widget_categories a,
.sidebar .widget_links a,
.sidebar .tagcloud a,
.sidebar .widget_nav_menu a {
  color: #000;
  font-size: 13px !important;
}

.sidebar .widget_categories a,
.sidebar .widget_links a,
.sidebar .widget_nav_menu a {
  display: block !important;
}

.sidebar .widget_categories a:hover,
.sidebar .widget_links a:hover,
.sidebar .widget_nav_menu a:hover,
.sidebar .widget_nav_menu .current_page_item a,
.sidebar .widget_categories .current-cat a {
  color: #c08300 !important;
}

.sidebar .widget_links ul {
  list-style: none;
  padding-inline-start: 0px;
  padding: 0px;
  line-height: 2;
  font-size: 11px;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidebar .widget_links li {
  padding-top: 10px;
  margin-bottom: 10px;
}

.sidebar .widget_links li+li {
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}

.comment-meta-bottom {
  display: none !important;
}

.single-post .page-title-wrap {
  display: none !important;
}

.site-content-single-post .blog-inner .post-related-wrap .post-related-inner article .entry-post-meta-wrap ul.entry-meta li.entry-meta-category a {
  border-bottom: none;
}

.sticky-wrapper.is-sticky>.header-nav-wrapper.sticky-scheme-dark {
  background-color: #383838;
}

.entry-excerpt {
  display: none !important;
}

.entry-thumbnail .prettyPhoto {
  display: none !important;
}

.back-to-top,
.widget_shoepassion img,
.shoepassion_content_banner img,
.shoepassion_sidebar_banner img,
.entry-wrap .entry-thumbnail-wrap {
  border: 1px solid #dddddd !important;
}

.header-mobile-inner .icon-search-menu {
  border: none !important;
}

.x-nav-menu * {
  font-size: 13px;
  font-weight: 500;
}

.social-share-wrap label {
  font-size: 14px;
  margin-right: 10px;
  text-transform: none;
  color: #444444;
  font-weight: 600;
  font-family: "Raleway" !important;
}

.social-share-wrap ul.social-share li a {
  font-size: 16px;
}

.entry-meta-tag label {
  font-size: 14px;
  margin-right: 5px;
}

.entry-meta-tag a {
  margin-right: 5px;
  font-size: 14px;
}

.entry-meta-tag a:before {
  content: none;
  margin-right: 0;
}

.entry-meta-tag a:after {
  display: inline-block;
  content: ", ";
}


.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container.header-mobile-wrapper {
  width: 100%;
}


#BorlabsCookieBox p {
  line-height: 20px !important;
}

#BorlabsCookieBox ul {
  justify-content: space-between !important;
}

@media only screen and (max-width: 767px) {
  #BorlabsCookieBox {
    font-size: 90% !important;
  }

  #BorlabsCookieBox p {
    font-size: 90% !important;
    line-height: 20px !important;
  }
}



@media screen and (max-width: 991px) {
  .x-nav-menu li.x-menu-item>a.x-menu-a-text {
    display: block !important;
    padding: 8px 15px;
    font-family: "Montserrat" !important;
    color: #fff;
    font-size: 16px;
  }

  .x-nav-menu li.x-menu-item>a.x-menu-a-text>b.x-caret {
    top: 5px;
  }

  .site-content-single-post .blog-inner .post-related-wrap {
    margin-bottom: 40px !important;
  }

  .site-content-single-post .blog-inner .post-related-wrap h2.post-related-title {
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .shoepassion_content_banner {
    margin: 0 0 30px 0;
  }

  main.has-sidebar .entry-comments {
    margin-top: 10px;
  }

  .page-title-inner h1 {
    font-size: 24px !important;
    margin-bottom: 0;
  }

  .page-sub-title {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  header.mobile-header .header-mobile-inner {
    height: 80px;
    position: relative;
  }

  header.mobile-header .header-mobile-inner .icon-search-menu {
    line-height: 50px;
  }

  header.mobile-header .header-mobile-inner .icon-search-icon {
    font-size: 20px;
    color: #fff;
  }

  header.mobile-header .header-mobile-wrapper {
    background-color: #383838;
  }

  header.mobile-header .header-mobile-inner .toggle-icon-wrapper .toggle-icon {
    margin-top: -10px;
  }

  header.mobile-header .header-mobile-inner .toggle-icon-wrapper .toggle-icon-text {
    font-size: 10px;
    color: #fff;
    margin-top: 24px;
    text-transform: uppercase;
  }

  header.mobile-header .header-mobile-inner .toggle-icon-wrapper .toggle-icon>span,
  header.mobile-header .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after {
    background: none repeat scroll 0 0 #fff;
  }

  .mobile-menu-logo {
    height: 30px;
    width: auto;
    margin: 15px;
  }

  .mobile-menu-links {
    color: #999;
    font-size: 14px;
    display: block;
    text-align: center;
  }

  #g5plus-modal-search .g5plus-modal-search input[type="search"] {
    padding-right: 40px;
    padding-left: 0;
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .sticky-wrapper.is-sticky>.header-nav-wrapper .logo-sticky>a>img {
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 5px;
    height: 45px;
  }

  .x-description {
    line-height: 22px !important;
  }

}


.thema-bild {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  width: 120px;
  height: auto;
}