/*
Theme Name: ARNKR Media
Theme URI: https://arnkrmedia.com/
Author: Arunakara Media
Author URI: https://arunakaramedia.com/
Description: Themes for Arunakara Media
Version: 2.0
License: Commercial
License URI: https://arnkrmedia.com/
Tags: blue,orange
Text Domain: blog

/* Reset */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* GENERAL */
body {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	color: #111111 !important;
	background: #ffffff;
}

a {
	text-decoration: none;
	color: #013e4a;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none !important;
	color: #ff6c00;
}

sup {
	font-size: 60%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 12px;
}

.clear {
	clear: both;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}


/* Preloader */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url("./images/loading.gif") center no-repeat #fff;
	text-align: center;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	right: 25px;
	bottom: 25px;
	z-index: 99999;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #013e4a;
	color: #fff;
	transition: all 0.4s;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.back-to-top i:hover {
	background: #025f72;
	color: #fff;
}

.back-to-top i::before {
	z-index: 2;
}

.back-to-top i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #025f72;
	border-radius: 50%;
	opacity: 0.4;
}

/* Header */
#header {
	transition: all 0.3s;
	z-index: 997;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.5);
}

#header.header-scrolled,
#header.header-inner-pages {
	background: #f1f1f1;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}

#header .logo {
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #013e4a;
}

#header .logo:hover {
	color: #f08925;
}

#header .logo a {
	color: #fff;
}

/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #013e4a;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
	color: #000;
}


.nav-menu .drop-down ul {
	border-radius: 8px;
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #0c3c53;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #f08925;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}

	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}

	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
}

/* Mobile Navigation */
.side {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -403px;
	width: 403px;
	padding: 70px 15px 50px 0px;
	height: 100%;
	display: block;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
	background: rgba(20, 20, 20);
	transition: ease-in-out 0.3s;
}

.side.on {
	right: -16px;
}

.mobile-nav-toggle {
	position: fixed;
	top: 13px;
	right: 10px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.3s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #013e4a;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 20px;
	font-weight: 400;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #f08925;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav ul li {
	border-top: 1px solid #353535;
}

.mobile-nav ul li:last-child {
	border-bottom: 1px solid #353535;
}

/* Sections All */
section {
	padding: 65px 0;
	overflow: hidden;
}

/* klik */
.klik {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url("./images/cta-bg.jpg") fixed center center;
	background-size: cover;
}

.klik p {
	color: #111111;
	line-height: 30px;
}

.klik .klik-btn {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 5px;
	transition: 0.3s;
	margin: 10px;
	background: #f08925;
	border: 1px solid #f08925;
	color: #fff;
}

.klik .klik-btn:hover {
	background: #013e4a;
	border: 1px solid #fff;
}

@media (max-width: 1024px) {
	.klik {
		background-attachment: scroll;
	}
}

@media (min-width: 769px) {
	.klik .klik-btn-container {
		align-items: center;
		justify-content: flex-end;
	}
}

/* Footer */
#footer {
	font-size: 14px;
	background: #013e4a;
}

#footer .footer-subscribe form {
	margin-top: 20px;
	background: #fff;
	padding: 6px;
	position: relative;
	border-radius: 5px;
	text-align: left;
}

#footer .footer-subscribe form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-subscribe form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 12px;
	padding: 0 12px;
	background: #ccc;
	color: #000;
	transition: 0.3s;
	border-radius: 5px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

#footer .footer-subscribe form input[type="submit"]:hover {
	background: #013e4a;
	color: #f08925;
}

#footer .footer-top {
	padding: 60px 0 0;
	background: #f08925;
}

#footer .footer-top h4 {
	font-size: 18px;
	font-weight: 600;
	color: #013e4a;
	position: relative;
	padding-bottom: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#footer .footer-top .widget_text {
	margin-bottom: 30px;
}

#footer .footer-top .widget_text p {
	font-size: 14px;
	color: #013e4a;
}

#footer .footer-top #widgetbottom ul {
	list-style: square;
	padding: 0 0 0 13px;
	margin: 0;
}

#footer .footer-top #widgetbottom ul i {
	padding-right: 2px;
	color: #013e4a;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top #widgetbottom ul li {
	padding: 0 0 5px;
}

#footer .footer-top #widgetbottom ul a {
	color: #013e4a;
	transition: 0.3s;
}

