*, *:before, *:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

button, hr, input {
	overflow: visible
}

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

body {
	margin: 0;
	background-color: #fff;
}

figcaption, menu, article, aside, details, figure, footer, header, main, 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;
	transition: all .25s ease;
	text-decoration: none;
}

a:active, a:hover {
	outline-width: 0;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
	margin-top: 0;
}

ol,
ul {
	margin-bottom: 20px;
	margin-top: 0;
}

ul {
	list-style-type: circle;
}

abbr[title] {
	border-bottom: none;
}

b, strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

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;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

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

figure {
	margin-bottom: 20px;
}

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

figure {
	margin: 1em 40px
}

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

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

optgroup {
	font-weight: 700
}

button, input {
}

button, select {
	text-transform: none
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"] {
	height: 40px;
	padding: 12px 14px;
	border: solid 1px #f5f5f5;
	outline: none;
	border-radius: 3px;
	background-color: #f5f5f5;
	transition: all .2s ease;
	width: 100%;
}

input[type="submit"] {
	height: auto;
	color: #fff;
	cursor: pointer;
	width: auto;
}

input[type="checkbox"] {
	height: auto;
}

textarea {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

textarea:active,
textarea:focus,
textarea:hover,
input:active,
input:focus,
input:hover {
	background-color: #fff;
}

select {
	padding: 7px 14px;
	border: solid 1px #9e9e9e;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

[type=submit], [type=reset], 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;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table td,
table th {
	padding: .8rem;
	border: 1px solid #9e9e9e;
	word-break: break-all;
}

textarea {
	overflow: auto;
}

button {
	color: #616161;
	padding: 10px 14px;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
	text-decoration: none;
}

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/MaterialIcons-Regular.eot');
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
	url('../fonts/MaterialIcons-Regular.woff') format('woff'),
	url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

body.modal-open {
	overflow: hidden;
}

.hidden {
	display: none;
}

.ib-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12,
.col-6,
.col-4,
.col-3 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.ib-flex {
	display: flex;
	display: -ms-flexbox;
}

.ib-flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ib-justify-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ib-align-center {
	align-items: center;
	-ms-flex-align: center;
}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header {
	position: relative;
	padding: 0 20px;
	font-size: 14px;
	min-height: 60px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.header-inner {
	position: relative;
}

.centered-header .header-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.sticky-header .header {
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0;
}

.admin-bar .fancybox-inner,
.admin-bar .fancybox-thumbs,
.admin-bar .sidebar,
.admin-bar .m-modal-box,
.admin-bar.sticky-header .header {
	top: 32px;
}

.header.hide {
	top: -60px;
}

.toggle-sidebar {
	height: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	cursor: pointer;
	color: #fff;
	padding: 0;
	background: none;
}

.logo-box {
	float: left;
	display: flex;
	display: -ms-flexbox;
	margin: 0 14px;
	height: 60px;
	align-items: center;
	-ms-flex-align: center;
}

.logo-box img {
	vertical-align: middle;
	max-height: 40px;
	width: auto;
}

.logo-box p {
	margin: 0;
}

.wp-custom-logo .logo-box .site-title {
	display: none;
}

.logo-box a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.logo-box a:hover {
	color: #fff;
	opacity: .8;
}

.logo-box h1 {
	margin: 0;
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}

.logo {
	width: 122px;
	height: 27px;
	display: block;
}

.header-menu {
	display: inline-block;
	float: left;
}

.header-navigation, .header-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-navigation > li {
	float: left;
	position: relative;
}

.header-navigation > li > a {
	display: table-cell !important;
	vertical-align: middle;
	height: 60px;
	line-height: normal;
	color: #FFF;
	font-weight: 600;
	padding: 0 15px;
	text-decoration: none;
}

.header-navigation > li .menu-item-has-children > a {
	padding-right: 30px !important;
}

.header-navigation > li .menu-item-has-children > a .multimenu-icon {
	position: absolute;
	right: 3px;
	z-index: 9999;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.multimenu-icon:after {
	content: 'keyboard_arrow_down';
	font-family: 'Material Icons';
	font-size: 24px;
	width: 20px;
	vertical-align: middle;
	margin-left: 5px;
}

.header-navigation ul li.menu-item-has-children .multimenu-icon:after {
	content: 'keyboard_arrow_right';
	margin-left: 0;
}

.header-menu > ul > li > a {
	transition: all .3s ease;
}

.header-menu > ul > li > a:hover {
	opacity: .8;
}

.header-menu > ul > li:not(.menu-item-has-children) > a:hover,
.header-menu > ul > .current-menu-item > a {
	-ms-box-shadow: inset 0 -2px 0 0 #fff;
	-o-box-shadow: inset 0 -2px 0 0 #fff;
	box-shadow: inset 0 -2px 0 0 #fff;
}

.header-navigation > li > a.active {
	box-shadow: inset 0 -2px 0 0 #fff;
}

.dark-header-links .header-menu > ul > li:not(.menu-item-has-children) > a:hover,
.dark-header-links .header-menu > ul > .current-menu-item > a {
	-ms-box-shadow: inset 0 -2px 0 0 #222;
	-o-box-shadow: inset 0 -2px 0 0 #222;
	box-shadow: inset 0 -2px 0 0 #222;
}

.dark-header-links .header-navigation > li > a.active {
	box-shadow: inset 0 -2px 0 0 #222;
}

.header-navigation .sub-menu {
	background-color: #fff;
	position: absolute;
	z-index: 999;
	top: 100%;
	min-width: 100%;
	left: 0;
	-webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3);
	transform-origin: left top 0;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	transform: scale(0);
	-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
	-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
	border-radius: 0 0 3px 3px;
}

.header-right .sub-menu {
	overflow: hidden;
}

.header-navigation .sub-menu li {
	display: block;
	width: 100%;
}

.header-navigation .sub-menu li a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #444;
	white-space: nowrap;
}

.header-navigation .sub-menu li a:hover {
	background-color: #EEE;
}

.header-navigation .sub-menu.active {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}

.header-navigation li {
	position: relative;
}

.header-navigation li:hover > ul {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}

.header-navigation li ul ul.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 3px 3px 0;
}

.header-navigation ul li.current-menu-item,
.header-navigation ul li:hover {
	background-color: #eee;
}

.header-navigation > li > ul > li:last-child a:hover,
.header-navigation > li > ul > li:last-child:hover {
	border-radius: 0 0 3px 3px;
}

.header-navigation ul ul > li:first-child a:hover,
.header-navigation ul ul > li:first-child:hover {
	border-radius: 0 3px 0 0;
}

.header-navigation ul ul > li:last-child a:hover,
.header-navigation ul ul > li:last-child:hover {
	border-radius: 0 0 3px 0;
}

.header-menu .header-navigation a > .material-icons {
	margin-right: 5px;
}

.sidebar-menu .menu-svg,
.header-menu .header-navigation .menu-svg {
	width: 35px;
	display: inline-block;
}

.sidebar-menu .menu-svg svg,
.header-menu .header-navigation .menu-svg svg {
	vertical-align: middle;
	width: calc(100% - 5px);
	max-height: 24px;
}

.header-menu .header-navigation .menu-item-no-title .material-icons {
	margin-right: 0;
}

.header-navigation a > .material-icons {
	vertical-align: middle;
}

.header-right {
	display: inline-block;
	margin-left: auto;
}

.header-right .header-navigation .sub-menu {
	transform-origin: right top 0;
	left: auto;
	right: 0;
}

.search-bar {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: -100%;
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

.search-bar.active {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.ib-search-form {
	max-width: 1200px;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	display: block;
	font-size: 14px;
	position: relative;
}

.search-input-wrapper {
	left: 20px;
	top: 0;
	right: 60px;
	bottom: 0;
	height: 40px;
	position: absolute;
}

input.ib-search-input {
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, .2);
	border: none;
	padding: 0 54px 0 14px;
	display: block;
	color: #FFF;
	outline: none;
	font-size: 14px;
}

.ib-search-input:hover {
	background-color: rgba(255, 255, 255, .2);
}

.ib-search-input:focus {
	background-color: rgba(255, 255, 255, .3);
}

.ib-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: none;
	color: #FFF;
	border: none;
	cursor: pointer;
	outline: none;
	transition: all .3s ease;
}

.ib-search-submit:hover {
	background-color: rgba(255, 255, 255, .1);
}

.search-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	background: none;
	border: none;
	padding: 8px;
	outline: none;
	cursor: pointer;
	color: #FFF;
	transition: all .3s ease;
}

.search-close:hover {
	opacity: .7;
}

.post-password-form p {
	position: relative;
	margin: 0;
}

.post-password-form input[type="password"],
.search-form .search-field {
	width: 100%;
	padding: 0 70px 0 14px;
	display: block;
	color: #616161;
	font-size: 14px;
}

.search-form {
	position: relative;
}

.post-password-form input[type="submit"],
.search-form .search-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 40px;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	outline: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	box-shadow: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.post-password-form input[type="submit"]:hover,
.search-form .search-submit:hover {
	opacity: 0.8;
}

.widget ul {
	padding-left: 20px;
	text-align: left;
	margin-bottom: 0;
}

.widget.widget_categories ul li {
	list-style: none;
	position: relative;
}

.widget.widget_categories ul li:before {
	position: absolute;
	top: 0;
	left: -24px;
	content: 'chevron_right';
	font-family: 'Material Icons';
	vertical-align: middle;
	color: #929292;
}

.widget.widget_categories ul li a {
	font-weight: bold;
}

.widget ul li a {
	text-decoration: none;
}

.widget .w-post-list {
	padding-left: 0;
}

.sidebar {
	position: fixed;
	width: 100%;
	max-width: 325px;
	top: 0;
	bottom: 0;
	background-color: #fafafa;
	height: 100%;
	z-index: 101;
	left: -335px;
	color: #455a64;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.sidebar.opened {
	left: 0;
}

.sidebar-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.sidebar-logo {
	width: 100%;
	border-bottom: solid 2px #cfd8dc;
	position: relative;
}

