/*
Theme Name: Gaspol
Theme URI: https://gaspol.ciuss.com
Author URI: https://gaspol.ciuss.com
Description: Tema dengan fitur yang dikhususkan untuk memfasilitasi Caleg atau Tokoh Politik dalam berkampanye. Fiturnya telah disesuaikan dengan kebutuhan
Author: Ciuss Creative
Version: 1.1
Requires at least: 5.8
Tested up to: 6.1.1
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: widgets, header, custom logo, thumbnail, customizer
Text Domain: gaspol
Copyright: (c) 2022
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
html {
margin:0;
  padding:0;
  max-height:100vh;
  }
body {
    line-height: 1.4;
    text-align: left;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

img {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    display: block;
}


/* Body */
body {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
}

.class_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gaspol__content {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#blankarea {
	height: 140px;
}
.theme_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 30px;
	max-width: 1450px;
}

/* Newsticker */
.gaspol__header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
	transition: all .5s eade .1s;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.newsticker_block_gaspol {
    height: 20px;
    padding: 13px 0;
    overflow: hidden;
    position: relative;
}
.newsticker_block_gaspol:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	width: 85px;
	z-index: 2;
}
.newsticker_block_gaspol:before {
	content: '';
	position: absolute;
	right: 85px;
	top: 0;
	height: 0;
	width: 0;
	border-top: 46px solid transparent;
	border-bottom: 0;
	z-index: 2;
}
.newsticker_post {
    left: 200px;
    position: relative;
    z-index: 1;
    line-height: 20px;
    height: 20px;
	overflow: hidden;
}
.newsticker_post li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 40px 0 0;
	margin: 0 50px 0 0;
}
.newsticker_post .breaking_link {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
}
.breaking_time {
	display: inline-block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0 8px 0 0;
}
.breaking_time div {
	display: block;
	height: 18px;
	line-height: 16px;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 6px;
	margin: 0 0 4px;
	border-radius: 4px;
}
.newsticker_post a {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}

.gaspol__time {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-weight: 700;
	z-index: 3;
}

/* Header */
.header__fix {
	padding: 0;
	position: relative;
	height: 94px;
}
.header__fix:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 94px;
	width: 155px;
	z-index: 2;
}
.header__fix:before {
	content: '';
	position: absolute;
	right: 155px;
	top: 0;
	height: 0;
	width: 0;
	border-top: 94px solid transparent;
	border-bottom: 0;
	z-index: 2;
}
.class__flex {
	display: flex;
}
.headerpol__logo {
	position: relative;
	display: inline-block;
	height: 70px;
	padding: 12px 0;
	margin: 0 60px 0 0;
	z-index: 3;
}
.headerpol__logo a,
.headerpol__logo img {
	display: block;
	height: 70px;
	width: auto;
}
.headerpol__menu {
	display: inline-block;
}

#header__download {
	position: absolute;
	top: 25px;
	right: 30px;
	height: 46px;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	z-index: 3;
}
#header__download.header__down {
	top: 46px;
	padding: 6px 6px 6px 0;
}
.button__download {
	position: relative;
	padding: 0;
	margin: 0 0 0 20px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;
}
.button__download i {
	width: 30px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 5px;
	font-size: 20px;
	display: inline-block;
	float: left;
	padding: 0;
	border-radius: 3px;
}
.button__download .link__download {
	display: inline-block;
	height: 36px;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

/* Nav */

.nav {
    margin: 0;
    padding: 0 70px 0 0;
    height: 94px;
    overflow-x: scroll;
    white-space: nowrap;
    appearance: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
}
.nav::-webkit-scrollbar {
    display: none;
}

.nav .menu_class {
    height: 94px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.nav .menu_class li {
    display: inline-block;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: 94px;
}

.nav .menu_class li span {
  position: relative;
  top: -11px;
  font-size: 11px;
  padding: 2px 5px;
  margin-left: 3px;
  font-weight: 400;
}

.nav .menu_class li.merah span {
  background: #ca0a10;
  color: #fff;
}

.nav .menu_class li.hijau span {
  background: #119911;
  color: #fff;
}

.nav .menu_class li a {
    text-decoration: none;
    display: block;
    margin: 0;
	border-right: 1px solid rgba(125,125,125,0.1);
    line-height: 94px;
	font-size: 16px;
    position: relative;
	transition: all 0.5s ease 0.1s;
}

.nav .menu_class li ul {
    display: none;
}


/* Big Slide */

.big__slider {
	padding: 0;
	position: relative;
	min-height: 300px;
}
.inbox__slider {
	margin: 0; 
}
.slider__over {
	position: absolute; 
	top: 0; right: 0; bottom: 0; left:0; z-index: 2;;
}

.gaspol_slidefull .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 10px;
    left: calc( 50% + 10px );
}
.gaspol_slidefull .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 0 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all .5s ease .1s;
  border-radius: 20px;
} 
.gaspol_slidefull .owl-theme .owl-dots .owl-dot.active span {
	width: 60px;
}










/* EVENT BOX */
#theevent {
    position: relative;
	z-index: 2;
	margin: 0;
	padding: 40px 0 10px;
}
.event__box {
	margin: 0 -15px;
}
.event__half {
	position: relative;
	width: 50%;
	float: left;
	margin-top: -130px;
	z-index: 3;
}
.item__overflow {
  height: 620px;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.program {
	border-bottom: 1px solid rgba(125,125,125,0.1);
	margin: 0;
}
.item__program {
	padding: 10px 50px 45px 50px; 
	position: relative;
	overflow: hidden;
}
.prior {
	font-size: 60px; 
	font-weight: 800;
	letter-spacing: 18px;
	margin: 0 -200px;
	text-align: center;
	transition: all .5s ease 1s;
	opacity: 0;
}
.active .prior {
	letter-spacing: -1.44px;
	opacity: 1;
}
.title__program {
	font-size: 36px; 
	letter-spacing: -1.44px; 
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	opacity: 0;
	transition: all .5s ease 1.5s;
}
.active .title__program {
	opacity: 1;
}
.inevent__head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 2;
}
.span_head {
	display: inline-block;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	padding: 0 25px;
}
.big_fullslide_block {
	min-height: 100px;
}
.to__program {
	top: 160px;
	position: absolute;
	right: 100px;
	opacity: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 3px;
	transition: all .5s ease 1.8s;
}
.active .to__program {
	right: 30px;
	opacity: 1;
}


/* Event */
.inevent_agenda {
	font-size: 36px; 
	font-weight: 800;
	letter-spacing: -1px;
	margin: 0 50px; 
	padding: 20px 0 0;
}
.agenda__tab {
	float: right;
	margin: -55px 50px 0 0;
}
.agenda__tab button {
	position: relative;
  float: left;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 10px;
  transition: 0.3s;
  border: 0;
}
.agenda__tab .tablinks:after {
  content: '';
  position: absolute;
  bottom: -11px;
  right: 10px;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-left: 15px solid transparent;
  clear: both;
}

.agenda__tab span {
	display: block;
	text-align: center;
	width: 50px;
}
.agenda__tab span.eday {
	font-size: 26px;
	height: 30px;
	line-height: 36px;
	font-weight: 700;
}
.agenda__tab span.emonth {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 4px;
}


/* Style the tab content */
.tabcontent {
  display: none;
  animation: fadeEffect 1s;
  padding: 15px 0 0;
}
.tabcontent#nbr1 {
display: block;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.inevent__box {
	padding: 40px 0 0;
}
.inbox__event {
	margin: 0 15px;
}
.next__event {
	padding: 20px 0; 
}
.listnext__event { 
	padding: 35px 50px 60px; 
}
.left__event {
	float: left; width: calc( 100% - 180px ); padding: 0 30px 0 0;
}
.event__timer {
	height: 44px;
}
.event__timer .event__countdown {
	display: inline-block;
	padding: 0 15px; 
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	height: 28px;
	line-height: 28px;
}
.event__timer span {
	margin: 0 3px;
}
.date__event {
	float: left;
	width: 80px; 
	border-right: 1px solid #ddd;
}

.listnext__event:nth-child(2) .date__event span {
	color: #090;
}
.listnext__event:nth-child(3) .date__event span {
	color: #00f;
}
.title__event {
	display: block;
	font-size: 16px; 
	font-weight: bold;
	padding: 16px 20px;
	color: #fff;
	border-radius: 8px;
	margin: 0 0 10px;
}

