/*------------------------------------*\
    NORMALIZE.CSS
\*------------------------------------*/


progress,
sub,
sup {
	vertical-align: baseline
}

button,
hr,
input {
	overflow: visible
}

[type=checkbox],
[type=radio],
legend {
	box-sizing: border-box;
	padding: 0
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}


/*------------------------------------*\
    BASE
\*------------------------------------*/

@media only screen and (max-width: 767px) {
	.g-single {
		margin-bottom: 15px;
	}

	.g {
		overflow: hidden;
		clear: both;
	}
}

.g.g-45 {
	margin-bottom: 10px;
}

.g.g-34 {
	margin: 10px 0;
}

.g.g-8 {
	margin-bottom: 10px;
}

.the_single_content .wp-polls-ul {
	margin-top: 25px;
}

.the_single_content .wp-polls-ul label {
	margin-left: 30px;
	display: block;
	margin-bottom: 10px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.the_single_content .wp-polls-ul input {
	float: left;
	position: relative;
	top: 2px;
}


*,
*:after,
*:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

body {
	background: #ffffff;
	font-family: "Lato";
	font-size: 16px;
	color: #555;
}

.container {
	width: 1110px;
	margin: 0 auto;
	padding: 0 15px;
}

p {
	margin: 0 0 12px 0;
	line-height: 22px;
}

#content ol li {
	margin: 10px 0;
}

#content ol li p {
	line-height: 40px !important;
}

/* --- URL's
=============================== */

a {
	color: #fa7a2d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

a.excerpt-link {
	color: #555;
}

a:hover {
	color: #1bc4a3;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

/* --- Headings
=============================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: "Poppins";
	color: #1bc4a3;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	margin: 35px 0;
	font-size: 18px;
	line-height: 24px;
}

h5 {
	margin: 0 0 20px 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

h6 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

/* --- WordPress Core
=============================== */

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

.aligncenter,
div.aligncenter {
	display: block;
	margin: 20px auto 20px 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: 20px auto;
}

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

.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 p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px;
}

.wp-caption p:last-child {
	margin: 0;
}

/* 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. */
}

