.sidebar{
    position: absolute;
    overflow: visible;
}
@media (min-width: 992px){
    .row .sidebar.sidebar-left.sidebar-md-show {
        left: 5px;
        top: 5px;
    }
}

body{
    border: 5px solid #014771;
}
.sidebar-left .logo_container{
    border-bottom: 5px solid #014771;
    }

#sidebar-menu .menu-connect {
    position: relative !important;
    top: 1rem;
}
.sidebar{
	background:#ffffff;
}

.search-filter-scroll-loading {
    position: relative;
    height: 100px;
    width: 200px;
    border: none;
    border-radius: 0;
    animation: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
}

.search-filter-scroll-loading:after {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-animation: upanddown 2s ease 0s;
    animation: upanddown 2s ease 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.search-filter-scroll-loading:before,
.search-filter-scroll-loading:after {
    position: absolute;
    left: 50%;
}

.search-filter-scroll-loading:before {
    width: 100%;
    top: 0;
    transform: translateX(-50%);
    content: 'Scroll to load more';
}

.search-filter-scroll-loading:after {
    content: '';
    z-index: 999;
    top: 38px;
    margin-left: -9px;
    width: 18px;
    height: 35px;
    background: url('images/down_black.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

/* ++++++++++++++++++++++++++++++++++ Search bar ++++++++++++++++++++++++++++++++++ */

.search-bar {padding: 20px 0;}
.search-bar__title {
    display: block;
    opacity: 0.8;
    font-family: Times New Roman;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
select.postform {
    outline: none;
    font-family: Times New Roman;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.search-bar__input {
    outline: none;
    border-radius: 0px;
    height: 54px;
}

.search-bar__input-btn {
    outline: none;
    border: none;
    height: 54px;
}

/* ++++++++++++++++++++++++++++++++++ / Search bar ++++++++++++++++++++++++++++++++++ */

.inf-scroll {
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

.inf-scroll__title {
    display: block;
    margin-top: 15px;
    font-family: Times New Roman;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.inf-scroll__icon-down {
    width: 24px;
    height: 24px;
    opacity: 0.38;
}

/* ++++++++++++++++++++++++++++++++++ / H4 ++++++++++++++++++++++++++++++++++ */


@media (min-width: 1400px) {
    h4.trend-title.futura {
        font-size: 1.4rem !important;
    }
    .blog-excerpt+p {
        font-size: 1rem !important;
    }
    .newhomepage_bannertext p {
        font-size: 24px !important;
    }
    .post-thumb {
        height: 240px !important;
    }
    .print-icon {
        height: 15px !important;
        width: 15px !important;
        margin-top: 8px !important;
    }
    .a2a_svg svg {
        top: 4px !important;
        width: 22px !important;
    }
}
@media (max-width: 1200px) {
    h4.trend-title.futura {
        font-size: 1.2rem !important;
    }
    .blog-excerpt+p {
        font-size: 16px !important;
    }
}

.single ol{
    list-style: decimal;
    list-style-position: outside;
    padding-left: 50px;
    word-break: break-all;
}

.page-id-580 .main {
  padding: 25px;
}

.page-id-580 .entry-content p {
  font-size: 1rem;
}

.page-id-580 header.entry-header {
  display: none;
}

.page-id-580 .privacy-header {
  margin-bottom: 25px;
}


.get_in_touch h2 svg{
    max-width:260px;
  }
  
  @media (max-width:768px){
    .get_in_touch h2 svg{
        max-width:200px;
    }
  }
  
  @media (max-width:487px){
    .get_in_touch h2 svg{
        max-width:210px;
    }
  }