.loc__event {
	font-size: 14px; 
	padding: 16px 20px;
	border-radius: 8px;
	margin: 0 40px 0 0;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
.loc {
	position: relative;
	float: left;
	width: calc( 100% - 110px );
	padding-left: 30px;
}
.loc .icon-gas-maps {
	position: absolute;
	left: 0;
	top: 0;
}
.wkt {
	float: right;
	width: 60px;
}
.right__event {
	float: left; width: 100px; text-align: center; font-size: 13px; padding:0;
	margin-left: 50px;
}
.right__event .mob_wa {
	display: none;
}
.right__event .web_wa {
	display: inline-block;
}
.koor {
width: 70px;
height: 70px;
border: 8px solid #fff;
overflow: hidden;
margin: 0 8px 10px;
box-shadow: 0 1px 1px #e7e7e7;
border-radius: 50px;
}
.thekoor {
	margin: 0 0 15px;
}
.call_support {
	display: inline-block; 
	height: 26px; 
	line-height: 26px; 
	font-size: 14px; 
	padding: 0 8px; 
	border-radius: 20px;
}
.chat_support {
	display: inline-block; 
	height: 26px; 
	line-height: 26px; 
	font-size: 14px; 
	padding: 0 8px; 
	border-radius: 20px;
}

/* Post Slide */
.quart__slide,
.quart__event {
	width: 25%;
	float: left;
}
.inbox__post {
	margin: 0 15px 30px;
}
.post__overflow {
	height: 490px;
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.post_slider .to__post {
	display: block;
}

.post__slide_overflow {
	margin: 0 -2px;
}
.inpost__box {
	padding: 60px 0 30px 0;
}
.inlatest__bot {
	position: absolute;
	bottom: 16px;
	right: 20px;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 13px;
	z-index: 2;
}

.postslide .item {
	height: 490px;
	position: relative;
}
.the__post {
	padding: 30px 40px;
}
.the__date {
	font-size: 14px; 
	margin: 0 0 12px;
}
.the__title {
	font-size: 20px; font-weight: bold; line-height: 1.3;
}
.the__link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 62px;
	line-height: 62px;
	border-top: 1px solid rgba(125,125,125,0.1);
	background: rgba(125,125,125,0.1);
}
.the__link span {
  display: inline-block;
  margin: 15px 0 15px 20px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 13px;
	font-weight: 700;
}






.inlatest__head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	line-height: 36px;
	padding: 12px 22px;
	font-size: 22px;
	font-weight: 800;
font-style: italic;
letter-spacing: -0.5px;
}
.inlatest__head i {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	margin: 0 5px 0 0;
	text-align: center;
	border-radius: 40px;
	float: left;
}

.last__event {
	padding: 0 40px 0 35px; 
	position: relative;
	z-index: 2;
}
.last__date {
	position: relative;
	font-size: 14px; 
	margin: 0 0 0 30px;
	padding: 0 0  10px;
}
.last__date i {
	font-size: 11px;
}