/* --- Forms
=============================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px;
	border: none;
	background: #fbfbfb;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

select {
	width: 100%;
}

textarea {
	resize: none;
}

input[type="submit"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
	outline: 0;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/


body.fixed_header #header {
	padding: 0 0 73px 0;
	box-shadow: none;
}

#header {
	position: relative;
	z-index: 99;
	margin: 0 0 20px 0;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	background: #fff;
}

#logo {
	position: relative;
	width: 330px;
	height: auto;
	margin: 15px 0 25px 0;
	float: left;
	font-family: "Helvetica";
}

#logo img {
	width: 100%;
	height: auto;
}

#logo img.brand {
	width: 88px;
	height: auto;
}

#logo a.text_site {
	position: absolute;
	top: 5px;
	left: 103px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #3eb49d;
}

#logo a.text_forum {
	position: absolute;
	left: 104px;
	bottom: 15px;
	font-size: 23px;
	font-weight: normal;
	color: #848585;
}

#logo .line {
	position: absolute;
	top: 44px;
	left: 105px;
	width: 225px;
	height: 2px;
	background: #848585;
}

#logo span.subtext {
	position: absolute;
	bottom: -5px;
	left: 106px;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 11px;
	color: #3eb49d;
}

#logo.forum a.text_site {
	position: absolute;
	left: 104px;
	top: 5px;
	font-size: 23px;
	font-weight: normal;
	color: #848585;
}

#logo.forum a.text_forum {
	position: absolute;
	bottom: 12px;
	left: 103px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #3eb49d;
}

#logo.forum .line {
	top: 34px;
}

#header_banner {
	margin: 10px 0 0 0;
	float: right;
}

#navigation {
	width: 100%;
	height: 73px;
	background: #fbfbfb;
}

#navigation.sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	position: relative;
	margin: 0 35px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation ul li a {
	padding: 26px 0 24px 0;
	display: block;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0c0c0c;
}

#navigation ul li.current-menu-item a,
#navigation ul li a:hover,
#navigation ul li.current-menu-ancestor a,
#navigation ul li.current-category-ancestor a {
	color: #fa7a2d;
}

#navigation ul li.menu-item-has-children a:after {
	margin: 0 0 0 8px;
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	color: #fa7a2d;
}

#navigation ul li ul.sub-menu {
	position: absolute;
	z-index: 9999;
	top: 73px;
	left: -17px;
	min-width: 100%;
	display: none;
	background: #2bc3a2;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
}

#navigation ul li:hover ul.sub-menu {
	display: block;
}

#navigation ul li ul.sub-menu li {
	margin: 0;
	float: none;
}

#navigation ul li ul.sub-menu li a {
	padding: 7px 17px;
	display: block;
	color: #fff;
}

#navigation ul li ul.sub-menu li a:hover,
#navigation ul li ul.sub-menu li.current-menu-item a {
	background: #fa7a2d;
}

#navigation ul li ul.sub-menu li a:after {
	display: none;
}

#navigation ul li ul.sub-menu li .sub-menu {
	display: none;
}

#mobile_navigation_button {
	float: left;
	margin: 16px 0 0 0;
	padding: 10px 15px 8px 15px;
	background: #3586c4;
	color: #fff;
	border-radius: 5px;
	display: none;
}

#mobile_navigation_button i {
	margin: 0 5px 0 0;
}

#mobile_navigation_button:hover {
	background: #1bc4a3;
}

#mobile_navigation_button span {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	vertical-align: middle;
}

#font_size {
	margin: 22px 0 0 0;
	float: right;
	font-family: "Poppins";
	font-weight: 600;
}

#font_size span {
	float: left;
	cursor: pointer;
}

#font_size span.active {
	color: #fa7a2d;
}

#font_size .font_size_small {
	margin: 8px 0 0 0;
	font-size: 12px;
}

#font_size .font_size_normal {
	margin: 3px 10px 0 10px;
	font-size: 16px;
}

body #font_size .font_size_large {
	font-size: 19px !important;
}

body #content.font_size_small p {
	font-size: 14px !important;
}

body #content.font_size_large p {
	font-size: 18px !important;
}

#content.font_size_large p {
	line-height: 26px;
}

#navigation .go_to_forum {
	width: 190px;
	margin: 16px 0 0 25px;
	padding: 10px 0 8px 0;
	float: right;
	font-family: "Poppins";
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #1bc4a3;
	border-radius: 5px;
	background: #1bc4a3;
	text-align: center;
}

#navigation .go_to_forum:hover {
	border-color: #fa7a2d;
	background: #fa7a2d;
}

#navigation .search_toggle {
	width: 40px;
	height: 40px;
	margin: 16px 0 0 15px;
	float: right;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	background: #fa7a2d;
	text-align: center;
	color: #fff;
	line-height: 39px;
}

#navigation .search_toggle.active {
	background: #1bc4a3;
}

.search_form {
	height: 60px;
	display: none;
	background: #1bc4a3;
}

.search_form .search_field {
	width: 100%;
	height: 60px;
	border: none;
	background: none;
	font-size: 20px;
	text-align: center;
	color: #fff;
}


/*------------------------------------*\
    CONTENT
\*------------------------------------*/

.post_date_mobile,
.post_category_mobile {
	display: none;
}

#content {
	overflow: hidden;
}

#container {
	position: relative;
	width: 735px;
	float: left;
}

#container.full {
	width: auto;
	float: none;
}

#page_header {
	margin: 0 0 30px 0;
}

#page_header.forum {
	display: none;
}

#page_header .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #1bc4a3;
}

.single_post_category {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0;
	padding: 10px 12px;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	background: #1f8cde;
	color: #fff;
}

#page_header .page_header_text {
	max-width: 735px;
	margin: 10px 0 0 0;
	overflow: hidden;
	font-family: "Poppins";
	font-size: 17px;
}

#page_header .single_post_meta {
	margin: 15px 0 0 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bfbfbf;
}

#page_header .single_post_meta .single_post_date {
	margin: 0 5px 0 0;
}

#page_header .single_post_meta .single_post_comments {
	margin: 0 0 0 5px;
}


/*------------------------------------*\
    HOME
\*------------------------------------*/


#superbanners {
	margin: 0 0 50px 0;
	overflow: hidden;
}

#superbanners .superbanner {
	margin: 0 15px 0 0;
	float: left;
}

#superbanners .superbanner1 {
	margin: 14px 15px 0 0;
}

#superbanners .superbanner3 {
	margin: 14px 0 0 0;
}

.addesc {
	margin: 0 0 3px 0;
	display: block;
	font-size: 11px;
	text-align: center;
}


/*------------------------------------*\
    POSTS
\*------------------------------------*/