#footer .footer-top #widgetbottom ul a:hover {
	text-decoration: none;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	background: #013e4a;
	color: #fff;
	line-height: 1;
	margin-right: 15px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	transition: 0.3s;
	position: relative;
}

#footer .footer-top .social-links a i {
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: #013e4a;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: relative;
}

#footer .footer-top .social-links a i::before {
	z-index: 2;
}

#footer .footer-top .social-links a i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #3b5998;
	border-radius: 50%;
	opacity: 0.4;
}


#footer .footer-top .social-links a:hover {
	background: #013e4a;
	color: #fff;
	text-decoration: none;
}

.copyright {
	padding: 20px 0;
	text-align: center;
	margin: 20px auto 0;
	color: #fff;
	border-top: 1px dotted #f4f4f4;
}

.copyright a {
	color: #fff;
	transition: 0.3s;
}

.copyright a:hover {
	color: #013e4a;
}

/* Breadcrumbs */
.breadcrumbs {
	padding: 15px 0 15px;
	min-height: 40px;
	margin-top: 65px;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li {
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #013e4a;
	content: "/";
}

.breadcrumbs li a {
	color: #013e4a;
}

h1.blog_title {
	color: #fff;
}

.inner-page {
	border-bottom: 1px dashed #f3f5fa;
}

.blog_entry a {
	text-decoration: none;
	color: #013e4a;
	transition: all 0.3s ease;
}

.blog_entry a:hover {
	text-decoration: none !important;
	color: #ff6c00;
}

.blog_entry img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.blog_entry img.alignright {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.blog_entry img.aligncenter,
.blog_entry img.alignnone {
	float: none;
	margin: 0 auto 20px;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.blog_entry img.size-full {
	max-width: 800px;
}

.blog_items {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 10px;
}

.blog_info {
	padding: 20px 20px 10px;
}

.blog_info h2.blog_title {
	font-size: 20px;
}

.blog_thumb {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.blog_thumb img {
	width: 100%;
	height: auto;
}

p.blog_author,
.blog_author a {
	color: #013e4a;
	font-size: 13px;
}

.blog_author a:hover,
.blog_author span:hover {
	color: #f08925;
}

.blog_title a,
.blog_desc a:hover {
	color: #013e4a;
	transition: all 0.3s ease;
}

.blog_title a:hover,
.blog_desc a {
	color: #f08925;
}

.blog_desc p {
	font-size: 16px;
	line-height: 28px;
}

.blog_desc ul,
.blog_desc ol {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
}

.blog_desc ul {
	list-style: disc;
}

.blog_desc ol {
	list-style: decimal;
}

.blog_desc ul li,
.blog_desc ol li {
	font-size: 16px;
	line-height: 26px;
}

.comments-area {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #ccc;
}

.page-template-page-kontak section#kontak {
	padding: 60px 0;
}

.pageblog {
	margin-bottom: 30px;
}

.wpcf7 label {
	display: block;
}

.kontak .info .wpcf7 p,
.kontak .info .blog_entry p {
	padding: 0 0 10px 0;
}

.wpcf7-email,
.wpcf7-text,
.wpcf7-textarea,
.searchform input#s {
	padding: 8px 10px;
	width: 100%;
	border-radius: 5px;
}

.wpcf7-textarea {
	height: 130px;
}

.saboxplugin-wrap {
	background: #013e4a;
}

.saboxplugin-wrap .saboxplugin-socials {
	background: #f9f9f9;
}

.saboxplugin-desc {
	color: #fff;
}

/* Pagenavi */
.navigation {
	margin: 40px auto 0;
	text-align: center;
}

.navigation ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
	list-style: none !important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #013e4a;
	border-radius: 2px;
	cursor: pointer;
	padding: 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f08925;
	transition: 0.3s;
}

/* Widget Sidebar */
.verwidget {
	padding: 30px 20px;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #f1f1f1;
}

.wrap_sidebar .verwidget ul,
.wrap_sidebar #verwidget ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

.wrap_sidebar .verwidget ul {
	list-style: none;
}

.wrap_sidebar .verwidget ul li {
	position: relative;
}

.wrap_sidebar .verwidget ul li::before {
	font-family: "IcoFont";
	content: "\ea79";
	position: absolute;
	left: -25px;
	top: 1px;
	font-weight: 500;
}

.wrap_sidebar .verwidget ol {
	list-style: decimal;
}

.wrap_sidebar .verwidget a,
.wrap_sidebar .verwidget ul a,
.wrap_sidebar .verwidget ol a,
.side_recent a {
	color: #013e4a;
	transition: all 0.3s ease;
}

.wrap_sidebar .verwidget a:hover,
.wrap_sidebar .verwidget ul a:hover,
.wrap_sidebar .verwidget ol a:hover,
.side_recent a:hover {
	color: #ff6c00;
}

.verwidget h3 {
	color: #013e4a;
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}

.verwidget h3::after {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	height: 26px;
	width: 2px;
	border-left: 3px solid #f08925;
}

.side_recents {
	margin-top: 15px;
}

.side_recent {
	margin-bottom: 20px;
}

.side_recent img.img_side_recent {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#author-info {
	margin: 0 auto 30px;
}

#author-avatar {
	float: left;
	margin-right: 20px;
}