.sidebar-logo a {
	width: 122px;
	display: inline-block;
	margin: 16px 20px;
	color: #333;
	text-decoration: none;
	font-size: 18px;
}

.sidebar-logo img {
	vertical-align: middle;
}

.sidebar-toggle-button {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 15px;
	background-color: transparent;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sidebar-seperate {
	width: 100%;
	height: 1px;
	background-color: #cfd8dc;
}

#mobileMenu {
	display: none;
}

#mobileMenu ul li a {
	font-weight: 600;
	text-transform: capitalize;
}

ul.sidebar-menu {
	padding: 0;
	margin: 0;
}

.sidebar-menu > li {
	display: block;
	width: 100%;
	overflow: hidden;
}

.sidebar-menu > li > a {
	line-height: 50px;
	text-decoration: none;
	height: 50px;
	padding: 0 20px;
	color: #455a64;
	white-space: nowrap;
	display: table;
	width: 100%;
}

.sidebar-menu > li > a:hover {
	background-color: #EEE;
}

.sidebar-menu > li > a i {
	display: table-cell;
	width: 35px;
	height: 50px;
	line-height: 0;
	vertical-align: middle;
}

.sidebar-menu ul .m-menu-icon {
	vertical-align: middle;
	width: 35px;
}

.sidebar-menu > li > a > .menu-label {
	display: table-cell;
	margin-top: 5px;
}

.sidebar-menu li a .multimenu-icon {
	display: table-cell;
	width: 24px;
	line-height: 0;
	vertical-align: middle;
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.sidebar-menu li a .multimenu-icon:after {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-left: 0;
}

.sidebar-menu li a .multimenu-icon:hover:after {
	background-color: rgba(0, 0, 0, .1);
}

.sidebar-menu > li.current-menu-item a,
.sidebar-menu > li.active a {
	background-color: #EEE;
}

.sidebar-menu li.active > a .multimenu-icon {
	-ms-transform: rotate(180deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.sidebar-menu > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
	display: none;
}

.sidebar-menu > li ul li a {
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	padding: 0 20px 0 55px;
	color: #455a64;
	white-space: nowrap;
	display: table;
	width: 100%;
}

.sidebar-menu > li ul ul li a {
	padding: 0 20px 0 85px;
}

.sidebar-menu > li ul li a:hover {
	background-color: #DDD;
}

.sidebar-menu > li a.facebook {
	background-color: #4363a2;
	color: #FFF;
}

.sidebar-menu > li a.twitter {
	background-color: #03A9F4;
	color: #FFF;
}

.sidebar-menu > li a.google-plus {
	background-color: #DC4E41;
	color: #FFF;
}

.sidebar-social-icons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align: center;
}

.sidebar-social-icons .social-links {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: solid 1px #455a64;
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.sidebar-social-icons .social-links:hover {
	background-color: #EEE;
}

.icon-icons li {
	display: inherit;
	float: left;
	margin: 0 15px 15px 0;
	width: auto;
}

.icon-icons li a {
	line-height: inherit;
	padding: 0;
	height: auto;
}

.icon-icons li a span {
	margin: 0 !important;
}

.icon-icons svg {
	width: 30px;
	vertical-align: middle;
}

.svg-facebook path {
	fill: #3b5998;
}

.svg-twitter path {
	fill: #1da1f2;
}

.svg-instagram path {
	fill: #e1306c;
}

.svg-linkedin path {
	fill: #0077b5;
}

.svg-youtube path {
	fill: #ff0000;
}

.svg-google-plus path {
	fill: #dd4b39;
}

.svg-dribble path {
	fill: #ea4c89;
}

.svg-reddit path {
	fill: #ff4500;
}

.svg-behance path {
	fill: #1769ff;
}

.main-container {
	width: 100%;
}

.sticky-header .main-container {
	width: 100%;
	margin-top: 60px;
}

.main-highlight {
	height: auto;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}

.sub-highlight {
	min-height: 1px;
}

.highlight-carousel {
	overflow: hidden;
	padding: 10px;
}

.highlight-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	bottom: 0;
	text-align: center;
}

.owl-carousel {
	touch-action: manipulation;
}

.highlight-carousel .owl-dots .owl-dot {
	margin: 0 3px;
	outline: none;
}

.highlight-carousel .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	border-radius: 50%;
}