article.post {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	padding: 0 20px 20px 0;
	clear: left;
}

article.post:nth-child(2n+2) {
	padding: 0 0 20px 20px;
	clear: none;
}

.post {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	/* border-bottom: 1px solid #eeeeee; */
}

.post .post_thumbnail {
	position: relative;
	/* width: 300px; */
	width: 100%;
	/* float: left; */
	overflow: hidden;
	/* background: #eaeaea; */
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}

.post .post_thumbnail img {
	width: 100%;
	height: auto;
}

.post .post_thumbnail .play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	padding: 12px 0 0 16px;
	border-radius: 100%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 22px;
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 0 25px rgba(0, 0, 0, .3);
	text-align: left;
}

.post .post_thumbnail .post_top50 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
}

.post .post_thumbnail .post_top50 img {
	width: 100%;
	height: auto;
}

.post .post_category {
	position: absolute;
	bottom: 15px;
	left: 15px;
	max-width: 100%;
	margin: 0 15px 0 0;
	padding: 8px 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	background: #1f8cde;
	color: #fff;
}

.post .post_content {
	position: relative;
	display: block;
	overflow: hidden;
	/* margin: 0 0 0 330px; */
	margin: 0;
	background-color: #f1f1f6;
	border-radius: 0 0 5px 5px;
	padding: 15px 10px;
	transition: background-color 0.3s ease 0s;
	min-height: 75px;
	min-width: 100%;
}

/* .post:hover .post_content {
	background-color: #1bc4a3;
	transition: background-color 0.3s ease 0s;
} */

.post .post_content .post_title {
	margin: 0 0 0px 0;
	display: block;
	font-size: 20px;
	color: #0c0c0c;
	min-height: 72px;
}

.post .post_content .post_title h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #0c0c0c;
}

.post .post_content .post_excerpt {
	min-height: 135px;
	overflow: hidden;
}

.post .post_content .post_excerpt p {
	margin: 16px 0;
}

.post .post_content .post_meta {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: 600;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	/* color: #bfbfbf; */
	/* display: none; */
}

.post .post_date {
	margin: 0 0 10px 0;
	display: block;
	font-size: 11px;
	font-weight: 600;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	color: #bfbfbf;
	color: #000;
}

.post .post_content .post_meta .post_date {
	margin: 8px 0 0 0;
	float: right;
}

.post .post_content .post_meta .post_comments {
	margin: 8px 4px 0 0;
	float: right;
}

.post .post_content .post_more {
	float: left;
	display: inline-block;
	padding: 6px 10px 4px 10px;
	font-family: "Poppins";
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1bc4a3;
	border: 1px solid #1bc4a3;
	border-radius: 5px;
	text-align: center;
}

.post .post_content .post_more i {
	margin: 0 0 0 2px;
	font-size: 11px;
}

.post .post_content .post_more:hover {
	color: #fa7a2d;
	border-color: #fa7a2d;
}

/* --- Pagination
=============================== */

#pagination {
	clear: both;
	text-align: center;
}

#pagination ul {
	margin: 0;
	padding: 0 0 6px 0;
}

#pagination ul li {
	margin: 0 3px;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

#pagination ul li a {
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1bc4a3;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 15px;
	color: #1bc4a3;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#pagination ul li a:hover {
	border-color: #fa7a2d;
	color: #fa7a2d;
}

#pagination ul li.active a {
	border-color: #fa7a2d;
	background: #fa7a2d;
	color: #fff;
}

#pagination ul li.prev_page_link a,
#pagination ul li.next_page_link a {
	background: #1bc4a3;
	color: #fff;
}

#pagination ul li.prev_page_link a:hover,
#pagination ul li.next_page_link a:hover {
	background: #fa7a2d;
}


/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/


#single_more_in_category {
	margin: 0 0 15px 0;
	overflow: hidden;
}

#single_more_in_category .single_more_in_category_also {
	margin: 0 15px 0 0;
	padding: 10px 12px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	background: #1f8cde;
	color: #fff;
}

#single_more_in_category #single_more_in_category_items {
	margin: 2px 0 0 0;
	float: left;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 19px;
}

#single_more_in_category #single_more_in_category_items a {
	color: #0c0c0c;
}

#single_post_share {
	margin: 45px 0 40px 0;
	float: left;
}

#single_post_share ul {
	margin: 0;
	padding: 0;
	float: left;
}

#single_post_share ul li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

#single_post_share ul li a {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
}

