@charset "UTF-8";
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
body {
	/* font-family: 'PT Sans', arial, sans-serif; */
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	/* font-family: "Source Sans Pro",Arial,sans-serif; */
	background-color: #f9f9f9;
	font-size: 15px;
	line-height: 1.7;
	color: #8e8e8e;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
}
a {
	/* color:#65cbff; */
	color: #7dd9ff;
	/* color: #2084a5; */
	/* color: #23527c; */
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
a:hover {
	/* color: #65cbff; */
	color: #7dd9ff;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	clear: both;
}
p {}
p:last-child {}
blockquote {}
blockquote p {}
iframe, 
embed, 
object, 
video {
    max-width: 100%;
}

/* IMAGES */
img {
	max-width: 100%;
	height: auto;
}
.post-thumbnail {
	position: relative;
	overflow: hidden;
}
.post-thumbnail:before {}
.post-thumbnail:after {}
.post-thumbnail:before,
.post-thumbnail:after {}
.post-thumbnail img {}
.img-opacity,
.gradient {
	position: relative;
	overflow: hidden;
}
.img-opacity:before {}
.img-opacity:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.6;
}
.img-opacity:before,
.img-opacity:after,
.hero-overlay:before,
.hero-overlay:after,
.gradient:before,
.gradient:after {
	content: "";
	display: block;
}
.hero-overlay {}
.hero-overlay:before {}
.hero-overlay:after {}
.hero-overlay:before,
.hero-overlay:after {}
.gradient {}
.gradient:before {}
.gradient:after {}
.gradient:before,
.gradient:after {}
.bordered {
	/* border: 1px solid #f0f0f0; */
	border: 1px solid rgba(198, 198, 198, 0.3);
}
.box-shadowed {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.entry-thumbnail {
	position: relative;
	overflow: hidden;
}

/* WP STANDARD */
.sticky {}
.gallery-caption {
	font-style: italic;
}

/* Gallery */
.gallery {
	display: inline-block;
	margin-bottom: 20px;
}

.gallery-item {
	/* float: left; */
	display: inline-block;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

/* VIDEO EMBED */
.oembed-container {
	margin-bottom: 5%;
}
.oembed-container,
.embed-wrapper {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	height: 0;
	height: auto;
}
.embed-wrapper {
	padding-bottom: 56.25%;
}
#oembed-container iframe,
.embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* CLEARING LIST STYLE */
ul, ol {
	margin: 0;
}
.widget ul {
	list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

/* COLOR & BACKGROUND */
.bg-white {
	background-color: #fff;
}
.bg-yblue {
	background-color: #09cbdd;
}
.bg-red {
	background-color: #e00e00;
}
.bg-yellow {
	background-color: #ecc20e;
}
.bg-blue {
	background-color: #2084a5;
}
.bg-gray {
	background-color: #ececec;
}
.bg-gray-light {
	background-color: #eaedef;
}
.clr-yellow {
	color: #fecb00;;
}
.site-wrap {
	background-color: #fff;
	width: 100%;
}

/* TYPOGRAPHY */
.site-title,
.entry-title,
.page-title,
.archive-title,
.section-title,
.post-title,
.site-name,
.widget-title > h3 {
	margin: 0;
}
.top-nav a,
.primary-menu a,
.main-navigation a,
.mobile-nav a,
.footer-menu a,
.entry-title,
.page-title,
.section-title,
.post-title,
.site-name,
.widget-title > h3,
.redirect-link,
.event-grid .entry-title {
	/* font-family: 'Lato'; */
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.entry-meta {}
.metacat,
.metatag,
.metadate,
.post-date,
.bypostauthor,
.byline {}

.metagroup,
.metagroup span,
.metagroup a {
	font-size: 11px;
}

.primary-menu a {}
.bolder {
	font-weight: bold;
}

/* POSITION */
.relative {
	position: relative;
}
.relative-ovh {
	position: relative;
	overflow: hidden;
}
.absolute {
	position: absolute;
}

/* PADDING AND MARGIN */
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.nopadtop {
	padding-top: 0;
}
.nopadright {
	padding-right: 0;
}
.nopadbottom {
	padding-bottom: 0;
}
.nopadleft {
	padding-left: 0;
}
.nomartop {
	margin-top: 0;
}
.nomarright {
	margin-right: 0;
}
.nomarbottom {
	margin-bottom: 0;
}
.nomarleft {
	margin-left: 0;
}

/* DEFAULT */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    /* background: #fff; */
    /* border: 1px solid #f0f0f0; */
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    /* text-align: center; */
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.aligncenter img {
    margin: 0 auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption.alignleft p.wp-caption-text {
    /* text-align: left; */
}
.wp-caption.aligncenter p.wp-caption-text {
    text-align: center;
}
.wp-caption.alignright p.wp-caption-text {
    /* text-align: right; */
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* TITLE DIVIDER */
.title-divider {
	position: relative;
	padding: 20px 0;
}
.title-divider span {
	position: relative;
}
.title-divider.boxed-divider {}
.title-divider.boxed-divider:before,
.title-divider.boxed-divider:after {}
.title-divider.boxed-divider:before {}
.title-divider.boxed-divider:after {}
.title-divider.boxed-divider span {
	display: inline-block;
	position: relative;
}
.title-divider.boxed-divider span:nth-child(1),
.title-divider.boxed-divider span:nth-child(5) {
	width: 50px;
	height: 1px;
	border-bottom: 1px dotted #333;
	margin-bottom: 2px;
}
.title-divider.boxed-divider span:nth-child(2),
.title-divider.boxed-divider span:nth-child(3),
.title-divider.boxed-divider span:nth-child(4) {
	height: 5px;
	width: 5px;
	border: 1px solid #333;
}

/* TOP HEADER */
.top-header {
	background-color: #fefefe;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

/* SOCIAL MENU */
.social-menu {}
.social-menu ul,
.top-nav ul {
	list-style: none;
	padding-left: 0;
}
.social-menu li {
	display: inline-block;
}
.social-menu a {
	color: #bdbdbd;
	display: block;
	float: left;
	font-family: "FontAwesome";
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	height: 26px;
	line-height: 2.143;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 26px;
}
.social-menu a[href*="facebook.com"]:before {
	content: '\f09a';
}
.social-menu a[href*="twitter.com"]:before {
	content: '\f099';
}
.social-menu a[href*="instagram.com"]:before {
	content: '\f16d';
}
.social-menu a[href*="youtube.com"]:before {
	content: "\f167";
}
.social-menu a[href*="plus.google.com"]:before {
	content: '\f2b3';
}
.social-menu a[href*="linkedin.com"]:before {
	content: '\f0e1';
}
.top-nav,
.header-social-link {}
.header-social-link .social-menu a {
	background-color: #f1f1f1;
}
.top-header .widget {
	margin-bottom: 0;
}
.top-nav,
.header-widget {
	display: none;
}
.header-widget {
	padding: 6px 0 7px;
	font-size: 13px;
}
.top-header .widget {}
.top-header .widget .widget-title {
	display: none;
}
.top-header .widget-contact li {
	display: inline-block;
	margin-right: 15px;
	padding: 2px 0;
}
.top-nav {
	margin: 0 10px;
}
.top-nav ul {}
.top-nav li {
	position: relative;
}
.top-nav a {
	display: block;
	font-size: 12px;
}
.top-nav > ul {}
.top-nav > ul > li {}
.top-nav > ul > li > a {
	text-transform: uppercase;
	padding: 7px 0;
	font-weight: 600;
	line-height: 2.143;
}
.top-nav ul ul {}
.top-nav ul li ul {}
.top-nav ul ul li {}
.top-nav ul ul li a {}
.top-nav ul ul li li {}
.top-nav ul li ul li a {
	font-size: 13px;
	padding: 12px 15px;
	text-transform: capitalize;
	line-height: 1.538;
	color: #333;
}
.top-nav .sub-menu {}
.top-nav .sub-menu > li {}
.top-nav .sub-menu > li a {}

/* SEARCH FORM */
input[type="text"], input[type="email"], 
input[type="url"], input[type="tel"], 
input[type="number"], input[type="date"], 
input[type="search"], input[type="password"], 
textarea {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fafafa;
}
input.search-field {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #747474;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 1.571;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    width: 80%;
    width: calc(100% - 60px);
}
.search-submit {
    background-color: #65cbff;
    border: 1px solid #65cbff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 36px;
    margin-left: -1px;
    outline: medium none;
    right: 0;
    width: 40px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.header-search-btn {}
.search-btn-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.search-btn-icon::before {
    margin-right: 0px;
    font-family: 'FontAwesome';
    content: "\f002";
}
.search-wrapper {}
.search-wrapper {
    width: 350px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-top: 10px;
    z-index: 200;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.search-wrapper.open {
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.search-wrapper::before {
    width: 0;
    height: 0;
    content: '';
    border-bottom: 8px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -8px;
    right: 5px;
}
.search-wrapper input[type="text"],
.search-wrapper input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 10px 25px 10px 10px;
    border: 0px;
    background-color: transparent;
    color: #666;
	font-family: 'Lato';
	font-size: 14px;
}
.search-wrapper input[type="submit"] {
    width: 20px;
    height: 100%;
    border: 0px;
    opacity: 0px;
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* LOGO BRAND */
.main-branding {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.site-branding {
	float: left;
	padding: 10px 0;
}
.header-logo-image {}
.header-logo-image a {
	display: block;
	max-width: 128px;
}
.header-logo-image img {
	max-width: 100%;
}
.header-text-branding {
	padding: 10px 0;
}
.site-title {
	font-size: 26px;
}
.site-title a {
	display: block;
}
.site-description {
	clear: both;
	font-size: 11px;
	letter-spacing: 0.2em;
	line-height: 1.727;
	margin: 0;
	text-transform: uppercase;
}
/* MAIN NAV */
.main-navigation {
	clear: both;
	display: none;
}
.main-navigation ul {
	list-style: none;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	display: block;
}
.main-navigation a {
	color: #333;
	text-transform: uppercase;
	display: block;
	padding: 8px 0;
	line-height: 1.5;
	font-size: 14px;
	letter-spacing: 1px;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.current-menu-ancestor.menu-item-has-children > a:after,
.main-navigation li.current-menu-item.menu-item-has-children > a:after,
.main-navigation ul li:hover > a:after,
.main-navigation li.menu-item-has-children > a:hover:after,
.main-navigation li.page_item_has_children > a:hover:after {
	/* color: #dc143c; */
	/* color: #65cbff; */
	color: #7dd9ff;
}

/* ----- Dropdown ----- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {}

.top-nav ul li ul,
.main-navigation ul li ul {}
.top-nav ul li ul {}
.main-navigation ul li ul {}
.top-nav ul ul,
.main-navigation ul ul {}
.top-nav > ul > li:hover > ul,
.main-navigation > ul > li:hover > ul {}
.top-nav > ul > li:hover > ul {}
.main-navigation > ul > li:hover > ul {}
.main-navigation ul li ul li {}
.top-nav ul li ul li:before,
.main-navigation ul li ul li:before {}
.top-nav ul li ul li:first-child:before,
.main-navigation ul li ul li:first-child:before {}
.topbar-nav ul li ul li a,
.topbar-nav ul li.current-menu-item ul li a,
.topbar-nav ul li ul li.current-menu-item a,
.topbar-nav ul li.current_page_ancestor ul li a,
.topbar-nav ul li.current-menu-ancestor ul li a,
.topbar-nav ul li.current_page_item ul li a,
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	color: #333;
	float: none;
	font-size: 14px;
	height: inherit;
	line-height: 1.3;
	padding: 8px 15px;
	text-transform: capitalize;
}
.top-nav ul li ul li a:hover,
.top-nav ul li ul li:hover > a
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	/* color: #dc143c; */
	color: #65cbff;
}
.main-navigation ul li ul li ul {}
.main-navigation ul li:last-child ul li ul {}
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul {}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after,
.topbar-nav li.menu-item-has-children > a:after,
.topbar-nav li li.menu-item-has-children > a:after,
.topbar-nav li.page_item_has_children > a:after,
.topbar-nav li li.page_item_has_children > a:after {
   font-family: "FontAwesome";
   font-style: normal;
   font-weight: 400;
   text-decoration: inherit;
   color: #333;
   font-size: 12px;
   padding-left: 6px;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.topbar-nav li.menu-item-has-children > a:after,
.topbar-nav li.page_item_has_children > a:after {
	content: "\f107";
}

.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after,
.topbar-nav li li.menu-item-has-children > a:after,
.topbar-nav li li.page_item_has_children > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

/* RESPONSIVE NAV */
.mobile-brand {
	display: none;
	background-color: #444;
}
.mobile-brand.open {
	display: block;
}
.menu-toggle {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: #666;
	cursor: pointer;
	font-size: 0;
	padding: 26px 0;
	width: 28px;
	float: right;
	position: relative;
	margin-top: 10px;
	display: inline-block;
}
.menu-toggle > span {
	height: 3px;
	width: 100%;
	background: #444;
	margin-top: 4px;
	display: block;
}
.menu-toggle > span:first-child {
	margin-top: 0;
}
.mobile-searchform {}
.mobile-searchform,
.responsive-top,
.responsive-primary {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-searchform,
.responsive-top {
	border-bottom: 1px solid #5a5a5a;
}
.responsive-primary {}
.responsive-menu {}
.responsive-menu a {
	color: #e6e6e6;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Ubuntu";
	padding: 5px 0;
	display: block;
}
.responsive-menu ul {
	list-style: none;
	padding-left: 0;
}
.responsive-menu ul li {}
.responsive-menu ul ul {}
.responsive-menu ul li ul li {}
.responsive-menu a {}
.responsive-menu ul li a,
.responsive-menu ul li ul li a {}
.responsive-menu ul li ul li a {
	padding-left: 20px;
	text-transform: capitalize;
}
.responsive-menu li.menu-item-has-children > a:after,
.responsive-menu li li.menu-item-has-children > a:after,
.responsive-menu li.page_item_has_children > a:after,
.responsive-menu li li.page_item_has_children > a:after {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #f8f8f8;
	font-size: 12px;
	padding-left: 6px;
}
.responsive-menu li.menu-item-has-children > a:after,
.responsive-menu li.page_item_has_children > a:after {
	content: "\f107";
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

/* SEARCH */
#search-toggle {}
.nav-search {
	display: none;
	position: relative;
}
.search-btn-icon {}
#search-box {}

.search {}
.search-results {}
.site-search {}
.site-search .page-header {
	margin-top: 0;
}
.site-search .archive-title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #444;
}
.site-search .content-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.site-search .content-post .entry-title {
	font-size: 20px;
}
.site-search .content-post .entry-title a {
	color: #555;
}

/* TEASER */
.site-teaser {
	position: relative;
	font-family: "Ubuntu", "Source Sans Pro", sans-serif;
}
.site-teaser .teaser-container {
	padding: 30px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-teaser [class*="container"] {
	z-index: 2;
}
.teaser-wrap {}
.site-teaser .section-title,
.site-teaser .page-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 140%;
}

/* BREADCRUMB */
.page-breadcrumb {
	font-size: 13px;
}
.page-breadcrumb a {
	font-family: "FontAwesome";
	position: relative;
	font-weight: 300;
	color: #666;
	/* text-transform: uppercase; */
}
.page-breadcrumb a:after {
	content: "\f101";
	padding-left: 5px;
	padding-right: 5px;
}

/* HERO CONTENT */
.header-hero {}
.hero-container {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	/* overflow: hidden; */
}
.hero-lg {
	padding: 40px 0;
}
.hero-image {
	/* background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; */
}
.hero-image,
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
}
.hero-overlay {
	background-color: rgba(0,0, 0, 0.3);
}
.content-outer {
	z-index: 2;
	position: relative;
}
.hero-image:after {
	content: "";
}
.content-block {
	/* padding: 50px 0; */
}
.block-banner,
.block-logo {}
.block-banner {
	margin-bottom: 15px;
}
.block-logo {}
.block-banner img,
.block-logo img {
	display: block;
	margin: 0 auto;
}

/* BLOG / ARCHIVE */
.site-archive {}
.site-archive .page-header {
	margin-top: 0;
	margin-bottom: 20px;
}
.site-archive .page-title,
.site-archive .archive-title {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color: #444;
}
.site-archive .content-post .entry-title {
	/* font-size: 22px; */
}
.site-archive .content-post .entry-title a {
	color: #555;
}
.post-listing .content-post {
	border: 1px solid #d8d8d8;
}
.post-listing .post-content {
	padding: 15px;
}
.post-listing .post-content .entry-title {
	font-size: 22px;
}
.post-listing .post-content .entry-title a {
	color: #555;
}
.post-content .entry-title a:hover {
	color: #7dd9ff;
}
.post-listing .content-post .entry-meta {
	font-size: 13px;
	padding: 3px 0;
	margin-bottom: 8px;
}
.post-listing .content-post .entry-meta span {
	padding-right: 8px;
}
.post-listing .content-post {
	margin-bottom: 30px;
}
.post-listing .entry-thumbnail {}
.site-archive .content-post .entry-thumbnail img {
	display: block;
	margin: 0 auto;
}
.post-listing .content-post .entry-summary {
	line-height: 1.4;
}


/* ENTRY FORMAT */
.entry-format {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.entry-format span {
	display: block;
}
.entry-format a {
	display: block;
	padding: 4px 10px;
	background-color: #65cbff;
	color: #fff;
	line-height: 1.7;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-format a:before,
.entry-meta .entry-format a:before,
.entry-header .entry-meta .entry-format a:before,
.meta-format:before {
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.333;
	margin-right: 5px;
	position: relative;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/* Entry-format icon */
.format-aside .entry-format a:before,
.format-aside .meta-format:before {
	content: "\f06e";
}

.format-image .entry-format a:before,
.format-image .meta-format:before {
	content: "\f03e";
}

.format-gallery .entry-format a:before,
.format-gallery .meta-format:before {
	content: "\f1ad";
}

.format-video .entry-format a:before,
.format-video .meta-format:before {
	content: "\f03d";
}

.format-status .entry-format a:before,
.format-status .meta-format:before {
	content: "\f130";
}

.format-quote .entry-format a:before,
.format-quote .meta-format:before {
	content: "\f10d";
}

.format-link .entry-format a:before,
.format-link .meta-format:before {
	content: "\f0c1";
}

.format-chat .entry-format a:before,
.format-chat .meta-format:before {
	content: "\f086";
}

.format-audio .entry-format a:before,
.format-audio .meta-format:before {
	content: "\f028";
}


/* SITE PADDING */
.site-blog,
.site-single,
.site-archive,
.site-search,
.site-page,
.site-404 {
	padding: 50px 0 30px;
}
.static-home .site-main {
	padding-bottom: 70px;
}

/* HOME STATIC */
.featured-events,
.featured-post,
.featured-callout {
	padding-top: 50px;
}
.featured-post .post-grid .entry-title {
	/* font-weight: normal; */
	font-weight: 500;
	/* font-size: 20px; */
	font-size: 18px;
	/* line-height: 24px; */
	line-height: 22px;
}
.featured-post,
.featured-callout {
	border-top: 1px solid #f0f0f0;
}
.static-home .button-redirect {
	text-align: center;
}
.static-home .button-inner {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 60px;
	clear: both;
}
.static-home .redirect-link {
	padding: .675em 2em;
}
.redirect-link {
	display: inline-block;
	text-transform: uppercase;
	color: #444;
	padding: 8px 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-width: 1px;
	border-style: solid;
	border-color: #444;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
}
.redirect-link .circle-btn-icon {
	font-size: 20px;
	border-width: 1px;
	/* border-style: solid; */
	/* border-color: #444; */
	/* border-radius: 50%; */
	width: 1.5em;
	/* height: 1.5em; */
	text-align: center;
	line-height: 1.4em;
	vertical-align: middle;
	padding: 0 0 0 3px;
	margin-left: 3px;
}
.redirect-link:hover,
.redirect-link:hover .circle-btn-icon {
	border-color: #66cbff;
}

/* FEATURED EVENTS */
.featured-events {
	background-color: rgb(249, 249, 249);
	margin-bottom: -1px;
}
.event-wrapper {}
.featured-heading {
	text-align: center;
}
.main-title {}
.main-title .section-title {
	font-size: 26px;
	text-transform: uppercase;
	color: #555;
	font-weight: 600;
}
.custom-text-desc {
	font-size: 18px;
	font-weight: 100;
	padding-bottom: 20px;
}
.event-container {}
.rowgrid {}
.rowitem {
	display: inline-block;
	margin-bottom: 30px;
}
.rowitem .post-grid {
	background-color: #fff;
}
[class*="rowgrid"] {
    clear: both;
    padding: 0;
    margin: 0 0.75em;
    margin: 0 -0.75rem;
}
[class*="rowgrid"] > * {
	/* display: block; */
	display: inline-block;
	/* float: left; */
	float: none;
	vertical-align: top;
	list-style-type: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0.75em;
	padding: 0 0.75rem;
}
.rowitem .post-thumbnail img {
	width: 100%;
}
.event-container .rowgrid {}
.event-container .rowitem {}
.featured-events .entry-meta, .jadwal-kelas .entry-meta {
	position: absolute;
	top: 15%;
	left: 50%;
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -15%);
	-moz-transform: translate(-50%, -15%);
	-ms-transform: translate(-50%, -15%);
	-o-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
	z-index: 2;
}
.featured-events .entry-meta span,
.featured-events .entry-meta a,
.jadwal-kelas .entry-meta span,
.jadwal-kelas .entry-meta a {
	display: inline-block;
	padding: 2px 8px;
	/* background-color: #fecb00; */
	background-color: #0099d4;
	color: #fff;
}
.post-grid .post-content {
	padding: 15px 20px 20px;
	position: relative;
	overflow: hidden;
}
.post-grid .entry-title {
	margin-bottom: 10px;
	/* font-size: 17px; */
	/* line-height: 22px; */
	font-size: 20px;
	line-height: 24px;
	/* font-weight: 600; */
	/* text-transform: uppercase; */
}
.post-grid .entry-title > a {
    /* color: #2084a5; */
    /* color: #0099cb; */
    /* color: #939393; */
    color: #444;
}
.post-grid .entry-title > a:hover {
	/* color: #66cbff; */
}
.post-grid .event-meta {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.post-grid .event-meta > li {
    font-size: 12px;
    text-transform: uppercase;
    color: #bfbfbf;
    padding: 5px 6px;
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 5px;
}
.post-grid .event-meta .info-icon {
    font-size: 20px;
    color: #66cbff;
    width: 25px;
}
.post-grid .event-meta > li:last-child {
    border-bottom: 0;
}
.post-grid .event-extra {
    margin-top: 15px;
    display: table;
    width: 100%;
}
.post-grid .event-status .info-text {
    padding: 5px 8px;
    color: #fff;
    display: inline-block;
}
.post-grid .event-status .info-text.open {
    background-color: #1dca66;
}
.post-grid .event-status .info-text.closed {
    background-color: #e72e2e;
}
.post-grid .event-status,
.post-grid .share-blog {
	display: table-cell;
}
.post-grid .event-status {
	width: 70px;
}
.share-blog {}
.post-grid .share-blog {
	text-align: right;
}
.share-blog ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.share-blog li {
	display: inline-block;
	padding: 0 2px;
}
.share-blog a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #ececec;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}
.post-grid .share-blog a {
	/* background-color: #777; */
	/* color: #fff; */
}

/* FEATURED POSTS */
.featured-post .metacat {
	font-size: 12px;
	text-transform: uppercase;
	/* font-weight: 600; */
	letter-spacing: 0.02em;
}
.featured-post .metacat a {
	color: #8e8e8e;
}
.featured-post .entry-summary {
	line-height: 160%;
}

/* SINGLE POST */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.2;
	color: #424242;
	font-family: "Ubuntu";
}
.site-single .content-post .entry-title {
	margin-bottom: 8px;
}
.site-single .content-post .entry-thumbnail {
	margin-bottom: 20px;
}
.content-post .entry-content {
	padding-bottom: 30px;
	font-size: 16px;
}
.content-post .entry-title {
	font-size: 26px;
	color: #555;
	margin-bottom: 15px;
}
.content-post .entry-meta {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.500;
    text-transform: capitalize;
}
.content-post .entry-meta span {
	padding-right: 8px;
}
.content-post .entry-meta a {
	color: #666;
}
.content-post .meta-format:before {
	/* color: #444; */
}
.content-post .entry-footer .term-links {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.content-post .entry-footer .postags-header {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.content-post .entry-footer .term-links a {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #65cbff;
	border-radius: 10px;
	font-size: 13px;
	margin-bottom: 3px;
	margin-right: 5px;
	text-transform: uppercase;
	line-height: 1.1;
}

/* CLASS DETAILS */
.class-details {}
.class-wrapper {
	padding: 20px;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	line-height: 110%;
	font-family: "Ubuntu";
}
.class-wrapper > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.class-wrapper > ul > li {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.class-wrapper > ul > li:last-child {
	margin-bottom: 0;
}
.class-wrapper span {}
.class-wrapper .details-head {
	text-transform: uppercase;
	color: #888;
}
.class-wrapper .c-heading {
	font-weight: bold;
	width: 90px;
	font-size: 13px;
	color: #888;
	text-transform: uppercase;
}
.class-wrapper .c-content {
	width: calc(100% - 100px);
	font-size: 13px;
}
.class-wrapper .c-content a.text-italic,
.class-wrapper .c-content span.text-italic {
	font-style: italic;
}

/* AUTHOR BIO */
#author-biodata {}
.author-biodata {
	padding: 20px;
	border: 1px solid #ececec;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.author-bio-inner {}
.author-image-wrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	display: none;
	visibility: hidden;
}
.author-image-wrapper img {
	position: relative;
	top: 50%;
	left: 50%;
	min-width: 100%;
	max-width: none;
	width: auto;
	min-height: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}
.author-info {
	text-align: center;
}
.author-info .author-name {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #555;
}
.author-info .author-name a {
	color: #888;
}
.author-info .author-desc {}
.author-info .author-social-links {}
.author-info .author-social-links > ul {
	margin-left: 0;
}
.author-info .author-social-links a {
	font-size: 18px;
	color: #888;
}
.author-info .author-fb {}
.author-info .author-twitter {}
.author-info .author-gplus {}
.author-info .author-instagram {}
.author-info .author-mail {}

.author-info .author-icon-fb {}
.author-info .author-icon-twitter {}
.author-info .author-icon-gplus {}
.author-info .author-icon-instagram {}
.author-info .author-icon-mail {}

/* RELATED POST */
#related-post {
	padding: 20px 0;
	/* border-top: 1px solid #ececec; */
}
#related-post .section-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #555;
}
.related-content {}
.rpw-padding {
	padding: 15px;
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
}
ul.related-thumb-grid,
ul.related-thumb-list,
ul.related-post-list {
	list-style: none outside;
	padding-left: 0;
	margin-bottom: 0;
}
.related-thumb-grid > li {}
.related-thumb-grid li {}
.rp-content {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.rp-content .post-image {
	padding-right: 15px;
	position: relative;
}
.rp-content .post-image .post-image-link {
	width: 85px;
	display: block;
	position: relative;
	overflow: hidden;
}
.rp-content .thumbnail-wrapper {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
.rp-content .bg-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.rp-content h3.entry-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.rp-content h3.entry-title > a {
	color: #7b7b7b;
}
.related-content .post-image {}
.related-content .post-image img {
	position: relative;
	display: block;
}
.related-thumb-list {}
.related-thumb-list > li {}
.related-thumb-list .post-image {}
.related-thumb-list .entry-title {
	clear: none;
}
.related-post-item {}
.related-post-item a {}
.related-post-item .post-image {}
.related-post-item .post-image > img {}
.related-post-item .post-content {}
.related-post-item .entry-meta {}
.related-post-item .entry-meta a {
	/* color: #2084a5; */
	color: #66cbff;
}
.related-post-item .entry-title {}
.related-post-item .entry-title a {}
.related-post-list li {
	float: left;
	width: 100%;
	font-family: "Ubuntu";
	/* padding: 5px 0; */
	/* border-bottom: 1px solid #ebebeb; */
	/* border-bottom: 1px dotted #d4d4d4; */
}
.related-post-list li:last-child {
	/* border-bottom: 0; */
}
.related-post-list li a {
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	padding: 6px 0;
	/* border-bottom: 1px solid #ebebeb; */
	display: inline-block;
	color: #2a2a2a;
}
.related-post-list li:last-child a {
	/* border-bottom: 0; */
}
.related-post-list li a:hover,
.related-post-list li a:focus {
	color: #7dd9ff;
}

/* COMMENT */
#comments {}
.comments-area {}
.comments-area .comments-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 20px;
	padding-top: 30px;
	font-weight: 600;
}
.comments-facebook {}
.comment-respond-container {}
#respond {}
.comment-respond {}
#reply-title {}
.comment-reply-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
	padding-top: 30px;
}
#cancel-comment-reply-link {}
#commentform {}
.comment-form {
	padding-bottom: 30px;
}
.comment-form > p {}
.comment-form-author {}
.comment-form-email {}
.comment-form-url {}
.comment-form-comment {}
.form-submit {}
#respond input.submit {
	background-color: rgb(81, 80, 87);
	color: rgb(255, 255, 255);
}
#respond textarea {
	width: 100%;
}
#respond textarea, 
#respond input, 
#respond select {
	outline: none;
	background-image: none;
	background-color: #fff;
	border: 1px solid #eee;
	line-height: 30px;
	padding: 3px 12px;
}
.comment-list {}
.comment-list li.comment {}
.comment-list li.comment > .children {}
.comments-area ol.comment-list {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.comments-area ol.comment-list li {
    list-style: none;
    float: left;
    width: 100%;
}
.comments-area ol.comment-list li .comment-body {
    border-bottom: 1px solid #eee;
    margin: 0 0 25px 0 !important;
    padding: 0 0 25px 0;
    position: relative;
    float: left;
    width: 100%;
}
.comments-area ol.comment-list li .comment-body .comment-author {
    float: left;
    width: 100%;
}
.comments-area ol.comment-list li .comment-body .comment-author img.avatar {
    margin: 0 20px 0 0;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.comments-area ol.comment-list li .comment-body .comment-author .fn {
    padding-right: 2px;
    font-size: 14px;
    text-transform: capitalize;
}
.comments-area ol.comment-list li .comment-body .comment-author span.says {
    color: #aaa;
}
.comments-area ol.comment-list li .comment-body .comment-metadata {
    float: left;
    margin: -32px 0 0 0;
    font-size: 12px;
}
.comments-area ol.comment-list li .comment-body .comment-metadata > a {
    color: #aaa;
    font-family: 'Lato', sans-serif;
    word-spacing: 2px;
}
.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link, 
.comment-body .comment-metadata .edit-link {
    border-radius: 0;
    padding: 1px 4px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    display: inline-block;
    border: 1px solid #ccc;
}
.comment-body .comment-metadata span.edit-link {
    position: absolute;
    top: 1px;
    right: 50px;
}
.comments-area ol.comment-list li .comment-body .reply {
    position: absolute;
    right: 0;
    top: 0;
}
.comments-area ol.comment-list li .comment-body .comment-content {
    margin: 0;
    float: none;
    width: 100%;
    display: block;
    clear: both;
}
.comments-area ol.comment-list li .comment-body .comment-metadata,
.comment-awaiting-moderation,
.comments-area ol.comment-list li .comment-body .comment-content {
	padding: 0 0 0 78px;
}

/* POST SHARE */
.akb-sharepost {}
.akb-sharepost.share-top {
    margin-bottom: 20px;
}
.akb-sharepost .section-title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
}
.akb-sharepost ul.share-group {
    list-style: none outside;
    padding-left: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.akb-sharepost ul.share-group li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
}
.akb-sharepost a {
    display: block;
    color: #fff;
}
.akb-sharepost.share-bottom .section-title:after {}
.akb-sharepost.share-top .section-title:before,
.akb-sharepost.share-top .section-title:after,
.akb-sharepost.share-bottom .section-title:before,
.akb-sharepost.share-bottom .section-title:after {
	content: "";
	display: block;
}
.akb-sharepost.share-top .section-title:before,
.akb-sharepost.share-bottom .section-title:before {
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}
.akb-sharepost.share-bottom {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.akb-sharepost .share-fb {}
.akb-sharepost .share-twitter {}
.akb-sharepost .share-gplus {}
.akb-sharepost .share-mail {}
.akb-sharepost .share-whatsapp {}
.akb-sharepost .sharebtn-fb,
.akb-sharepost .sharebtn-twitter,
.akb-sharepost .sharebtn-gplus,
.akb-sharepost .sharebtn-mail,
.akb-sharepost .sharebtn-whatsapp {
	position: relative;
	text-align: center;
	line-height: 1.3;
	text-indent: 0;
	padding: 7px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	width: 32px;
	height: 32px;
}
.akb-sharepost .sharebtn-fb {
	background-color: #3b5998;
}
.akb-sharepost .sharebtn-twitter {
	background-color: #00acee;
}
.akb-sharepost .sharebtn-gplus {
	background-color: #dd4b39;
}
.akb-sharepost .sharebtn-mail {
	background-color: #182e36;
}
.akb-sharepost .sharebtn-whatsapp {
	background-color: rgb(55, 158, 55);
}

/* PAGINATION */
.navigation.pagination {
	display: block;
	border-radius: 0;
}
.nav-links a {
    padding: 7px 20px;
    background: #65cbff;
    color: #fff;
    display: inline-block;
}
.nav-links .current {
    padding: 7px 20px;
    background: rgba(2, 20, 35, 0.47);
    color: #fff;
    display: inline-block;
}

/* CALLOUT */
.featured-callout {}
.callout-container {}
.callout-wrapper {}
.callout-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
.callout-row > li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    float: left;
    width: 50%;
}
.callout-row > li img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* WIDGET */
.widget {
	margin-bottom: 30px;
	font-size: 13px;
}
.widget-title {
	position: relative;
	margin-bottom: 10px;
}
.widget-title > h3 {
	font-size: 16px;
	line-height: 1.444;
	text-transform: uppercase;
	font-weight: 500;
	clear: both;
	letter-spacing: 1px;
}
.widget-side .widget-title > h3 {
	color: #555;
}
.widget ul {}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
	padding-left: 20px;
}

.widget ul li {
	padding: 4px 0;
	line-height: 1.5;
}
.widget ul li ul {}
.widget ul li ul li {}
.widget ul li ul li:last-child {
	padding-bottom: 0;
}
.widget ul ul {}
.widget-side .widget ul li a {
	color: #666;
}
.widget-side .widget ul li a:hover {
	color: #7dd9ff;
}
.widget-footer ul li {
	padding: 6px 0;
	display: block;
}

/* CUSTOM WIDGET */

/* WIDGET RECENT ENTRIES */
.widget_recent_entries {}
.widget_recent_entries a {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries .post-date {
	font-size: 12px;
	font-style: italic;
}

/* WIDGET TAG CLOUD */
.widget_tag_cloud {}
.tagcloud {}
.widget_tag_cloud a {
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #747474;
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 2px 12px;
}
.widget_tag_cloud a:hover,
#colophon .widget-footer .tagcloud a:hover {
	background-color:  #65cbff;
	border-color:  #65cbff;
	color: #fff;
}

/* WIDGET ARCHIVE */
.widget_archive {}
.widget_archive ul {}
.widget_archive li {}
.widget_archive a {}

/* WIDGET CATEGORIES */
.widget_categories {}
.widget_categories ul {}
.widget_categories li {}
.widget_categories a {}

/* WIDGET RECENT COMMENTS */
.widget_recent_comments {}
.widget_recent_comments ul {}
.widget_recent_comments ul#recentcomments {}
.widget_recent_comments li {}
.widget_recent_comments li.recentcomments {}
.widget_recent_comments li span {}
.widget_recent_comments li span > a {}
.widget_recent_comments li .comment-author-link {}
.widget_recent_comments li .comment-author-link > a {}
.widget_recent_comments a {}

/* WIDGET SEARCH */
.widget_search {}
.widget_search form {}
.widget_search input[type="text"],
.widget_search input[type="search"] {}
.widget_search input[type="submit"] {}

/* WIDGET PAGES */
.widget_pages {}
.widget_pages ul {}
.widget_pages li {}
.widget_pages a {}
.widget_pages ul li ul {}
.widget_pages ul li ul li {}
.widget_pages ul li ul li  a {}

/* WIDGET META */
.widget_meta {}
.widget_meta ul {}
.widget_meta li {}
.widget_meta a {}

/* WIDGET TEXT */
.widget_text {}
.textwidget {}


/* FOOTER AREA */
#colophon {
	line-height: 1.500;
}
.site-footer {}
.widget-footer .widget-title > h3 {
	color: #f8f8f8;
}
#colophon .widget-wrap {
	background-color: #202020;
	color: #f1f1f1;
}
#colophon .widget-footer {
	padding: 50px 0 10px;
	font-size: 14px;
}
#colophon .widget-footer a {
	color: #b6b6b6;
}
#colophon .widget-footer a:hover {
	color: #65cbff;
}
.widget-footer .widget {}
.site-info {
	background-color: #111;
	padding: 20px 0 15px;
	line-height: 1.571;
	font-size: 14px;
	color: #848484;
	text-align: center;
}
.footer-social-link {}
.footer-social-link .social-menu {}
.footer-social-link .social-menu ul {}
.footer-social-link .social-menu li {
	margin: 0 2px;
}
.footer-social-link .social-menu a {
	border: 1px solid #f8f8f8;
}
.footer-nav {
	text-transform: uppercase;
	font-size: 12px;
}
.footer-nav ul {
	padding-left: 0;
}
.footer-nav li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-nav a {
	display: block;
	padding: 9px 0;
}
.footer-copyright {
	padding-top: 5px;
	line-height: 1.615;
}

/* Go To Top Button */
.go-top-btn {
	background-color: transparent;
	cursor: pointer;
	bottom: 0;
	height: 50px;
	margin: 0;
	position: fixed;
	right: 0;
	width: 85px;
	z-index: 10000;
}

.go-top-btn .bg-icon {
	background-color: #65cbff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
	height: 60px;
	left: 0;
	position: absolute;
	top: -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: left bottom 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 60px;
}

.go-top-btn .go-top-text {
	bottom: 5px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: bottom 0.15s ease-out 0.2s;
	-moz-transition: bottom 0.15s ease-out 0.2s;
	-o-transition: bottom 0.15s ease-out 0.2s;
	-ms-transition: bottom 0.15s ease-out 0.2s;
	transition: bottom 0.15s ease-out 0.2s;
	width: 100%;
}

.go-top-btn .go-top-icon {
	color: #fff;
	font-size: 28px;
	left: 50%;
	position: absolute;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.go-top-btn:hover .go-top-text {
	bottom: -30px;
	-webkit-transition: bottom 0.15s ease-out 0s;
	-moz-transition: bottom 0.15s ease-out 0s;
	-o-transition: bottom 0.15s ease-out 0s;
	-ms-transition: bottom 0.15s ease-out 0s;
	transition: bottom 0.15s ease-out 0s;
}

.go-top-btn:hover .go-top-icon {
	top: 65%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-out 0.15s;
	-moz-transition: all 0.2s ease-out 0.15s;
	-o-transition: all 0.2s ease-out 0.15s;
	-ms-transition: all 0.2s ease-out 0.15s;
	transition: all 0.2s ease-out 0.15s;
}