.last__date:after {
	content: '';
	border-left: 1px solid rgba(125,125,125,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -26px;
	z-index: 1;
}
.last__date i {
	position: absolute;
	left: -37px;
	top: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 15px;
	z-index: 2;
}

.last__title {
	position: relative;
	font-size: 16px; 
	margin: 0 0 0 30px;
	padding: 0 0 30px;
	line-height: 1.3;
	font-weight: 700;
}
.last__title:after {
	content: '';
	border-left: 1px solid rgba(125,125,125,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -26px;
	z-index: 1;
}
.last__title i {
	font-size: 11px; 
	position: absolute;
	left: -37px;
	top: 4px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 15px;
	z-index: 2;
}
.last__event:last-child .last__title:after {
	bottom: auto;
	height: 10px;
}

.last__act:before {
	content: '';
	position: absolute;
	bottom: -200px;
    right: -10px;
	width: 400px;
	height: 400px;
	opacity: 0.08;
	border-radius: 500px;
	z-index: 1;
}
.last__act:after {
	content: '';
	position: absolute;
	bottom: -300px;
right: 28px;
width: 560px;
height: 500px;
	opacity: 0.09;
	border-radius: 220px;
	z-index: 1;
}








.personal__area {
	padding: 140px 0; 
	margin: 0; 
	position: relative;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
}
.personal__over {
	position: absolute; top: 0; right: 0; bottom: 0; left:0; z-index: 2;
}
.personal__box {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	z-index: 3;
}

.per__left {
	width: 50%;
	float: left;
	overflow: hidden;
}
.thumb_video {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.per__right {
	width: 50%;
	float: left;
	padding-top: 30px;
}
.perleft__content {
	margin: 0 100px 0 0;
	position: relative;
}
.perleft__content img {
	width: 100%;
}
.perleft__content i {
	position: absolute;
	top: calc( 50% - 30px );
	left: calc( 50% - 30px );
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	font-size: 30px;
	text-align: center;
	z-index: 2;
}
.perleft__content:after {
	content: '';
	position: absolute;
	top: calc( 50% - 40px );
	left: calc( 50% - 40px );
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background: rgba(255,255,255,0.3);
	z-index: 1;
    animation-name: bigger;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.perleft__content:before {
	content: '';
	position: absolute;
	top: calc( 50% - 40px );
	left: calc( 50% - 40px );
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background: rgba(255,255,255,0.3);
	z-index: 1;
    animation-name: bigger;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes bigger {
    0% {
        transform: scale(1);
		opacity: 1;
    }
    25% {
        transform: scale(0.6);
		opacity: 1;
    }
    50% {
        transform: scale(1.3);
		opacity: 0;
    }
    75% {
        transform: scale(0.6);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 1;
    }
}
.per__right h2 {
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.per__right h2:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 6px;
	width: 20px;
	transition: all .5s ease .1s;
    border-radius: 6px;
}
.customize-partial-edit-shortcuts-shown .per__right h2:before {
	display: none;
}
.personal__area:hover .per__right h2:before {
	width: 100px;
}
.per__right h2:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 24px;
	height: 6px;
	width: 100px;
	transition: all .5s ease .1s;
  border-radius: 6px;
}
.customize-partial-edit-shortcuts-shown .per__right h2:after {
	display: none;
}
.personal__area:hover .per__right h2:after {
	width: 20px;
	left: 104px;
}

.per__text {
	font-size: 16px;
	max-width: 400px;
}

.floating__youtube {
	position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
opacity: 0;
transition: all .5s ease .1s;
background: rgba(0,0,0,0.9);
}
.floating__youtube.show__youtube {
	z-index: 1000;
opacity: 1;
}
.floating__youtube iframe {
	width: 900px;
	height: 500px;
	margin: 100px auto 0;
	display: inherit;
}
.close__youtube {
	position: fixed;
	right: 100px;
	top: 100px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	z-index: 200;
	font-size: 20px;
}

/* Supported */

.figure__support {
	position: relative;
	padding: 100px 0;
}
.figure__support:after {
	content: 'supported';
position: absolute;
top: 40px;
right: 200px;
font-size: 120px;
font-weight: bold;
color: rgba(0,0,0,0.1);
letter-spacing: -5px;
z-index: -1;
}

.figure__showphoto {
	margin: 0 auto;
	max-width: 1200px;
}
.figure__left {
	width: calc( 50% - 60px ); float: left;
	text-align: left;
	margin-right: 60px;
}
.figure__left h3 {
	position: relative;
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: -1.44px;
	max-width: 800px;
	margin: 30px 0 30px;
	padding: 0 0 20px;
}
.figure__left h3:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 6px;
	width: 20px;
	transition: all .5s ease .1s;
    border-radius: 6px;
}
.figure__support:hover .figure__left h3:before {
	width: 100px;
}
.figure__left h3:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 24px;
	height: 6px;
	width: 100px;
	transition: all .5s ease .1s;
  border-radius: 6px;
}
.figure__support:hover .figure__left h3:after {
	width: 20px;
	left: 104px;
}
.figure__left h5 {
	font-size: 20px;
	font-weight: 700;
	max-width: 800px;
	margin: 60px 0 25px;
}
.re_figuretext {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 0 40px;
}
.figure__bottomlink a {
	position: relative;
display: inline-block;
padding-left: 23px;
padding-right: 25px;
font-size: 16px;
height: 55px;
line-height: 55px;
font-weight: 700;
border-radius: 5px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.figure__right {
	width: 50%; float: left;
}

.outer__photo {
	width: 420px;
	height: 420px;
	margin: 50px auto;
	position: relative;
	border-radius: 300px;
	background: #ddd;
	z-index: 2;
}
.real__caleg {
	width: 420px;
	height: 420px;
	border-radius: 300px;
	overflow: hidden;
}
.figure__photo {
	position: absolute;
	border-radius: 100px;
	overflow: hidden;
	transition: all .5s ease .1s;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
@keyframes moving {
    0% {
        margin-top: 0;
    }
    25% {
        margin-top: 10px;
		transform: rotate(10deg);
    }
    50% {
        margin-top: -10px;
    }
    75% {
		margin-top: 10px;
    }
    100% {
		margin-top: 0;
		transform: rotate(0deg);
    }
}
@keyframes moving2 {
    0% {
        margin-bottom: 0;
    }
    25% {
        margin-bottom: 10px;
		transform: rotate(10deg);
    }
    50% {
        margin-bottom: -10px;
    }
    75% {
		margin-bottom: 10px;
    }
    100% {
		margin-bottom: 0;
		transform: rotate(0deg);
    }
}
.photos-1 {
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
	border: 10px solid #eee;
	z-index: 3;
    animation-name: moving;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
.photos-2 {
	width: 80px;
	height: 80px;
	top: -40px;
	right: -60px;
	border: 10px solid #eee;
	z-index: 3;
	animation-name: moving;
    animation-duration: 18s;
    animation-iteration-count: infinite;
}
.photos-3 {
	width: 80px;
	height: 80px;
	top: 50%;
	right: -30px;
	border: 10px solid #eee;
	z-index: 3;
	animation-name: moving;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
.photos-4 {
	width: 60px;
	height: 60px;
	bottom: 0;
	left: -30px;
	border: 7px solid #eee;
	z-index: 3;
	animation-name: moving2;
    animation-duration: 22s;
    animation-iteration-count: infinite;
}
.photos-5 {
	width: 50px;
	height: 50px;
	top: -50px;
	left: 50%;
	border: 7px solid #eee;
	z-index: 3;animation-name: moving;
    animation-duration: 26s;
    animation-iteration-count: infinite;
}
.photos-6 {
	width: 70px;
	height: 70px;
	top: 300px;
	right: -80px;
	z-index: 3;
	border: 7px solid #eee;
	animation-name: moving;
    animation-duration: 14s;
    animation-iteration-count: infinite;
}
.photos-7 {
	width: 70px;
	height: 70px;
	bottom: -60px;
	right: 50%;
	border: 10px solid #eee;
	z-index: 3;
	animation-name: moving2;
    animation-duration: 18s;
    animation-iteration-count: infinite;
}
.photos-8 {
	width: 50px;
	height: 50px;
	bottom: -50px;
	left: 280px;
	border: 7px solid #eee;
	z-index: 3;
	animation-name: moving2;
    animation-duration: 22s;
    animation-iteration-count: infinite;
}

.figure__block {
	margin: 0 auto;
}
.figure__box {
	float: left;
	width: 25%;
}
.figure__inner {
	margin: 0 1px 2px;
	overflow: hidden;
	
	position: relative;
	height: 400px;
}
.figure__image {
	height: 400px;
	z-index: 1;
}
.figure__image img {
	height: 400px;
	width: auto;
	max-width: 200%;
}
.figure__data {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s ease .1s;
	z-index: 2;
	opacity: 0;
}
.gal2 .figure__data {
	opacity: 1;
}
.figure__box:hover .figure__data {
	opacity: 1;
}
.figure__innerbg {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s ease .1s;
	opacity: 0;
	z-index: 1;
}
.gal2 .figure__innerbg {
	opacity: 0.85;
}
.figure__box:hover .figure__innerbg {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.95;
}
.figure__change {
	padding: 0 40px 60px;
}
.figure__mini {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 60px;
	margin: 0 0 15px;
}

.figure__name {
	margin: 0 0 20px;
}
.figure__from {
	font-size: 18px; font-weight: bold;
	margin: 0;
	transition: all .5s ease .1s;
}
.figure__from a {
	transition: all .5s ease .1s;
}
.figure__box:hover .figure__from {
	margin: 0 0 25px;
}
.figure__link {
	transition: all .3s ease .1s;
	transform: rotateX(90deg);
	display: block;
}
.figure__box:hover .figure__link {
	transform: rotateX(0deg);
}





/* Lucky Number */
.lucky__number { 
	padding: 100px 20px 0;
}
.outer__lucky {
	max-width: 1200px; 
	margin: 0 auto;
}
.lucky__people {
	width: 34%; float: left; display: inline-block;position: relative;
}
.lucky__image {
	position: relative;
}
.lucky__image img {
	width: 100%;
	display: block;
	border-radius: 10px 10px 0 0;
}
.lucky__data {
	width: calc( 66% - 70px ); 
	float: right; 
	padding: 20px 0 20px 70px;
}
.dapil_data {
	margin: 0 -20px;
}

.the__number {
	position: absolute;
	bottom:52px;
	right: 12px;
	font-size: 150px; line-height: 1.0;
			font-weight: 800;letter-spacing: -6px;
			
	animation-name: numbers;
animation-duration: 24s;
animation-iteration-count: infinite;
}
@keyframes numbers {
    0% {
        bottom:52px;
	    right: 12px;
    }
    25% {
        right: 44px;
    }
    50% {
        bottom:62px;
    }
    75% {
		bottom: 68px;
		right: 22px;
    }
    100% {
		right: 12px;
		bottom:52px;
    }
}
.inner_number {
	margin: 0;  
	text-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.the__luckyblock {
	padding: 0; font-size: 18px;
}
.luckyblock__inner {
	margin: 0 20px 30px;
	padding: 30px 30px 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.lucky__toptext {
	margin: 0 0 15px;
}
.lucky__bottext {
	margin: 0 0 15px;
}
.lucky__bold {
	font-size: 35px; 
	line-height: 1.2;
	margin: 0 0 30px;
}

.lucky__share {
	font-size: 22px;
	margin: 0 0 30px;
}
.lucky__share span {
	display: inline-block;
	height: 46px;
padding: 0;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
margin: 0 5px 0 0;
}
.lucky__share span.share__toshare {
	padding: 0 10px;
}
.lucky__share span.share__towhatsapp a.web_wa,
.lucky__share span.share__tochat a.web_wa {
	display: block;
}
.lucky__share span.share__towhatsapp a.mob_wa,
.lucky__share span.share__tochat a.mob_wa {
	display: none;
}
.lucky__share a {
color: #fff;
}
.lucky__share strong {
	position: relative;
display: inline-block;
padding: 0;
margin: 0 15px 0 20px;
height: 46px;
line-height: 46px;
font-size: 16px;
font-weight: 700;
}
.lucky__share i {
	width: 30px;
height: 36px;
line-height: 36px;
text-align: center;
margin: 5px;
font-size: 20px;
display: inline-block;
float: right;
padding: 0;
border-radius: 3px;
}











/* Story */
.story__telling {
	padding: 100px 0;
}
.story__telling h3 {
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 40px;
  padding: 0 0 20px;
  text-align: center;
}
.story__telling h3:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc( 50% - 62px );
  height: 6px;
  width: 20px;
  transition: all .5s ease .1s;
  border-radius: 6px;
}

.story__telling h3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: calc( 50% - 62px );
  height: 6px;
  width: 100px;
  transition: all .5s ease .1s;
  border-radius: 6px;
}
.customize-partial-edit-shortcuts-shown .story__telling h3:before,
.customize-partial-edit-shortcuts-shown .story__telling h3:after {
	display: none;
}
.story__telling:hover h3:before {
	width: 100px;
}

.story__telling:hover h3:after {
	width: 20px;
}
.story__block {
	max-width: 1200px; margin: 0 auto;
}
.story__slide {
	padding: 0 30px;
}
.item__story {
	padding: 70px 40px 0 50px;
	position: relative;
}
.story__slide .owl-item:nth-child(2n) .item__story {
	padding: 120px 40px 0 50px;
}
.item__story:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 88px;
	width: 30px;
}
.story__slide .owl-item:nth-child(2n) .item__story:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
}
.item__story:before {
	content: '';
	position: absolute;
	top: 83px;
	left: 30px;
	height: 10px;
	width: 10px;
	border-radius: 10px;
}
.story__slide .owl-item:nth-child(2n) .item__story:before {
	top: 134px;
}
.pre__story {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 150px;
	line-height: 1.0;
	font-weight: bold;
	opacity: 0.06;
	letter-spacing: -6px;
}
.story__date {
	font-size: 14px; margin: 0 0 6px;
	padding: 0 0 0 100px;
	transition: all .3s ease 1s;
	opacity: 0;
}
.active .story__date {
	padding: 0;
	opacity: 1;
}
.story__date span {
	display: inline-block; 
	height: 32px; 
	line-height: 32px; 
	padding: 0 20px; 
	border-radius: 25px;
	margin: 0 0 5px;
}
.story__title {
	font-size: 18px; font-weight: bold; margin: 0 0 20px;
}
.story__excerpt {
	font-size: 16px;
}
.storyslide.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
left: -50px;
top: 160px;
width: 50px;
height: 40px;
font-size: 20px;
border-radius: 5px;
}
.storyslide.owl-carousel .owl-nav button.owl-next {
	position: absolute;
right: -50px;
top: 160px;
width: 50px;
height: 40px;
font-size: 20px;
border-radius: 5px;
}




.the__testimonial {
	padding: 150px 0 100px 0;
	position: relative;
	background-size: cover;
}
.the__testimonial .theme_container {
	position: relative; 
	z-index: 2;
}
.the__testimonial .bg__testimonial {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.tes__block {
	max-width: 1200px; margin: 0 auto;
}
.testimonial__quote {
	position: relative;
}
.the__testimonial .comment {
	position: absolute;
    top: -10px;
    font-size: 50px;
    left: 215px;
}
.tes__photo {
	width: 150px; height: 150px; border-radius: 100px; margin: 0 80px 0 0; float: left; overflow: hidden;
}
.tes__comment {
	float: right; width: calc( 100% - 300px ); margin-right: 70px;
}
.tes__excerpt {
	font-size: 25px; line-height: 1.3;font-weight: bold; margin: 0 0 30px;
}
.tes__people {
	font-size: 20px; margin: 0 0 50px 80px;
}
.tes__people span {
line-height: 1.3;
display: block;
}	
.testslide {
	display: block !important;
}
.testslide.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 0;
	width: 25px;
	top: 0;
}
.testslide.owl-theme .owl-dots .owl-dot span {
	background: none;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0 7px 4px;
}





.the__volunteer {
	padding: 100px 0; 
}
.vol__outer {
	max-width: 1200px;
	margin: 0 auto;
}
.volunteer__block {
	float:left; width: 50%;
}
.volunteer__block h4 {
	font-size: 42px; 
	margin: 15px 0 10px;
}
.volunteer__block h5 {
	font-size: 20px; 
	margin: 0 100px 40px 0; 
	font-weight:400;
}
.volunteer__inner {
	margin: 0 -5px;
}
.share__towhatsapp {
	margin-right: 10px !important;
}
.volunteer__box {
	width: 25%;
	float: left;
}
.vol__innereight {
	display: block;
	position: relative; 
	margin: 8px; 
	overflow: hidden; 
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.vol__eightimage {
	opacity: 0.1; position: relative;
}
.vol__innereight i {
	position: absolute; 
	left: calc( 50% - 25px );
	top: calc( 50% - 25px ); 
	z-index: 2;
	font-size: 35px; 
	width: 50px; 
	height: 50px; 
	line-height: 50px; 
	text-align: center;
}
.vol__inner {
	display: block;
	margin: 8px; 
	overflow: hidden; 
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.vol__gallery {
	padding: 100px 0 0;
}
.the__video {
    margin: 0 -20px; 
	padding: 100px 0 0;
}
.video__loop {
	width: 50%; float: left;
}

.video__inner {
	margin: 0 20px;
}
.video__iframe {
	width: 100%; height: 280px;
}





.the__looping {
	padding: 30px 0 0;
}
.content__gaspol {
	margin: 0 auto;
}
.content__outer {
	margin: 0 -15px;
}
.loop__archive {
	text-align: center;
}
.gaspol__post {
	width: 25%;
	float: left;
}
.gp__inner {
	margin: 0 15px 45px;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	border-radius: 5px;
	overflow: hidden;
	transition: all .5s ease .1s;
	position: relative;
}
.gp__inner:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.gp__image {
	margin: 0;
	height: 180px;
overflow: hidden;
}
.gp__slide .gp__image {
	height: auto;
}
.gp__image img {
	display: block;
	width: 100%;
	height: auto;
}
.gp__meta {
	padding: 25px 40px 40px;
	border-top: 0;
	border-radius: 4px;
	position: relative;
}
.gp__meta:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 12px;
	width: 90px;
	right: 0;
}
.gp__meta:before {
  content: '';
  position: absolute;
  right: 90px;
  bottom: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 0;
}
.gp__date {
	font-size: 15px;
	position: absolute;
	top: -72px;
	left: 0;
	width: 50px;
	padding: 4px 0;
	text-align: center;
}
.gp__date span {
	display: block;
}
.date__show {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.month__show {
	font-size: 16px;
	line-height: 20px;
}
.year__show {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.gp__title {
	font-size: 22px;
	font-weight: 700;
	height: 88px;
	overflow: hidden;
	line-height: 1.3;
	letter-spacing: -0.5px;
}

.gp__span {
	height: 24px;
	position: relative;
}
.gp__span:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 24px;
	width: 115px;
	right: 0;
}
.gp__span:before {
  content: '';
  position: absolute;
  right: 115px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 24px solid transparent;
  border-bottom: 0;
}
.gp__read {
	position: absolute;
	bottom: 8px;
	left: 8px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}

.pagination {
	margin: 0 15px;
}

.gaspol_schema#navoff {
	display: none;
}
.gaspol_schema#navon {
	display: block;
}

.schema_inner {
	padding: 15px 20px;
	line-height: 1.4;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.schema_inner a {
	font-weight: 700;
}

.archive__head {
	margin: 0 20px 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.the__single {
	padding: 30px 0 0;
}
.the__content {
	width: calc( 100% - 450px );
	float: left;
	min-height: 600px;
}
.content__inner {
	margin: 0 15px;
}
.single__heading {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
	padding: 0 0 15px;
}
.gaspol__thumbnail {
	margin: 0 0 20px;
	border-radius: 8px;
	overflow: hidden;
}
.gaspol__thumbnail img {
	display: block;
	width: 100%;
}
.single__meta {
	font-size: 16px; margin: 0 300px 40px 0;height: 13px;
}
.single__meta span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0  15px 0 0;
}
.single__meta #timers {
	font-weight: 700;
	padding: 0;
}
.single__meta #timers span {
	padding: 0 1px;
}

.sg__lokasi {
	font-size: 16px;
	margin: 0 0 12px;
	font-weight: 700;
	padding: 16px 20px;
	line-height: 1.4;
	border-radius: 6px;
}
.gp__timeevent {
	margin: 0 0 25px;
}
.gp__timeevent i {
	float: left;
	width: 20px;
	margin-right: 15px;
	text-align: center;
}
.sg__right {
	float: right;
	width: calc( 100% - 35px );
}
.sg__tgl {
	font-weight: 700;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 1.8;
	border-radius: 6px;
	margin-right: 50px;
}
.sg__start {
	width: 60px;
	display: inline-block;
}
.gp__timeview {
	float: left; 
	width: 75px;
	border-radius: 5px; 
	margin: 0 25px 25px 0; 
	padding: 12px 15px; 
	text-align: center; 
	overflow: hidden;
}
.gp__timeview img {
	width: 105px;
	margin: -12px -15px;
	max-width: 200%;
}
.time__day {
display: block;
font-size: 60px;
font-weight: 800;
text-transform: uppercase;
line-height: 1.0;
font-family: Poppins;
}
.time__month {
	display:block;
	text-transform: uppercase;
	font-weight: bold;
}

.te__left {
	float: left;
	width: calc( 100% - 280px );
}
.te__right {
	float: right;
	width: 150px;
	text-align: center;
}
.gp__article .te__right img {
	width: 66px;
	border-radius: 50px;
	margin: 0 auto 10px;
	border: 8px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.te__right a {
	display: inline-block;
}
.te__right a.web_wa {
	display: inline-block;
}
.te__right a.mob_wa {
	display: none;
}
.te__right i {
	margin: 0 3px;
}
.te__koor {
	margin: 0 0 8px;
}



.gp__article {
float: right;
width: calc( 100% - 135px );
    line-height: 1.5;
	margin: 0 0 30px;
}
.the__page .gp__article {
	width: 100%;
}
.gp__article h1 {
    margin: 0 0 15px;
    font-size: 25px;
}
.gp__article h2 {
    margin: 0 0 15px;
    font-size: 23px;
}
.gp__article h3 {
    margin: 0 0 15px;
    font-size: 21px;
}
.gp__article h4 {
    margin: 0 0 15px;
    font-size: 20px;
}
.gp__article h5 {
    margin: 0 0 15px;
    font-size: 19px;
}
.gp__article h6 {
    margin: 0 0 15px;
    font-size: 17px;
}
.gp__article p {
    margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.6;
}
.read__also {
	background: rgba(0,0,0,0.05);
	padding: 20px 30px;
	margin: 0 0 30px;
	font-size: 16px;
}
.before__read {
	font-weight: bold;
	margin-right: 6px;
	color: #dd3333;
}
.read__also a {
	color: #222222;
}
.single-post .gp__article p:first-child {
    font-size: 18px;
}
.single-post .gp__article .blockquote p:first-child {
    font-size: inherit;
    border: 0;
}
.gp__article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.gp__article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}
.gp__article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.gp__article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}
.gp__article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}
.gp__article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}
.gp__article li {
    margin: 0 0 0 15px;
}
.gp__article ul.children {
    margin: 0 0 20px 30px;
    list-style: disc !important;
}
.gp__article td {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 12px;
    border: 1px solid #555;
    margin: 0 0 -1px -1px;
}