#single_post_share ul li.facebook a {
	border-color: #1976d2;
	color: #1976d2;
}

#single_post_share ul li.twitter a {
	border-color: #03a9f4;
	color: #03a9f4;
}

#single_post_share ul li.whatsapp a {
	border-color: #4caf50;
	color: #4caf50;
}

#single_post_share ul li a:hover {
	color: #fff;
}

#single_post_share ul li.facebook:hover a {
	background: #1976d2;
}

#single_post_share ul li.twitter:hover a {
	background: #03a9f4;
}

#single_post_share ul li.whatsapp:hover a {
	background: #4caf50;
}

#single_post_share .single_post_share_like {
	margin: 13px 0 0 10px;
	float: left;
}

.single_post_next_post {
	margin: 40px 0;
	float: right;
}

.single_post_next_post a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1bc4a3;
	font-family: "Poppins";
	font-weight: 600;
	color: #1bc4a3;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.single_post_next_post a:hover {
	text-decoration: none;
	border-color: #f87a39;
	color: #f87a39;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.single_post_next_post a i {
	margin: 0 0 0 10px;
}

#single_post_featured_image {
	position: relative;
	width: 100%;
	height: 340px;
	margin: 0 0 40px 0;
	overflow: hidden;
	background: #fbfbfb;
	border-radius: 5px;
}

#single_post_featured_image img {
	width: 100%;
	height: auto;
}

#single_post_author {
	margin: 40px 0;
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 2px;
	clear: both;
}

#single_post_author img {
	width: 75px;
	height: auto;
	float: left;
	border-radius: 2px;
}

#single_post_author .single_post_author_name {
	position: relative;
	display: block;
	margin: 0 0 0 95px;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 18px;
	color: #0c0c0c;
}

#single_post_author .single_post_author_text {
	position: relative;
	display: block;
	margin: 0 0 0 95px;
	font-size: 14px;
}

#single_post_comments textarea {
	height: 140px;
}

body.logged-in #single_post_comments textarea {
	height: 70px;
}

#single_post_comments {
	margin: 40px 0 0 0;
	overflow: hidden;
}

#single_post_comments h2 {
	margin: 0 0 10px 0;
	float: left;
	display: block;
	font-size: 24px;
}

#single_post_comments .comment {
	margin: 0 0 20px 0;
}

#single_post_comments .comment .comment-body {
	position: relative;
	padding: 20px;
	overflow: hidden;
	background: #f4f4f4;
	border-radius: 6px;
}

#single_post_comments .comment .comment-body p:last-child {
	margin: 0;
}

#single_post_comments .comment .comment-body .comment-avatar {
	position: relative;
	width: 54px;
	height: 54px;
	float: right;
	margin: 5px 0 0 15px;
	border-radius: 100%;
}

#single_post_comments .comment .comment-body .comment-avatar img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}

#single_post_comments .comment .comment-meta {
	position: absolute;
	top: 4px;
	right: 60px;
	padding: 7px;
	background: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	color: #fff;
	opacity: 0;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#single_post_comments .comment .comment-body .comment-avatar:hover .comment-meta {
	opacity: 1;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#single_post_comments .comment .comment-meta:after {
	position: absolute;
	top: 50%;
	right: -10px;
	content: "";
	width: 0;
	height: 0;
	margin: -10px 0 0 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, 0.9);
}

#single_post_comments .comment .comment-meta .comment-name {
	position: relative;
	display: block;
	font-weight: bold;
}

#single_post_comments .comment .comment-meta .comment-date-time {
	position: relative;
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bababa;
	white-space: nowrap;
}

#single_post_comments #commentform .button {
	float: left;
}

#single_post_comments #commentform #single_post_paging {
	position: relative;
	display: block;
	margin: 0 0 40px 170px;
	padding: 10px 0;
}

#single_post_paging {
	margin: 40px 0;
	padding: 30px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 14px;
}

#single_post_paging a {
	color: #0c0c0c;
}

#single_post_paging a:hover {
	color: #1bc4a3;
}

#single_post_paging .next_post {
	float: left;
}

#single_post_paging .next_post i {
	margin: 0 5px 0 0;
}

#single_post_paging .previous_post {
	float: right;
}

#single_post_paging .previous_post i {
	margin: 0 0 0 5px;
}

#single_related_posts {
	margin: 40px 0 0 0;
}

#single_related_posts h2 {
	margin: 0 0 30px 0;
	display: block;
	font-size: 24px;
}

