/* 
Theme Name:     Hello Elementor Child
Theme URI:      https://elementor.com/
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.0
Text Domain:    hello-elementor-child
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
*/

a:link, a:visited {
    color: #0183c1;
}

a:hover, a:active {
    color: #0098e1;
	text-transform:underline;
}

.elementor-widget-post-info {
    margin: 0 !important;
}

.elementor-element-534169e p {
    line-height: 1.8rem;
    margin-top:2em;
    margin-bottom:0;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
}

/* Block Quote */
blockquote {
	border-left: 0px solid gray;
    padding-left: 15px;
    margin-left: 15px;
}

.wp-block-pullquote {
	padding:2em 0;
	font-size:1.3em;
	line-height:1.6em;
}

figcaption {
    text-align: center;
    margin: .6em 0 0 0 !important;
}

.wp-block-image,
.wp-block-gallery,
.wp-block-embed,
.wp-block-table,
.wp-block-media-text {
    margin-top: 2.2em;
    margin-bottom: 2.2em;
	text-align: center;
}

.wp-block-image img,
.wp-block-embed iframe {
	border-radius:7px !important;
}

.wp-block-embed.alignright iframe {
	width: 100%;
    max-height: 200px;
}

.single-post h2 {
    padding: 30px 0 16px 0;
}

.page-numbers {
    background-color: #fff;
    padding: 3px 8px;
    border: 1px solid #0183c1;
}

.page-numbers.prev,
.page-numbers.next,
.page-numbers.current {
    background-color: #3a5476;
    color: #eee;
    border: 1px solid #2a3c55;
    font-weight: bold;
}

.fpl-home-head-tab .elementor-tab-title {
    padding: 5px 10px 10px 10px !important;
}

.fpl-home-head-tab .elementor-tabs-content-wrapper {
    display: none !important;
}

/* Code Block */
pre.wp-block-code {
    font-size: 14px;
    font-family: DejaVu Sans Mono,monospace,sans-serif;
    line-height: 1.30769231;
    color: #f8f8f8;
    background-color: #1b1b1b;
    border-radius: 5px;
    margin: 2em 0 0 0;
    padding: 12px;
    overflow: auto;
    white-space: pre;
    word-wrap: normal;
    scrollbar-color: #444 transparent;
}

.wp-block-code code {
    white-space: inherit;
}

/* Linux++ Excerpt */
.linux-plusplus-excerpt .wp-block-media-text__content {
    padding: 0 2%;
}

.linux-plusplus-excerpt .from-issue {
    font-size: 1.3em;
    margin: 0 0 5px 0;
}

.linux-plusplus-excerpt .read-issue {
    font-size: 1.1em;
    margin: 0;
}

.elementor-1087 .elementor-element.elementor-element-a6fbfd7 .wp-block-pullquote p {
    font-size: 1.7em;
    margin-bottom: 0.8rem;
}

.elementor-1087 .elementor-element.elementor-element-a6fbfd7 .wp-block-quote p {
    font-size: 1.2em;
    margin-bottom: 0.7rem;
}

.elementor-element-636783d .elementor-post__title a:link,
.elementor-element-636783d .elementor-post__title a:visited,
.elementor-element-35535cd .elementor-post__title a:link,
.elementor-element-35535cd .elementor-post__title a:visited,
.elementor-element-fff7aa1 .elementor-post__title a:link,
.elementor-element-fff7aa1 .elementor-post__title a:visited {
    color: #ddd;
}

.elementor-element-636783d .elementor-post__title a:hover,
.elementor-element-636783d .elementor-post__title a:active,
.elementor-element-35535cd .elementor-post__title a:hover,
.elementor-element-35535cd .elementor-post__title a:active,
.elementor-element-fff7aa1 .elementor-post__title a:hover,
.elementor-element-fff7aa1 .elementor-post__title a:active {
    color: #fff;
}

/* Padding for comments */
.comment-body {
	margin-left: 15px;
}