/*
|--------------------------------------------------------------------------
| Template Name: Prebook
|--------------------------------------------------------------------------
|
| Template URI: http://demo.pressionate.com/html/prebook
| Author: Templedge
| Author URI: https://themeforest.net/user/templedge
| Description: eBook Landing Page
| Version: 2.0
|
*/
/*
|-----------------------------------------------------------------------
| Table of Contents:
|-----------------------------------------------------------------------
|
| 1. Normalize
| 2. Accessibility
| 3. Alignments
| 4. Clearings
| 5. Typography
| 6. Links
| 7. General
| 8. Preloader
| 9. ScrollUp
| 10. Site Header
| 11. Home Page
| 12. Blog Page
| 13. Widgets
| 14. Site Footer
| 15. Responsive
|
*/
/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 15px;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: inherit;
	font-weight: bold;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 15px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
mark,
ins {
	background-color: #fbfb01;
	color: #000000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -4px;
}
sup {
	top: -8px;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	display: block;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}
fieldset {
	border: none;
	margin: 0 5px;
	padding: 0;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
@font-face {
    font-family: 'Trajan';
    src: url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
         url('../fonts/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
2. Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
3. Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
4. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}
/*--------------------------------------------------------------
5. Typography
--------------------------------------------------------------*/
body {
	color: #7e7e7e;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}
button {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
input, 
select, 
textarea {
	width: 100%;
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #848383;
	border-radius: 0;
	box-shadow: none;
	padding: 6px 0px;
}
input:focus,
textarea:focus {
	box-shadow: none;
	outline: none;
	border-color: #f1d000;
}
textarea {
	padding-top: 40px;
}
h1, 
h2, 
h3, 
h4, 
h3, 
h6 {
	clear: both;
	color: #000000;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: 'Trajan', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
}
p {
	margin-bottom: 15px;
	font-size: 15px;
	color: #7e7e7e;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}
ul {
	margin: 0;
	padding-left: 15px;
	list-style: square outside none;
}
ol {
	padding-left: 15px;
	margin-bottom: 15px;
}
li {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
dfn, 
cite, 
em, 
i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
}
address {
	margin: 0 0 15px;
}
img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}
/*--------------------------------------------------------------
6. Links
--------------------------------------------------------------*/
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #7e7e7e;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, 
a:focus, 
a:active {
	color: #f1d000;
	text-decoration: none;
}
a:focus,
a:hover, 
a:active {
	outline: none;
}
.widget a,
.byline a,
.widget ul li a,
.comment-metadata a {
	color: #7e7e7e;
	font-size: 15px;
}
.widget a:hover,
.widget a:focus,
.byline a:hover,
.entry-title a:hover,
.widget ul li a:hover,
.comment-author a:hover,
.comment-metadata a:hover {
	color: #f1d000;
}
/*--------------------------------------------------------------
7. General
--------------------------------------------------------------*/
body,
html {
	height: 100%;
	width: 100%
}
.section {
	padding-top: 110px;
	padding-bottom: 110px;
}
.p-l-r-0 {
	padding-left: 0;
	padding-right: 0;
}
.p-btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px;
	padding: 13px 30px;
	margin-bottom: 0px;
	display: inline-block;
	border: none;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	position: relative;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	z-index: 10;
}
.p-btn.p-btn-small {
	font-size: 15px;
	padding: 8px 20px;
}
.p-btn.p-btn-large {
	padding: 18px 36px;
	font-size: 20px;
}
.p-btn.p-btn-ex-large {
	padding: 24px 50px;
	font-size: 22px;
}
.p-btn:before {
	content: '';
	display: block;
	width: 100%;
	background: #f1d000;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.p-btn:after {
	content: '';
	display: block;
	width: 0%;
	background: #3b3b3b;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s ease;
}
.p-btn:hover:after {
	width: 100%;
}
.p-btn:active,
.p-btn:focus,
.p-btn:visited,
.p-btn:hover {
	color: #fff;
}
/*--------------------------------------------------------------
8. Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.loader {
	width: 56px;
	height: 50px;
	margin: 50px auto;
	position: relative;
	perspective: 100px;
	perspective-origin: 50% 100%;
	transform-style: preserve-3d;
	transform: translateZ(-1px);
}
.loader .loader-inner {
	width: 50%;
	height: 100%;
	background: #fff;
	border: 3px solid #f1d000;
	position: absolute;
	right: 0;
	transform-origin: 0% 100%;
}
.loader .loader-inner:first-child {
	left: 0;
}
.loader .loader-inner hr {
	margin: 3px 3px 6px;
	border: 1px solid #f1d000;
}
.loader .loader-inner.box {
	-webkit-animation: loading-1 3.6s infinite ease-in-out;
	animation: loading-1 3.6s infinite ease-in-out;
}
.loader .loader-inner.box-1 {
	animation-delay: .2s;
}
.loader .loader-inner.box-2 {
	animation-delay: .4s;
}
.loader .loader-inner.box-3 {
	animation-delay: 0.6s;
}
.loader .loader-inner.box-4 {
	animation-delay: 0.8s;
}
.loader .loader-inner.box-5 {
	animation-delay: 1.8s;
}
.loader .loader-inner.box-6 {
	animation-delay: 2.2s;
}
@-webkit-keyframes loading-1 {
	25%,100%{
		transform: translateX(3px) rotateY(-180deg);
	}
}
@keyframes loading-1{
	25%,100%{
		transform: translateX(3px) rotateY(-180deg);
	}
}
/*--------------------------------------------------------------
9. ScrollUp
--------------------------------------------------------------*/
.scrollup {
	position: fixed;
	background: #f1d000;
	bottom: -60px;
	right: 30px;
	color: #fff;
	padding: 5px;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.4s ease;
}
.scrollup:before {
	content: "\f102";
	font-family: 'FontAwesome';
}
.scrollup.scrollup-show {
	bottom: 31px;
}
/*--------------------------------------------------------------
10. Site Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	height: 120px;
	display: flex;
	justify-content: center;
	background: transparent;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.site-header > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	position: relative;
}
.site-header.small-height {
	background: #330000;
	height: 70px;
}
.site-header .custom-logo {
	max-width: 200px;
	max-height: 60px;
	transition: all 0.3s ease;
}
.site-header.small-height .custom-logo {
	max-width: 180px;
	max-height: 50px;
	transition: all 0.3s ease;
}
.custom-logo-link {
	display: inline-block;
}
.site-title {
	line-height: 30px;
	display: inline-block;
}
.site-title a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	display: inherit;
	line-height: inherit;
}
.header-wrap nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}
.primary-nav ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 0;
}
.primary-nav .menu-item {
	position: relative;
	margin: 0 10px;
}
.primary-nav .menu-item > a {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
	height: 70px;
	display: flex;
	align-items: center;
	font-family: 'Trajan', sans-serif;
}
.nav > li > a:focus, 
.nav > li > a:hover {
	background-color: transparent;
}
.menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	margin-left: 3px;
	font-size: 14px;
	float: right;
}
.primary-nav-list .menu-item > a {
	color: #fff;
}
.primary-nav-list .active > a,
.primary-nav-list .current-menu-item > a,
.primary-nav-list .menu-item > a:hover {
	color: #ee9626;
}
.primary-nav .menu-item-has-children > ul {
	width: 200px;
	display: block;
	padding-left: 0;
	background: rgba(30,30,30, .97);
	position: absolute;
	top: 70px;
	display: none !important;
	z-index: 10;
}
.primary-nav .menu-item:hover  > ul {
	display: block !important;
}
.primary-nav .menu-item-has-children > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.primary-nav .menu-item-has-children > ul > li a {
	height: initial;
	display: block;
	padding: 5px 15px;
	background: transparent;
	font-size: 11px;
	box-shadow: none;
	margin-top: -1px;
}
.primary-nav .menu-item-has-children > ul > li:not(:first-child) a {
	border-top: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li:not(:last-child) a {
	border-bottom: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li a:hover {
	background: rgba(0, 0, 0, 0.3);
	border-color: rgba(0, 0, 0, 0.3);
}
.primary-nav .menu-item-has-children > ul > li ul {
	position: absolute;
	left: 100%;
	right: 100%;
	top: 1px;
	display: none;
}
.primary-nav .menu-item-has-children > ul > li:hover ul {
	display: block;
}
.m-menu-btn {
	position: relative;
	display:  inline-block;
	width: 30px;
	height: 27px;
	margin: 15px 0px 15px 25px;
	cursor: pointer;
	display: none;
}
.m-menu-btn span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	-webkit-transition-duration: 0s; 
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s; 
	transition-delay: 0.2s;
}
.m-menu-btn span:before, 
.m-menu-btn span:after {
	position: absolute;
	content: '';
}
.m-menu-btn span, 
.m-menu-btn span:before, 
.m-menu-btn span:after {
	width: 25px;
	height: 2px;
	background-color: #fff;
	display: block;
}
.m-menu-btn span:before {
	margin-top: -8px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.m-menu-btn span:after {
	margin-top: 8px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.m-menu-btn-ext span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s; 
	transition-delay: 0.2s;
}
.m-menu-btn-ext span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s; 
	transition-delay: 0s, 0.2s;
}
.m-menu-btn-ext span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s; 
	transition-delay: 0s, 0.2s;
}
.m-dropdown {
	display: none;
}
.primary-nav .primary-nav-list {
	display: flex !important;
}
/*--------------------------------------------------------------
11. Home Page
--------------------------------------------------------------*/
/*== Hero Section ==*/
.hero {
	background-color: #3b3b3b;
	background-image: url(../img/hero-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.hero > .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.hero > .container > .row {
	margin-top: 120px;
}
.hero-left h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 70px;
	letter-spacing: 3px;
	line-height: 70px;
	margin-bottom: 35px;
	margin-top: 15px;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.hero-left p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 45px;
	font-weight: 300;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
	max-width: 600px;
}
.p-btn.hero-btn {
	background: #a04a17;
	color: #fff;
	cursor: pointer;
	font-family: 'Trajan', sans-serif;
	font-weight: 600;
}
.p-btn.hero-btn:hover {
	color: #fff;
}
.p-btn.hero-btn:before {
	background: #ee9626;
}
.p-btn.hero-btn:after {
	background: #330000;
}
.hero-right {
	text-align: center;
}
/*== Youtube Background Virsion ==*/
.youtube-bg {
	background-color: #3b3b3b;
	background-image: url(../img/a-filha-do-pastor.jpg);
}
/*== Slider Background Virsion ==*/
.hero-slider-bg {
	background-image: none;
}
.hero-slider-bg > .container {
	position: relative;
	z-index: 10;
}
#slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.hero-slider-bg .owl-carousel .owl-wrapper-outer {
	height: 100%;
}
.hero-slider-bg .owl-carousel .owl-wrapper, 
.hero-slider-bg .owl-carousel .owl-item,
.hero-slider-bg .owl-carousel .owl-item > div {
	height: 100%;
}
.hero-slider-bg #slider-bg img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.hero-btn-comprar-agora {
	margin-bottom: 15px;
}
/*== Book Details Section ==*/
.numeric-factor {
	background: #f1d000;
	padding: 34px 0;
}
.numeric-factor .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-details {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0;
}
.details-left span {
	font-size: 60px;
	color: #fff;
	margin-right: 25px;
}
.details-right h2 {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.details-right h4 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
/*== Section Header ==*/
.section-header {
	text-align: center;
	width: 70%;
	margin: 0 auto 70px;
}
.section-header h2 {
	font-size: 25px;
	line-height: 28px;
	color: #330000;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
}
.section-header p {
	font-size: 15px;
	color: #3f3f3f;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
.header-separator {
	height: 20px;
	position: relative;
}
.header-separator:before,
.header-separator:after {
	content: '';
	display: block;
	width: 46%;
	height: 1px;
	background: #c1c1c1;
	position: absolute;
	top: 50%;
}
.header-separator:before {
	left: 0;
}
.header-separator:after {
	right: 0;
}
.header-separator span {
	font-size: 20px;
	color: #444444;
}
/*== Overview Section ==*/
.chapter-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-chapter {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 82px;
	position: relative;
	margin-right: 142px;
	margin-bottom: 80px;
}
.chapter-list .single-chapter:nth-child(3n+3),
.chapter-list .single-chapter:last-child {
	margin-right: 0;
}
.chapter-list .single-chapter:nth-last-child(3),
.chapter-list .single-chapter:nth-last-child(2),
.chapter-list .single-chapter:last-child {
	margin-bottom: 0;
}
.chapter-icon {
	width: 62px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 5px;
}
.chapter-icon:before {
	content: '';
	background-color: #542a0494;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transform: skewY(-3deg);
	top: 2px;
	left: 0px;
}
.chapter-icon:after {
	content: '';
	background: #330000;
	display: block;
	height: 100%;
	width: 94%;
	position: absolute;
	transform: skewY(-7deg);
	top: -1px;
	left: 0px;
}
.chapter-icon span {
	z-index: 1;
}
.chapter h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #330000;
	font-weight: 600;
	margin-bottom: 8px;
}
.chapter h3 a {
	font-size: inherit;
	text-transform: inherit;
	color: inherit;
	font-weight: inherit;
}
.chapter h3 a:hover {
	color: #f1d000;
}
.chapter p {
	color: #3f3f3f;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 0;
}
.icon-video:before {
    content: "\e98e";
}
/*== Video Review Section ==*/
.video-review {
	background: #fafafa;
}
/*== Device Section ==*/
.device-img {
	text-align: center;
}
.device-details {
	margin-top: 0;
	margin-bottom: 0;
}
.device-details p {
	font-size: 15px;
	color: #7e7e7e;
	line-height: 25px;
	font-weight: 300;
}
.device-details h3 {
	font-size: 18px;
}
/*== Testimonial ==*/
.testimonial {
	background: #fafafa;
}
.single-testimonial {
	text-align: center;
	background: #f5f5f5;
	position: relative;
	margin-top: 70px;
	padding: 110px 50px 40px;
}
.c-img {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	border: 3px solid #fff;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: -70px;
}
.c-img img {
	width: 100%;
	height: 100%;
}
.single-testimonial blockquote {
	padding: 0;
	border: 0;
	margin: 0 0 25px;
	font-size: 15px;
	color: #000;
	line-height: 25px;
}
.c-name {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.designation {
	line-height: 20px;
	font-size: 14px;
	color: #000;
}
.testimonial .owl-pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.testimonial .owl-page span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid rgba(59, 59, 59, 0.7);
	display: block;
	margin: 0 4px;
}
.testimonial .owl-page.active span {
	background: #f1d000;
}
/*== Author ==*/
.author-info {
	text-align: center;
}
.author-img {
	width: 80%;
	margin: auto;
	border: 1px solid #D2D3D3;
	border-bottom: snow;
	padding: 10px 10px 0 10px;
}
.author-box {
	border: 1px solid #D2D3D3;
	padding: 25px;
}
.author-name {
	font-size: 18px;
	color: #3a3939;
	margin-bottom: 18px;
}
.author-box .social-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.author-box .social-btn a {
	border: 1px solid #D2D3D3;
}
.author-box .social-btn a:not(:first-child) {
	margin-left: -1px;
}
.author-box .social-btn a:hover {
	z-index: 1;
}
.author-details h3 {
	font-size: 18px;
	color: #330000;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: 600;
}
.author-details p {
	font-size: 15px;
	line-height: 25px;
	color: #3f3f3f;
	margin-bottom: 10;
}
.author-details a {
	text-decoration: underline;
	color:#a04a17;
}
.author-signature img {
	max-width: 300px;
}
/*== Pricing-table ==*/
.pricing-table {
	background-image: url(../img/a-filha-do-pastor.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.pricing-table > .container {
	position: relative;
	z-index: 10;
}
.pricing-table:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
}
.pricing-table .section-header h2,
.pricing-table .section-header p,
.pricing-table .header-separator span {
	color: #fff;
}
.pricing-table .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.single-table {
	text-align: center;
	background: #fff;
}
.price-head {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #ee9626;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 0 30px;
	background-color: #330000;
}
.price-area {
	height: 120px;
	background: #3b3b3b;
	color: #fff;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
.special-product .price-head {
	height: 55px;
}
.special-product .price-area {
	height: 55px;
	background: #330000;
}
.special-product .price-feature {
	margin: 0;
}
.special-product .p-btn.price-btn {
	margin-bottom: 41px;
}
.price-area:before {
	content: "";
	font-size: 20px;
	font-family: 'FontAwesome';
	line-height: 22px;
	margin-top: -15px;
	margin-right: 2px;
}
.price-feature {
	list-style: none;
	padding: 0 8%;
	margin: 20px 0;
}
.price-feature li {
	color: #3b3b3b;
	font-size: 18px;
	line-height: 25px;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.price-feature li:not(:last-child) {
	border-bottom: 1px solid #3b3b3b;
}
.price-btn {
	background: #3b3b3b;
	color: #fff;
	margin-bottom: 35px;
}
.p-btn.price-btn:before {
	background: #3b3b3b;
}
.p-btn.price-btn:after {
	background: #f1d000;
}
.special-product .p-btn.price-btn:before {
	background: #f1d000;
}
/*== Latest-news ==*/
.latest-news .entry-header {
	position: relative;
	padding-left: 300px;
	margin-bottom: 12px;
}
.latest-news .post-thumbnail {
	width: 270px;
	position: absolute;
	left: 0;
}
.latest-news .post-thumbnail img {
	width: 100%;
	min-height: 160px;
}
.latest-news .post-details-wrap {
	padding-left: 0;
}
.latest-news .entry-content {
	padding-left: 300px;
	font-weight: 300;
	line-height: 22px;
}
.latest-news .entry-content p {
	line-height: inherit;
	margin-bottom: 12px;
}
.latest-news .entry-title {
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 0;
	font-weight: 300;
	margin-bottom: 5px;
}
.latest-news .home-posted-on,
.latest-news .author {
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.latest-news .entry-content a {
	color: #7e7e7e;
	font-size: 15px;
}
.latest-news .entry-content a:hover,
.latest-news .entry-content a:focus {
	color: #f1d000;
}
.latest-news .entry-content a:after {
	content: "\f178";
	font-family: 'FontAwesome';
	margin-left: 7px;
	font-size: 13px;
}
.latest-news .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.latest-news .row > div {
	margin-bottom: 30px;
}
.latest-news .row > div:last-child,
.latest-news .row > div:nth-last-child(2){
	margin-bottom: 0px;
}
/*== Purchase ==*/
.purchase {
	background: #000;
	background-repeat: no-repeat;
	background-image: url(../img/background-comprar-agora.jpg);
	text-align: center;
	padding: 15px 0;
}
.purchase .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.purchase .row div:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.purchase h2 {
	margin: 30px 0;
	line-height: 25px;
	font-size: 25px;
	color: #fff;
}
.p-btn.purchase-btn {
	color: #3b3b3b;
}
.p-btn.purchase-btn:focus,
.p-btn.purchase-btn:active,
.p-btn.purchase-btn:visited {
	color: #3b3b3b;
}
.p-btn.purchase-btn:hover {
	color: #fff;
}
.p-btn.purchase-btn:before {
	background: #fff;
}
/*== Contact Form ==*/
.single-field {
	margin-bottom: 30px;
}
.form-btn {
	background: #3b3b3b;
}
.form-btn:hover {
	background: #f1d000;
}
/*--------------------------------------------------------------
12. Blog Page
--------------------------------------------------------------*/
/*== Blog Hero ==*/
.blog-hero {
	min-height: 400px;
	width: 100%;
	background-color: #3b3b3b;
	background-image: url(../img/blog-hero.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.blog-hero:before {
	content: '';
	display: block;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.blog-hero > .container {
	z-index: 1;
	margin-top: 90px;
}
.blog-hero h1 {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
}
.breadcrumb {
	background: transparent;
	padding: 0;
}
.breadcrumb li, 
.breadcrumb li a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.breadcrumb li a:hover {
	color: #f1d000;
}
.site-content.section {
	padding-bottom: 0;
}
/*== Blog Left Sidebar ==*/
.blog-left-sidebar .sidebar {
	padding-left: 0;
	padding-right: 5%;
}
.blog .post {
	margin-bottom: 110px;
}
.entry-header {
	margin-bottom: 35px;
}
.post-thumbnail {
	margin-bottom: 50px;
	display: block;
	width: 100%;
	text-align: center;
}
.post-details-wrap {
	padding-left: 80px;
	position: relative;
}
.entry-title {
	font-size: 20px;
	color: #3b3b3b;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
	padding-top: 1px;
}
.entry-title a {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.byline {
	font-size: 15px;
	color: #7e7e7e;
	line-height: 22px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
.byline > span:not(:first-child) {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #7e7e7e;
}
.byline a {
	color: inherit;
	font-family: inherit;
}
.posted-on {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	min-height: 52px;
	min-width: 52px;
}
.posted-on a {
	position: absolute;
	left: 0;
	background: #f1d000;
	color: #fff;
	height: 52px;
	width: 52px;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	font-weight: 300;
	padding: 3px 6px;
	font-family: 'Montserrat', sans-serif;
}
.posted-on a:hover,
.posted-on a:focus {
	color: #fff;
}
.entry-content {
	padding-left: 80px;
	font-size: 15px;
	color: #7e7e7e;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}
.post .p-btn {
	margin-top: 20px
}
.social-share {
	width: 100%;
	padding: 35px 0;
	border-top: 1px solid #B7B6B6;
	border-bottom: 1px solid #B7B6B6;
	margin-bottom: 60px;
}
.social-share-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-right: 40px;
	color: #3b3b3b;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: 300;
}
/*== Comments ==*/
.comments-title,
.comment-reply-title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #3b3b3b;
	font-weight: 400;
	margin-bottom: 30px;
}
.comment-body {
	position: relative;
	background: #F6F6F6;
	padding: 20px;
	margin-left: 120px;
	margin-bottom: 35px;
}
.comment-body:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #F6F6F6;
	position: absolute;
	top: 20px;
	transform: rotate(45deg);
	left: -9px;
}
.comments-area {
	padding-bottom: 110px;
}
.comments-area ol {
	list-style: none;
	padding-left: 0;
}
.comments-area .children {
	padding-left: 120px;
}
.comments-area .children .children {
	padding-left: 20px;
}
.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
}
.comment-author {
	line-height: 20px;
	margin-bottom: 5px;
}
.comment-author .nm {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #3b3b3b;
	font-size: 16px;
}
.comment-metadata {
	line-height: 22px;
	margin-bottom: 25px;
}
.comment-metadata span {
	font-weight: 300;
}
.comment-content {
	line-height: 25px;
	color: #7e7e7e;
	font-size: 15px;
}
.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	font-size: 15px;
	color: #f1d000;
	position: relative;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
	color: #3b3b3b;
}
.comment-reply-link:before {
	content: "\f112";
	font-family: 'FontAwesome';
	margin-right: 4px;
}
.children .comment-body {
	margin-left: 100px;
}
.children .comment-author .avatar {
	height: 70px;
	width: 70px;
	left: -100px;
}
.comment-respond {
	display: block;
	width: 100%;
	border-top: 1px solid #B7B6B6;
	padding-top: 60px;
}
.comment-form {
	display: flex;
	flex-wrap: wrap;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 33.3333%;
}
.comment-form-comment {
	width: 100%;
}
.comment-form-author {
	padding-right: 10px;
}
.comment-form-url {
	padding-left: 10px;
}
.form-submit {
	margin-bottom: 0;
}
.comment-form textarea, 
.comment-form input {
	border: 1px solid #848383;
	padding: 10px;
	width: 100%;
}
.comment-form textarea:focus, 
.comment-form input:focus {
	border-color: #f1d000;
}
.post-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 110px;
}
.post-navigation > div {
	display: inline-block;
}
.nav-previous a, 
.nav-next a {
	border: 1px solid #f1d000;
	padding: 8px 20px;
	display: inline-block;
	line-height: 22px;
	color: #f1d000;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-previous a:hover, 
.nav-next a:hover {
	background: #f1d000;
	color: #fff;
}
.nav-previous a:before {
	content: "\f100";
	font-family: 'FontAwesome';
	margin-right: 4px;
}
.nav-next a:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 4px;
}
.nav-all-post {
	min-width: 120px;
	text-align: center;
	margin: 0 25px;
}
.nav-all-post a {
	margin: 0 3px;
	color: #3b3b3b;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid transparent;
	padding: 0 2px;
}
.nav-all-post a:hover,
.nav-all-post a:focus {
	color: #f1d000;
	border-color: #f1d000;
}
/*--------------------------------------------------------------
13. Widgets
--------------------------------------------------------------*/
.sidebar {
	padding-left: 5%;
}
.widget {
	padding-bottom: 50px;
}
.widget.widget_search .widget-title {
	display: none;
}
.search-form {
	position: relative;
}
.widget_search label {
	width: 100%;
	margin: 0;
}
.search-field {
	height: 46px;
	border: 1px solid #7e7e7e;
	padding: 10px 60px 10px 10px;
	font-weight: 300;
}
.search-field:focus {
	border-color: #7e7e7e;
}
.search-submit {
	height: 46px;
	width: 46px;
	position: absolute;
	top: 0;
	right: 0;
	background: #7e7e7e;
	color: #fff;
	border: 0;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-submit:hover {
	background-color: #f1d000;
}
.search-submit:focus {
	outline: none;
}
.search-submit:before {
	content: "\f002";
	font-family: 'FontAwesome';
}
.widget-title {
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 18px;
	font-family: 'Montserrat', sans-serif;
}
.widget ul {
	list-style: none;
	padding-left: 0;
}
.widget ul  ul {
	margin-left: 20px;
}
.widget ul li {
	color: #7e7e7e;
	font-size: 15px;
	line-height: 22px;
	padding: 5px 0;
}
.widget ul li a {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.widget ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2px;
	font-size: 15px;
}
.widget.widget_recent_entries ul li:not(:last-child) {
	border-bottom: 1px solid rgba(126, 126, 126, 0.3);
}
.tagcloud {
	display: flex;
	flex-wrap: wrap;
}
.tagcloud a {
	font-size: 14px;
	display: inline-block;
	border: 1px solid #3b3b3b;
	padding: 3px 15px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.tagcloud a:hover {
	color: #fff;
	background: #3b3b3b;
}
/*--------------------------------------------------------------
14. Site Footer
--------------------------------------------------------------*/
.site-footer {
	background: #3b3b3b;
	padding: 35px 0;
	width: 100%;
}
.site-footer > .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-left {
	width: 50%;
	color: #ee9626;
	font-size: 15px;
	line-height: 28px;
}
.footer-right {
	width: 50%;
	text-align: right;
}
.social-btn {
	display: inline-block;
}
.social-btn a {
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 30px;
	border-radius: 0px;
	text-align: center;
	border: 1px solid #ee9626;
	color: #ee9626;
}
.social-btn a:hover {
	border-color: #f1d000;
	color: #f1d000;
}
/*== For Parallax ==*/
.parallax {
	background-position: 50% 0;
	background-attachment: fixed;
}
/*--------------------------------------------------------------
15. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 991px) and (min-width: 768px) {
	.latest-news .entry-content {
		padding-left: 250px;
		min-height: 100px;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1199px) {
	/*== Hero ==*/
	.hero-left h1 {
		font-size: 56px;
		letter-spacing: 2px;
		margin-bottom: 25px;
	}
	.hero-left p {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 35px;
		max-width: 500px;
	}
	/*== numeric-factor ==*/
	.single-chapter {
		width: 30%;
		padding-left: 82px;
		margin-right: 45px;
	}
	/*== Blog ==*/
	.latest-news .entry-header {
		padding-left: 250px;
		margin-bottom: 12px;
	}
	.latest-news .post-thumbnail {
		width: 235px;
	}

	.latest-news .entry-content {
		padding-left: 250px;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1000px) {
	/*== Home page Header ==*/
	.site-header > div {
		width: 100%;
		padding: 0;
	}
	.site-branding {
		margin-left: 15px;
	}
	.m-menu-btn {
		margin-right: 15px;
	}
	.m-menu-btn {
		display: block;
	}
	.primary-nav-list {
		position: absolute;
		top: 120px;
		width: 100%;
		left: 0;
		display: none;
		background: rgba(30,30,30, .97);
		max-height: 295px;
		overflow-y: auto;
		overflow-x: hidden;
		transition: top 0.3s ease;
	}
	.small-height .primary-nav-list {
		top: 70px;
		transition: top 0.3s ease;
	}
	.m-menu ul {
		list-style: none;
	}
	.m-menu ul .menu-item a {
		display: block;
		padding: 6px 15px;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.m-menu ul .menu-item ul li a {
		font-size: 11px;
	}
	.m-menu ul .menu-item a:hover {
		background-color: #2b2b2b;
	}
	.m-dropdown {
		display: inline-block;
		position: absolute;
		top: 9px;
		right: 16px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 10px;
		line-height: 18px;
		height: 20px;
		width: 20px;
		text-align: center;
		z-index: 11;
		cursor: pointer;
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		transition: all 0.3s ease;
	}
	.m-dropdown:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.m-menu ul .menu-item ul {
		display: none;
		padding-left: 10px;
	}
	.m-menu ul > .menu-item {
		position: relative;
	}
	.menu-item.menu-item-has-children > a:after {
		display: none;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	/*== Hero ==*/
	.hero > .container {
		display: block;
	}
	.hero-right {
		margin: 35px 0;
	}
	/*== Parallax Home ==*/
	.parallax {
		background-position: center center !important;
	}
	/*== Section-header ==*/
	.section-header {
		width: 70%;
	}
	/*== numeric-factor ==*/
	.single-chapter {
		width: 40%;
		margin-right: 20px;
		margin-left: 20px;
	}
	.chapter-list .single-chapter:nth-child(3n+3), 
	.chapter-list .single-chapter:last-child {
		margin-right: 20px;
	}
	.latest-news .row > div,
	.latest-news .row > div:nth-last-child(2) {
		margin-bottom: 50px;
	}
	.latest-news .row > div:last-child {
		margin-bottom: 0px;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	/*== Hero ==*/
	.hero > .container {
		width: 100%;
	}
	.hero-left {
		text-align: center;
	}
	.hero-left p {
		margin-left: auto;
		margin-right: auto;
	}
	.mm-b-15 {
		margin-bottom: 15px;
	}
	.mm-b-30 {
		margin-bottom: 30px;
	}
	.hero-right img {
		max-width: 300px;
	}
	/*== Author ==*/
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-header {
		margin: 0 auto 50px;
	}
	.author-info {
		max-width: 400px;
		margin: auto;
	}
	.pricing-table .row > div {
		width: 100%;
	}
	.single-table {
		max-width: 440px;
		margin: 0 auto 30px;
	}
	.pricing-table .row > div:last-child .single-table {
		margin-bottom: 0;
	}
	/*== Latest News ==*/
	.latest-news .entry-header {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.latest-news .post-thumbnail {
		width: 100%;
		position: initial;
		margin-bottom: 20px;
	}
	.latest-news .entry-content {
		padding-left: 0;
	}
	.latest-news .post {
		margin-bottom: 0;
	}
	.latest-news .row > div,
	.latest-news .row > div:nth-last-child(2) {
		margin-bottom: 30px;
	}
	.latest-news .row > div:last-child {
		margin-bottom: 0px;
	}
	/*== Blog ==*/
	.sidebar {
		padding-left: 15px;
	}
	.blog .post {
		margin-bottom: 70px;
	}
	.post-navigation {
		margin-bottom: 70px;
	}
	.comments-area {
		padding-bottom: 70px;
	}
	.blog-left-sidebar .site-main {
		padding-left: 0;
	}
	.blog-left-sidebar .row {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.blog-left-sidebar .row > div {
		width: 100%;
	}
	.blog-left-sidebar .sidebar {
		padding-right: 15px;
	}
	/*== Footer ==*/
	.footer-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-right {
		width: 100%;
		text-align: center;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	/*== Hero ==*/
	.hero-left h1 {
		font-size: 45px;
		letter-spacing: 1px;
		line-height: 45px;
		margin-top: 30px;
	}
	/*== Section-header ==*/
	.section-header {
		width: 90%;
	}
	/*== numeric-factor ==*/
	.single-chapter {
		width: 100%;
		min-height: 85px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	.numeric-factor .row {
		flex-direction: column;
	}
	.numeric-factor .row > div {
		display: flex;
		justify-content: center;
	}
	.single-details {
		min-width: 240px;
		justify-content: flex-start;
	}
	/*End*/
	.chapter-list .single-chapter:nth-child(3n+3), 
	.chapter-list .single-chapter:last-child {
		margin-right: 0px;
	}
	.chapter-list .single-chapter:nth-last-child(3), 
	.chapter-list .single-chapter:nth-last-child(2) {
		margin-bottom: 50px;
	}
	.post-navigation {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.nav-all-post {
		margin: 5px 25px;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 100%;
	}
	.comment-form-author {
		padding-right: 0px;
	}
	.comment-form-url {
		padding-left: 0px;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 550px) {
	/*== Blog ==*/
	.social-share-title {
		margin-right: 0;
		display: block;
		margin-bottom: 15px;
	}
	.social-share {
		text-align: center;
	}
	.comment-body {
		margin-left: 85px;
	}
	.comment-author .avatar {
		height: 60px;
		width: 60px;
		left: -85px;
	}
	.comments-area .children {
		padding-left: 85px;
	}
	.children .comment-body {
		margin-left: 70px;
	}
	.children .comment-author .avatar {
		height: 50px;
		width: 50px;
		left: -70px;
	}
	/*== Video Embed ==*/
	.embed-responsive {
		margin-bottom: 20px;
	}
}