#single_related_posts .post .post_content .post_title h2 {
	margin: 0;
	font-size: 18px;
}

body.single .ldc-style-2 .ldc-button {
	margin: 15px 0 !important;
}

#post_header {
	position: relative;
	margin: 40px 0;
	overflow: hidden;
	border-radius: 5px;
}

#post_header .single_post_category {
	top: 15px;
	bottom: initial;
}

#post_header .post_header_content {
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
}

#post_header .post_header_content h1 {
	font-size: 30px;
}

#post_header.white .post_header_content h1 {
	color: #fff;
}

#post_header.green .post_header_content h1 {
	color: #1bc4a3;
}

#post_header .single_post_meta {
	margin: 15px 0 0 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bfbfbf;
}

#post_header .single_post_meta .single_post_date {
	margin: 0 5px 0 0;
}

#post_header .single_post_meta .single_post_comments {
	margin: 0 0 0 5px;
}

.facebook_video {
	width: 100%;
	height: 405px;
}

.facebook_video_alt {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: block;
}

.facebook_video_alt:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/


#sidebar {
	width: 310px;
	float: right;
	position: relative;
	top: -14px
}

#sidebar .widget:first-child {
	margin-bottom: 5px;
}

#sidebar .widget:first-child h2 {
	display: none;
}

.widget {
	margin: 0 0 40px 0;
}

.widget:nth-child(2) {
	margin-bottom: 20px;
}

.widget:nth-child(4) {
	margin-bottom: 0;
}

.widget_title {
	margin: 0 0 30px 0;
	font-size: 21px;
	display: block;
	border-bottom: 2px solid #fa7a2d;
}

/* --- Social Media buttons
=============================== */

#navigation .social_media {
	float: right;
}

#navigation .social_media li {
	margin: 0 0 0 10px;
}

#navigation .social_media li a {
	padding: 22px 0 0 0;
}

.widget .social_media {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.widget .social_media li {
	width: auto;
	margin: 0 0 0 15px;
	padding: 0;
	float: right;
	list-style-type: none;
}

.widget .social_media li a {
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

.widget .social_media li a .counter {
	position: relative;
	display: block;
	margin: 7px 0 0 35px;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
}

.widget .social_media li a .label {
	position: relative;
	display: block;
	margin: -1px 0 0 42px;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

.widget .social_media li.facebook a {
	/* background: #3c5a96; */
}

.widget .social_media li.facebook a:hover {
	/* background: #254076; */
}

.social_media li.facebook a i {
	font-size: 24px;
	color: #3c5a96;
}

.social_media li.facebook a .label {
	color: #7fa3e9;
}

.widget .social_media li.twitter a {
	/* background: #2aa3ef; */
}

.widget .social_media li.twitter a:hover {
	/* background: #2a89c4; */
}

.social_media li.twitter a i {
	color: #2aa3ef;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	border-radius: 2px;
}

.social_media li.twitter a .label {
	color: #a1dbff;
}

.widget .social_media li.instagram {
	margin: 0;
}

.widget .social_media li.instagram a {
	/* background: #de4b62; */
}

.widget .social_media li.instagram a:hover {
	/* background: #b52a3f; */
}

.social_media li.instagram a i {
	color: #de4b62;
	text-align: center;
	font-size: 21px;
	line-height: 27px;
	border-radius: 2px;
}

.social_media li.instagram a .label {
	color: #f48f9f;
}

/* --- My account
=============================== */

.widget #my_account_widget {
	padding: 15px;
	overflow: hidden;
	background: #1bc4a3;
	border-radius: 5px;
}

.widget #my_account_widget .my_account_avatar {
	float: left;
}

.widget #my_account_widget .my_account_details {
	position: relative;
	display: block;
	margin: 0 0 0 65px;
	color: #fff;
}

.widget #my_account_widget .my_account_details .tablet_account {
	display: none;
}

.widget #my_account_widget .my_account_details a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.widget #my_account_widget .remember input[type="checkbox"] {
	display: inline-block;
}

.widget #my_account_widget .my_account_details .button {
	width: auto;
	margin: 0;
	display: inline-block;
	text-decoration: none;
}

.widget #my_account_widget label {
	color: #fff;
}

.widget #my_account_widget .button {
	width: 100%;
	margin: 15px 0 0 0;
	display: block;
	color: #fff;
	border-color: #fff;
}

.widget #my_account_widget .register_box {
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.widget #my_account_widget .register_box p {
	margin: 0;
}