.gaspol_tags {
	padding: 10px 0 30px;
	font-size: 14px;
}
.gaspol_tags a {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 5px 0 0;
	font-weight: 700;
	border-radius: 5px;
}

/* Comment */
.comment-form {
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
}
.comment-form-author label,
.comment-form-email label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.comment-form-url {
	display: none;
}
.comment-form-comment label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.comment-form-author input,
.comment-form-email input {
	width: 500px;
	padding: 8px 15px;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.05);
}
.comment-form-comment textarea {
	width: 500px;
	padding: 8px 15px;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.05);
}
.gp__article p.comment-form-cookies-consent {
	display: block;
	margin: 0 0 30px 100px;
	width: 500px;
}
.comment-form-cookies-consent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
	float: left;
	width: 20px;
	  margin-top: 5px;
}
.comment-form-cookies-consent label {
	float: right;
	width: calc( 100% - 30px );
}


.gp__article p.form-submit {
	margin: 0 0 30px 100px;
	width: 500px;
}
.gp__article p.form-submit #submit {
	display: inline-block;
padding: 12px 20px;
margin: 0 5px 0 0;
font-weight: 700;
border-radius: 3px;
border: 0;
}

.gaspol_listcomment {
	width: auto;
	max-width: 630px;
}
.comment__avatar {
	float: right;
	width: 60px;
	margin: 26px 0 0 30px;
	border-radius: 50px;
	overflow: hidden;
	background: rgba(0,0,0,0.03);
}
.gp__article .comment__avatar img {
	margin: 0;
}