.post-box {
	background-color: #FFF;
	height: 400px;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.post-box:hover .post-title {
	padding-bottom: 10px;
}

.post-box .post-overlay {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 1;
}

.post-box .post-categories a {
	display: inline-block;
	height: 22px;
	padding: 0 10px;
	border-radius: 999em;
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.post-box .post-categories a:hover {
	background-color: #222;
}

.post-box .post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.post-box .post-categories li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-box .post-title {
	margin: 0 0 14px 0;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	word-wrap: break-word;
	font-size: 22px;
	color: #FFF;
	-webkit-transition: padding-bottom 100ms linear;
	-moz-transition: padding-bottom 100ms linear;
	-o-transition: padding-bottom 100ms linear;
	transition: padding-bottom 100ms linear;
}

.post-box .post-meta {
	margin-bottom: 0;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	white-space: nowrap;
	position: relative;
}

.post-box .post-meta-author-avatar {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 10px;
}

.post-box .post-meta-author-avatar img {
	display: block;
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
}

.post-box .post-meta-author-info {
	display: inline-block;
	vertical-align: middle;
}

.post-box .post-meta-author-name a {
	font-size: 13px;
	line-height: 1.1;
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
}

.post-box .post-meta-author-info .middot {
	color: rgba(255, 255, 255, .8);
	margin: 0 5px;
}

.post-box .post-meta-date {
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1.1;
}

.post-box .post-overlayLink {
	position: absolute;
	width: 100%;
	height: 100%;
}

.post-box-thumbless {
	padding: 20px;
}

.post-box-thumbless .title {
	display: block;
	color: #333;
}

.post-box-thumbless h3 {
	margin: 0
}

.post-box-thumbless .post-meta-author-avatar {
	width: 24px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0;
}

.post-box-thumbless .post-meta-author-info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.post-box-thumbless img {
	border-radius: 50%;
	margin: 0;
}

.post-box-thumbless a {
	text-decoration: none;
}

.post-box-thumbless .cats a {
	font-size: 13px;
}

.main-highlight.with-desc .post-box .post-title {
	padding: 0;
	margin: 0;
}

.post-box .overlay-desc {
	max-height: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: 1;
	color: #fafafa;
	transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
	font-size: 14px;
}

.post-box:hover .overlay-desc {
	opacity: 1;
	max-height: 100px;
	margin-top: 5px;
	transition: opacity 0.4s ease-out, max-height 0.9s ease-out;
}

.style-5-inner .style-5-right article .overlay-desc {
	margin-bottom: 0;
	font-size: 12px;
}

.slider-carousel {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: visible;
	padding: 20px;
}

.slider-carousel .owl-stage-outer {
	overflow: visible;
}

.slider-carousel .post-item {
	height: 480px;
}

.slider-carousel .post-title {
	font-size: 32px;
}

.slider-carousel .post-overlay {
	padding-right: 40%;
}

.slider-carousel .owl-nav span {
	width: 60px;
	height: 60px;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	display: block;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, .14);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.slider-carousel .owl-nav span i {
	font-size: 36px;
	line-height: 60px;
}

.slider-carousel .owl-nav .owl-prev {
	left: -40px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
}

.slider-carousel .owl-nav .owl-next {
	right: -40px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
}

.slider-carousel .owl-nav button {
	outline: none;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}

.slider-carousel .owl-item.active .post-category {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slider-carousel .owl-item.active .post-title {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slider-carousel .owl-item.active .post-meta {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.full-slider {
	max-width: 100%;
	padding: 0;
}

.full-slider .post-overlay {
	padding-right: 30px;
}

.full-slider .post-overlay-inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding-right: 20%;
}

.full-slider .post-box {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.grid-posts .grid-rows {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.grid-posts .grid-left {
	padding-right: 10px;
}

.grid-posts .grid-left .post-box {
	height: 500px;
}

.grid-posts .grid-right .post-box {
	height: 245px;
}

.grid-posts .grid-right .post-box:first-child {
	margin-bottom: 10px;
}

.grid-posts .grid-left .post-title {
	font-size: 48px;
}

.grid-posts .grid-left {
	width: 66.666667%;
	float: left;
}

.grid-posts .grid-right {
	width: 33.333334%;
	float: left;
}

.grid-posts .post-overlay {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.single-meta-stats i,
.feed-comments i {
	vertical-align: middle;
	color: #616161;
	font-size: 20px;
	transition: all .25s ease;
}

.single-meta-stats a,
.feed-comments a {
	color: #616161;
	text-decoration: none;
}

.single-meta-stats .comment-stat + .view-stat {
	margin-left: 15px;
}

.parallax-box .single-meta-stats i,
.parallax-box .single-meta-stats a,
.parallax-box .single-meta-stats span {
	color: #fff;
}

.sub-highlight + .main-content {
	padding-top: 0;
}

.main-content {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto;
}

.page-content-wrapper {
	position: relative;
}

.page-content-wrapper .entry-header {
	margin: 0 20px 20px 20px;
}

.main-content-wrapper {
	margin: 0 20px;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ib-container {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
	position: relative;
}

.sidebar-left .main-content-wrapper {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.main-content-wrapper.add-to-margin {
	top: 20px;
}

.content-body {
	position: relative;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.main-content.extra-pages .article-inner {
	margin-left: 0;
}

.extra-pages .entry-header .entry-title {
	margin: 0;
	line-height: 1.3;
}

.page-header-wrapper {
	margin-bottom: 30px;
}

.post-filter {
	padding-left: 20px;
	position: relative;
}

.archive-filter {
	position: relative;
	display: table;
	padding-left: 0;
}

.post-filter.bio-filter {
	padding-left: 0;
}

.post-list-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
}

.timeline-item {
	display: table;
	width: 100%;
}

.timeline-post-title:hover {
	text-decoration: underline dotted #eee;
}

.timeline-item:first-child .timeline-right {
	padding-top: 0;
}

.timeline-item:last-child .timeline-right {
	padding-bottom: 0;
}

.timeline-left {
	width: 80px;
	display: table-cell;
	position: relative;
}

.timeline-left:before {
	content: '';
	position: absolute;
	left: 39px;
	width: 1px;
	border-left: dotted 1px #CCC;
	top: 0;
	bottom: 0;
}

.timeline-category {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	color: #FFF;
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -16px;
}

.timeline-category:hover {
	color: #fff;
}

.timeline-tooltip {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}

.timeline-tooltip i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}

.timeline-date {
	background-color: #FFF;
	display: block;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: 16px;
	text-align: center;
	width: 100%;
	padding-top: 3px;
}

.timeline-category:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	border-top: dotted 1px #CCC;
	top: 50%;
	left: 100%;
}

.timeline-right {
	display: table-cell;
	padding: 15px 0;
}

.timeline-right a {
	color: #333;
	text-decoration: none;
}

.timeline-post-image {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding-right: 20px;
	font-size: 0;
}

.timeline-excerpt {
	font-size: 13px;
	margin-top: 10px;
	color: #666;
}

.timeline-excerpt p:last-child {
	margin-bottom: 0
}

.timeline-post-image a {
	position: relative;
	display: block;
}

.timeline-post-image a:hover:before {
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.timeline-post-image img {
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.timeline-post-content {
	display: table-cell;
	width: 100%;
}

.timeline-post-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 0;
}

.timeline-post-content ul li {
	display: inline-block;
	font-size: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}

.timeline-post-content ul li a {
	display: inline-block;
	font-size: 10px;
	padding: 4px 8px;
	border: solid 2px #EEE;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.6;
}

.timeline-post-title {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	-ms-word-break: break-word;
	word-break: break-word;
}

.timeline-post-desc {
	line-height: 1.3;
	opacity: .8;
	font-size: 13px;
}

.timeline-post-info {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.timeline-post-info .dot {
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 50%;
	background-color: #333;
	position: relative;
	top: -2px;
	margin: 0 5px;
}

.related-post {
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 3px;
}

.related-post img {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.related-post .timeline-post-image a:hover:before {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.related-post .timeline-right {
	padding: 0;
}

.related-post .timeline-post-content h3 {
	margin-bottom: 0;
}

.related-title {
	margin: 0;
	color: #616161;
	font-size: 14px;
}

.related-post .timeline-post-content {
	padding: 10px 0;
}

.load-more {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.single-load-more {
	text-align: center;
}

.load-more.lm-align-center {
	text-align: center;
}

.load-more.lm-align-right {
	text-align: right;
}

.load-more-button {
	padding: 10px 20px;
	border: none;
	background-color: #f2f2f2;
	color: #333;
	cursor: pointer;
	outline: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.load-more-button span {
	margin-left: 10px;
	line-height: 0;
}

.posts-navigation {
	margin-top: 45px;
	font-size: 0;
}

.post-lists + .posts-navigation {
	margin-top: 0;
}

.post-lists + .load-more {
	margin-top: 15px;
}

.posts-navigation .nav-links {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.posts-navigation .nav-links a {
	text-decoration: none;
	display: inline-flex;
	display: -ms-inline-flexbox;
	vertical-align: middle;
	padding: 5px 20px;
	border: none;
	background-color: #f2f2f2;
	color: #333;
	outline: none;
	border-radius: 3px;
}

.authors-pagination-wrapper {
	text-align: center;
}

.numeric-pagination.comment-pagination,
.entry-content .post-page-navigation,
.authors-pagination,
.posts-navigation.numeric-pagination .pagination-wrapper {
	font-size: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
}

.numeric-pagination .post-page-numbers,
.numeric-pagination .page-numbers {
	text-decoration: none;
	display: inline-block;
	width: 41px;
	height: 41px;
	background: #fff;
	text-align: center;
	line-height: 41px;
	border-right: 1px solid #eee;
	color: #616161;
	font-size: 15px;
	transition: all .2s ease;
	vertical-align: middle;
}

.numeric-pagination .post-page-numbers:hover,
.numeric-pagination .page-numbers:hover {
	background-color: #eee;
	color: #616161;
}

.page-numbers.next,
.post-page-numbers.next,
.page-numbers.prev,
.post-page-numbers.prev {
	text-decoration: none;
	font-size: 15px;
	width: auto;
}

.post-page-numbers.next,
.page-numbers.next {
	padding-left: 10px;
}

.post-page-numbers.prev,
.page-numbers.prev {
	padding-right: 10px;
}

.post-page-numbers.next i,
.page-numbers.next i,
.post-page-numbers.prev i,
.page-numbers.prev i {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.numeric-pagination .page-numbers:last-child {
	border-right: 0;
}

.post-page-numbers.current,
.page-numbers.current {
	color: #fff;
}

.numeric-pagination.p-align-center {
	text-align: center;
}

.numeric-pagination.p-align-right {
	text-align: right;
}

.more-posts,
.post-lists {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.column-3,
.column-2 {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.post-list-item {
	border-radius: 3px;
	border: solid 1px #EEE;
	overflow: hidden;
}

.post-list-item:hover {
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1)
}

.post-list-item:hover .post-title .grid-cats {
	bottom: 30px;
}

.post-list-item .post-top {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.post-top-thumbless {
	padding: 20px 20px 0 20px;
}

.post-top-thumbless a {
	display: block;
	text-decoration: none;
}

.post-list-item .post-top img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-list-item .post-title {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: 1.2;
}

.post-lists .column-2 .post-list-item .post-title {
	font-size: 16px;
}

.post-list-item .post-title:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
}

.post-list-item .post-title .grid-link {
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
}

.post-list-item .post-title .grid-cats {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	-webkit-transition: bottom 100ms linear;
	-moz-transition: bottom 100ms linear;
	-o-transition: bottom 100ms linear;
	transition: bottom 100ms linear;
	color: #fff;
}

.post-list-item .post-title .grid-cats h3 {
	font-size: 20px;
	margin: 0;
	line-height: 1.3;
}

.grid-cats a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}

.grid-cats .title-wrap {
	display: block;
}

.grid-cats a:hover,
.grid-cats .title-wrap:hover {
	color: #e0e0e0;
}

.post-list-item .post-bottom {
	height: auto;
	padding: 20px;
}

.post-list-item .post-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
}

.post-list-item .author-avatar {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.post-list-item .author-avatar img {
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 24px;
	height: 24px;
	max-width: 24px;
	margin: 0;
}

.post-list-item .author-name {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.post-list-item .post-date {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.post-list-item .post-meta {
	padding-top: 15px;
	margin-top: 15px;
	border-top: solid 1px #EEE;
	font-size: 14px;
}

.main-highlight .post-list-item .post-meta {
	margin-top: 15px;
}

.post-list-item .read-more {
	text-decoration: none;
	position: relative;
	color: #333;
}

.post-list-item .read-more:hover i {
	left: 10px;
}

.post-list-item .read-more i {
	position: relative;
	top: 5px;
	left: 0;
	font-size: 18px;
	-webkit-transition: left 200ms linear;
	-moz-transition: left 200ms linear;
	-o-transition: left 200ms linear;
	transition: left 200ms linear;
}

.video-box {
	background-color: #263238;
	width: 100%;
	height: auto;
	padding: 30px 0;
	background-image: url(../img/inspiration-geometry.png);
}

.video-box-wrapper {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	height: auto;
	margin: 0 auto;
}

.video-box .breadcrumb {
	color: rgba(255, 255, 255, .8);
}

.video-box .breadcrumb a {
	color: rgba(255, 255, 255, .8);
}

.video-box .breadcrumb ul li:last-child span {
	font-weight: 400;
}

.video-title {
	color: #FFF;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
}

.video-container {
	display: table;
	width: 100%;
}

.video-player-row {
	display: table-row;
}

.video-player {
	display: table-cell;
	vertical-align: top;
}

.player-box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.player-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}

.player-content p {
	margin: 0;
}

.player-content iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.video-playlist {
	width: 320px !important;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.playerlist {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.playlist-header {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #37474f;
	color: #FFF;
	padding: 15px 10px;
	border-bottom: 1px solid #242f34;
}

.playlist-header .md-checkbox {
	float: right;
}

.playlist-list {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
}

.playlist-header + .playlist-list {
	top: 50px;
}

.playlist-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.playlist-list ul li {
	border-bottom: 1px solid #242f34;
	border-top: 1px solid #45545b;
	background-color: #37474f;
}

.playlist-list ul li:hover a, .playlist-list ul li.active a {
	background-color: #455a64;
}

.playlist-list ul li a {
	display: table;
	width: 100%;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: 600;
}

.playlist-list ul li:hover .video-list-name, .playlist-list ul li.active .video-list-name {
	opacity: 1;
}

.playlist-list .video-list-image {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
	position: relative;
	width: 120px !important;
}

.playlist-list .video-list-image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.playlist-list .video-list-image i {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -12px;
}

.playlist-list .video-list-name {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	font-size: 13px;
	opacity: .6;
}

.extra-posts {
	width: 100%;
	min-height: 0;
	background-color: #f4f4f4;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.extra-posts + .content-area .main-container {
	margin: 0;
}

.extra-post-wrapper {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.extra-post-wrapper .columns {
	padding: 0 10px;
}

.extra-post-wrapper p:last-child {
	margin-bottom: 0;
}

.extra-post-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
}

.extra-post-box:hover .post-date {
	color: #333;
}

.extra-post-box .extra-post-link {
	display: table;
	width: 100%;
	color: #333;
	text-decoration: none;
}

.extra-post-box .post-image {
	display: table-cell;
	width: 110px;
	vertical-align: middle;
	padding: 15px 0 15px 15px;
}

.extra-post-box .post-image span {
	display: block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	overflow: hidden;

}

.extra-post-box .post-image img {
	display: block;
	object-fit: cover;
}

.extra-post-box .post-title {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px 15px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	-ms-word-break: break-word;
	word-break: break-word;
}

.extra-post-box .no-thumb .post-title {
	padding-left: 15px;
}

.extra-post-box .post-date {
	display: block;
	opacity: .5;
	font-size: 13px;
	font-weight: 400;
	padding-top: 5px;
}

.author-wrapper {
	background-color: #f6f6f6;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 28px;
	border-radius: 3px;
	border: solid 1px #EEE;
	padding: 0 30px 30px 30px;
}

.author-wrapper .author-image {
	width: 110px;
	height: 110px;
	overflow: hidden;
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 100%;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
	position: relative;
	top: -30px;
}

.author-wrapper .author-image img {
	display: block;
	margin: 0;
}

.author-wrapper .author-name {
	margin: -30px 0 0 0;
	font-size: 36px;
}

.author-wrapper p {
	opacity: .6;
	font-size: 13px;
}

.author-item {
	display: table;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
	margin-bottom: 20px;
}

.author-item .author-image {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	width: 120px;
}

.author-item .author-item-link {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.author-item .author-image img {
	object-fit: cover;
	display: block;
	margin: 0;
}

.author-item .author-info {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 20px 20px 0;
}

.author-item .author-name {
	font-size: 18px;
	text-decoration: none;
	color: #333;
}

.author-item .author-name h4 {
	margin: 0;
	padding: 0;
	display: inline-block;
	transition: all .3s ease;
}

.author-item .author-description {
	font-size: 13px;
	opacity: .7;
}

.author-item .author-description p:first-child {
	margin-top: 0;
}

.author-item .author-description p:last-child {
	margin-bottom: 0;
}

.author-item .author-extras {
	margin-top: 4px;
	font-size: 12px;
}

.parallax-box {
	width: 100%;
	position: relative;
	height: 460px;
	overflow: hidden;
}

.parallax-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	height: 760px;
	border-radius: 3px;
	min-height: 660px;
	margin-top: -150px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.parallax-box .post-box {
	height: 460px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 100ms linear;
	-moz-transition: opacity 100ms linear;
	-o-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
}

.parallax-box .post-overlay {
	border-radius: 0;
}

.parallax-box .post-overlay-inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding-right: 20%;
	color: #fff;
}

.parallax-box .post-overlay-inner a {
	color: #fff;
	text-decoration: none;
}

.parallax-box .post-title {
	font-size: 48px;
}

.article-header-title {
	width: 100%;
	line-height: 1.2;
}

.article-header-title a {
	text-decoration: none;
	color: #000;
}

.article-header-title a:hover {
	color: #000;
}

.article-header-title .article-title {
	font-size: 36px;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.extra-title {
	font-size: 36px;
}

.article-meta-info {
	font-size: 13px;
}

.article-meta-info .author-name {
	text-decoration: none;
	font-weight: 600;
	color: #9e9e9e;
}

.article-meta-info .article-post-date {
	margin-right: 10px;
	opacity: .6;
}

.parallax-meta .article-reading-time {
	margin-left: 10px;
}

.article-meta-info .article-reading-time {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #f2f2f2;
	margin-right: 10px;
}

.meta-divider {
	margin: 0 5px;
}

.breadcrumb {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: transparent;
	padding: 0;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
}

.breadcrumb ul {
	list-style: none;
	padding: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.parallax-post .breadcrumb ul {
	margin-bottom: 0;
}

.breadcrumb ul li {
	white-space: nowrap;
}

.breadcrumb ul li:last-child span {
	font-weight: 600;
	opacity: .6;
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb a {
	color: #757575;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb ul li i {
	color: #757575;
	font-size: 14px;
	position: relative;
	top: 4px;
}

.article-wrapper {
	position: relative;
	background-size: 6px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.article-header {
	height: auto;
}

.article-header {
	margin-bottom: 20px;
}

.article-content {
	position: relative;
	margin-bottom: 20px;
}

.no-sidebar .single-posts-wrapper {
	margin-right: 180px;
	margin-left: 180px;
}

.article-right-box {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.page .article-content {
	margin-bottom: 0;
}

.article-left-box-inner {
	width: 50px;
	height: auto;
	font-size: 0;
	z-index: 2;
}

.single .article-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	word-break: break-word;
}

.sidebar-left .article-content {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.single-thumbnail {
	margin: 0 0 20px 0;
}

.single-thumbnail img {
	border-radius: 3px;
}

.article-share a,
.article-share button {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
	padding: 0;
	cursor: pointer;
}

.article-share i {
	vertical-align: middle;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.facebook {
	background-color: #4363a2;
}

.twitter {
	background-color: #03A9F4;
}

.whatsapp {
	background-color: #128c7e;
}

.linkedin {
	background-color: #0077b5;
}

.telegram {
	background-color: #0088cc;
}

.pinterest {
	background-color: #bd081c;
}

.share-email {
	background-color: #222;
}

.copy {
	background-color: #FB8C00;
}

.facebook:hover {
	background-color: #385793;
}

.twitter:hover {
	background-color: #008ece;
}

.whatsapp:hover {
	background-color: #117166;
}

.linkedin:hover {
	background-color: #00a0dc;
}

.telegram:hover {
	background-color: #0473ab;
}

.pinterest:hover {
	background-color: #de0c23;
}

.share-email:hover {
	background-color: #424242;
}

.copy:hover {
	background-color: #E64A19;
}

.article-share {
	margin-bottom: 10px;
}

.favorite-button {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 11px;
	border-radius: 50%;
	border: solid 2px;
	margin-bottom: 10px;
	cursor: pointer;
	background-color: transparent;
	outline: none;
}

.favorite-button-mobile {
	padding: 0;
	background: none;
	margin-left: 15px;
	display: none;
}

.favorite-button-mobile i {
	margin-right: 5px;
}

.article-emoticons, .article-emoticons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 50px;
	position: relative;
	z-index: 20;
}

.article-emoticons + .sticky-content {
	margin-top: 20px;
}

.favorite-wrapper {
	margin-bottom: 10px;
}

.article-emoticons ul {
	height: 0;
}

.article-emoticons .popular {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.article-emoticons ul > li {
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.article-emoticons.active ul {
	height: auto;
}

.article-emoticons li {
	display: block;
	width: 100%;
}

.article-emoticons > li {
	height: 60px;
}

.first-emoticon-wrapper {
	display: inline-block;
	position: relative;
}

.article-emoticons .first-emoticon-wrapper span {
	padding-top: 6px;
}

.article-emoticons:hover ul > li {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	transform: scale(1);
}

.article-emoticons ul > li:hover {
	-webkit-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	transform: scale(1.1);
}

.article-emoticons:hover .popular {
	-webkit-transform: scale(1.4);
	-khtml-transform: scale(1.4);
	transform: scale(1.4);
}

.article-emoticons li button {
	display: block;
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.article-emoticons.loading {
	opacity: 0.5;
}

.article-emoticons li span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	padding-bottom: 5px;
}

.article-emoticons li .happy {
	background-image: url(../img/happy.svg);
}

.article-emoticons li .love {
	background-image: url(../img/love.svg);
}

.article-emoticons li .shocked {
	background-image: url(../img/shocked.svg);
}

.article-emoticons li .angry {
	background-image: url(../img/angry.svg);
}

.article-emoticons li .crying {
	background-image: url(../img/crying.svg);
}

.article-emoticons li .sleepy {
	background-image: url(../img/sleepy.svg);
}

.single .post-thumbnail {
	margin-bottom: 20px;
}

.article-description {
	font-size: 20px;
	margin-bottom: 20px;
}

.article-description > p {
	margin-top: 0
}

.article-description p:last-child {
	margin-bottom: 0;
}

.article-inner figure {
	margin: 0;
	padding: 0;
}

.article-inner figure.left {
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}

.article-inner figure.right {
	display: inline-block;
	max-width: 50%;
	float: right;
	margin-left: 20px;
	padding-top: 6px;
}

.article-inner figure figcaption {
	display: block;
	width: 100%;
	text-align: center;
	opacity: .8;
	font-size: 13px;
}

.article-content.adbox120 .article-left-box-inner {
	width: 120px;
}

.article-content.adbox160 .article-left-box-inner {
	width: 160px;
}

.article-content.adbox120 .article-left-box {
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
}

.article-content.adbox160 .article-left-box {
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
}

blockquote {
	font-size: 1.2em;
	width: 100%;
	margin: 0 auto 20px auto;
	color: #555555;
	padding: 1.2em 30px 1.2em 50px;
	background: #f8f8f8;
	border-left: 8px solid;
	line-height: 1.6;
	position: relative;
	font-weight: 300;
}

blockquote::before {
	font-family: Arial;
	content: "\201C";
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: 0;
}

blockquote::after {
	content: '';
}

blockquote p {
	margin: 0;
}

blockquote p + p {
	margin-top: 10px;
}

blockquote cite,
blockquote span {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}

.article-source-box {
	border: dashed 1px #CCC;
	padding: 6px 12px;
	font-size: 12px;
	margin-bottom: 20px;
}

.article-source-box:hover {
	background-color: #f4f4f4;
}

.article-source-box .source-subtitle {
	color: #333;
	font-weight: 600;
}

.article-source-box .source-url {
	opacity: .7;
}

.article-tags {
	font-size: 13px;
}

.article-tags .tag-dot {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #333;
	border-radius: 50%;
	margin: 0 4px;
	position: relative;
	top: -2px;
}

.more-article {
	margin-bottom: 30px;
	overflow: hidden;
}

.more-posts .post-box {
	height: 260px;
}

.more-posts .post-overlay {
	max-height: 260px;
	overflow: auto;
}

.more-posts .post-title {
	font-size: 16px;
}

#cancel-comment-reply-link {
	margin-left: 5px;
	text-decoration: none;
	color: #f44336;
}

#cancel-comment-reply-link:hover {
	color: #e53935;
}

.comment-form .comment-columns .columns {
	padding-right: 10px;
}

.comment-form .md-checkbox {
	margin-top: 10px;
}

.comment-form-cookies-consent,
.comment-row {
	margin-bottom: 15px;
}

.comment-respond label.error {
	color: #f44336;
	font-size: 12px;
	line-height: 1;
}

.comment-form .comment-columns .columns:nth-child(3) {
	padding-right: 0;
}

.comment-form-notice {
	font-size: 12px;
}

.comment-item {
	display: table;
	margin: 40px 0;
	border-radius: 3px;
}

.comment-item .comment-avatar {
	width: 70px;
}

.comment-item .comment-img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.comment-item .comment-img img {
	margin: 0;
}

.comment-item .author-name {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.comment-item .author-name a {
	text-decoration: none;
	color: #222;
}

.comment-item .comment-date {
	font-size: 12px;
	position: relative;
	top: -1px;
	opacity: .9;
}

.comment-item .comment-wrapper {
	font-size: 15px;
	padding: 4px 0;
	opacity: .8;
}

.comment-item .comment-vote {
	padding: 0;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: none;
	position: relative;
	margin-right: 20px;
	top: 6px;
	outline: none;
}

.replay-button {
	margin-right: 20px;
	font-size: 13px;
}

.replay-button a {
	text-decoration: none;
}

.comment-item .comment-vote i {
	opacity: .2;
}

.comment-item .comment-vote:hover i {
	opacity: .6;
}

.comment-item .comment-vote .vote-count {
	position: relative;
	top: -6px;
	margin-left: 5px;
}

.comment-item .up-vote .vote-count {
	color: #70ca3f;
	top: -7px;
}

.comment-item .down-vote .vote-count {
	color: #ca3f3f;
	top: -9px;
}

.comment-item .down-vote {
	top: 8px;
}

.comment-item .down-vote i {
	-ms-transform: rotate(180deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.comment-item .replay-button {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}

.comment-wrapper p:first-child {
	margin-top: 0;
}

.comment-wrapper p:last-child {
	margin-bottom: 0;
}

.comment .comment {
	padding-left: 70px;
}

.comment-button-wrapper {
	padding-left: 20px;
}

p.form-submit {
	margin: 0;
}

.submit-wrapper {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.comment {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.comment-avatar {
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}

.comment-content {
	-ms-flex: 0 0 calc(100% - 70px);
	flex: 0 0 calc(100% - 70px);
	max-width: calc(100% - 70px);
	word-break: break-word;
}

.comment-header {
	white-space: nowrap;
	overflow: auto;
}

.comments-area .comment-pagination {
	margin-top: 0;
	margin-bottom: 20px;
}

.comment-pagination-top {
	margin-top: 0;
}

.comment-pagination-bottom {
	margin-bottom: 20px;
}

.comment-rating-title {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 20px 0;
}

.comment-respond {
	width: 100%;
}

.comment-awaiting-moderation {
	background-color: #eee;
	font-size: 12px;
	padding: 2px 7px;
	border-radius: 3px;
	display: table;
}

.content-sidebar {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	width: 300px;
}

.content-sidebar .sidebar-inner {
	max-width: 300px;
}

#comment_parent ~ p {
	display: none;
}

.logged-in-as,
.comment-notes {
	margin-top: 20px;
}

.logged-in-as a {
	text-decoration: none;
}

.main-content.sidebar-left .content-sidebar {
	right: auto;
	left: 0;
}

.article-left-box {
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.main-content.sidebar-left .article-left-box {
	left: auto;
	right: 0;
}

.sidebar_inner {
	width: 300px;
}

.seperator {
	width: 100%;
	height: 14px;
	background-image: url(../img/seperator.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 6px;
	margin-bottom: 20px;
}

.widget .seperator {
	margin-bottom: 0;
}

.widget-item {
	width: 100%;
	height: auto;;
	margin-bottom: 50px;
}

aside .widget-item:last-child {
	margin-bottom: 0;
}

.widget.widget_tag_cloud .tagcloud {
	font-size: 0;
}

.widget.widget_tag_cloud .tagcloud a {
	font-size: 12px !important;
	display: inline-block;
	color: #212121;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: .25rem .5rem;
	text-decoration: none;
	border-radius: 3px;
	border: 2px solid #f1f1f1;
	transition: all 0.2s ease;
	opacity: 0.9;
	font-weight: bold;
}

.widget.widget_tag_cloud .tagcloud a span {
	margin-left: 0.2rem;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #fff !important;
}

.w-header {
	display: table;
	width: 100%;
	margin-bottom: 20px;

}

.w-title h2 {
	margin: 0;
	padding: 0 10px 0 0;
	font-weight: 600;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.w-seperator {
	display: table-cell;
	height: 10px;
	width: 100%;
	background-image: url(../img/seperator.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 6px;
	top: 9px;
	position: relative;
	opacity: .6;
}

.w-post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.w-post-list > li {
	margin-bottom: 20px;
}

.w-post-list > li > a {
	display: table;
	text-decoration: none;
	color: #333;
}

.w-post-list > li > a .w-post-image {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 80px;
	border-radius: 3px;
	overflow: hidden;
}

.w-post-list > li > a .w-post-image img {
	display: block;
	object-fit: cover;
}

.w-post-list > li > a .w-post-image > span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	background-color: rgba(0, 0, 0, .3);
	transition: all .25s ease;
}

.w-post-list > li > a .w-post-content {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	line-height: 1.2;
}

.w-post-list .w-post-title {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	top: -2px;
	-ms-word-break: break-word;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
}

.w-post-list .metas {
	font-size: 12px;
	color: #616161;
	margin-top: 5px;
}

.w-post-list > li > a:hover .w-post-image > span {
	background-color: rgba(0, 0, 0, 0);
}

.w-post-list > li > a .w-post-image.no-image span {
	color: #333;
	position: inherit;
	background-color: transparent;
	width: 80px;
	height: 80px;
	display: inline-block;
}

.w-carousel-post .item {
	line-height: 1.2;
}

.w-carousel-post a {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	display: block;
	line-height: 1.6;
}

.w-carousel-post .w-post-title {
	padding-top: 6px;
	display: block;
}

.w-carousel-post .w-play-img {
	position: relative;
}

.w-carousel-post .w-play-img img {
	border-radius: 3px;
}

.w-video-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	font-size: 36px;
}

.w-video-icon i {
	font-size: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: 50%;
	margin-left: -32px;
}

.w-carousel-post .owl-dots {
	position: absolute;
	top: 0;
	height: 10px;
	width: 100%;
	z-index: 10;
	text-align: right;
	padding-right: 10px;

}

.w-carousel-post .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-radius: 50%;
	margin: 0 2px;
}

.widget-carousel {
	position: relative;
}

.widget-carousel .owl-nav button {
	position: absolute;
	top: 35%;
	display: inline-block;
	background-color: #fff !important;
	width: 30px;
	height: 40px;
	line-height: 40px !important;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	color: #222 !important;
}

.widget-carousel .owl-nav button i {
	line-height: 40px;
}

.widget-carousel .owl-nav .owl-next {
	border-radius: 3px 0 0 3px;
	right: 0;
}

.widget-carousel .owl-nav .owl-prev {
	border-radius: 0 3px 3px 0;
	left: 0;
}

.widget-carousel:hover .owl-nav button {
	opacity: 1;
	visibility: visible;
}

.ad-box {
	text-align: center;
}

.widget-ad-box {
	margin-bottom: 20px;
	display: block;
}

.widget-ad-box img {
	display: block;
}

.w-boxed-post ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #f6f6f6;
	border-radius: 2px;
	border: solid 1px #EEE;
	overflow: hidden;
}

.w-boxed-post .box-wrapper {
	width: 100%;
}

.w-boxed-post ul li {
	display: block;
	width: 100%;
	border-bottom: solid 1px #EEE;
}

.w-boxed-post ul li:last-child {
	border-bottom: none;
}

.w-boxed-post ul li.active a .box-wrapper, .w-boxed-post ul li:hover .box-wrapper {
	background-color: rgba(0, 0, 0, .3);
}

.w-boxed-post ul li a {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}

.w-boxed-post ul li a .box-wrapper {
	display: table;
	background-color: #f6f6f6;
}

.w-boxed-post ul li a .box-wrapper .box-left {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	width: 72px;
}

.w-boxed-post ul li a .box-wrapper .box-left span {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	text-align: center;
	line-height: 32px;
	font-weight: 700;
	font-size: 16px;
	background-color: #FFF;
	border: solid 1px #EEE;
	color: #333;
}

.w-boxed-post ul li a .box-wrapper .box-right {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px 20px 0;
}

.w-boxed-post ul li a .box-wrapper .box-right .p-title {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	-ms-word-break: break-word;
	word-break: break-word;
}

.w-boxed-post ul li a .box-wrapper .box-right .p-icons {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	opacity: .5;
}

.w-boxed-post ul li.active a, .w-boxed-post ul li:hover a {
	color: #FFF;
}

.error-container {
	min-height: 200px;
	max-width: 1200px;
	padding: 20px;
	margin: 100px auto;
	text-align: center;
}

.error-code {
	display: inline-block;
	padding: 50px 100px;
	font-size: 160px;
	font-weight: 900;
	color: #FFF;
	border-radius: 3px;
	line-height: 1;
}

.fzf-title {
	letter-spacing: 0.05em;
	text-shadow: 4px 4px 0 #d5d5d5, 7px 7px 0 rgba(0, 0, 0, 0.2);
}

.go-home-link {
	text-decoration: none;
}

.go-home-link:hover {
	text-decoration: underline;
}

.contact-form .columns {
	padding-left: 15px;
}

.contact-form .columns:first-child {
	padding-left: 0;
}

.contact-form .send-button {
	padding-top: 5px;
}

.m-modal-box {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.m-modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.m-modal-content {
	width: 400px;
	max-height: 100%;
	overflow: auto;
	left: 50%;
	top: 50%;
	min-height: 100px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-khtml-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	position: absolute;
	z-index: 105;
	-webkit-box-shadow: rgba(9, 31, 67, 0.1) 0 15px 55px -5px;
	box-shadow: rgba(9, 31, 67, 0.1) 0 15px 55px -5px;
	background-color: #fff;
	border-radius: 3px;
}

.m-modal-content.active {
	-webkit-animation: scale-in-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.m-modal-body {
	max-height: 100%;
}

.m-modal-content.large {
	width: 1200px;
}

.m-modal-content.medium {
	width: 800px;
}

.m-modal-content.small {
	width: 400px;
}

.m-modal-header {
	padding: 30px;
	position: relative;
}

.newsletter-modal .m-modal-header {
	margin: 0 -30px 0 -30px;
}

.m-modal-title {
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.m-modal-content .widget:first-of-type .m-modal-title {
	padding: 0 30px 0 0;
}

.m-modal-close {
	position: absolute;
	right: 30px;
	top: 30px;
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 1;
}

.m-modal-close i {
	padding: 8px;
	margin: -8px;
	border-radius: 50%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.m-modal-close:hover i {
	background-color: rgba(0, 0, 0, .1);
}

.m-modal-body {
	padding: 0 30px 30px 30px;
}

.m-modal-body a {
	text-decoration: none;
}

.m-modal-seperator {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	margin: 40px 0;
	position: relative;
	text-align: center;

}

.m-modal-seperator > span {
	position: relative;
	display: inline-block;
	border: solid 2px #CCC;
	border-radius: 30px;
	padding: 10px;
	top: -20px;
	background-color: #FFF;
	font-size: 12px;
}

#profileModal .m-modal-seperator span {
	border: none;
}

.m-modal-social-logins {
	overflow: hidden;
}

.m-modal-social-logins > .columns {
	padding-right: 10px;
}

.m-modal-social-logins > .columns:last-child {
	padding-right: 0;
}

.m-modal-box input {
	width: 100%;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	cursor: pointer;
	display: none;
}

.material-button {
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.material-button-inner > span:first-child {
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.wave-effect {
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.7;
}

.Zebra_Tooltip_Message {
	font-size: 13px;
	padding: 8px 15px !important;
}

#endOfTheArticle, #endOfTheSidebar {
	height: 1px;
	width: 100%;
}

.frm-row {
	margin-bottom: 10px;
}

.frm-check-radio-label {
	font-size: 13px;
}

.frm-check-radio-label span {
	position: relative;
	top: -2px;
}

.frm-button {
	color: #FFF;
	text-decoration: none;
}

.frm-button.small {
	padding: 4px 10px;
	font-size: 12px;
}

.frm-button.small:hover {
	color: #fff;
	opacity: .9;
}

.frm-button.full {
	width: 100%;
	border-radius: 2px;
}

.frm-button.facebook {
	background: #226abc;
}

.frm-button.twitter {
	background: #00abf0;
}

.frm-button.google {
	background: #d1432b;
}

.sidebar-button-group {
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
	overflow: hidden;
}

.sidebar-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.sidebar-buttons.active {
	background-color: #f4f4f4;
}

.sidebar-buttons i {
	float: left;
	margin-right: 10px;
}

.sidebar-buttons .btn-label {
	position: relative;
	line-height: 24px;
	display: inline-block;
	float: left;
}

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

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

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

.block {
	display: block;
}

.icon-icons,
.clearfix:before {
	content: '';
	display: table;
}

.icon-icons,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.margin-60 {
	width: 100%;
	height: 60px;
}

.margin-30 {
	width: 100%;
	height: 30px;
}

.margin-20 {
	width: 100%;
	height: 20px;
}

.margin-10 {
	width: 100%;
	height: 10px;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.comment-form-cookies-consent,
.md-checkbox {
	position: relative;
	text-align: left;
	display: inline-block;
	line-height: 1.3;
}

.md-checkbox.md-checkbox-inline {
	display: inline-block;
}

.comment-form-cookies-consent label,
.md-checkbox label {
	cursor: pointer;
}

.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after,
.md-checkbox label:before,
.md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.comment-form-cookies-consent label:before,
.md-checkbox label:before {
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 2px;
	cursor: pointer;
	transition: background .3s;
}

.comment-form-cookies-consent input[type="checkbox"],
.md-checkbox input[type="checkbox"] {
	outline: 0;
	margin-right: 10px;
	visibility: hidden;
	width: auto;
}

.comment-form-cookies-consent input[type="checkbox"]:checked + label:before,
.md-checkbox input[type="checkbox"]:checked + label:before {
	border: none;
}

.comment-form-cookies-consent input[type="checkbox"]:checked + label:after,
.md-checkbox input[type="checkbox"]:checked + label:after {
	transform: rotate(-45deg);
	top: 5px;
	left: 4px;
	width: 12px;
	height: 6px;
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
}

.comment-form-cookies-consent input[type="checkbox"]:disabled + label:before,
.md-checkbox input[type="checkbox"]:disabled + label:before {
	border-color: rgba(0, 0, 0, 0.26);
}

.comment-form-cookies-consent input[type="checkbox"]:disabled:checked + label:before,
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
	background: rgba(0, 0, 0, 0.26);
}

.comment-form-cookies-consent label:before {
	background: transparent;
}

.sidebar-menu .divider {
	border-bottom: 1px solid #cfd8dc;
}

.sidebar-menu .divider:last-child {
	border: 0;
}

.sidebar-menu-widgets {
	padding: 20px;
	border-top: 1px solid #cfd8dc;
}

.sidebar-menu-widget-title {
	margin-top: 0;
}

.sidebar-menu-widgets .widget {
	margin-bottom: 40px;
}

.social-links .instagram:hover,
.instagram {
	background: #e1306c;
}

.social-links .linkedin:hover,
.linkedin {
	background: #0077b5;
}

.social-links .youtube:hover,
.youtube {
	background: #ff0000;
}

.social-links .dribble:hover,
.dribble {
	background: #ea4c89;
}

.social-links .reddit:hover,
.reddit {
	background: #ff4500;
}

.social-links .behance:hover,
.behance {
	background: #1769ff;
}

.social-links .menu-label {
	color: #fff;
}

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

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

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

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

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

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

.wp-caption {
	padding: 5px 3px 10px;
	text-align: center;
}

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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding-top: 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.ib-spinner-wrapper {
	display: none;
}

.ib-spinner {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	font-size: 0;
}

.loading-div .ib-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
	z-index: 2;
}

.ib-spinner .spinner {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	white-space: nowrap;
}

.ib-spinner .spinner::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	border-width: 3px;
	border-color: inherit;
	border-radius: 50%;
	left: 45%;
	width: 10%;
	border-top-style: solid;
}

.ib-spinner .spinner .circle {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.ib-spinner .spinner .circle.left::after {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg);
}

.ib-spinner .spinner .circle.right::after {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg);
}

.ib-spinner .spinner .circle::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	border-width: 3px;
	border-color: inherit;
	border-radius: 50%;
	bottom: 0;
	width: 200%;
	border-style: solid;
	border-bottom-color: transparent !important;
}

.ib-spinner.active {
	-webkit-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}

.ib-spinner.active .spinner {
	-webkit-animation-name: fill-unfill-rotate;
	animation-name: fill-unfill-rotate;
	-webkit-animation-duration: 5332ms;
	animation-duration: 5332ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 1;
}

.ib-spinner.active .spinner .circle.left::after {
	-webkit-animation-name: left-spin;
	animation-name: left-spin;
}

.ib-spinner.active .spinner .circle.right::after {
	-webkit-animation-name: right-spin;
	animation-name: right-spin;
}

.ib-spinner.active .spinner .circle::after {
	-webkit-animation-duration: 1333ms;
	animation-duration: 1333ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@keyframes left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@-webkit-keyframes right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@keyframes right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

@keyframes scale-in-center {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes ib-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes ib-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ib-spin {
	-webkit-animation: ib-spin .75s infinite linear;
	animation: ib-spin .75s infinite linear;
}

.page-load-status {
	display: none;
}

.bio-filter {
	text-align: center;
	display: table;
	margin: 0 auto 30px auto;
	position: relative;
}

.bio-filter select {
	width: auto;
	display: inline-block;
	height: auto;
}

.timeline-tooltip {
	text-align: center;
	position: relative;
}

.timeline-left svg {
	width: 20px;
	height: auto;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.comment-date a {
	text-decoration: none;
	color: #222;
}

.tags-links {
	display: block;
}

.mi-spin {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.article-emoticons .mi-spin {
	font-size: 15px;
}

.sticky-content-mobile,
.sticky-content {
	font-size: 15px;
}

.inline-response p {
	margin-top: 0;
}

.entry-content {
	font-family: 'Roboto', sans-serif;
}

.entry-content ol {
	padding-left: 0;
	list-style: decimal inside;
}

.entry-content ul {
	padding-left: 0;
	list-style: disc inside;
}

.entry-content ol li,
.entry-content ul li {
	margin-bottom: 5px;
}

.entry-content ol li:last-child,
.entry-content ul li:last-child {
	margin-bottom: 0;
}

.entry-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-content {
	word-wrap: break-word;
	font-size: 17px;
}

.entry-content iframe,
.schema-inner > *,
.entry-content > * {
	max-width: 100%;
}

.schema-inner > *,
.entry-content > * {
	margin-bottom: 25px;
}

.entry-content figure {
	width: auto !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
}

.entry-content h1 {
	font-size: 35px;
}

.entry-content h2 {
	font-size: 30px;
}

.entry-content h3 {
	font-size: 25px;
}

.entry-content h4 {
	font-size: 20px;
}

.entry-content h5 {
	font-size: 18px;
}

.entry-content h6 {
	font-size: 16px;
}

.entry-content > img,
.entry-content figure {
	margin-bottom: 20px;
}

.entry-content .ad-box {
	margin-bottom: 20px;
	overflow: hidden;
}

.post-format-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.timeline-item .post-format-icon i {
	color: #fff;
	font-size: 36px;
}

.feed-post.column-2 .post-format-icon i,
.feed-post.column-3 .post-format-icon i {
	color: #fff;
	font-size: 40px;
}

.fav-categories {
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.favorite-posts h3 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 0;
}

button.remove-feed-fav {
	color: #222;
	height: 40px;
	margin-top: -10px;
	margin-right: -10px;
}

div.nsl-container .nsl-container-buttons {
	padding: 0 !important;
}

div.nsl-container-block .nsl-container-buttons a {
	max-width: 100% !important;
}

.sticky-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ffff00;
}

.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.gallery-item {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

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

.gallery-columns-2 .gallery-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333;
	max-width: 8.333333%;
}

.gallery-columns-7 .gallery-item {
	-ms-flex: 0 0 14.285714%;
	flex: 0 0 14.285714;
	max-width: 14.285714%;
}

.gallery-columns-8 .gallery-item {
	-ms-flex: 0 0 12.5;
	flex: 0 0 12.5;
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	-ms-flex: 0 0 11.111111;
	flex: 0 0 11.111111;
	max-width: 11.111111%;
}

.ideabox-gallery ul {
	list-style: none;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.ideabox-gallery ul li {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.ideabox-gallery ul li img {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}

.no-results.not-found {
	padding: 0;
}

.post-lists > .no-results {
	padding: 0 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.wpcf7 form div.wpcf7-response-output {
	margin: 0 0 20px 0;
	border-width: 1px;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FF9800;
	color: #fff;
	border-color: #FF9800;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #4CAF50;
	color: #fff;
	border-color: #4CAF50;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

div.wpcf7 p {
	position: relative;
}

div.wpcf7 .ajax-loader {
	width: 28px;
	height: 28px;
	border-top-color: transparent !important;
	border-radius: 50%;
	background: none;
	margin-left: 30px;
	position: absolute;
	top: 50%;
}

.ajax-loader {
	-webkit-animation: spinner 0.5s linear infinite;
	animation: spinner 0.5s linear infinite;
}

.md-select {
	background-color: transparent;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 5px 40px 5px 20px;
	border: 2px solid #e0e0e0;
	border-radius: 3px;
	outline: 0;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 491.996 491.996' style='enable-background:new 0 0 491.996 491.996;' xml:space='preserve' width='10px' height='10px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z' data-original='%23000000' class='active-path' fill='%23000000'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top 50% right 20px;
}

.infinite-posts .single-post::before {
	margin: 50px 0;
	content: '';
	display: block;
	background-image: url(../img/seperator.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 14px;
	background-size: 7px;
	opacity: 0.6;
}

.infinite-scroll-wrapper {
	display: none;
}

.main-highlight .post-format-icon {
	top: 20px;
	right: 20px;
	left: inherit;
	transform: none;
	opacity: 0.9;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.main-highlight .post-format-icon i {
	color: #fff;
	font-size: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px;
	opacity: 0.9;
}

.dark-header-links .main-highlight .post-format-icon i {
	color: #222;
}

.edit-link {
	display: table;
	margin: 20px 0;
}

.post-edit-link {
	text-decoration: none;
	display: inline-block;
	border: 1px solid;
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.post-edit-link:hover {
	color: #ffF;
}

.post-edit-link i {
	position: relative;
	top: 4px;
	font-size: 18px;
}

.go-top {
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 25px;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 52px;
	height: 52px;
	line-height: 52px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.go-top.go-top-left {
	right: auto;
	left: 25px;
}

.dark-header-links .go-top {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.scale-1 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.go-top:hover {
	opacity: .9;
}

.go-top i {
	color: #fff;
}

.dark-header-links .go-top i {
	color: #222;
}

.social-counters {
	list-style: none;
	padding: 0 !important;
	margin: 0;
}

.social-counters li {
	margin-bottom: 5px;
}

.social-counters li:last-child {
	margin-bottom: 0;
}

.social-counters a {
	display: -ms-flexbox;
	display: flex;
	line-height: 40px;
	color: #424242;
	font-weight: 700;
	text-decoration: none;
	font-size: 12px;
	transition: all 0.3s ease;
}

.social-counters a:hover {
	opacity: 0.8;
	color: #424242;
}

.social-counters .icon {
	display: inline-block;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.3);
	margin-right: 15px;
	border-radius: 2px;
}

.social-counters .icon i {
	font-size: 17px;
	color: #fff;
}

.social-counters .icon i:before {
	line-height: 40px;
}

.social-counters .action {
	margin-left: auto;
}

.social-counters-icons {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.social-counters-icons li {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.social-counters-icons li:nth-child(n+6) {
	margin-top: 10px;
}

.social-counters-icons a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 40px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.social-counters-icons a:hover {
	opacity: 0.8;
	color: #fff;
}

.social-counters-icons a i:before {
	line-height: 40px;
}

.loading-div {
	position: relative;
}

.loading-div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #ffffff80;
}

.post-content-image {
	margin: 0;
}

.ib-author-bio {
	text-align: center;
	padding: 1.33em;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
}

.ib-author-bio .bio-image img {
	border-radius: 3px;
}

.ib-author-bio .bio-desc p:last-child {
	margin-bottom: 0;
}

.ib-author-bio .bio-social-links-wrapper {
	border-top: 1px solid #eee;
	margin-top: 1.33em;
	padding-top: 1.33em;
}

.ib-author-bio .bio-social-links {
	display: table;
	padding: 0;
	list-style: none;
	margin: 0 auto;
	font-size: 0;
}

.ib-author-bio .bio-social-links li {
	margin-right: 10px;
	font-size: 0;
	display: inline-block;
}

.ib-author-bio .bio-social-links li:last-child {
	margin-right: 0;
}

.ib-author-bio .bio-social-links li a {
	font-size: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid;
	text-align: center;
	border-radius: 50%;
	transition: all 0.25s ease;
	margin: 5px 0;
}

.ib-author-bio .bio-social-links li a:hover {
	color: #fff;
}

.ib-author-bio .bio-social-links li a i {
	font-size: 18px;
}

.ib-author-bio .bio-social-links li a i::before {
	line-height: 42px;
}

.account-dd i {
	vertical-align: middle;
	margin: 0 !important;
}

.no-pad {
	padding: 0 !important;
}

.timeline-category:hover:before,
.timeline-category:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation: pulse-black .8s;
	animation: pulse-black .8s;
	border-radius: 50%;
	z-index: 9;
}

@-webkit-keyframes pulse-black {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes pulse-black {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.widget_wdv_mailchimp_ajax span {
	color: #000;
}

.style-5-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.style-5 {
	padding: 20px;
}

.style-5-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.style-5-inner .style-5-left {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	padding-left: 10px;
	padding-right: 10px;
}

.style-5-inner .style-5-left article {
	height: 580px;
}

.style-5-inner .style-5-left article .post-title {
	font-size: 30px;
}

.style-5-inner .style-5-right {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	padding-left: 10px;
	padding-right: 10px;
}

.style-5-inner .style-5-right article {
	height: 180px;
	margin-bottom: 20px;
}

.style-5-inner .style-5-right article .post-title {
	font-size: 15px;
	margin-bottom: 0;
}

.style-5-inner .style-5-right article .post-meta {
	display: none;
}

.style-5-inner .style-5-right article .post-meta {

}

.header-right .header-navigation > li > a {
	transition: all 0.2s;
	padding: 0;
	width: 40px;
	text-align: center;
}

.header-button {
	background: none;
	color: #fff;
	font-size: 14px;
	padding: 0;
	width: 40px;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
}

.header-button i {
	padding: 8px;
	margin: -8px;
	border-radius: 50%;
	transition: all .25s ease;
}

.header-button:hover i {
	background-color: rgba(0, 0, 0, .1);
}

.link-button {
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	padding: 10px 15px;
	color: #444;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 0;
}

.link-button:hover {
	background-color: #EEE;
}

.header-right .header-navigation > li {
	margin-left: 10px;
}

.header-right .header-navigation > li:last-child {
	margin-right: -8px;
}

.header-right .inner-avatar {
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}

.header-right .header-navigation a .inner-my-account {
	margin-left: 0;
}

.sidebar-toggle-button i,
.toggle-sidebar i,
.header-right .image-button img,
.header-right a i {
	padding: 8px;
	margin: -8px;
	border-radius: 50%;
	transition: all .25s ease;
}

.header-right .image-button img {
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	width: 100%;
}

.sidebar-toggle-button:hover i,
.toggle-sidebar:hover i,
.header-right a:hover img,
.header-right button:hover img,
.header-right a:hover i {
	background-color: rgba(0, 0, 0, .1);
}

.stories.carousel::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.stories.carousel::-webkit-scrollbar-track {
	background-color: #e0e0e0;
	border-radius: 10px;
}

.stories.carousel::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

.stories.carousel {
	overflow-y: hidden;
}

.dark-header-links .search-close,
.dark-header-links .toggle-sidebar,
.dark-header-links .header-navigation > li > button,
.dark-header-links .header-navigation > li > a {
	color: #222;
}

.dark-header-links .logo-box a {
	color: #222;
}

.dark-header-links .ib-search-input {
	color: #222;
	background-color: rgba(0, 0, 0, .1);
}

.dark-header-links .ib-search-submit {
	color: #222;
}

.dark-header-links .ib-search-submit:hover {
	background-color: rgba(0, 0, 0, .1);
}

code[class*=language-],
pre[class*=language-] {
	margin: 0 0 25px 0 !important;
}

.widget_wdv_mailchimp_ajax .subscribe-description {
	text-align: left;
}

.widget_wdv_mailchimp_ajax .error {
	padding: 0;
}

.alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 1rem 2rem;
	border-radius: 3px;
	color: #fff;
}

form .alert {
	margin-bottom: 10px;
}

.alert .alert-text {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.alert.alert-success {
	background: rgba(29, 201, 183, .1);
	border-color: transparent;
	color: #1dc9b7;
}

.alert.alert-warning {
	background: rgba(255, 184, 34, .1);
	border-color: transparent;
	color: #ffb822;
}

.alert.alert-danger {
	background: rgba(253, 57, 122, .1);
	border-color: transparent;
	color: #fd397a;
}

.alert a {
	text-decoration: none;
}

.alert i {
	vertical-align: middle;
	margin-right: 10px;
}

.inline-response .alert {
	margin-bottom: 10px;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
	margin-left: 10px;
	border-radius: 3px;
	padding: .2em .6em;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:hover {
	color: #bbb;
}

div.code-toolbar > .toolbar {
	top: 5px;
	right: 10px;
}

.alert.must-log-in {
	margin-top: 10px;
}

.tags-links {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 0;
}

.tags-links a {
	position: relative;
	display: inline-flex;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-right: 15px;
	padding-left: 25px;
	min-width: 70px;
	border: 2px solid #F1F1F1;
	border-radius: 3px;
	color: #212121;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	transition: all 0.25s ease;
}

.tags-links a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #F1F1F1;
	transition: background 0.25s ease;
}

.meta-first-line {
	white-space: nowrap;
	overflow: auto;
}

.hidden-comments {
	display: none;
}

.infinite-posts .hidden-comments {
	display: block;
}

.hidden-comments {
	text-align: center;
	margin-bottom: 45px;
}

.hidden-comments a {
	border: 2px solid;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	font-weight: 700;
}

.hidden-comments a:hover {
	color: #fff;
}

.footer-top {
	padding: 35px 0 20px;
	position: relative;
	z-index: 1;
}

.footer-top::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .1;
	background-size: cover;
	background-position: center;
}

.footer-top .ib-container {
	z-index: 1;
}

.ib-footer .widget {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ib-footer .footer-bottom {
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

.footer-bottom-right,
.footer-bottom-left {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-bottom-left p:last-child {
	margin-bottom: 0;
}

.ib-footer .widget_text p:last-child {
	margin-bottom: 0;
}

.ib-footer.dark-skin {
	color: #aaa;
}

.ib-footer.dark-skin .footer-bottom a:hover {
	color: #aaa;
}

.ib-footer.dark-skin h3 {
	color: #fff;
}

.ib-footer.dark-skin .w-post-list a {
	color: #fff;
}

.ib-footer.dark-skin .w-post-list .metas {
	color: #bdbdbd;
}

.ib-footer.dark-skin .w-post-list a:hover .w-post-title {
	color: #aaa;
}

.ib-footer.dark-skin ul li a {
	color: #aaa;
}

.ib-footer.dark-skin ul li a:hover {
	color: #fff !important;
}

.ib-footer.dark-skin .tagcloud a {
	color: #fff;
	border-color: #fff;
}

.ib-footer.dark-skin .tagcloud a:hover {
	border-color: #fff !important;
	color: #212121 !important;
}

.ib-footer.dark-skin .w-carousel-post a {
	color: #aaa;
}

.ib-footer.dark-skin .w-carousel-post a:hover {
	color: #fff;
}

.footer-bottom {
	position: relative;
	z-index: 1;
}

.footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-bottom ul li {
	display: inline-block;
	margin-right: 15px;
}

.footer-bottom ul li:last-child {
	margin-right: 0;
}

.m-modal-body .ib-row {
	margin: 0 -5px;
}

.m-modal-body .ib-row > div {
	margin-bottom: 10px;
	padding: 0 5px;
}

.icon-input {
	position: relative;
}

.icon-input i {
	font-size: 15px;
	color: #616161;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.icon-input input {
	padding-left: 35px;
	font-size: 13px;
}

.author-box {
	margin-bottom: 30px;
}

.author-box .avatar {
	border-radius: 50%;
}

.author-box .avatar-wrapper {
	padding-right: 20px;
}

.author-box .author-name {
	margin-bottom: 10px;
	font-size: 20px;
}

.author-box .author-name a {
	color: #222;
}

.author-box .author-name span {
	font-weight: 700;
}

.author-box .author-desc {
	font-size: 15px;
}

.author-item .author-links ul,
.author-box .author-links ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.author-item .author-links ul li,
.author-box .author-links ul li {
	display: inline-block;
	font-size: 0;
	margin-right: 10px;
}

.author-item .author-links ul li:last-child,
.author-box .author-links ul li:last-child {
	margin-right: 0;
}

.author-item .author-links ul li a,
.author-box .author-links ul li a {
	font-size: 16px;
	color: #424242;
}

.author-item .author-links ul li a:hover,
.author-box .author-links ul li a:hover {
	opacity: 0.8;
}

.ib-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 1;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
	border: 1px solid #eee;
	border-radius: 3px;
	overflow: hidden;
}

.ib-categories i {
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.cat-widget-icon {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 34px;
	height: 34px;
	text-align: center;
	position: relative;
}

.ib-categories svg {
	width: 22px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -11px;
}

.ib-categories .count {
	margin-left: auto;
}

.ib-categories.with-icon .count {
	margin-right: 15px;
}

.ib-categories a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	color: #424242;
	font-weight: 700;
}

.ib-categories a:hover .cat-widget-icon {
	background-color: #616161 !important;
}

.ib-categories a:hover {
	background-color: #eee;
	color: #424242;
}

.ib-categories.with-icon .title {
	padding-left: 15px;
}

.ib-categories.without-icon .title {
	padding-left: 10px;
}

.ib-categories.without-icon .count {
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	min-width: 25px;
}

.ib-categories.without-icon a:hover .count {
	background-color: #616161 !important;
}

.sidebar-actions {
	padding: 0 20px;
	margin-bottom: 20px;
	display: none;
}

.sidebar-actions button {
	margin: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	background-color: #eee;
	padding: 0.5rem 0.75rem;
	color: #222;
	width: 100%;
	border-radius: 3px;
}

.sidebar-actions button:hover {
	background-color: #e0e0e0;
	color: #222;
}

.sidebar-actions button + button {
	margin-left: 10px;
}

.sidebar-actions button i {
	font-size: 22px;
	margin-right: 5px;
}

.archive-description {
	margin-top: 30px;
}

.archive-description p:last-child {
	margin-bottom: 0;
}

.g-recaptcha {
	display: table;
	margin: 0 auto;
}

.button {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	border: 2px solid;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 3px;
}

.button:hover {
	color: #fff;
}

.ideabox-newsletter {
	border-radius: 3px;
	text-align: center;
}

.ideabox-newsletter p {
	margin: 15px 0 0;
	font-size: 13px;
	color: #616161;
}

.ideabox-newsletter input {
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.ideabox-newsletter button {
	margin-top: 15px;
	background-color: transparent;
	border: 1px solid;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 25px;
	padding-right: 25px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	width: 100%;
}

.ideabox-newsletter i {
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	position: relative;
	top: -2px;
	line-height: 0;
}

.ideabox-newsletter button:hover {
	color: #fff;
}

.single-newsletter {
	border: 5px dashed #e0e0e0;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.single-newsletter .title {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.single-newsletter .desc {
	display: block;
	margin-bottom: 20px;
	color: #616161;
	font-size: 13px;
}

.single-newsletter input {
	text-align: left;
}

.single-newsletter .inner {
	position: relative;
}

body .single-newsletter button {
	padding: 0;
	border: none;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: -25px 0 0;
	color: #616161;
}

body .single-newsletter button:hover {
	background: none;
	color: #616161;
	transform: translate(5px, -5px);
}

.single-newsletter button i {
	margin: 0;
	font-size: 35px;
}

.header-menu .ib-mega-menu-active {
	position: inherit;
}

.header-menu .ib-mega-menu-active .sub-with-mega-menu {
	display: none;
}

.header-menu .ib-mega-menu-active:hover .ideabox-mega-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ideabox-mega-menu {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
	background-color: #fff;
	-webkit-animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	z-index: 1;
}

.ideabox-mega-menu article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.ideabox-mega-menu article img {
	border-radius: 3px;
}

.ideabox-mega-menu article .title-link {
	display: block;
	padding-top: 10px;
	color: #222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: 600;
}

.centered-header .header-wrapper {
	position: relative;
}

.centered-header .ideabox-mega-menu {
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 0 0 3px 3px;
	width: calc(100% - 40px);
	left: 30px;
}

.centered-header .ideabox-mega-menu article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.sidebar .widget_nav_menu .menu-main-menu-container > ul > li:first-child > a {
	border-top-width: 1px;
}

.sidebar .widget_nav_menu ul {
	list-style: none;
	padding: 0;
}

.sidebar .widget_nav_menu ul.sub-menu {
	display: none;
}

.sidebar .widget_nav_menu ul.sub-menu a {
	padding-left: 30px;
}

.sidebar .widget_nav_menu ul li.menu-item-has-children {
	position: relative;
}

.sidebar .widget_nav_menu ul li .sidebar-alt-menu-toggle {
	padding: 0;
	background: none;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	height: 43px;
	right: 0;
	width: 40px;
}

.sidebar .widget_nav_menu ul li .sidebar-alt-menu-toggle:hover {
	background-color: #eee;
}

.sidebar .widget_nav_menu ul li .sidebar-alt-menu-toggle i {
	vertical-align: middle;
	color: #616161;
}

.sidebar .widget_nav_menu ul li a {
	display: block;
	padding: 10px 15px;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	font-size: 14px;
	transition: all 0.3s ease;
	color: #616161;
}

.sidebar .widget_nav_menu > div > ul > li:last-child > a {
	border-bottom: 1px solid #e0e0e0;
}

.sidebar .widget_nav_menu ul li a:hover {
	background-color: #eee;
}

.ajax-results {
	display: none;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
	padding: 14px 14px 0 14px;
	border-radius: 0 0 3px 3px;
	max-height: 400px;
}

.ajax-results .count {
	display: block;
	margin-bottom: 14px;
}

.ajax-results .results {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}

.ajax-results .results article {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px;
}

.ajax-results .results article .wrapper {
	display: flex;
	padding: 14px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
	border: 1px solid #eee;
	border-radius: 3px;
	color: #222;
}

.ajax-results .results article .wrapper .left {
	flex: 0 0 100px;
	margin-right: 20px;
}

.ajax-results .results article .wrapper .left img {
	border-radius: 3px;
}