.widget #my_account_widget .register_box a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.widget #my_account_widget .lost_password {
	margin: 10px 0 0 0;
	display: block;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

/* --- Top 10 posts
=============================== */

.widget ul.top10 {
	margin: 0;
	padding: 0;
}

.widget ul.top10 li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}

.widget ul.top10 li a {
	display: block;
}

.widget ul.top10 li .top10_thumbnail {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
}

.widget ul.top10 li .top10_thumbnail img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
}

.widget ul.top10 li .top10_thumbnail .top10_count {
	position: absolute;
	top: 0px;
	right: -12px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #1bc4a3;
	color: #fff;
	font-family: "Poppins";
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

.widget ul.top10 li .top10_title {
	position: relative;
	display: block;
	margin: 0 0 0 85px;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 14px;
	color: #0c0c0c;
}

/* --- Top 10 topics
=============================== */

.widget ul.top10.topics li .top10_count {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 0 0 10px;
	float: left;
	border-radius: 100%;
	background: #f87a39;
	color: #fff;
	font-family: "Poppins";
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 41px;
}

.widget ul.top10.topics li .top10_comments_count {
	position: relative;
	display: block;
	margin: 0 0 0 85px;
	font-weight: 600;
	font-size: 11px;
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* --- Poll
=============================== */

.widget .poll_question {
	margin: 0 0 15px 0;
	display: block;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 15px;
	color: #0c0c0c;
}

.widget .wp-polls-ul {
	margin: 0;
	padding: 0;
}

.widget .wp-polls-ul li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.widget .wp-polls-ul li:last-child {
	margin: 0;
	border: none;
}

.widget .wp-polls-ul li input {
	margin: 0 0 0 2px;
	float: left;
}

.widget .wp-polls-ul li label {
	position: relative;
	display: block;
	margin: -1px 0 0 30px;
}

.widget .wp-polls-form .button {
	margin: 20px 0 0 0;
	padding: 7px 10px 5px 10px;
	border: 1px solid #1bc4a3;
}

.widget .wp-polls-form .button:hover {
	border-color: #f87a39;
	color: #f87a39;
}

.widget .wp-polls .pollbar {
	background: #f87a39;
	border: none;
}

/* --- Links
=============================== */

.widget .links {
	margin: 0;
	padding: 0;
}

.widget .links li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}

.widget .links li a {
	display: block;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/


#footer {
	position: relative;
	margin: 60px 0 0 0;
	overflow: hidden;
	background: #fafafa;
}

#footer #copyrights {
	padding: 26px 0 24px 0;
	float: left;
	font-family: "Poppins";
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #a6a6a6;
}

#footer #footer_navigation {
	float: right;
}

#footer #footer_navigation ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer #footer_navigation ul li {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	list-style-type: none;
}

#footer #footer_navigation ul li a {
	padding: 26px 0 24px 0;
	display: block;
	font-family: "Poppins";
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0c0c0c;
}

#footer #footer_navigation ul li.current-menu-item a,
#footer #footer_navigation ul li a:hover {
	color: #fa7a2d;
}

#scroll_top {
	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 50px;
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
	display: none;
	background: #1bc4a3;
	border-radius: 5px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#scroll_top:hover {
	line-height: 35px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}


/*------------------------------------*\
    ADS
\*------------------------------------*/

body.admin-bar .side_ad_mega.left {
	top: 225px;
}

body.admin-bar.fixed_header .side_ad_mega.left {
	top: 73px;
}

