html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:not( .wp-block-quote ), q {
	quotes: "" "";

	&:before,
	&:after {
		content: "";
	}
}

hr {
	background-color: $color__border;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

@import "lists";

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 7px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.penci-google-adsense {
	margin: 20px 0;
	text-align: center;
	overflow: hidden;

	&.penci_general_ad_above_footer {
		margin: 0 auto 40px;
	}

	&.penci_archive_ad_below_header {
		margin: 20px auto 0;
	}
}

.penci-dropcap-box {
	float: left;
	display: block;
	background-color: #3f51b5;
	color: white;
	text-align: center;
	text-transform: uppercase;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 9px 13px 0 0;
	padding: 3px 13px 3px 13px;
}

.penci-dropcap-box-outline {
	float: left;
	display: block;
	background-color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #3f51b5;
	color: #3f51b5;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 9px 13px 0 0;
	padding: 3px 13px 3px 13px;
}

.penci-dropcap-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	display: block;
	background-color: #3f51b5;
	color: white;
	text-align: center;
	text-transform: uppercase;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 9px 13px 0 0;
	padding: 3px 13px 3px 13px;
}

.penci-dropcap-circle-outline {
	float: left;
	display: block;
	background-color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #3f51b5;
	color: #3f51b5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 9px 13px 0 0;
	padding: 3px 13px 3px 13px;
}

.penci-dropcap-regular {
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #3f51b5;
	font-size: 68px;
	line-height: 68px;
	margin: 0 20px 0 0;
	padding: 0;
}

.penci-dropcap-bold {
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #3f51b5;
	font-weight: bold;
	font-size: 68px;
	line-height: 68px;
	margin: 0 20px 0 0;
	padding: 0;
}

.penci-highlight-black {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 rgba(0, 0, 0, 0.8), -8px 0 0 rgba(0, 0, 0, 0.8);
	color: #808080;
}

.penci-highlight-black:hover {
	color: #ffffff;
	cursor: default;
}

.penci-highlighted-black {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 rgba(0, 0, 0, 0.8), -8px 0 0 rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.penci-highlighted-red {
	background-color: #ff0000;
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #ff0000, -8px 0 0 #ff0000;
	color: #ffffff;
}

.penci-highlighted-blue {
	background-color: #3f51b5;
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #3f51b5, -8px 0 0 #3f51b5;
	color: #ffffff;
}

.penci-highlighted-green {
	background-color: #008000;
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #008000, -8px 0 0 #008000;
	color: #ffffff;
}

.penci-highlighted-yellow {
	background-color: #ffcb00;
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #ffcb00, -8px 0 0 #ffcb00;
	color: #ffffff;
}

.penci-highlighted-pink {
	background-color: #ffc0cb;
	padding: 4px 0 4px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #ffc0cb, -8px 0 0 #ffc0cb;
	color: #ffffff;
}


/* Text padding */
.penci-tpadding-0,
.penci-tpadding-1,
.penci-tpadding-2,
.penci-tpadding-3,
.penci-tpadding-4,
.penci-tpadding-5,
.penci-tpadding-6,
.penci-tpadding-7{
	display: block;
}
.penci-tpadding-1 {
	padding-left: 0;
	padding-right: 5%;
}
.penci-tpadding-2 {
	padding-left: 5%;
	padding-right: 0;
}
.penci-tpadding-3 {
	padding-left: 5%;
	padding-right: 5%;
}
.penci-tpadding-4 {
	padding-left: 5%;
	padding-right: 10%;
}
.penci-tpadding-5 {
	padding-left: 10%;
	padding-right: 5%;
}
.penci-tpadding-6 {
	padding-left: 10%;
	padding-right: 10%;
}

.penci-tpadding-7 {
	padding-left: 15%;
	padding-right: 15%;
}

@media (max-width: 500px) {
	.penci-tpadding-0,
	.penci-tpadding-1,
	.penci-tpadding-2,
	.penci-tpadding-3,
	.penci-tpadding-4,
	.penci-tpadding-5,
	.penci-tpadding-6,
	.penci-tpadding-7{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.penci-lable-multi{
	position: absolute;
	line-height: 1;
	font-size: 10px;
	display: inline-block;
	background: #ff531d;
	color: #fff;
	padding: 2px 5px 2px;
	right: 3px;
	top: 3px;
	text-transform: none;
	font-weight: normal;
}

.penci-lable-multi:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #ff531d transparent transparent transparent;
}

.penci-missing-settings {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
	outline: 2px dashed #d4d4d4;
	color: #131313;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

.penci-missing-settings span {
	font-size: 11px;
	position: relative;
	margin-right: 10px;
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
@import "tables";
@import "grid";
@import "media-object";
@import "animation";
@import "lazyload";
@import "ajax-loading";