.comment__meta {
	float: left;
	width: calc( 100% - 155px );
	padding: 20px 30px;
	background: rgba(0,0,0,0.03);
	position: relative;
}
.comment__meta:after {
	content: '';
	position: absolute;
	top: 30px;
	right: -20px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgba(0,0,0,0.03);
}
.gp__article .comment__meta p {
	font-size: 16px;
	line-height: 1.4;
}
.comment__author {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 8px;
}
.comment__author span {
	font-weight: 700;
}
.comment__author em {
	font-size: 14px;
}
.gaspol_comment {
	margin: 0 0 40px;
}







.area_secondary {
	width: 430px;
	float: right;
}
.secondary_content {
	width: 415px;
}
.normalwidget {
    position: absolute;
    top: initial;
}
.fixwidget {
    position: fixed;
    top: 140px;
}
.admin-bar .fixwidget {
    margin-top: 32px;
}
.bottomwidget {
    position: absolute;
	margin-top: -301px;
}

.widget_block .wp-block-table {
    width: 100%;
}
.widget_block,
.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}
.widget_block {
    margin: 0;
    padding: 20px 0 0;
	font-size: 16px;
}
.widget_block h1 {
    font-size: 23px;
    margin: 0 0 10px;
}
.widget_block h2 {
    font-size: 21px;
    margin: 0 0 10px;
}
.widget_block h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}
.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}
.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}
.widget_block ol li,
.widget_block ul li {
    margin: 0 0 10px;
    line-height: 1.4;
}
.widget_block blockquote {
    font-size: 16px;
}
.widget_block blockquote cite {
    font-size: 13px;
}
.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}
.widget_block .wp-block-pullquote blockquote {
    background: 0 0;
}
.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}
.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}
.widget_block .wp-block-categories li,
.widget_block .wp-block-latest-comments__comment,
.widget_block .wp-block-latest-posts__list li ,
.widget_block .wp-block-latest-posts__list li .widget_block .wp-block-archives li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}
.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}
.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}
.widget_block .wp-calendar-nav {
    padding: 10px 0;
}
.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li,
.widget_block .wp-block-pages-list__item,
.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}
.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}
.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}
.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 0 4px;
}
.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}
.widget_block .wp-block-search .wp-block-search__input {
    border: 1px dashed rgba(125, 125, 125, 0.3);
    height: 30px;
    line-height: 30px;
    width: calc(100% - 90px);
    padding: 0 9px;
    background: #fff;
    color: #222;
    float: left;
}
.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}
.widget_block.widget_meta li,
.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}
.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}
.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}
.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.widget_block .wp-block-page-list,
.widget_block .wp-block-rss {
    list-style: none;
}
.widget_block .wp-block-code code,
.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}
.wp-block-latest-posts__list,
.wp-block-latest-comments {
	list-style: none;
}

.single__footer {
  position: fixed;
  right: 10px;
  left: 10px;
  bottom: 15px;
  height: 30px;
  line-height: 30px;
  padding: 8px 10px 8px 26px;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.lite__share {
  height: 18px;
  position: fixed;
  line-height: 15px;
  transform: rotate(-90deg);
  font-size: 8px;
  width: 40px;
  text-align: center;
  bottom: 28px;
  left: 6px;
}
.lite__menu {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  float: right;
  margin: 3px 0;
  padding: 0 8px;
  font-size: 10px;
  border-radius: 3px;
}
.lite__bar {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  float: right;
  text-align: center;
  margin: 3px 0 3px 5px;
  padding: 0;
  width: 58px;
  font-size: 10px;
  border-radius: 3px;
}
.show__sidebar .lite__bar {
	width: 46px;
}
.lite__bar:after {
	content: 'LAINNYA';
}
.show__sidebar .lite__bar:after {
	content: 'TUTUP';
}
.single__footer a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px 0 0;
	font-size: 18px;
	text-align: center;
}
.single__footer a.web_wa {
	display: inline-block;
}
.single__footer a.mob_wa {
	display: none;
}
.single__footer i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px 0 0;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 20px;
}
.single__footer i.icon-gas-facebook {
	background: #2255dd;
	color: #fff;
}
.single__footer i.icon-gas-twitter {
	background: #33ccee;
	color: #fff;
}
.single__footer i.icon-gas-whatsapp {
	background: #11dd77;
	color: #fff;
}
.single__footer i.icon-gas-telegram {
	background: #33aaee;
	color: #fff;
}

.inner_404 {
	padding: 80px 15px;
	text-align: center;
}
.head_404 {
	font-weight: 700;
font-size: 35px;
line-height: 1.3;
padding: 0 0 15px;
}
.description_404 {
	font-size: 16px;
	line-height: 1.5;
}