body.fixed_header .side_ad_mega {
	top: 73px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.g.g-40,
.g.g-6,
.g.g-7,
.g.g-32 {
	margin: 0 0 30px 0;
}

/* .forum_ad_content .g-7 {
	margin-bottom: 40px !important;
} */

.g.g-13 {
	margin: 0 0 -20px 0;
}

.forum_ads {
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}

.forum_ads .addesc {
	margin: 0 0 10px 0;
}

.forum_ads .forum_ad_content {
	float: left;
}

.forum_ads .forum_ad_content {
	padding: 14px 0;
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.forum_ads .forum_ad_content .g.g-6 {
	margin: 0;
}

.forum_ads .forum_ad_sidebar {
	float: right;
}

.forum_ads .g .addesc {
	display: none;
}


/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/


/* --- Columns
=============================== */

.row {
	margin: 0 -15px 0 -15px;
	clear: both;
}

.column {
	float: left;
	padding: 0 15px;
}

.column img {
	max-width: 100%;
	height: auto;
}

.column.one_fourth {
	width: 25%;
}

.column.three_fourth {
	width: 75%;
}

.column.one_third {
	width: 33.33%;
}

.column.two_third {
	width: 66.66%;
}

.column.one_half {
	width: 50%;
}

.column.one_fifth {
	width: 20%;
}

.column.two_fifth {
	width: 40%;
}

.column.three_fifth {
	width: 60%;
}

.column.four_fifth {
	width: 80%;
}

/* --- Buttons
=============================== */

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1bc4a3;
	font-family: "Poppins";
	font-weight: 600;
	color: #1bc4a3;
	background: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.button:hover {
	text-decoration: none;
	border-color: #f87a39;
	color: #f87a39;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.button.filled {
	border: none;
	background: #1bc4a3;
	color: #fff;
}

.button.filled:hover {
	border: none;
	background: #f87a39;
	color: #fff;
}

.button.small {
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 4px;
}

.button.medium {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 6px;
}

.button.large {
	padding: 15px 30px;
	font-size: 15px;
	border-radius: 6px;
}

/* --- Headings
=============================== */

.headings.text-left {
	text-align: left;
}

.headings.text-center {
	text-align: center;
}

.headings.text-right {
	text-align: right;
}

/* --- Accordion
=============================== */

.accordion_title {
	margin: 0px;
	padding: 10px 15px;
	cursor: pointer;
	display: none;
}

.accordion_title.active {
	background: #eee;
	font-weight: bold;
}

.accordion_title .accordion_icon {
	position: relative;
	width: 0;
	height: 0;
	float: right;
}

.accordion_title .accordion_icon:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 0;
	content: "\f067";
	font-size: 16px;
}

.accordion_title.active .accordion_icon:before {
	content: "\f068";
}

.accordion_group .accordion_title {
	display: block;
}

.accordion_group .tabs_content {
	border: 1px solid #eee;
}

/* --- FAQ
=============================== */

.faq dt {
	margin: 0px;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	background: #eee;
}

.faq dt span {
	float: left;
	font-weight: bold;
}

.faq dt .faq_icon {
	float: right;
}

.faq dt.active {}

.faq_content {
	margin: 0;
	padding: 15px;
	display: none;
	border: 1px solid #eee;
	border-top: none;
}

/* --- Tabs
=============================== */

.tabs_nav {
	margin: 0px;
	padding: 0px;
}

.tabs_nav_item {
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
}

.tabs_nav_item.active {
	font-weight: bold;
	background: #eee;
}

.tabs_container {
	padding: 0px;
	clear: left;
}

.tabs_content {
	display: none;
	padding: 15px;
	background: #eee;
}


/*-----------Vertical tabs-----------*/

.tabs_vertical .tabs_nav {
	float: left;
	width: 25%;
}

.tabs_vertical .tabs_nav_item {
	display: block;
	margin: 0;
	padding: 10px 15px;
	cursor: pointer;
	float: none;
}

.tabs_vertical .tabs_nav_item.active {
	position: relative;
	z-index: 1;
	padding: 10px 15px !important;
	font-weight: bold;
}

.tabs_vertical .tabs_container {
	width: 75%;
	padding: 0px;
	float: left;
	clear: none;
}

.tabs_vertical .tabs_content {
	padding: 10px 15px;
	border: none;
	background: #eee;
}

@media only screen and (max-width: 768px) {
	ul.tabs_nav {
		display: none;
	}

	.accordion_title {
		display: block;
	}

	.tabs_vertical .tabs_container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}

	.tabs_vertical .tabs_container .tabs_content {
		background: none;
		border: 1px solid #eee;
	}

	.accordion_title-closed {
		display: none !important;
	}
}




#buddypress #item-header {
	position: absolute;
	top: 11px;
	right: 11px;
	float: right;
}

#buddypress div.item-list-tabs {
	height: 60px;
	margin: 0;
	clear: both;
	background: #1bc4a3;
	border-radius: 5px 5px 0 0;
}

#buddypress div.item-list-tabs ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 15px;
}

#buddypress div.item-list-tabs ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
	height: 60px;
	padding: 0 20px;
	display: block;
	color: #fff;
	line-height: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#buddypress div.item-list-tabs ul li:first-child a {
	border: none;
}

