/*
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.
*/

#qodef-page-wrapper #qodef-back-to-top{
    left: 52px;
	right: inherit;
}

/* Blog */
#blog-template .elementor-post__excerpt > * {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 8.5em;
}

#blog-template .elementor-post__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blog-template .elementor-post__read-more {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
}

#blog-template .page-numbers {
    line-height: 1em;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    border-radius: 5px;
}

#blog-template .elementor-pagination {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#blog-template .page-numbers svg {
    display: block;
}

#blog-template .prev svg {
    transform: rotate(90deg);
}

#blog-template .next svg {
    transform: rotate(-90deg);
}

#blog-template .page-numbers.current {
    background: #05425E;
    color: #ffffff;
}

#blog-template .page-numbers:not(.current):hover {
    opacity: 0.7;
    cursor: pointer;
}

/* Single Post */
#post-details .elementor-widget-container {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 18px;
    line-height: 1.7em;
}

#post-details p {
    margin: 0 0 30px;
}

#post-details h2:first-child {
    margin-top: 0;
}

#post-details h2 {
    margin: 40px 0 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
}

#post-details h3 {
    margin: 40px 0 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}

.post-galery {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 15px;
}

.post-tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: auto;
    max-width: 100%;
    padding-left: 65px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px -7px;
}

.post-tag-list a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3em;
    border-radius: 3px;
    background: #DDDDDD;
    color: #05425E;
    display: block;
    padding: 6px 23px;
    margin: 5px 7px;
}
#post-details .post-galery img {
    margin: 15px !important;
    border-radius: 10px;
    display: block;
}

#post-details blockquote {
    margin: 0 0 30px;
    padding: 80px 70px;
    background: #05425E;
    color: #ffffff;
    text-align: left;
    position: relative;
}

#post-details p:last-of-type {
    margin: 0;
}

#post-details blockquote p:not(:last-of-type) {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}

#post-details blockquote p::after, 
#post-details blockquote p::before {
    display: none;
}

#post-details blockquote p:last-of-type {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

#post-details blockquote::before {
    content: url(http://casamuranolasolas.com/wp-content/uploads/2021/12/quote-icon.svg);
    display: block;
    line-height: 1em;
    margin-bottom: 20px;
}

#comments-wrap #reply-title,
#comments-wrap #qodef-page-comments-list .qodef-m-title {
    font-size: 30px;
    font-family: "Cormorant", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#comments-wrap .logged-in-as {
    font-family: var(--e-global-typography-secondary-font-family);
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.7em;
}

#comments-wrap textarea,
#comments-wrap input[type="date"], 
#comments-wrap input[type="email"], 
#comments-wrap input[type="number"], 
#comments-wrap input[type="password"], 
#comments-wrap input[type="search"], 
#comments-wrap input[type="tel"], 
#comments-wrap input[type="text"], 
#comments-wrap input[type="url"] {
    border-color: #002e43 !important;
    color: #002e43 !important;
}

#comments-wrap #qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 10px 0 0;
    line-height: 1.7em;
    font-size: 16px;
}

#post-details ul {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 400;
    color: inherit;
    line-height: 1.7em;
}

#post-details ul:last-child, 
#post-details li:last-child {
    margin-bottom: 0;
}

#post-details li {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin-bottom: 10px;
    padding-left: 20px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	#post-details h2 {
		font-size: 30px;
	}

	#post-details h3 {
		font-size: 25px;
	}

	#post-details .elementor-widget-container,
	#post-details ul {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#post-details h2 {
		font-size: 28px;
	}

	#post-details h3 {
		font-size: 23px;
	}
	
	#post-details li {
		padding-left: 0px;
	}
}