/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@media screen and (min-width: 567px)
{
.elementor-widget-theme-post-content p, .elementor-widget-theme-post-content ul > li {
    text-indent:15px;
    margin-left: 3rem;
    margin-right: 3rem;
    line-height: 1.9;
    letter-spacing: .01em;
}

.elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3 {
	margin: 3rem 9rem 2rem 9rem;
	padding-top:1em;
	border-top: 1px solid #ccc;
	font-size: 2.3rem;
	}

blockquote {
    padding: 0 15px;
    font-size: 20px !important;
    font-weight: 300;
    position: relative;
    margin-top: 4em !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em !important;
    color: #7b7b7b;
    width: 50vw;
    clear: both;
    display: block;
}

blockquote:before, q:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    top: -2px;
    right: 0px;
    line-height: 41px;
    z-index: 0;
    color: #666;
}    	

.wp-block-image figcaption {
	margin-left: 1em;
}

    .elementor-post-info__terms-list-item {
        color: #910006 !important;
    }

	
}


@media screen and (max-width: 567px) {
blockquote {
    padding: 0 15px;
    font-size: 18px !important;
    font-weight: 300;
    position: relative;
    margin-top: 4em !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em !important;
    color: #7b7b7b;
    width: 90vw;
    clear: both;
    display: block;
	}
}


.serieslist-box, .serieslist-ul {
    margin: 2em;
    -webkit-box-shadow: 5px 5px 14px 0px #ccc;
    -moz-box-shadow: 5px 5px 14px 0px #ccc;
    -o-box-shadow: 5px 5px 14px 0px #ccc;
    box-shadow: 5px 5px 14px 0px #ccc;
    max-width: 800px;
    padding: 1.3em;
}

.serieslist-li-current {
    font-weight: bolder;
    color:#ccc !important;
}

.inside li {
    line-height: 3em !important;
}