.loop__agenda {
	width: 50%; float: left;
}
.loop__agenda .listnext__event {
	margin: 0 15px 30px;
}
.clear1,
.clear3,
.clear5,
.clear7,
.clear9,
.clear11,
.clear13,
.clear15,
.clear17,
.clear19 {
	display: none;
}
.loop__prioritas {
	width: 33.33%; float: left;
}
.box__prioritas {
	margin: 0 15px 30px; padding: 45px 30px; position: relative;
	  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.box__prioritas h3 {
	font-size: 24px; min-height: 70px;margin-left: 80px; line-height: 1.3;
}
.box__prioritas h3 a {
}
.prior__number {
	position: absolute;
	top: 20px;
font-size: 40px;
font-weight: 800;
}
.prior__stat {
	font-size: 16px;
	padding: 6px 15px 6px 80px;
}
.gp__supportmeta {
  padding: 25px 30px 30px;
  height: 95px;
  border-top: 0;
  border-radius: 4px;
  position: relative;
}
.support__photo {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	margin: 0 20px 0 0;
	float: left;
	border-radius: 30px;
	background: #d33;
	color: #fff;
	font-size: 25px;
}
.support__photo img {
	width: 100%;
}
.fig__title {
	float: right;
	width: calc( 100% - 70px );
}
.fig__title span {
	display: block;
}
.fig__link {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}
.fig__pos em {
	font-style: normal;
}
.fig__box {
	position: relative;
	box-shadow: 0 0  10px rgba(0,0,0,0.1);
	padding: 20px 30px;
	margin: 0 0 25px;
	border-radius: 6px;
}
.fig__box.fig__boxrelawan {
	padding: 20px 150px 20px 30px;
}
.gp__article h2.fig__name {
	margin: 0 0 4px;
}
.fig__from {
	font-size: 16px;
	margin: 0;
}
.fig__from span {
	color: #d33;
}



.the__tessloop .tes__people {
	margin: 0 0 40px;
}

.the__tessloop .tes__excerpt {
	margin: 0 0 80px;
}


.fig__call {
	position: absolute;
	right: 20px;
	top: 35px;
	height: 36px;
}
.fig__call i {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-left: 4px;
	border-radius: 30px;
}
.fig__call i.icon-gas-call {
	background: #ec407a;
}
.fig__call i.icon-gas-whatsapp {
	background: #2ebfb2;
}
.fig__call a.web_wa {
	display: inline-block;
}
.fig__call a.mob_wa {
	display: none;
}

.gp__image .video_embed {
	width: 100%; height: 220px;
}

.single_embed {
	width: 100%;
	height: 500px;
	display: block;
}

.the__storyloop {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.the__storyloop:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
}
.timeline {
	width: 50%;
	margin-left: 50%;
	text-align: left;
	position: relative;
	margin-top: -40px;
}
.timeline:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: 50px;
	left: -9px;
}
.timeline:nth-child(1) {
	margin-top: 0;
}
.timeline:nth-child(2n) {
	margin: -40px 50% 0 0;
	text-align: right;
}
.timeline:nth-child(2n):after {
	right: -11px;
	left: auto;
}
.story__bytime {
	padding: 10px 50px;
}

.story__head {
	font-size: 30px;
	margin: 0 0 15px;
}
.story__showdate {
position: absolute;
top: 20px;
text-align: center;
color: #342d2d;
width: 150px;
height: 85px;
border-radius: 10px;
left: -190px;
}
.timeline:nth-child(2n) .story__showdate {
	left: auto;
	right: -190px;
}
.story__month {
	font-size: 20px;
	display: block;
	line-height: 1.0;
	padding-top: 10px;
}
.story__year {
	font-size: 44px;
	font-weight: 700;
	display: block;
	line-height: 1.0;
	letter-spacing: -1.5px;
	margin: 0 0 10px;
}

.timeline .gp__article {
  float: none;
  width: 100%;
  line-height: 1.5;
  margin: 0 0 50px;
}
.the__footer {
	padding: 15px 0;
	font-weight: 700;
	position: relative;
}
.footer_container {
  width: auto;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1450px;
}
.site_social_gaspol {
	float: right;
	width: 200px;
}
.site_social_gaspol i {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	margin: 2px 0 0 6px;
	border-radius: 30px;
}
.copyright {
	float: left;
	width: calc( 100% - 200px );
	padding: 10px 0;
}

@media screen and (max-width: 982px) {
.headerpol__menu {
	display: none;
}
.top__block {
	margin: 0 -15px;
}
.event__half {
  width: auto;
  float: none;
  margin: -50px 0 15px;
}
.item__overflow {
  height: auto;
}
.quart__slide {
	width: 350px;
}
.quart__event {
	width: calc( 100% - 350px );
}
.personal__box {
  margin: 0 30px;
}
.perleft__content {
  margin: 0 50px 0 0;
}
.lucky__data {
  width: 100%;
  float: none;
  padding: 0 15px;
}
.lucky__people {
   width: auto;
max-width: 400px;   
margin: 0 auto;
float: none;
padding: 0 15px;
display: block;
}
.figure__left {
  width: 100%;
float: none;
margin: 0 0 60px;
}
.figure__right {
	float: none;
	width: 420px;
	margin: 0 auto;
}
.the__volunteer {
    padding: 100px 30px;
}
.volunteer__block {
  float: none;
  width: 100%;
}
.volunteer__box {
  width: 16.6%;
}
.gaspol__post {
  width: 50%;
}
.gp__image {
  height: 240px;
}
.the__looping {
  padding: 30px 0 0;
}

.the__content {
  width: 100%;
  float: none;
}
.area_secondary {
  width: 380px;
  float: right;
  position: fixed;
  top: 140px;
  right: -2000px;
  overflow-y: scroll;
bottom: 0;
transition: all .5s ease .1s;
}
.show__sidebar .area_secondary {
	right: 0;
}
.sticky {
	padding: 20px;
	width: calc( 100% - 40px );
	margin: 0;
}
.single__footer {
	display: block;
	z-index: 100;
}
.headerpol__menu {
  display: block;
  position: fixed;
  top: 140px;
  left: 100%;
  right: -100%;
  bottom: 0;
  overflow-y: auto;
  transition: all .5s ease .1s;
}
.show__menu .headerpol__menu {
	left: 0;
	right: 0;
}
.nav {
  padding: 20px 0;
  height: auto;
}
.nav .menu_class {
  height: auto;
}
.nav .menu_class li,
.nav .menu_class li a {
  display: block;
  line-height: 40px;
  text-align: left;
}
.loop__agenda {
  width: 100%;
  float: none;
}
.loop__agenda:last-child {
	margin-bottom: 60px;
}
.loop__prioritas {
  width: 50%;
}
.the__tessloop .tes__block {
  padding: 0 15px;
}
.the__tessloop .tes__people {
  margin: 0 0 20px;
}
.the__footer {
  padding: 15px 0 75px;
  text-align: center;
}
.copyright {
	width: 100%;
	float: none;
}
.site_social_gaspol {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}
.the__footer {
	position: static;
}
.the__content {
	min-height: auto;
}
.right__event .web_wa {
	display: none;
}
.right__event .mob_wa {
	display: inline-block;
}
.lucky__share span.share__towhatsapp a.web_wa,
.lucky__share span.share__tochat a.web_wa {
	display: none;
}
.lucky__share span.share__towhatsapp a.mob_wa,
.lucky__share span.share__tochat a.mob_wa {
	display: block;
}
.single__footer a.web_wa {
	display: none;
}
.single__footer a.mob_wa {
	display: inline-block;
}
.te__right a.web_wa {
	display: none;
}
.te__right a.mob_wa {
	display: inline-block;
}
.fig__call a.web_wa {
	display: none;
}
.fig__call a.mob_wa {
	display: inline-block;
}
}

@media screen and (max-width: 768px) {
	.newsticker_block_gaspol {
		padding: 8px 0;
	}
 .gaspol__time {
  height: 36px;
  line-height: 36px;
 }
 #blankarea {
  height: 130px;
}
.per__left {
  width: 50%;
  float: none;
  margin: 0 auto 20px;
}
.perleft__content {
	margin: 0;
}
.per__right {
  width: 100%;
  float: none;
  padding-top: 30px;
}
.gp__image {
  height: 200px;
}
.single_embed {
  height: 300px;
}
.floating__youtube iframe {
  width: calc( 100% - 40px );
  height: 300px;
  margin: 100px 20px 0;
}
.close__youtube {
  right: 30px;
  top: 35px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.big__slider {
	min-height: 200px;
}
}

