/*!
Theme Name: Jet2 Travel Technologies
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jet2-travel-technologies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jet2 Travel Technologies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

.blog-listing-box,
.blog-listing-box .image-box,
.blog-listing-box .image-box img {
    height: 100%;
}

.image-box img {
    border-bottom-right-radius: 50px;
}

.blog-content-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.blog-listing-content .title {
    font-size: 26px;
    font-weight: 700;
    color: #281a74;
}

#single_blog_main {
    margin-top: 70px;
}

.single-post #header {
    top: 0;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.single-post #header .sticky-logo {
    display: block;
}

.single-post #header .fixed-logo {
    display: none;
}

.single-post #header .nav-menu a {
    color: #222;
}

.single-blog-title {
    font-size: 43px;
    font-weight: 600;
    color: #281a74;
    line-height: 45px;
    margin-bottom: 15px;
}

.signle-blog-content {
    margin-top: 30px;
}

.signle-blog-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}

#social_share {
    margin-top: 30px;
}

#social_share .social-share-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.sticky-social-share-fixed {
    position: fixed;
    top: 70px;
}

.blog-list-date.blog-date {
    font-family: 'OpenSans-Regular';
}

.blog-listing-content h4 {
    font-family: 'OpenSans-Bold';
}

.blog-listing-content p {
    font-family: 'OpenSans-Regular';
}

.blog-date,
.signle-blog-content p,
.signle-blog-content li {
    font-family: 'OpenSans-Regular';
}

.single-blog-title,
.signle-blog-content h3,
.signle-blog-content li strong {
    font-family: 'OpenSans-Bold';
}

.single-blog-image {
    overflow: hidden;
}

.single-blog-author {
    margin-bottom: 15px;
}

.single-blog-author img {
    width: 20px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #single_blog_main {
        margin-top: 0px;
    }

    .single-blog-title,
    .signle-blog-content h3,
    .signle-blog-content li strong {
        text-align: start;
    }

    .single-blog-title {
        font-size: 25px;
        line-height: 30px;
    }

    .single-post #header .sticky-logo {
        display: none;
    }
}