#buddypress div.item-list-tabs ul li a span.count,
#buddypress div.item-list-tabs ul li a span.no-count {
	width: 20px;
	height: 20px;
	padding: 0;
	display: inline-block;
	background: #3586c4;
	border: none;
	color: #fff;
	font-weight: bold;
	line-height: 21px !important;
}

#buddypress div.item-list-tabs ul li a:hover span.count,
#buddypress div.item-list-tabs ul li a:hover span.no-count {
	background: #fff;
	color: #fa7a2d;
}

#buddypress div.item-list-tabs ul li a:hover,
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
	background: #fa7a2d;
	border-color: #fa7a2d;
	color: #fff;
	opacity: 1 !important;
}

#buddypress div.item-list-tabs#subnav {
	margin: 0 0 40px 0;
}

#buddypress #item-body div.item-list-tabs {
	height: 48px;
	background: #fbfbfb;
	border-radius: 0 0 5px 5px;
}

#buddypress #item-body div.item-list-tabs ul li a,
#buddypress #item-body div.item-list-tabs ul li span {
	height: 48px;
	line-height: 48px;
	color: #0c0c0c;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#buddypress #item-body div.item-list-tabs ul li:first-child a {
	border: none;
}

#buddypress #item-body div.item-list-tabs ul li a:hover,
#buddypress #item-body div.item-list-tabs ul li.current a,
#buddypress #item-body div.item-list-tabs ul li.selected a {
	background: #3586c4;
	border-color: #3586c4;
	color: #fff;
	opacity: 1 !important;
}

#buddypress #item-header #item-header-avatar {
	max-width: 40px;
}

#buddypress #item-header #item-header-content {
	display: none;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.forum_latest {
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 20px;
}

.forum_widget_title {
	margin: 0 0 20px 0;
	display: block;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 22px;
	color: #1bc4a3;
}

.forum_widget {
	margin: 0 0 40px 0;
	display: inline;
}

.forum_widget ul {
	margin: 0;
	overflow: hidden;
}

.forum_widget ul li {
	width: 50%;
	float: left;
	font-size: 13px;
}

.forum_widget ul li:nth-child(2n+1) {
	clear: left;
}

.forum_widget ul li a {
	color: #fa7a2d;
}

.forum_widget ul li div {
	display: inline;
	font-size: 12px;
}

.forum_widget ul li div:before {
	content: "- "
}

.forum_widget ul li .bbp-author-avatar {
	margin: -4px 10px 0 10px;
	vertical-align: inherit;
	float: right;
}

.forum_widget ul li a.bbp-forum-title {
	font-size: 14px;
}

.forum_widget ul li .topic-author {
	display: inline-block;
}

.forum_widget ul li .topic-author a {
	font-size: 14px;
	color: #0c0c0c;
}

.forum_widget ul li .topic-author a img {
	margin: -4px 0 0 0;
}

/*
.forum_widget ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	background: #0c0c0c;
}

.forum_widget ul li:last-child:after {
	display: none !important;
}
*/

.g.g-13:before,
.g.g-15:before {
	content: "(advertentie)";
	margin: 0 0 8px 0;
	display: block;
	font-size: 11px;
	text-align: center;
}

.g.g-13:before {
	content: "(advertentie)" !important;
}

.forum_ad_content .g.g-13:before {
	display: none !important;
}

.g.g-15:before {
	content: "(advertentie)" !important;
}

body.registration .addtoany_share_save_container,
body.activation .addtoany_share_save_container {
	display: none !important;
}

.g.g-15 .b-15:last-child {
	float: right;
}

/*
.g-col.a-80 {
	
}

.g-col.a-81 {
	float: right;
}
*/

.ur-symbol li {
	display: inline-block;
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.ur-symbol li.bur_stars2 {
	width: 40px;
	height: 20px;
	background-image: url(../../assets/img/mw_star2.png) !important;
}


/*------------------------------------*\
    COOKIE CONSENT
\*------------------------------------*/


body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	padding: 16px 40px;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	border-top: none !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p,
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme a {
	font-weight: normal !important;
	color: #555 !important;
	line-height: 22px !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p strong {
	font-weight: 600 !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme a {
	color: #fa7a2d !important;
	text-decoration: none !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme a:hover {
	color: #1bc4a3 !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-button-holder .mgbutton {
	height: 38px;
	padding: 2px 20px 0 20px !important;
	border-radius: 6px !important;
	background: #1bc4a3 !important;
	font-weight: 600 !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-button-holder .mgbutton:hover {
	background: #fa7a2d !important;
}