@media screen and (max-width: 600px) {
	.header__fix {
  height: 65px;
}
  .newsticker_block_gaspol:after {
  width: 40px;
  }
  .newsticker_block_gaspol:before {
  right: 40px;
  }
	.newsticker_post,
	.newsticker_post a,
	.gaspol__time {
		font-size: 12px;
	}
	.time__hide {
		display: none;
	}
	.newsticker_block_gaspol {
		padding: 5px 0;
	}
 .gaspol__time {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
 }
 .newsticker_block_gaspol:after {
  width: 30px;
  }
  .newsticker_block_gaspol:before {
  right: 30px;
  }
  .breaking_time div {
  height: 15px;
  line-height: 15px;
  font-size: 8px;
  margin: 2px 0 4px;
  }
  .theme_container {
  padding: 0 15px;
}
.headerpol__logo {
  height: 45px;
  padding: 10px 0;
}
.headerpol__logo a, .headerpol__logo img {
  height: 45px;
}
#header__download {
  top: 12px;
  right: 15px;
  height: 41px;
}
.button__download {
  margin: 0 0 0 10px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
}
.button__download .link__download {
  height: 41px;
  margin: 0 6px 0 0;
}
.button__download i {
  height: 31px;
  line-height: 31px;
}
.header__fix:after {
  height: 65px;
  width: 80px;
}
.header__fix:before {
  right: 80px;
  border-top: 65px solid transparent;
}
.header__fix:before {
  border-right-width: 48px !important;
}
#blankarea {
  height: 95px;
}

.quart__slide,
.quart__event {
	width: 100%;
}
.post__overflow {
  height: auto;
}
.inbox__post {
  margin: 0 15px 15px;
}
.postslide .item {
  height: auto;
}
.the__post {
  padding: 30px 40px 70px;
}
.prior {
  font-size: 30px;
}
.item__program {
  padding: 8px 20px 35px 20px;
  letter-spacing: -0.5px;
}
.title__program {
  font-size: 24px;
  margin: 0 !important;
}
.to__program {
  top: auto;
  bottom: -21px;
}
.active .prior {
  letter-spacing: -0.5px;
}
.inevent__head {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 12px;
}
.inevent_agenda {
  margin: 0 30px;
  padding: 20px 0 60px;
}
.big_fullslide_block {
	min-height: 100px;
}
.agenda__tab {
  float: none;
  margin: -50px 20px 50px 20px;
}
.listnext__event {
  padding: 20px 30px 20px;
}
.per__left {
  max-width: 400px;
  margin: 0 auto 20px;
  width: auto;
}
.personal__area {
  padding: 40px 0;
}
.per__right h2 {
  font-size: 30px;
}
.story__telling {
  padding: 40px 0 25px;
}
.story__telling h3 {
  font-size: 25px;
  margin: 0 0 20px;
  padding: 0 0 15px;
}
.lucky__data {
	width: auto;
}
.lucky__number {
  padding: 40px 15px 0;
}
.lucky__bold {
  font-size: 30px;
}

