/*
Theme Name: Hendon
Theme URI: http://hendon.mikado-themes.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: hendon
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.qr-box img {
  width: 120px !important;
  margin: auto !important;
}
.qr-box {
  text-align: center;
}
.d-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.moretext {
  display: none;
}
.moreless-button {
  color: #fff;
  background-color: #c28562;
  padding: 7px 20px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway;
  font-size: 13px;
  line-height: 1.76em;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-top: 10px;
  outline: 1px solid;
  outline-offset: -3px;
}
.moreless-button:hover,
.moreless-button:focus {
  outline: 1px solid;
  outline-offset: -3px;
  color: #fff;
}
.quicklinks-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.single .qodef-blog .qodef-blog-item h2.qodef-e-title,
.single .qodef-e-info.qodef-info--top,
.single .qodef-m-subtitle {
  display: none !important;
}
.center_cont .qodef-grid-inner{
	display: flex;
    justify-content: center;
}
.pdfwrapper {
    display: flex;
    gap: 45px;
	flex-wrap:wrap;
	justify-content:center;
}
.pdfitem img {
    max-width: 70px !important;
    margin: 0 auto;
    text-align: center;
    height: auto;
}
.pdfitem{
	position:relative;
}
.pdfitem::before {
    content: "" !important;
    color: #828282;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 29px;
    height: 1px;
    background-color: #000;
    transition: all .5s cubic-bezier(.77,0,.175,1);
    transform: rotate(90deg);
}
.pdfitem:first-child::before{
    display: none;
}
@media only screen and (max-width: 776px) {
  .qr-box img {
    width: 100px !important;
  }
  .quicklinks-wrap {
    gap: 0;
  }
  .single h1 {
    font-size: 1em;
    line-height: 1.4;
  }
  .single #qodef-page-inner {
    padding: 40px 0 40px;
  }
}
