/*
Theme Name:  ElementorPress
Theme URI:   https://poperblocker.com/
Description: WordPress theme for poperblocker.com
Version:     1.0.0
Author:      Poper Blocker
Author URI:  https://poperblocker.com/
License:	 GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: elementorpress
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * WordPress Core
 */
.alignnone {
	margin: 0.5em 0em 0.5em 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0.5em auto 0.5em auto;
}
.alignright {
	float:right;
	margin: 0.5em 0 0.5em 3em;
}
.alignleft {
	float: left;
	margin: 0.5em 3em 0.5em 0;
}
a img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 3em;
}
a img.alignnone {
	margin: 0.5em 3em 0.5em 0;
}
a img.alignleft {
	float: left;
	margin: 0.5em 3em 0.5em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 0.5em 0.5em 1em;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 0.5em 0em 0.5em 0;
}
.wp-caption.alignleft {
	margin: 0.5em 3em 0.5em 0;
}
.wp-caption.alignright {
	margin: 0.5em 0 0.5em 3em;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/**
 * Install Modal
 */
#install_modal_btn:after,
#install_modal_btn:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#install_modal_btn:after {
	border-color: transparent;
	border-bottom-color: #2dc68b;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
#install_modal_btn:before {
	border-color: transparent;
	border-bottom-color: #2dc68b;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}


/**
 * Blog Post
 */
.single-post #main .hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	opacity: 0.85;
	margin-top: 68px;
}
.single-post #main .hero-overlay {
	background-color: rgba(0,0,0,0.70);
	min-height: 400px;
}
.single-post #main .hero-title,
.single-post #main .content {
	max-width: 900px;
	margin: 3em auto 0;
	font-family: Montserrat;
}
.single-post #main .hero-title {
	margin: 0 auto;
	padding: 8em 0 3em;
	color: #ffffff;
}
.single-post #main .hero-title h1 {
	max-width: 750px;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.25;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.single-post #main .hero-title span {
	display: block;
	padding-top: 2em;
	font-size: 16px;
}
.single-post #main .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #000000;
}
.single-post #main .content strong {
  font-weight: bold;
}
.single-post #main .content p,
.single-post #main .content h1,
.single-post #main .content h2,
.single-post #main .content h3,
.single-post #main .content h4,
.single-post #main .content h5,
.single-post #main .content h6,
.single-post #main .content ul,
.single-post #main .content ol {
	padding-bottom: 2em;
}
.single-post #main .content h1,
.single-post #main .content h2,
.single-post #main .content h3,
.single-post #main .content h4,
.single-post #main .content h5,
.single-post #main .content h6 {
	font-weight: bold;
}
.single-post #main .content h1 {
  font-size: 24px;
}
.single-post #main .content h2 {
  font-size: 22px;
}
.single-post #main .content h3 {
  font-size: 20px;
}
.single-post #main .content h4 {
  font-size: 18px;
}
.single-post #main .content h5 {
  font-size: 17px;
}
.single-post #main .content h6 {
  font-size: 16px;
}
.single-post #main .content ul,
.single-post #main .content ol {
	padding-left: 4em;
}
.single-post #main .content ul {
	list-style-type: circle;
}
.single-post #main .content ol {
	list-style-type: upper-roman;
}