.figure__right {
  width: auto;
  margin: 0 70px;
}
.outer__photo {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.figure__support {
  padding: 40px 15px;
}
.figure__left h5 {
  margin: 0 0 15px;
}
.figure__left h3 {
  font-size: 30px;
  letter-spacing: -0.5px;
  margin: 15px 0;
  padding: 0 0 10px;
}
.re_figuretext {
  font-size: 16px;
}
.real__caleg {
	width: 300px;
	height: 300px;
}
.photos-1 {
  width: 80px;
  height: 80px;
  border: 8px solid #eee;
}
.photos-1 {
  width: 80px;
  height: 80px;
  border: 8px solid #eee;
}
.photos-2 {
  width: 65px;
  height: 65px;
  top: -25px;
  right: -45px;
  border: 8px solid #eee;
}
.photos-3 {
  width: 65px;
  height: 65px;
  top: 40%;
  right: -37px;
  border: 8px solid #eee;
}
.photos-4 {
  width: 50px;
  height: 50px;
  bottom: 0;
  left: -15px;
  border: 5px solid #eee;
}
.photos-5 {
  width: 40px;
  height: 40px;
  top: -40px;
  left: 50%;
  border: 5px solid #eee;
}
.photos-6 {
  width: 55px;
  height: 55px;
  top: 220px;
  right: -35px;
  z-index: 3;
  border: 5px solid #eee;
}
.photos-7 {
  width: 55px;
  height: 55px;
  bottom: -40px;
  border: 6px solid #eee;
}
.photos-8 {
  width: 40px;
  height: 40px;
  bottom: -40px;
  left: 243px;
  border: 4px solid #eee;
}
.the__testimonial {
  padding: 40px 15px;
  min-height: 100px;
}
.tes__comment {
  float: none;
  width: 100%;
  margin: 0;
}
.the__testimonial .comment {
  top: -5px;
  left: 0;
}
.tes__photo {
  width: 100px;
  height: 100px;
}
.tes__excerpt {
  font-size: 22px;
}
.the__volunteer {
    padding: 30px;
}
.volunteer__box {
  width: 25%;
}
.volunteer__block h4 {
  font-size: 30px;
}
.figure__box {
  width: 50%;
}
.video__loop {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.content__outer {
  margin: 0 -7px;
}
.gp__inner {
  margin: 0 7px 30px;
}
.gp__meta {
  padding: 20px 25px 40px;
}
.gp__title {
  font-size: 20px;
  height: 80px;
}
.the__looping {
  padding: 15px 0;
}
.gp__inner {
  margin: 0 7px 15px;
}
.the__content {
	width: 100%;
	float: none;
}

.area_secondary {
	width: 100%;
	float: none;
	top: 95px;
	background: rgba(0,0,0,0.6);
}
.single__meta {
  margin: 0 150px 50px 0;
}
.content__inner {
  margin: 0 7px;
}
.the__single {
  padding: 15px 0;
}
.single__heading {
  padding: 0 0 10px;
}
.single__meta {
  margin: 0 100px 20px 0;
}
.sticky {
	margin: 0 !important;
	max-width: 350px;
float: right;
}
.headerpol__menu {
  top: 95px;
}
.te__left {
  float: none;
  width: 100%;
  margin: 0 0 15px;
}
.te__right {
  float: none;
  width: 100%;
}
.sg__tgl {
	margin-right: 30px;
	font-size: 14px;
}
.loop__agenda .listnext__event {
  margin: 0 10px 15px;
  padding: 15px 20px 15px;
}
.the__tessloop .tes__excerpt {
  margin: 0 0 20px;
}
.loop__tessblock {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}
.fig__box.fig__boxrelawan {
  padding: 20px 30px;
}
.fig__call {
  position: relative;
  right: auto;
  top: auto;
  height: 36px;
  padding-top: 15px;
}
.fig__call i {
	margin: 0 4px 0 0;
}
.gp__article h2.fig__name {
  font-size: 18px;
}
.fig__from {
  font-size: 14px;
}
.single_embed,
.floating__youtube iframe {
  height: 275px;
}
.the__storyloop {
  margin: 0 15px;
}
.the__storyloop:after {
	left: 0;
}
.timeline {
  width: 100%;
  margin-left: 0;
}
.story__showdate {
  position: static;
  top: auto;
  left: auto;
  margin-bottom: 15px;
}
.timeline:nth-child(2n):after {
  right: auto;
  left: -9px;
}
.timeline:nth-child(2n) {
  text-align: left;
}
}

@media screen and (max-width: 520px) {
 .right__event {
	 float: none;
  width: 100%;
  margin: 0;
}
.right__event a {
	display: inline-block;
	float: right;
	margin: 0 0 0 8px;
}
.left__event {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}
.loc__event {
  margin: 0 25px 0 0;
}
.koor {
  width: 42px;
  height: 42px;
  border: 4px solid #fff;
  margin: 0 15px 0 0;
float: left;
}
.thekoor {
	float: left;
max-width: 160px;
text-align: left;
margin: 0;
padding: 14px 0 0;
font-size: 15px;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.call_support,
.chat_support {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding: 0 10px;
  margin: 9px 0;
}
.per__right h2 {
  position: relative;
  font-size: 22px;
}
.story__slide {
  margin: 0 -15px;
}
.item__story {
  padding: 30px 20px 0 40px;
}
.story__slide .owl-item:nth-child(2n) .item__story {
    padding: 70px 20px 0 40px;
}
.item__story:before {
left: 20px;
top: 39px;
}
.item__story:after {
width: 20px;
height: 45px;
}
.story__slide .owl-item:nth-child(2n) .item__story:after {
	height: 83px;
}
.story__slide .owl-item:nth-child(2n) .item__story:before {
  top: 78px;
}
.story__date span {
  line-height: 24px;
  height: 24px;
  padding: 0 15px;
  font-size: 13px;
}
.pre__story {
  top: 0px;
  right: 30px;
  font-size: 130px;
}
.storyslide.owl-carousel .owl-nav button.owl-prev {
  left: -32px;
  top: 100px;
  width: 36px;
  height: 32px;
  font-size: 16px;
}
.storyslide.owl-carousel .owl-nav button.owl-next {
  right: -32px;
  top: 100px;
  width: 36px;
  height: 32px;
  font-size: 16px;
}
.lucky__bold {
  font-size: 22px;
}
.lucky__share span {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.lucky__share strong {
  margin: 0 12px 0 15px;
  height: 40px;line-height: 40px;
}
.lucky__share i {
  width: 28px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.figure__bottomlink a {
  padding-left: 16px;
  padding-right: 10px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.tes__people {
  font-size: 16px;
  margin: 0 40px 30px 80px;
  height: 50px;
}
.the__testimonial .comment {
	font-size: 40px;
}
.testslide.owl-theme .owl-dots .owl-dot span {
  border-width: 4px !important;
  margin: 0 7px 3px;
  background: none !important;
}
.tes__excerpt {
  font-size: 18px;
  margin: 0 40px 30px 0;
}
.volunteer__block h4 {
  font-size: 22px;
}
.volunteer__block h5 {
  font-size: 16px;
  margin: 0 0 40px 0;
}
.testslide.owl-theme .owl-nav.disabled + .owl-dots {
	top: 75px;
}
.the__luckyblock {
  font-size: 16px;
}
.video__iframe {
  height: 220px;
}
.gaspol__post {
  width: 100%;
  float: none;
}
.gp__image {
  height: 260px;
}
.gp__title {
  font-size: 24px;
}
.single__heading {
  font-size: 25px;
}
.archive__head {
  margin: 0 8px 15px;
}
.inner_404 {
	padding: 50px 15px;
}
.head_404 {
	font-size: 25px;
}
.loop__prioritas {
  width: 100%;
  float: none;
}
.single_embed,
.floating__youtube iframe {
  height: 215px;
}
.gp__supportmeta {
	height: auto;
}
}

@media screen and (max-width: 420px) {
	.figure__right {
  margin: 0;
}
.figure__left h3 {
  font-size: 26px;
}
.volunteer__inner {
  margin: 0 -4px;
}
.vol__inner,
.vol__innereight {
  margin: 4px;
}
.figure__box {
  float: none;
  width: 100%;
}
.video__iframe {
  height: 170px;
}
.the__title {
	height: 90px;
	overflow: hidden;
}
.gp__image {
  height: 180px;
}
.gp__title {
	height: auto;
	font-size: 18px;
}
.single__heading {
  font-size: 22px;
}
.single__meta span {
  font-size: 13px;
}
.schema_inner {
	font-size: 13px;
		white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.time__day {
  font-size: 40px;
}
.time__month {
  font-size: 11px;
}
.gp__timeview {
  float: left;
  width: 53px;
  padding: 6px 9px;
  margin: 0 16px 10px 0;
}

.gp__timeview img {
	width: 71px;
	margin: -6px -9px;
	max-width: 200%;
}
.gp__article {
  float: none;
width: auto;
}
.single-post .gp__article p:first-child {
  font-size: 16px;
}
.gp__article h3.comment-reply-title {
  margin: 0 0 4px;
  font-size: 15px;
}
.comment-form-author input, 
.comment-form-email input, 
.comment-form-url input,
.comment-form-comment textarea {
  width: calc( 100% - 32px );
}
.gp__article p.comment-form-cookies-consent {
  margin: 0 0 15px;
  width: auto;
}
.gp__article p.form-submit {
  margin: 0 0 30px;
  width: auto;
}
.single-post .gp__article #commentform p:first-child {
  font-size: 13px !important;
}
.read__also {
  padding: 10px 20px;
  margin: 0 0 15px;
}
.gp__timeview.time__top {
  margin-top: -100px;
  position: relative;
  margin-left: 14px;
}
.inevent_agenda {
  font-size: 24px;
}
.comment-form-cookies-consent label {
  font-size: 13px;
}
.gp__article p.form-submit {
  margin: 0 0 20px;
}
.comment-form {
  margin: 0 0 20px;
}
.comment__meta {
  width: calc( 100% - 110px );
  padding: 10px 20px;
}
.comment__avatar {
  width: 35px;
  margin: 13px 0 0 16px;
}
.comment__author {
  font-size: 15px;
}
.comment__author em {
  font-size: 13px;
}
.gp__article .comment__meta p {
  font-size: 14px;
}
.comment__meta:after {
  top: 15px;
  right: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgba(0,0,0,0.03);
}
.gaspol_comment {
  margin: 0 0 15px;
}
.gp__article ul.children {
  margin: 0 0 15px 20px;
}
.head_404 {
	font-size: 22px;
}
.gaspol__thumbnail {
	min-height: 95px;
	background: rgba(0,0,0,0.1);
	position: relative;
}
.gaspol__thumbnail:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.7) );
}
.loop__agenda .title__event {
  padding: 15px 15px;
}
.loop__agenda .loc__event {
  padding: 15px 15px;
}
.loc,
.wkt {
	display: block;
	float: none;
	width: auto;
	margin: 3px 0;
}
.wkt .icon-gas-clock {
  width: 26px;
  display: inline-block;
}
.box__prioritas {
  margin: 0 10px 20px;
  padding: 35px 20px 20px;
}
.box__prioritas h3 {
  font-size: 20px;
  min-height: auto;
  margin-left: 60px;
}
.prior__number {
  top: 15px;
  font-size: 36px;
}
.prior__stat {
	padding: 6px 15px 6px 60px;
	font-size: 14px;
}
.tes__people {
  margin: 40px 40px 30px 0;
  height: auto;
}
.the__testimonial .comment {
  top: -25px;
}
.tes__excerpt {
  font-size: 16px;
}
.tes__people span {
  font-size: 13px;
}
.tes__photo {
  width: 70px;
  height: 70px;
}
.single_embed,
.floating__youtube iframe {
  height: 180px;
}
.story__bytime {
  padding: 10px 30px;
}
.story__showdate {
  width: 95px;
  height: 55px;
}
.story__month {
  font-size: 14px;
  padding-top: 6px;
}
.story__year {
  font-size: 30px;
}
.story__head {
  font-size: 20px;
  line-height: 1.3;
}
.timeline:after,
.timeline:nth-child(2n):after {
  top: 32px;
  width: 14px;
  height: 14px;
  left: -6px;
}
.header__fix {
  height: 55px;
}
.big__slider {
	min-height: 100px;
}
.thekoor {
max-width: 90px;
}
}
@media screen and (max-width: 360px) {
#blankarea {
  height: 85px;
}
.real__caleg {
  width: 270px;
  height: 270px;
}
.outer__photo {
  width: 270px;
  height: 270px;
}
.photos-6 {
  top: 200px;
  right: -42px;
}
.photos-8 {
  left: 200px;
}
.headerpol__logo,
.headerpol__logo a,
.headerpol__logo img {
  height: 35px;
}
#header__download {
  height: 35px;
  top: 10px;
}
.button__download {
	
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.button__download .link__download {
  height: 35px;
}
.button__download i {
  height: 25px;
  line-height: 25px;
  width: 22px;
  font-size: 16px;
}
.header__fix:after {
  height: 55px;
}
.header__fix:before {
  border-top: 55px solid transparent;
}
.area_secondary {
  top: 85px;
}
.headerpol__menu {
  top: 85px;
}
}