#author-avatar img {
	border-radius: 50%;
}

/* Form Komentar */
.img-rescomment {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.img-circle {
	border-radius: 50%;
}

textarea,
input {
	border: 1px solid #e4e4e4;
}

textarea {
	width: 100%;
}

.comment-list,
.children {
	list-style: none;
}

ul.children {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.comment-form a {
	color: #ff6c00;
}

.comment-form a:hover {
	color: #013e4a;
	transition: all 0.3s ease;
}

.comment-wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 50px;
	position: relative;
}

.comment-wrap .comments-title {
	padding-top: 60px;
}

.comment-wrap .comment-img {
	float: left;
	margin-right: 20px;
	padding-bottom: 25px;
}

.comment-author {
	text-align: left;
}

.comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
	font-style: italic;
	padding: 5px 5px;
	background: #f5f5f5;
}

.comment-author,
.comment-author a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

.comment-date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: italic;
	display: block;
	padding-bottom: 7px;
}

.depth-2 .comment-wrap {
	padding-left: 30px;
}

.depth-3 .comment-wrap {
	padding-left: 60px;
}

.depth-4 .comment-wrap {
	padding-left: 90px;
}

.depth-5 .comment-wrap {
	padding-left: 120px;
}

.depth-6 .comment-wrap {
	padding-left: 150px;
}

.depth-7 .comment-wrap {
	padding-left: 180px;
}

.depth-8 .comment-wrap {
	padding-left: 210px;
}

.depth-9 .comment-wrap {
	padding-left: 240px;
}

.depth-10 .comment-wrap {
	padding-left: 270px;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
	display: block;
	width: 100%;
	padding: 10px 0;
}

#commentform input[type="submit"],
.wpcf7-submit {
	display: inline-block;
	padding: 8px 25px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #f08925;
	margin-top: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

#commentform input[type="submit"]:hover,
.wpcf7-submit:hover {
	background: #013e4a;
	transition: all 0.3s ease;
}

.title-line {
	border-top: 1px dotted #ccc;
	display: block;
	max-width: 30%;
	margin: 0 auto 25px;
}

/* Form Cari */
.formcari #s {
	padding: 10px 5px;
	margin: 0 auto;
	max-width: 570px;
	width: 100%;
}

/* Tombol Share */
.sharebutton {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px dashed #ccc;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff !important;
	margin: 0 0.5em 0.9em 0;
	font-size: 14px;
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--twitter {
	background-color: #55acee
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9
}

.resp-sharing-button--facebook {
	background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1DA851;
	border-color: #1DA851;
}

.resp-sharing-button--telegram {
	background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
	background-color: #4B97D1;
}

/* Banner Section */
section#banner {
	padding: 60px 0 0;
}

#banner {
	width: 100%;
	height: 30vh;
	background: #013e4a;
	background-size: cover;
	position: relative;
}

#banner .banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 1024px) {
	#banner {
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	#banner h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

/* Related Posts */
.related_posts #related_posts img {
	width: 100%;
	height: auto;
}

/* Carousel Home */
#carouselBlog .carousel-caption {
	background-color: rgba(0, 0, 0, 0.7);
}

#carouselBlog .carousel-caption a {
	color: #fff;
}

#carouselBlog .carousel-caption a:hover {
	color: #f08925;
}

.popular-posts h2,
.tag-posts h2 {
	font-weight: 500;
	color: #013e4a;
	padding-bottom: 10px;
	border-bottom: 2px solid #013e4a;
}