/*-------------------------------------------------------*/

/* Table of Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.About me
6.Contact
7.Navigation
8.Footer
9.Helper CLasses

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/* General
/*-------------------------------------------------------*/
@font-face {
    font-family: 'Organetto';
    src: url('https://firstbatterycentre.co.za/wp-content/uploads/2024/03/Organetto-UltraBoldSemiExt-1.eot');
    src: url('https://firstbatterycentre.co.za/wp-content/uploads/2024/03/Organetto-UltraBoldSemiExt-1.eot?#iefix') format('embedded-opentype'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2024/03/Organetto-UltraBoldSemiExt-1.woff2') format('woff2'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2024/03/Organetto-UltraBoldSemiExt-1.woff') format('woff'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2024/03/Organetto-UltraBoldSemiExt-1.ttf') format('truetype'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2024/03/Organetto-UltraBoldSemiExt-1.svg#Organetto-BoldSemiExt') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('https://firstbatterycentre.co.za/wp-content/uploads/2023/09/AvenirLTPro-Black.eot');
    src: url('https://firstbatterycentre.co.za/wp-content/uploads/2023/09/AvenirLTPro-Black.eot?#iefix') format('embedded-opentype'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2023/09/AvenirLTPro-Black.woff2') format('woff2'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2023/09/AvenirLTPro-Black.woff') format('woff'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2023/09/AvenirLTPro-Black.ttf') format('truetype'),
        url('https://firstbatterycentre.co.za/wp-content/uploads/2023/09/AvenirLTPro-Black.svg#Organetto-BoldSemiExt') format('svg');
    font-weight: bold;
    font-style: normal;
}


.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	line-height: 0;
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.oh {
	overflow: hidden;
}

.relative {
	position: relative;
}

.white {
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bg-light {
	background-color: #e4e4e4;
}

.bg-dark {
	background-color: #171821;
}

.last {
	margin-bottom: 0 !important;
}

.img-fullwidth {
	width: 100%;
}

.uppercase {
	letter-spacing: .04em;
	text-transform: uppercase;
}

.nocaps {
	letter-spacing: 0;
	text-transform: none;
}

::-moz-selection {
	color: #333;
	background: #fbedc4;
}

::-webkit-selection {
	color: #333;
	background: #fbedc4;
}

::selection {
	color: #333;
	background: #fbedc4;
}

html {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #171821;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #fee30a;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	outline: 0;
	background: #fff;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body img {
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	-khtml-user-select: none;
	-o-user-select: none;
}

video {
	width: 100%;
	height: 100%;
}

/*-------------------------------------------------------*/

/* Preloader
/*-------------------------------------------------------*/

.loader-mask {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.loader {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 42px;
	height: 42px;
	transform: translateY(-50%) translateX(-50%);
	color: #fee30a;
}

.loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	float: none;
	width: 38px;
	height: 38px;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
	border-width: 2px;
	border-style: solid;
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 100%;
	background: transparent;
}

#wpsl-gmap img[src*='red@2x'] {
	display: none !important;
}

/*-------------------------------------------------------*/

/* Typography
/*-------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -.5px;
	color: #171821;
}

h1 {
	font-size: 32px;
	letter-spacing: -.03em;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	color: inherit;
}

p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #000;
}

address {
	font-size: 15px;
	font-style: normal;
	margin-bottom: 0;
}

.lead {
	font-size: 18px;
	line-height: 30px;
}

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

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

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

blockquote {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

blockquote p {
	font-size: 32px;
	line-height: 1.3;
	position: relative;
	margin-bottom: 0 !important;
	color: #171821;
}

blockquote cite {
	font-size: 15px;
	font-weight: 400;
	color: #83858f;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e3e4e8;
}

/*-------------------------------------------------------*/

/* Grid
/*-------------------------------------------------------*/

.section {
	margin-bottom: 40px;
}

.container-semi-fluid {
	padding: 0 50px;
}

/* Flexbox
-------------------------------------------------------*/

.flex-parent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-child {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* Row Gutters
-------------------------------------------------------*/

.row-2 {
	margin: 0 -1px;
}

.row-2 > div,
.row-2 > aside {
	padding: 0 1px;
}

.row-8 {
	margin: 0 -4px;
}

.row-8 > div,
.row-8 > aside {
	padding: 0 4px;
}

.row-10 {
	margin: 0 -5px;
}

.row-10 > div,
.row-10 > aside {
	padding: 0 5px;
}

.row-16 {
	margin: 0 -8px;
}

.row-16 > div,
.row-16 > aside {
	padding: 0 8px;
}

.row-20 {
	margin: 0 -10px;
}

.row-20 > div,
.row-20 > aside {
	padding: 0 10px;
}

.row-24 {
	margin: 0 -12px;
}

.row-24 > div,
.row-24 > aside {
	padding: 0 12px;
}

/*-------------------------------------------------------*/

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

.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .2s ease-in-out;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #000;
	border: 0;
	border-radius: 0 !important;
	background-color: #171821;
	backface-visibility: hidden;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.btn:hover {
	color: #fff;
	border-color: transparent;
	background-color: #171821;
}

.btn:focus {
	color: #fff;
	outline: none;
}

.btn-lg,
.btn-lg.btn-button {
	font-size: 14px;
}

.btn-lg span,
.btn-lg.btn-button span {
	line-height: 46px;
}

.btn-lg.btn-button {
	height: 35px;
}

.btn-sm,
.btn-sm.btn-button {
	font-size: 11px;
	line-height: 28px;
	padding: 0 20px;
}

.btn-sm.btn-button {
	height: 30px;
}

.btn-color {
	background-color: transparent;
}

.btn-color:hover {
	opacity: .92;
}

.btn-dark {
	background-color: #fee30a;
}

.btn-white {
	color: #171821;
	background-color: #fff;
}

.btn-light {
	color: #171821;
	background-color: #e4e4e4;
}

.btn-stroke {
	color: #171821;
	border: 1px solid #e3e4e8;
	background-color: transparent;
}

.btn-wide {
	width: 100%;
}

.btn-white:focus,
.btn-light:focus,
.btn-stroke:focus {
	border-color: transparent;
	background-color: #171821;
}

.btn i {
	font-size: 10px;
	line-height: 1;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

.rounded,
.rounded:before {
	border-radius: 70px;
}

.section-buttons {
	margin-bottom: 50px;
}

.section-buttons a {
	margin-bottom: 10px;
}

/* Input Buttons
-------------------------------------------------------*/

.btn-button {
	width: auto;
	margin-bottom: 0;
	border: none;
}

.btn-button.btn-color {
	color: #000;
}

.btn-button.btn-dark {
	color: #fff;
}

.btn-button.btn-wide {
	width: 100%;
}

.btn-button:hover,
.btn-button:focus {
	color: #fff;
	background-color: #171821;
}

/*-------------------------------------------------------*/

/* Form Elements
/*-------------------------------------------------------*/

input,
select,
textarea {
	width: 100%;
	height: 46px;
	margin-bottom: 24px;
	padding: 0 12px;
	transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
	border: 1px solid #e3e4e8;
	background-color: #fff;
}

textarea {
	display: block;
	height: auto;
	margin-bottom: 24px;
	padding: 8px 16px;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type=search] {
	box-sizing: border-box;
}

input:focus,
textarea:focus {
	border-color: #fee30a;
	outline: none;
	background-color: #fff;
	box-shadow: none;
}

/* Change Color of Placeholders */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

select {
	padding-left: 12px;
	cursor: pointer;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 6px;
	vertical-align: middle;
	color: #171821;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/

.gfield_required {
	display: none;
}

.gfield_radio li,
.gfield_checkbox li {
	position: relative;
	margin-bottom: 15px;
}

.gfield_radio li:first-child,
.gfield_checkbox li:first-child {
	margin-top: 10px;
}

.gfield_radio li:last-child,
.gfield_checkbox li:last-child {
	margin-bottom: 0;
}

.gfield_radio li label,
.gfield_checkbox li label {
	margin: 6px;
	padding-left: 20px !important;
	cursor: pointer;
}

.gfield_radio li label:before,
.gfield_radio li label:after,
.gfield_checkbox li label:before,
.gfield_checkbox li label:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
}

.gfield_radio li label:before,
.gfield_checkbox li label:before {
	z-index: 1;
	transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
	opacity: 0;
}

.gfield_radio li label:after,
.gfield_checkbox li label:after {
	z-index: 0;
	border: 1px solid silver;
	background: #fff;
}

.gfield_checkbox li label:after {
	width: 27px;
	height: 27px;
	border-radius: 0;
}

.gfield_checkbox li label:before {
	top: 3px;
	left: 12px;
	width: 6px;
	height: 15px;
	transform: rotate(45deg) scale(0);
	border: solid #333;
	border-width: 0 3px 3px 0;
}

.gfield_checkbox input[type='checkbox']:checked + label:before {
	transform: rotate(45deg) scale(1);
	opacity: 1;
}

.gfield_radio li label:after {
	top: 0;
	width: 23px;
	height: 23px;
	border-radius: 100%;
}

.gfield_radio li label:before {
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	transform: scale(0);
	border: solid #333 3px;
	border-radius: 100%;
}

.gfield_radio input[type='radio']:checked + label:before {
	transform: scale(1);
	opacity: 1;
}

input[type='checkbox'],
input[type='radio'] {
	width: 15px;
	height: 15px;
	margin-top: -10px !important;
}

.gform_wrapper table.gfield_list td {
	width: 250px;
}

/*-------------------------------------------------------*/

/* Sliders
/*-------------------------------------------------------*/

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	color: #333;
	border: none;
	background: rgba(255, 255, 255, .75);
}

.flickity-button:hover {
	cursor: pointer;
	background: #fff;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	cursor: auto;
	pointer-events: none;
	opacity: .3;
}

.flickity-button-icon {
	fill: #333;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	right: 10px;
	left: auto;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	line-height: 1;
	position: absolute;
	bottom: -25px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	cursor: pointer;
	opacity: .25;
	border-radius: 50%;
	background: #333;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel {
	z-index: 1;
	display: none;
	width: 100%;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.owl-carousel .owl-item {
	float: left;
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	transition: opacity .4s ease;
	opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	transition: transform .1s ease;
	background: url(owl.video.play.png) no-repeat;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	height: 100%;
	transition: opacity .4s ease;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.owl-prev,
.owl-next {
	font-size: 14px;
	line-height: 48px;
	position: absolute;
	z-index: 10;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	transition: all .3s ease-in-out;
	text-align: center;
	opacity: 0;
	color: #171821;
	border-radius: 50%;
	background-color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
	color: #fff;
	border-color: transparent;
	background-color: #fee30a;
}

.owl-prev {
	left: 10px;
}

.owl-next {
	right: 10px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1;
}

.owl-carousel--dark-arrows .owl-prev,
.owl-carousel--dark-arrows .owl-next {
	color: #000;
}

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows .owl-next {
	opacity: 1;
}

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px;
}

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px;
}

.owl-dots {
	margin-top: 30px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-dot span {
	display: block;
	width: 22px;
	height: 4px;
	margin: 3px;
	transition: all 200ms ease;
	opacity: .4;
	background: #fff;
	-webkit-backface-visibility: visible;
}

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #fee30a;
}

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin-top: 0;
}

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	font-size: 12px;
	line-height: 30px;
	top: -62px;
	width: 28px;
	height: 30px;
	margin-top: 0;
	padding: 0;
	text-align: center;
	opacity: 1;
	border: 1px solid #e3e4e8;
	border-radius: 0;
}

.owl-carousel--arrows-outside .owl-prev:hover,
.owl-carousel--arrows-outside .owl-next:hover {
	border-color: transparent;
}

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto;
}

.owl-carousel--arrows-outside .owl-next {
	right: 0;
}

.owl-custom-nav {
	margin-top: 24px;
}

.owl-custom-nav__btn {
	font-size: 10px;
	line-height: 26px;
	padding: 0 5px;
	text-transform: uppercase;
	border: 1px solid #e3e4e8;
	border-radius: 5px;
	background-color: transparent;
}

.owl-custom-nav__btn:hover {
	color: #fff;
	border-color: transparent;
	background-color: #fee30a;
}

.owl-custom-nav__btn:focus {
	outline: none;
}

.owl-custom-nav__btn i {
	font-size: 8px;
	position: relative;
	top: -1px;
	margin: 0 3px;
}

/*-------------------------------------------------------*/

/* Magnific Pupop
/*-------------------------------------------------------*/

.mfp-bg,
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	width: 100%;
	height: 100%;
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
	content: '';
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	opacity: .8;
	background: #0b0b0b;
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0 8px;
	text-align: center;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	z-index: 1045;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	position: absolute;
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -.8em;
	text-align: center;
	color: #ccc;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow,
button.mfp-close {
	z-index: 1046;
	display: block;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
	position: absolute;
	left: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	font-family: Arial,Baskerville,monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	text-align: center;
	text-decoration: none;
	opacity: .65;
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	right: -6px;
	width: 100%;
	padding-right: 6px;
	text-align: right;
	color: #fff;
}

.mfp-counter {
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	color: #ccc;
}

.mfp-figure,
img.mfp-img {
	line-height: 0;
}

.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 110px;
	margin: -55px 0 0;
	padding: 0;
	opacity: .65;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow:after {
	top: 8px;
	border-top-width: 13px;
	border-bottom-width: 13px;
}

.mfp-arrow:before {
	opacity: .7;
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	margin-left: 31px;
	border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	margin-left: 39px;
	border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}

.mfp-figure:after,
img.mfp-img {
	display: block;
	width: auto;
	height: auto;
}

img.mfp-img {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0;
}

.mfp-figure:after {
	z-index: -1;
	top: 40px;
	right: 0;
	bottom: 40px;
	background: #444;
}

.mfp-figure small {
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #bdbdbd;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}

.mfp-title {
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
	color: #f3f3f3;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/*-------------------------------------------------------*/

/* Tables
/*-------------------------------------------------------*/

.table-wrap {
	margin-bottom: 34px;
}

/*-------------------------------------------------------*/

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

.tabs__list {
	overflow: hidden;
	margin-bottom: -1px;
}

.tabs__item {
	font-size: 14px;
	position: relative;
	display: inline-block;
	float: left;
	color: #171821;
}

.tabs__item:not(:first-child) {
	margin-left: -1px;
}

.tabs__url {
	font-weight: 700;
	line-height: 28px;
	position: relative;
	display: block;
	padding: 0 20px;
	transition: background-color .1s ease-in-out;
	color: #171821;
	background-color: #fee30a;
}

.tabs__url:focus {
	color: inherit;
}

.tabs__url:hover {
	color: #000 !important;
	background-color: #ececec;
}

.tabs__item--active:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fee30a;
}

.tabs__item--active .tabs__url {
	border-bottom: 1px solid transparent;
	background-color: #000;
}

.tabs__item--active .tabs__url:hover {
	color: #000 !important;
	background-color: #ececec;
}

.tabs__content {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #e3e4e8;
}

.tabs__content-pane {
	display: none;
}

.tabs__content-pane--active {
	display: block;
}

/*-------------------------------------------------------*/

/* Social Icons
/*-------------------------------------------------------*/

.socials {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.socials--nobase a {
	line-height: 32px;
	width: 13px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 0;
	color: #000;
	border: 0;
	background-color: transparent;
}

.socials--nobase a:hover,
.socials--nobase a:focus {
	color: #fff;
	background-color: transparent !important;
}

.socials--white-base a {
	color: #171821;
	background-color: #fff;
}

.socials--dark .social-facebook:hover,
.socials--dark .social-facebook:focus {
	color: #39599f !important;
}

.socials--dark .social-twitter:hover,
.socials--dark .social-twitter:focus {
	color: #55acee !important;
}

.socials--dark .social-google-plus:hover,
.socials--dark .social-google-plus:focus {
	color: #de4b39 !important;
}

.socials--dark .social-youtube:hover,
.socials--dark .social-youtube:focus {
	color: #c61d23 !important;
}

.socials--dark .social-snapchat:hover,
.socials--dark .social-snapchat:focus {
	color: #fffb01 !important;
}

.socials--dark .social-linkedin:hover,
.socials--dark .social-linkedin:focus {
	color: #0e76a8 !important;
}

.socials--dark .social-pinterest:hover,
.socials--dark .social-pinterest:focus {
	color: #c8232c !important;
}

.socials--dark .social-instagram:hover,
.socials--dark .social-instagram:focus {
	color: #e1306c !important;
}

.socials--dark .social-rss:hover,
.socials--dark .social-rss:focus {
	color: #ef822a !important;
}

.socials--grey a {
	color: #171821;
	background-color: #e4e4e4;
}

.socials--medium a {
	font-size: 16px;
	line-height: 40px;
	width: 40px;
	height: 40px;
}

.socials--large a {
	font-size: 16px;
	line-height: 46px;
	width: 46px;
	height: 46px;
}

.socials--wide a {
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
	padding: 0 15px;
}

.socials--rounded a {
	border-radius: 50% !important;
}

.social {
	font-size: 13px;
	line-height: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	margin-bottom: 8px;
	transition: all .1s ease-in-out;
	text-align: center;
	color: #fff;
}

.social:hover,
.social:focus {
	color: #fff;
}

.social:last-child {
	margin-right: 0;
}

.social__text {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.social-facebook {
	background-color: #39599f;
}

.social-facebook:hover {
	color: #fff !important;
	background-color: #324e8c !important;
}

.social-twitter {
	background-color: #55acee;
}

.social-twitter:hover {
	color: #fff !important;
	background-color: #3ea1ec !important;
}

.social-google-plus {
	background-color: #de4b39;
}

.social-google-plus:hover {
	color: #fff !important;
	background-color: #d93824 !important;
}

.social-youtube {
	background-color: #c61d23;
}

.social-youtube:hover {
	color: #fff !important;
	background-color: #b01a1f !important;
}

.social-snapchat {
	background-color: #fffb01;
}

.social-snapchat:hover {
	color: #fff !important;
	background-color: #e7e300 !important;
}

.social-linkedin {
	background-color: #0e76a8;
}

.social-linkedin:hover {
	color: #fff !important;
	background-color: #0c6590 !important;
}

.social-pinterest {
	background-color: #c8232c;
}

.social-pinterest:hover {
	color: #fff !important;
	background-color: #b21f27 !important;
}

.social-instagram {
	background-color: #e1306c;
}

.social-instagram:hover {
	color: #fff !important;
	background-color: #d81f5e !important;
}

.social-rss {
	background-color: #ef822a;
}

.social-rss:hover {
	color: #fff !important;
	background-color: #ed7412 !important;
}

/* ----------------------------------------------------------------
  Toggle
-----------------------------------------------------------------*/

.toggle {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 24px;
	cursor: pointer;
	color: #444;
}

.toggle .togglet i {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	text-align: center;
}

.toggle .toggleta {
	font-weight: bold;
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
	display: none;
}

.toggle .toggleta i.toggle-open {
	display: block;
}

.toggle .togglec {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 12px 30px;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	background: #f4f4f4;
}

.toggle.toggle-bg .togglet i {
	line-height: 50px;
	right: 15px;
}

.toggle.toggle-bg .togglec {
	font-size: 15px;
	padding: 15px 15px 0 15px;
}

.toggle.toggle-bg .togglec .toggle_border {
	border-bottom: 1px solid #979797;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
	border: 1px solid #ccc;
}

.toggle.toggle-border .togglet i {
	line-height: 44px;
	left: 14px;
}

.toggle.toggle-border .togglec {
	padding: 0 15px 15px 36px;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px;
}

/*-------------------------------------------------------*/

/* Main Entry Styles
/*-------------------------------------------------------*/

.entry {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.entry__img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.entry__img {
	width: 100%;
	border-top: 5px solid #fee30a;
}

.entry__title {
	font-size: 23px;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 3px;
	margin-bottom: 5px;
}

.entry__title:hover a {
	color: #fee30a;
}

.entry__title--sm {
	font-size: 15px;
}

.entry__excerpt {
	margin-top: 16px;
	margin-bottom: 30px;
}

.entry__excerpt p {
	margin-bottom: 0;
}

.entry__play-time {
	font-weight: 700;
	position: absolute;
	bottom: 32px;
	left: 32px;
	padding: 7px 11px;
	pointer-events: none;
	color: #fff;
	background-color: #fee30a;
}

.entry__play-time i {
	margin-right: 5px;
}

/* Meta
-------------------------------------------------------*/

.entry__meta li {
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	color: #83858f;
}

.entry__meta li:after {
	display: inline-block;
	margin: 0 3px;
	content: '-';
}

.entry__meta li.entry__meta-views:after {
	display: inline-block;
	margin: 0 8px;
	content: '';
}

.entry__meta li:last-child:after {
	display: none;
}

.entry__meta a {
	color: #fee30a;
}

.entry__meta a:hover {
	color: #171821;
}

.entry__meta i {
	display: inline-block;
	margin-right: 5px;
}

.entry__meta-category {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #0098d0;
}

.entry__meta-category--label {
	font-size: 10px;
	z-index: 2;
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #fee30a;
}

.entry__meta-category--label:hover,
.entry__meta-category--label:focus {
	opacity: .90;
	color: #fff;
}

.entry__meta-category--align-in-corner {
	position: absolute;
	bottom: 16px;
	left: 16px;
}

.entry__meta-category--violet {
	background-color: #3e3edd;
}

.entry__meta-category--purple {
	background-color: #9c27b0;
}

.entry__meta-category--blue {
	background-color: #0e79c9;
}

.entry__meta-category--cyan {
	background-color: #00bcd4;
}

.entry__meta-category--green {
	background-color: #19c22a;
}

.entry__meta-category--orange {
	background-color: #e65100;
}

.entry__meta-category--red {
	background-color: #f44336;
}

.entry__meta-rating i {
	font-size: 16px;
	margin-right: 2px;
	color: #fbc02d;
}

.entry__meta + .entry__meta,
.entry__meta-category--label + .entry__meta {
	margin-top: 16px;
}

.entry__meta + .entry__img-holder {
	margin-top: 20px;
}

.entry__meta-holder {
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.entry__meta-holder .entry__meta {
	margin-top: 0;
}

.entry-date-label {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 8px;
	text-align: center;
	background-color: #fff;
}

.entry-date-label__weekday,
.entry-date-label__month {
	font-size: 8px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.entry-date-label__weekday {
	color: #000;
}

.entry-date-label__day {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #fee30a;
}

.entry-date-label__month {
	color: #fee30a;
}

/*-------------------------------------------------------*/

/* Post Thumbs
/*-------------------------------------------------------*/

.thumb-container {
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	background-color: #f7f7f7;
}

.thumb-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
}

.footer--dark .thumb-container {
	background-color: #171821;
}

.thumb-text-holder {
	position: absolute;
	z-index: 3;
	bottom: 24px;
	width: 100%;
	padding: 0 24px;
	text-align: center;
}

.thumb-text-holder .entry__meta li,
.thumb-text-holder .entry__meta a,
.thumb-text-holder .entry__meta a:hover,
.thumb-text-holder .entry__meta a:focus {
	color: #fff !important;
}

.thumb-text-holder--1 {
	text-align: left;
}

.thumb-text-holder--1 .thumb-entry-title {
	font-size: 18px;
	margin-bottom: 24px;
}

.thumb-text-holder--2 {
	text-align: left;
}

.thumb-text-holder--2 .thumb-entry-title {
	font-size: 34px;
	margin-top: 14px;
	margin-bottom: 8px;
}

.thumb-text-holder--2 .entry__meta a {
	color: #fff !important;
}

.thumb-text-holder--3 {
	text-align: left;
}

.thumb-text-holder--3 .thumb-entry-title {
	font-size: 28px;
	margin-top: 16px;
}

.thumb-text-holder--4 {
	text-align: left;
}

.thumb-text-holder--4 .thumb-entry-title {
	font-size: 16px;
}

.thumb-text-holder--5 {
	top: 50%;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.thumb-text-holder--5 .thumb-entry-title {
	font-size: 40px;
	max-width: 770px;
	margin: 8px auto;
}

.thumb {
	margin-bottom: 48px;
}

.thumb--mb-20 {
	margin-bottom: 20px;
}

.thumb--size-1 {
	height: 197px;
}

.thumb--size-2 {
	height: 298px;
}

.thumb--size-3 {
	height: 460px;
}

.thumb--size-4 {
	height: 395px;
}

.thumb--size-5 {
	height: 521px;
}

.thumb--size-6 {
	height: 609px;
}

.thumb__img-holder {
	height: 100%;
	margin-bottom: 0;
}

.thumb-url {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

.thumb-entry-title {
	font-size: 15px;
	margin-bottom: 0;
	color: #fff;
}

.thumb-entry-title:hover a,
.thumb-entry-title a:focus {
	color: #fff;
}

.thumb-50 {
	padding-bottom: 50%;
}

.thumb-60 {
	padding-bottom: 60%;
}

.thumb-65 {
	padding-bottom: 65%;
}

.thumb-70 {
	padding-bottom: 70%;
}

.thumb-75 {
	padding-bottom: 75%;
}

.thumb-80 {
	padding-bottom: 80%;
}

.thumb-100 {
	padding-bottom: 100%;
}

/*-------------------------------------------------------*/

/* Trending Now
/*-------------------------------------------------------*/

.trending-now {
	position: relative;
	overflow: hidden;
	height: 36px;
	margin-top: 24px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.trending-now__label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	display: inline-block;
	float: left;
	height: 36px;
	padding: 0 16px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #fff;
	background-color: #fee30a;
}

.trending-now__text {
	margin-left: 5px;
}

.trending-now--1 {
	margin-top: 0;
	box-shadow: none;
}

.trending-now--1 .newsticker {
	border: 1px solid #e3e4e8;
}

.newsticker {
	overflow: hidden;
	padding-right: 80px;
	padding-left: 20px;
}

.newsticker__item {
	line-height: 36px;
	white-space: nowrap;
}

.newsticker__item-url {
	color: #000;
}

.newsticker__item-url:hover {
	color: #fee30a;
}

.newsticker-buttons {
	position: absolute;
	top: 0;
	right: 0;
}

.newsticker-button {
	font-size: 12px;
	line-height: 36px;
	float: left;
	width: 36px;
	height: 36px;
	padding: 0;
	text-align: center;
	color: #000;
	border: none;
	background-color: transparent;
}

.newsticker-button:first-child {
	border-right: 1px solid #e3e4e8;
}

.newsticker-button:focus {
	outline: none;
}

.newsticker-button:hover {
	color: #fff;
	border-color: transparent;
	background-color: #fee30a;
}

/*-------------------------------------------------------*/

/* Featured Posts Grid
/*-------------------------------------------------------*/

.featured-posts-grid {
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 24px;
}

.featured-posts-grid__item {
	padding-bottom: 8px;
}

.featured-posts-grid__item--sm {
	height: 33.333%;
}

.featured-posts-grid__item--sm .entry__title {
	font-size: 16px;
}

.featured-posts-grid__entry {
	height: 100%;
	min-height: auto !important;
	margin-bottom: 0 !important;
}

.featured-posts-grid__item--lg {
	height: 100%;
}

.featured-posts-grid__item--lg .thumb-text-holder {
	bottom: 60px;
	padding: 0 50px;
}

.featured-posts-grid__item--lg .entry__title {
	font-size: 32px;
	line-height: 1.3;
}

.featured-posts-grid--1 {
	padding-bottom: 32px;
}

.featured-posts-grid--1 .row {
	margin: 0 -1px;
}

.featured-posts-grid--1 .row > div {
	padding: 0 1px;
}

.featured-posts-grid--1 .thumb {
	margin-bottom: 2px;
}

/*-------------------------------------------------------*/

/* Hero
/*-------------------------------------------------------*/

.hero {
	background-color: #fff;
}

.hero__item .entry__title {
	font-size: 53px;
	font-weight: 900;
	line-height: 53px;
}

/*-------------------------------------------------------*/

/* Hero Slider (Games)
/*-------------------------------------------------------*/

.hero-slider {
	margin-top: 8px;
	margin-bottom: 40px;
}

.hero-slider__item .thumb {
	height: 537px;
	margin-bottom: 0;
}

/*-------------------------------------------------------*/

/* Hero Slider 1 (Music)
/*-------------------------------------------------------*/

.hero-slider-1 {
	position: relative;
}

.hero-slider-1__item {
	width: 100%;
	/*height: 65vh;*/
	height: 101vh;
}

.hero-slider-1__entry {
	height: 100%;
	margin: 0 !important;
}

.hero-slider-1__thumb-img-holder {
	position: relative;
	height: 100%;
	transition: all .3s ease-in-out;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}

.hero-slider-1__thumb-img-holder .bottom-gradient {
	background: #171821; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to top, #171821 0%, transparent 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.hero-slider-1__thumb-text-holder {
	position: absolute;
	z-index: 3;
	top: 10%;
	width: 100%;
}

.hero-slider-1__entry-title {
	font-size: 53px;
	font-weight: 900;
	max-width: 594px;
	color: #fff;
}

.hero-slider-1__entry-title:hover a,
.hero-slider-1__entry-title:focus a {
	color: #fff;
}

.hero-slider-1__entry-body {
	font-size: 23px;
	max-width: 594px;
	color: #fff;
}

/* Fade CSS */

.carousel-main .flickity-slider {
	transform: none !important;
}

.carousel-main .carousel-cell {
	z-index: -1;
	left: 0 !important;
	transition: opacity .7s ease-in-out;
	opacity: 0;
}

.carousel-main .carousel-cell.is-selected {
	z-index: 0;
	opacity: 1;
}

/*-------------------------------------------------------*/

/* Hero Slider Thumbs
/*-------------------------------------------------------*/

.carousel-thumbs {
	max-width: 594px;
	margin: auto;
	padding: 5px;
	background-color: #fff;
}

.carousel-thumbs-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	transform: translateY(50%);
}

.carousel-thumbs__item {
	padding: 5px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	opacity: .3;
}

.carousel-thumbs .carousel-cell {
	width: 25%;
}

.carousel-thumbs .carousel-cell.is-selected .carousel-thumbs__item {
	opacity: 1;
}

/*-------------------------------------------------------*/

/* Content
/*-------------------------------------------------------*/

.title-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}

.title-wrap--line {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.title-wrap--pr {
	padding-right: 62px;
}

.section-title {
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	float: left;
	margin-bottom: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.section-title--sm {
	font-size: 18px;
}

.section-title span {
	text-align: center !important;
}

.section-title .contact-tab-icons {
	display: block !important;
	width: 40px;
	height: 100px !important;
	margin: 0 auto;
}

.all-posts-url {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 28px;
	float: right;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #000;
}

.content-box {
	padding: 40px;
	background-color: #fff;
}

.content-box--pt-108 {
	padding-top: 108px;
}

/* Tab Post
-------------------------------------------------------*/

.tab-post__tabs {
	line-height: 27px;
}

.tab-post__tabs .tabs__item {
	margin-right: 25px;
}

.tab-post__tabs .tabs__item a {
	color: #000;
}

.tab-post__tabs .tabs__item a:hover,
.tab-post__tabs .tabs__item a:focus {
	color: #fee30a;
}

.tab-post__tabs .tabs__item:last-child {
	margin-right: 0;
}

.tab-post__tabs .tabs__contact {
	margin-right: 50px !important;
}

.tab-post__tabs .tabs__contact a {
	color: #000;
}

.tab-post__tabs .tabs__contact a:hover,
.tab-post__tabs .tabs__contact a:focus {
	color: #fee30a;
}

.tab-post__tabs .tabs__contact:last-child {
	margin-right: 0;
}

.tab-post__tabs .tabs__item--active a {
	color: #fee30a;
}

.tab-post__tabs .tabs__item--active a .btn-light {
	color: #000 !important;
	background-color: #fee30a !important;
}

.tab-post__tabs .tabs__item--active:before {
	display: none;
}

.tab-post .tabs__content {
	padding: 0;
	border: 0;
}

.tab-post .entry {
	margin-bottom: 20px;
}

/* Card
-------------------------------------------------------*/

.card {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 0 solid #fff !important;
	border-radius: 0rem !important;
	background-color: #fff;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	-ms-flex-direction: column;
}

.card-row > div {
	margin-bottom: 30px;
}

.card-row .card {
	height: 100%;
	margin-bottom: 0;
}

.card__img-holder {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.card__body {
	padding: 24px 32px;
	background-color: #fff;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card--1 .entry__title {
	margin-bottom: 32px;
}

/* Post List
-------------------------------------------------------*/

.post-list {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	min-height: 241px;
	margin-bottom: 20px;
	-ms-flex-direction: row;
}

.post-list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.post-list__img-holder {
	margin-right: 30px;
	margin-bottom: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.post-list__body {
	overflow: hidden;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

/* Post List Small
-------------------------------------------------------*/

.post-list-small__item {
	position: relative;
	padding: 16px 0;
}

.post-list-small__item:first-child {
	padding-top: 0;
}

.post-list-small__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.post-list-small__img-holder {
	float: left;
	overflow: hidden;
	width: 88px;
	margin-right: 16px;
	border-radius: 50%;
}

.post-list-small__img--rounded {
	overflow: hidden;
	border-radius: 50%;
}

.post-list-small__body {
	overflow: hidden;
}

.post-list-small__entry-title {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 60%;
	margin-bottom: 5px;
}

.post-list-small--border-top {
	margin-top: -10px;
	padding-top: 16px;
	border-top: 1px solid #e3e4e8;
}

.post-list-small--dividers li {
	border-bottom: 1px solid #e3e4e8;
}

.post-list-small--arrows {
	position: relative;
}

.post-list-small--arrows li {
	padding-left: 16px;
}

.post-list-small--arrows li:before {
	font-family: 'ui-icons';
	font-size: 10px;
	position: absolute;
	top: 22px;
	left: 0;
	content: '\e804';
	color: #fee30a;
}

.post-list-small--arrows li:first-child:before {
	top: 6px;
}

.post-list-small--1 .post-list-small__item {
	border-bottom: 1px solid #e3e4e8;
}

.post-list-small--1 .post-list-small__item:last-child {
	border-bottom: 0;
}

.post-list-small--1 .post-list-small__img-holder {
	width: 78px;
	border-radius: 0;
}

.post-list-small--1 .post-list-small__entry-title {
	margin: 0;
}

.post-list-small--2 .post-list-small__img-holder {
	width: 130px;
	border-radius: 0;
}

.post-list-small--2 .post-list-small__entry-title {
	font-size: 16px;
}

.post-list-small--3 {
	margin-bottom: 48px;
}

.post-list-small--3 .post-list-small__item {
	padding: 24px 0;
	border-bottom: 1px solid #e3e4e8;
}

.post-list-small--3 .post-list-small__item:first-child {
	border-top: 1px solid #e3e4e8;
}

.post-list-small--3 .post-list-small__item:last-child {
	padding-bottom: 24px;
}

.post-list-small--3 .post-list-small__img-holder {
	width: 84px;
	border-radius: 0;
}

.post-list-small--3 .post-list-small__entry-title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	color: #000;
}

/* Video Playlist
-------------------------------------------------------*/

.video-playlist {
	display: -ms-flexbox;
	display: flex;
}

.video-playlist__content {
	width: 68%;
}

.video-playlist__content > div {
	height: 100%;
}

.video-playlist__list {
	width: 32%;
	border: 1px solid #e3e4e8;
	background-color: #fff;
}

.video-playlist__list-item {
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 16px 14px;
	border-bottom: 1px solid #e3e4e8;
	-ms-flex-align: center;
	align-items: center;
}

.video-playlist__list-item:last-child {
	border-bottom: 0;
}

.video-playlist__list-item:hover .video-playlist__list-item-title {
	color: #fee30a;
}

.video-playlist__list-item--active .video-playlist__list-item-title {
	color: #fee30a;
}

.video-playlist__list-item-thumb {
	margin-right: 13px;
	-ms-flex: 0 0 81px;
	flex: 0 0 81px;
}

.video-playlist__list-item-description {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}

.video-playlist__list-item-title {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
}

/* Entry Score
-------------------------------------------------------*/

.entry-score {
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	width: 34px;
	height: 34px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #fee30a;
}

.entry__img-holder .entry-score {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 16px;
}

/* Play Btn
-------------------------------------------------------*/

.play-btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 48px;
	height: 48px;
	transition: all .3s ease-in-out;
	transform: translate(-50%, -50%);
	pointer-events: none;
	border: 3px solid #fff;
	border-radius: 50%;
}

.play-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin: -7px 0 0 -4px;
	content: '';
	border-width: 7px 0 7px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

/*-------------------------------------------------------*/

/* Sidebar
/*-------------------------------------------------------*/

.sidebar .widget {
	margin-bottom: 40px;
	padding: 32px;
	border: 1px solid #e3e4e8;
	background-color: #fff;
}

.sidebar .widget_mc4wp_form_widget {
	padding: 32px !important;
}

/*-------------------------------------------------------*/

/* Widgets
/*-------------------------------------------------------*/

.widget-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 24px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

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

.widget .sub-menu {
	padding-top: 5px;
	padding-left: 15px;
}

.widget .sub-menu li {
	padding: 5px 0 !important;
}

.widget .children {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

/* Widget Ad
-------------------------------------------------------*/

.widget_media_image {
	padding: 0 !important;
	text-align: center;
	border: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

/* Widget Search
-------------------------------------------------------*/

.widget-search-button,
.search-button {
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px !important;
	height: 45px !important;
	padding: 0 !important;
	vertical-align: middle;
	border: 0;
}

.widget-search-button i,
.search-button i {
	font-size: 18px;
	top: 0;
	margin: 0;
}

.search-form {
	position: relative;
}

/* Categories
-------------------------------------------------------*/

.widget_categories li {
	line-height: 24px;
	padding: 9px 0;
	color: #000;
}

.widget_categories li:first-child {
	padding-top: 0;
}

.widget_categories li:last-child {
	padding-bottom: 0;
}

.widget_categories li a {
	color: #000;
}

.widget_categories li a:before {
	font-family: 'ui-icons';
	font-size: 10px;
	line-height: 1;
	margin-right: 8px;
	content: '\e804';
	vertical-align: middle;
	color: #fee30a;
}

.widget_categories li a:hover {
	color: #fee30a;
}

.categories-count {
	display: inline-block;
	float: right;
	height: 24px;
	padding: 0 11px;
	border-radius: 5px;
	background-color: #e4e4e4;
}

/* Widget Newsletter 
-------------------------------------------------------*/

.widget_mc4wp_form_widget .widget-title:after {
	display: none;
}

.mc4wp-form-fields {
	position: relative;
	display: -ms-flexbox;
	display: flex;
}

.mc4wp-form-fields > .form-group:first-child {
	-ms-flex: 1;
	flex: 1;
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
	margin-bottom: 8px;
}

.mc4wp-form-fields input[type=submit] {
	width: auto;
	margin-bottom: 0;
}

.mc4wp-form-fields input[type=submit]:focus {
	background-color: #fee30a;
}

.newsletter__text {
	color: #83858f;
}

.newsletter__icon {
	font-size: 18px;
	margin-right: 5px;
	color: #afb2bd;
}

/* Widget Newsletter Wide
-------------------------------------------------------*/

.newsletter-wide {
	padding: 48px 0;
	background-color: #e4e4e4;
}

.newsletter-wide__container {
	padding: 0 15px;
}

.newsletter-wide__text-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter-wide__text {
	margin-bottom: 0;
}

.newsletter-wide .mc4wp-form-fields input[type=email],
.newsletter-wide .mc4wp-form-fields input[type=text] {
	margin-bottom: 0;
	border-color: transparent;
}

/* Widget Socials
-------------------------------------------------------*/

.widget-socials .socials {
	display: block;
}

/* Widget Nav Menu
-------------------------------------------------------*/

.widget_nav_menu li {
	padding: 4px 0;
}

.widget_nav_menu li:first-child {
	padding-top: 0;
}

.widget_nav_menu li:last-child {
	padding-bottom: 0;
}

/* Widget Review Posts
-------------------------------------------------------*/

.widget-rating-posts .entry__title {
	font-size: 15px;
}

.widget-rating-posts .post-list-small--2 .post-list-small__entry-title {
	font-size: 14px;
}

/* Widget Latest Videos
-------------------------------------------------------*/

.widget-latest-videos .entry__title {
	font-size: 15px;
}

/* Widget Instagram
-------------------------------------------------------*/

.widget-instagram-wide {
	padding-top: 48px;
	background-color: #fff;
}

.widget-instagram-wide__title {
	margin-bottom: 32px;
}

.widget-instagram-wide__list {
	display: -ms-flexbox;
	display: flex;
}

.widget-instagram__list {
	margin-left: -24px;
}

.widget-instagram li {
	float: left;
	width: 33.3333%;
	padding: 0 0 24px 24px;
}

/* Widget Logo
-------------------------------------------------------*/

.widget-logo .copyright {
	margin-top: 24px;
	margin-bottom: 24px;
}

/* Widget Twitter
-------------------------------------------------------*/

.tweet {
	margin-bottom: 5px;
	word-wrap: break-word;
}

#tweets li {
	position: relative;
	margin-bottom: 18px;
	padding-left: 24px;
}

#tweets li:last-child {
	margin-bottom: 0;
}

#tweets li:before {
	font-family: 'ui-icons';
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	content: '\f099';
	color: #1da1f2;
}

.timePosted {
	font-size: 12px !important;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #83858f;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/

.widget_tag_cloud a,
.entry__tags a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #000;
	background-color: #e4e4e4;
}

.widget_tag_cloud a:hover,
.entry__tags a:hover {
	color: #fff !important;
	border-color: transparent;
	background-color: #fee30a !important;
}

.tagcloud {
	overflow: hidden;
}

/*-------------------------------------------------------*/

/* Breadcrumbs
/*-------------------------------------------------------*/

.breadcrumbs {
	margin-top: 24px;
	margin-bottom: 24px;
}

.breadcrumbs__item {
	font-size: 14px;
	display: inline-block;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__item i {
	font-size: 14px;
}

.breadcrumbs__item:after {
	font-family: 'ui-icons';
	font-size: 9px;
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 6px;
	content: '\e804';
}

.breadcrumbs__url {
	color: #83858f;
}

/*-------------------------------------------------------*/

/* Single Post
/*-------------------------------------------------------*/

.single-post__entry-header {
	margin-bottom: 24px;
}

.single-post__entry-title {
	font-size: 36px;
	margin-top: 12px;
	margin-bottom: 5px;
}

.single-post__thumb-entry-title {
	max-width: 570px;
}

.entry__article-wrap {
	margin-bottom: 40px;
}

.entry__article > h1,
.entry__article > h2,
.entry__article > h3,
.entry__article > h4,
.entry__article > h5,
.entry__article > h6 {
	margin-top: 36px;
}

.entry__article > p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}

.entry__article p > a {
	text-decoration: underline;
}

.entry__article figure {
	margin-bottom: 24px;
}

.entry__article ol,
.entry__article ul {
	line-height: 26px;
	padding-left: 24px;
}

.entry__article ul {
	list-style: disc;
}

.entry__article ul a {
	text-decoration: underline;
}

figure {
	margin: 0;
}

figcaption {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	color: #83858f;
}

.entry__share {
	margin-bottom: 16px;
}

/* Final Review
/*-------------------------------------------------------*/

.final-review {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 48px;
	background-color: #171821;
	background-position: center;
	background-size: cover;
	background-repear: no-repeat;
}

.final-review__score {
	display: -ms-flexbox;
	display: flex;
	padding: 48px 40px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	-ms-flex-pack: center;
	justify-content: center;
}

.final-review__score-number {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 90px;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: #fee30a;
}

.final-review__text-holder {
	position: relative;
	padding: 48px 40px;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.final-review__text-holder:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	content: '';
	opacity: .8;
	background-color: #fee30a;
}

.final-review__title,
.final-review__text {
	position: relative;
	z-index: 1;
	color: #fff !important;
}

.final-review__title {
	font-size: 36px;
}

/* Entry Tags
/*-------------------------------------------------------*/

.entry__tags {
	margin-top: 30px;
}

.entry__tags a {
	float: none;
}

.entry__tags i {
	font-size: 12px;
}

.entry__tags-label {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 8px;
	margin-left: 3px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #171821;
}

/* Entry Tags
/*-------------------------------------------------------*/

.entry__buttons {
	margin-top: 30px;
}

/* Author
/*-------------------------------------------------------*/

.entry-author {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 24px;
	border: 1px solid #e3e4e8;
}

.entry-author .avatar {
	display: block;
	float: left;
	margin-right: 24px;
	border-radius: 50%;
}

.entry-author__name {
	font-size: 16px;
	font-weight: 700;
}

.entry-author__label {
	display: inline-block;
	margin-right: 5px;
	color: #83858f;
}

.entry-author__info {
	overflow: hidden;
}

/* Entry Navigation
/*-------------------------------------------------------*/

.entry-navigation {
	padding: 24px 0;
}

.entry-navigation--left {
	float: left;
	width: 50%;
}

.entry-navigation--left i {
	margin-right: 7px;
}

.entry-navigation--right {
	float: right;
	width: 50%;
	text-align: right;
}

.entry-navigation--right i {
	margin-left: 7px;
}

.entry-navigation i {
	font-size: 12px;
}

.entry-navigation__label {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
	color: #83858f;
}

.entry-navigation a {
	font-weight: 700;
	line-height: 1.4;
	display: block;
	color: #171821;
}

.entry-navigation a:hover {
	color: #fee30a;
}

/* Comments
/*-------------------------------------------------------*/

.comment-list > li:first-child > .comment-body {
	padding-top: 0;
	border-top: 0;
}

.comment-body {
	margin-bottom: 24px;
	padding-top: 24px;
	border-top: 1px solid #e3e4e8;
}

.comment-text {
	overflow: hidden;
}

.comment-text p {
	margin-bottom: 10px;
}

.comment-avatar {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 50%;
}

.comment-author {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
}

.comment-metadata {
	display: inline-block;
}

.comment-date,
.comment-edit-link {
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #83858f;
}

.comment-edit-link {
	margin-bottom: 0;
	margin-left: 5px;
	color: #fee30a;
}

.comment-reply {
	font-weight: 600;
	color: #171821;
}

.comment-reply:hover {
	color: #fee30a;
}

/* Comment Form
/*-------------------------------------------------------*/

.comment-form p {
	margin: 0;
}

.comment-respond {
	margin-top: 40px;
}

/*-------------------------------------------------------*/

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

.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination__page {
	font-size: 15px;
	line-height: 32px;
	display: inline-block;
	width: 30px;
	height: 32px;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	color: #171821;
	background-color: #fff;
}

.pagination__page:not(span):hover {
	color: #fff;
	border-color: transparent;
	background-color: #fee30a;
}

.pagination__page--current {
	color: #fff;
	border-color: transparent;
	background-color: #fee30a;
}

.pagination__icon {
	font-size: 12px;
}

/*-------------------------------------------------------*/

/* Page Title
/*-------------------------------------------------------*/

.page-title {
	font-size: 38px;
	margin-bottom: 24px;
}

.page-featured-img {
	margin-bottom: 40px;
}

/*-------------------------------------------------------*/

/* Contact Page
/*-------------------------------------------------------*/

/* Gmap
-------------------------------------------------------*/

.gmap {
	width: 100%;
	height: 480px;
	margin-bottom: 40px;
}

.contact-items {
	margin-bottom: 24px;
}

.contact-item {
	padding: 3px 0;
}

.contact-name,
.contact-email,
.contact-subject {
	max-width: 266px;
}

/*-------------------------------------------------------*/

/* 404
/*-------------------------------------------------------*/

.page-404-number {
	font-size: 80px;
	margin-bottom: 0;
}

#wpsl-result-list li {
	border-bottom: 3px solid #000 !important;
}

#wpsl-widget-form .wpsl-icon-direction {
	font-family: 'Open Sans', sans-serif !important;
	font-size: .9em !important;
}

/*-------------------------------------------------------*/

/* Navigation
/*-------------------------------------------------------*/

.nav {
	position: relative;
	z-index: 120;
	min-height: 48px;
	transition: height .3s ease-in-out;
	backface-visibility: hidden; /* Dropdowns (large screen) */
}

.nav__holder {
	border-bottom: 3px #fee30a solid;
	background-color: #e4e4e4;
}

.nav__wrap {
	padding-left: 40px;
}

.nav__menu,
.nav__dropdown-menu {
	list-style: none;
}

.nav__menu {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

.nav__menu > li {
	position: relative;
}

.nav__menu > li.active a:before,
.nav__menu > li:hover a:before {
	width: 100%;
}

.nav__menu > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 48px;
	position: relative;
	display: block;
	padding: 0 30px;
	text-transform: uppercase;
	color: #171821;
}

.nav__menu > li > a:hover {
	color: #999;
}

.nav__menu > li > a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: 0 auto;
	content: '';
	transition: all .3s ease-in-out;
	background-color: #fee30a;
}

.nav__dropdown > a:after {
	font-family: 'ui-icons';
	font-size: 10px;
	line-height: 1;
	margin-left: 7px;
	content: '\f123';
}

.nav__dropdown .nav__dropdown > a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\e804';
	transform: translateY(-50%);
}

.mobile body {
	cursor: pointer;
}

/* Nav Style 1
-------------------------------------------------------*/

.header {
	padding: 30px 0;
}

.header__menu-list li {
	font-size: 14px;
	display: inline-block;
	margin-right: 19px;
}

.header__menu-list a {
	color: #000;
}

.nav--1 .sticky {
	height: 48px;
}

.nav--1 .sticky .nav__menu > li > a {
	line-height: 48px;
	height: 48px;
}

.nav--1 .nav__holder {
	box-shadow: none;
}

.nav--1 .nav__wrap {
	padding-left: 0;
	text-align: center;
	-ms-flex: 4 0 0;
	flex: 4 0 0;
}

.nav--1 .nav__menu > li > a:before {
	display: none;
}

.home .nav--1 .container:after,
.nav--1 .nav__holder.scrolling .container:after,
.nav--1 .nav__holder.scrolling .container:before {
	display: none;
}

/* Nav Style 2
-------------------------------------------------------*/

.nav--2 .nav__holder {
	box-shadow: none;
}

.nav--2 .nav__wrap {
	padding-left: 0;
	text-align: center;
	-ms-flex: 4 0 0;
	flex: 4 0 0;
}

.nav--2 .nav__menu > li > a:before {
	display: none;
}

.nav--2 .nav-icon-toggle {
	margin-right: 48px;
}

/* Logo
-------------------------------------------------------*/

.logo {
	line-height: 1;
}

.logo-holder {
	display: -ms-flexbox;
	display: flex;
}

/* Nav Flexbox
-------------------------------------------------------*/

header .flex-parent {
	-ms-flex-align: center;
	align-items: center;
}

header .flex-child {
	line-height: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}

.nav--align-right {
	margin-left: auto;
}

.nav--align-left {
	margin-right: auto;
}

/* Nav Right
-------------------------------------------------------*/

.nav__right {
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	padding-right: 10px;
}

.nav__right a:hover,
.nav__right a:focus {
	color: #fee30a;
}

/* Nav Search
-------------------------------------------------------*/

.nav__search {
	margin-left: auto;
}

.nav__search-box {
	right: 0;
	padding: 15px 0;
}

.nav__search-form {
	position: relative;
}

.nav__search-input {
	line-height: 40px;
	display: block;
	margin-bottom: 0;
}

.nav__search-location {
	line-height: 40px;
	display: block;
	margin-bottom: 0;
	border-top: 0 solid #000 !important;
	border-right: 0 solid #000 !important;
	border-bottom: 2px solid #000 !important;
	border-left: 0 solid #000 !important;
}

.nav__search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	padding: 0 !important;
}

.nav__search-trigger {
	font-size: 23px;
	line-height: 48px;
	display: inline-block;
	width: 24px;
	height: 48px;
	text-align: center;
	color: #171821;
}

.nav__search .ui-close {
	font-size: 20px;
	position: relative;
}

/* Mobile Search */

.nav__search-mobile-form {
	position: relative;
}

.nav__search-mobile-input {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 46px;
	margin-bottom: 0;
	color: #171821;
	border: none;
	border-bottom: 1px solid #182835;
	border-radius: 0;
	background-color: transparent;
}

.nav__search-mobile-input:focus {
	border-color: #fff;
	background-color: transparent;
}

.nav__search-mobile-submit {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	color: #9aa3ab;
	border: 0;
	background-color: transparent;
}

/* Change Color of Placeholders */

input.nav__search-mobile-input::-webkit-input-placeholder {
	color: #9aa3ab;
}

input.nav__search-mobile-input:-moz-placeholder {
	opacity: 1;
	color: #9aa3ab;
}

input.nav__search-mobile-input::-moz-placeholder {
	opacity: 1;
	color: #9aa3ab;
}

input.nav__search-mobile-input:-ms-input-placeholder {
	color: #9aa3ab;
}

/*-------------------------------------------------------*/

/* Top Bar
/*-------------------------------------------------------*/

.top-bar {
	background-color: #fff;
}

.top-menu li {
	font-size: 14px;
	display: inline-block;
}

.top-menu li:first-child a {
	padding-left: 0;
}

.top-menu li:last-child a {
	padding-right: 0;
}

.top-menu a {
	line-height: 32px;
	display: block;
	padding: 0 10px;
	color: #fff;
}

/*-------------------------------------------------------*/

/* Nav Mobile Sidenav
/*-------------------------------------------------------*/

.sidenav {
	position: fixed;
	z-index: 121;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	width: 320px;
	transition: transform .5s cubic-bezier(.55, 0, .1, 1);
	transform: translateX(-320px);
	background-color: #fff;
}

.sidenav--is-open {
	transform: translateX(0);
}

.content-overlay {
	position: fixed;
	z-index: 121;
	top: 0;
	bottom: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	transition: .3s cubic-bezier(.16, .36, 0, .98);
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
}

.content-overlay--is-visible {
	visibility: visible;
	opacity: 1;
}

/* Nav Icon Toggle
-------------------------------------------------------*/

.nav-icon-toggle {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin-right: 20px;
	padding: 0;
	cursor: pointer;
	transition: .15s linear;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.nav-icon-toggle:focus {
	outline: none;
}

.nav-icon-toggle__box {
	position: relative;
	display: block;
	width: 18px;
	height: 20px;
}

.nav-icon-toggle__inner {
	top: 50%;
	display: block;
	width: 15px;
	margin-top: -1px;
	margin-left: 3px;
}

.nav-icon-toggle__inner,
.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
	position: absolute;
	height: 2px;
	transition: .2s all;
	background-color: #171821;
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
	background-color: #fee30a;
}

.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
	display: block;
	margin-left: -3px;
	content: '';
}

.nav-icon-toggle__inner:before {
	top: -6px;
	width: 18px;
}

.nav-icon-toggle__inner:after {
	bottom: -6px;
	width: 18px;
}

/* Sidenav Menu
-------------------------------------------------------*/

.sidenav__menu-container {
	margin-top: 52px;
}

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

.sidenav__menu li {
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #e3e4e8;
}

.sidenav__menu li:last-child {
	border-bottom: 0;
}

.sidenav__menu-dropdown {
	display: none;
	overflow: hidden;
	background-color: #e4e4e4;
}

.sidenav__menu-dropdown li {
	padding-left: 10px;
	border-color: #dbdce1;
}

.sidenav__menu-dropdown li:first-child {
	border-top: 1px solid #e3e4e8;
}

.sidenav__menu-dropdown a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.sidenav__menu-dropdown a,
.sidenav__menu-dropdown:hover,
.sidenav__menu-dropdown .sidenav__menu-toggle {
	color: #171821;
}

.sidenav__menu-toggle {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 5px;
	width: 46px;
	height: 46px;
	padding: 0;
	text-align: center;
	color: #000;
	border: none;
	background-color: transparent;
}

.sidenav__menu-toggle:focus {
	outline: none;
}

.sidenav__menu--is-open > a {
	color: #171821;
	background-color: #e4e4e4;
}

.sidenav__menu--is-open > a:hover {
	color: #171821;
}

.sidenav__menu--is-open > .sidenav__menu-toggle {
	transform: rotate(180deg);
	color: #000;
}

.sidenav__menu--is-open > .sidenav__menu-toggle:hover {
	color: #000;
}

.sidenav__menu-url {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: block;
	width: 100%;
	padding: 12px 22px;
	transition: background .3s ease;
	color: #000;
}

.sidenav__menu-url:hover,
.sidenav__menu-url:focus {
	color: #fee30a;
}

.sidenav__close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.sidenav__close-button {
	width: 24px;
	height: 24px;
	padding: 0;
	color: #171821;
	border: 0;
	background: transparent;
}

.sidenav__close-button:hover {
	color: #fee30a;
}

.sidenav__close-icon {
	font-size: 22px;
	line-height: 24px;
}

/* Sidenav Socials
-------------------------------------------------------*/

.sidenav__socials {
	margin-top: 20px;
	padding: 0 22px;
}

/* Sticky Nav
-------------------------------------------------------*/

.nav--sticky {
	height: 48px;
}

.nav--sticky.offset {
	transition: all .3s ease-in-out;
	transform: translate3d(0, -100%, 0);
}

.nav--sticky.scrolling {
	transform: translate3d(0, 0px, 0);
}

.nav--sticky.sticky {
	position: fixed;
	z-index: 120;
	top: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	height: 48px;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.nav--sticky.sticky.scrolling {
	visibility: visible;
	opacity: 1;
}

.nav--sticky.sticky .nav__menu > li > a {
	line-height: 48px;
}

.nav--sticky.sticky .logo-wrap a {
	height: 48px;
}

/* Colored Nav
-------------------------------------------------------*/

.nav--colored .nav__holder {
	background-color: #fee30a;
	box-shadow: none;
}

.nav--colored .nav__menu > li > a,
.nav--colored .nav__menu > li > a:hover,
.nav--colored .nav__search-trigger,
.nav--colored .nav__right a:hover,
.nav--colored .nav__right a:focus {
	color: #fff;
}

.nav--colored .nav-icon-toggle__inner,
.nav--colored .nav-icon-toggle__inner:before,
.nav--colored .nav-icon-toggle__inner:after,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle__inner:after {
	background-color: #fff;
}

/* Go to Top
-------------------------------------------------------*/

#back-to-top {
	font-size: 12px;
	line-height: 32px;
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: -34px;
	display: block;
	width: 34px;
	height: 34px;
	transition: all .3s ease-in-out;
	text-align: center;
	text-decoration: none;
	background-color: rgba(23, 24, 33, .5);
	box-shadow: 1px 1.732px 12px 0 rgba(0, 0, 0, .03);
}

#back-to-top i {
	transition: all .3s ease-in-out;
}

#back-to-top a {
	display: block;
	color: #fff;
}

#back-to-top.show {
	bottom: 20px;
}

#back-to-top:hover {
	border-color: transparent;
	background-color: #fee30a;
}

#back-to-top:hover i {
	color: #fff;
}

/*-------------------------------------------------------*/

/* Nav Mobile Styles
/*-------------------------------------------------------*/

.navbar {
	padding: .5rem 0rem !important;
}

.portfolio-filter {
	position: relative;
	margin: 0 auto;
	list-style: none;
}

.portfolio-filter li {
	position: relative;
	float: left;
}

.portfolio-filter li a {
	font-size: 14px;
	position: relative;
	display: block;
	margin: -1px 10px;
	padding: 12px 20px;
	color: #000;
}

.portfolio-filter li a:hover {
	color: #fee30a;
}

.portfolio-filter li:first-child a {
	border-left: none;
}

.portfolio-filter li.activeFilter a {
	font-weight: bold;
	margin: -1px 10px;
	padding: 13px 20px;
	color: #fff !important;
	background-color: #000;
}

.bothsidebar .portfolio-filter li a {
	padding: 12px 14px;
}

.bothsidebar .portfolio-filter li.activeFilter a {
	padding: 13px 20px;
}

/*-------------------------------------------------------*/

/* Footer
/*-------------------------------------------------------*/

.footer {
	position: relative;
}

.footer a:not(.social):hover {
	color: #000;
}

.footer--white {
	background-color: #fff;
}

.footer--dark {
	background-color: #171821;
}

.footer--dark a,
.footer--dark .widget-title,
.footer--dark .social {
	color: #fff;
}

.footer--dark p {
	color: #000 !important;
}

.footer--dark .post-list-small__item,
.footer--dark .widget_nav_menu li {
	border-color: #54555e;
}

.footer--dark .entry__meta li {
	color: #5f686b !important;
}

.footer--dark .mc4wp-form-fields input[type=email],
.footer--dark .mc4wp-form-fields input[type=text] {
	border-color: transparent;
}

.footer--dark .mc4wp-form-fields input[type=email]:focus,
.footer--dark .mc4wp-form-fields input[type=text]:focus {
	border-color: #fee30a;
}

.footer--dark .newsletter__icon {
	color: #575961;
}

.footer--dark .tagcloud a {
	color: #fff;
	background-color: #2d2e36;
}

.footer__widgets {
	padding: 90px 0;
}

.footer__widgets p {
	font-size: 14px;
	line-height: 26px;
}

.footer__widgets a {
	color: #171821;
}

.footer__widgets a:hover {
	color: #fee30a;
}

.footer__widgets--short {
	padding: 60px 0;
}

.footer .logo__img {
	display: block;
	padding-bottom: 20px;
}

/* Footer Grey
-------------------------------------------------------*/

.footer--grey {
	background-color: #e4e4e4;
}

/* Footer Bg Image
-------------------------------------------------------*/

.footer--bg-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer--bg-img:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background-color: rgba(23, 24, 33, .9);
}

/* Footer Widgets Top
-------------------------------------------------------*/

.footer__widgets-top {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #54555e;
}

/* Footer Nav Menu
-------------------------------------------------------*/

.footer__nav-menu {
	line-height: 30px;
}

.footer__nav-menu li {
	display: inline-block;
	margin-right: 24px;
}

.footer__nav-menu li:last-child {
	margin-right: 0;
}

.footer__nav-menu a {
	color: #171821;
}

.footer__nav-menu a:hover {
	color: #fee30a;
}

.footer__nav-menu + .copyright {
	margin-top: 24px;
}

.footer__nav-menu--1 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.copyright {
	font-size: 15px !important;
	display: inline-block;
	color: #000;
}

.copyright a {
	color: inherit;
}

.copyright a:hover {
	color: #fee30a;
}

/* Bottom Footer
-------------------------------------------------------*/

.footer__bottom {
	position: relative;
	padding: 15px 0 15px;
}

.footer__bottom .widget_nav_menu li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
	border-bottom: 0;
}

.footer__bottom .widget_nav_menu li:last-child {
	margin-right: 0;
}

.footer__bottom--dark {
	background-color: #fee30a;
}

.footer__bottom--dark a {
	color: #000;
}

.footer__bottom--white {
	background-color: #fff;
}

/*-------------------------------------------------------*/

/* Spacings
/*-------------------------------------------------------*/

.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-8 {
	margin-top: 8px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-56 {
	margin-top: 56px;
}

.mt-64 {
	margin-top: 64px;
}

.mt-72 {
	margin-top: 72px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-56 {
	margin-bottom: 56px;
}

.mb-64 {
	margin-bottom: 64px;
}

.mb-72 {
	margin-bottom: 72px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt-0 {
	padding-top: 0;
}

.pt-8 {
	padding-top: 8px;
}

.pt-16 {
	padding-top: 16px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-32 {
	padding-top: 32px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-48 {
	padding-top: 48px;
}

.pt-56 {
	padding-top: 56px;
}

.pt-64 {
	padding-top: 64px;
}

.pt-72 {
	padding-top: 72px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pb-32 {
	padding-bottom: 32px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-48 {
	padding-bottom: 48px;
}

.pb-56 {
	padding-bottom: 56px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pb-72 {
	padding-bottom: 72px;
}

.pb-80 {
	padding-bottom: 80px;
}

/*-------------------------------------------------------*/

/* Helper Classes
/*-------------------------------------------------------*/

/* Gradients / Overlays
-------------------------------------------------------*/

.full-overlay {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, .5);
}

.bottom-gradient {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 70%;
	background: rgba(0, 0, 0, .7); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* Section Dividers
-------------------------------------------------------*/

.top-divider {
	border-top: 1px solid #e3e4e8;
}

.bottom-divider {
	border-bottom: 1px solid #e3e4e8;
}

/*-------------------------------------------------------*/

/* WordPress Styles
/*-------------------------------------------------------*/

body.admin-bar .nav--sticky {
	top: 50px;
}

.gallery-caption {
	display: block;
}

img {
	height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text,
.says {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

.screen-reader-text:focus {
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	line-height: normal;
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #21759b;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6); /* Above WP toolbar. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	padding: 2px;
	border: 1px solid #e3e4e8;
}

.widget_recent_entries ul li a {
	color: #000;
}

.widget_recent_entries ul li a:hover {
	color: #fee30a;
}

.widget .recentcomments a {
	color: #000;
}

/* Calendar */

#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar tbody td {
	line-height: 1;
}

#wp-calendar > tfoot > tr {
	border: 1px solid #e3e4e8;
}

#wp-calendar > tfoot > tr > td {
	border: 0;
}

.post-password-form label > input {
	margin-bottom: 24px;
}

.post-password-form label + input {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 41px;
	position: relative;
	top: -2px;
	width: auto;
	padding: 0 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background-color: #000;
}

/* Sticky Post */

.post.sticky .entry__title:before {
	font-family: 'ui-icons';
	font-size: 18px;
	position: relative;
	top: -2px;
	display: inline-block;
	max-height: 20px;
	margin-right: 12px;
	content: '\e804';
	color: #bbb;
}

/*-------------------------------------------------------*/

/* Article styles
/*-------------------------------------------------------*/

dt,
dd {
	padding: 10px 0;
	border-bottom: 1px solid #e3e4e8;
}

/* Pagination */

.entry-pages {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e4e8;
}

.entry-pages a {
	display: inline-block;
	min-width: 12px;
	text-align: center;
}

.comment-navigation {
	margin: 20px 0;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-respond {
	margin-top: 60px;
}

/*-------------------------------------------------------*/

/* Theme Styles
/*-------------------------------------------------------*/

/* Style Default
-------------------------------------------------------*/

.style-default .card,
.style-default .sidebar .widget,
.style-default .content-box {
	box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
}

.style-default .sidebar .widget,
.style-default .owl-prev,
.style-default .owl-next {
	border: 0;
}

/* Style Rounded
-------------------------------------------------------*/

.style-rounded .trending-now,
.style-rounded .content-box,
.style-rounded .card,
.style-rounded .card__body,
.style-rounded input,
.style-rounded select,
.style-rounded textarea,
.style-rounded .social,
.style-rounded .entry__meta-category--label,
.style-rounded .owl-prev,
.style-rounded .owl-next,
.style-rounded .thumb__img-holder,
.style-rounded .entry__play-time,
.style-rounded .pagination__page,
.style-rounded #back-to-top,
.style-rounded .btn,
.style-rounded .sidebar .widget {
	border-radius: 5px;
}

.style-rounded .widget-search-button,
.style-rounded .search-button,
.style-rounded .mc4wp-form-fields input[type=submit] {
	border-radius: 0 5px 5px 0;
}

.style-rounded .mc4wp-form-fields input[type=email],
.style-rounded .mc4wp-form-fields input[type=text] {
	border-radius: 5px 0 0 5px;
}

.style-rounded .nav__search-box {
	border-radius: 0 0 5px 5px;
}

/* Style Politics
-------------------------------------------------------*/

.style-politics {
	font-family: 'Open Sans', sans-serif;
}

.style-politics h1,
.style-politics h2,
.style-politics h3,
.style-politics h4,
.style-politics h5,
.style-politics h6 {
	line-height: 1.2;
	letter-spacing: normal;
}

.style-politics .entry__excerpt p {
	font-size: 15px;
	line-height: 22px;
}

.style-politics h1,
.style-politics h2,
.style-politics h3,
.style-politics h4,
.style-politics h5,
.style-politics h6,
.style-politics .nav__menu > li > a,
.style-politics .entry__meta-category,
.style-politics .btn,
.style-politics .all-posts-url,
.style-politics .sidenav__menu-url,
.style-politics .trending-now__label,
.style-politics .widget_tag_cloud a,
.style-politics .entry__tags a,
.style-politics .entry-date-label,
.style-politics label {
	font-family: 'Open Sans', sans-serif;
}

.style-politics .widget-title,
.style-politics .section-title {
	color: #f44336;
}

.style-politics .widget-title {
	font-size: 14px;
}

.style-politics .entry__title {
	font-size: 18px;
	margin-top: 8px;
}

.style-politics .sidebar .widget {
	padding: 32px 16px;
}

.style-politics .title-wrap--line {
	border-top: 2px solid #e3e4e8;
}

/* Style Fashion
-------------------------------------------------------*/

.style-fashion {
	font-family: 'Open Sans', sans-serif;
}

.style-fashion h1,
.style-fashion h2,
.style-fashion h3,
.style-fashion h4,
.style-fashion h5,
.style-fashion h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	letter-spacing: normal;
}

.style-fashion p {
	color: #171821;
}

.style-fashion .nav__menu > li > a,
.style-fashion .sidenav__menu-url,
.style-fashion .btn,
.style-fashion .entry__meta-category,
.style-fashion .widget_tag_cloud a,
.style-fashion .entry__tags a,
.style-fashion .entry-date-label,
.style-fashion label {
	font-family: 'Open Sans', sans-serif;
}

.style-fashion .widget-socials .social {
	color: #171821;
	background-color: #fff;
}

.style-fashion .entry__meta a,
.style-fashion .entry__meta li {
	color: #171821;
}

.style-fashion .entry__meta {
	margin-bottom: 12px;
}

.style-fashion .entry__meta li {
	font-weight: 500;
}

.style-fashion .entry__play-time {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .5);
}

.style-fashion .widget-title,
.style-fashion .section-title {
	text-transform: none;
}

.style-fashion .widget-title {
	font-size: 20px;
}

.style-fashion .title-wrap {
	margin-bottom: 24px;
}

.style-fashion .section-title {
	font-size: 24px;
}

.style-fashion .entry__meta-author {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	color: #83858f;
}

.style-fashion .entry__title + .entry__meta {
	margin-top: 16px;
}

.style-fashion .sidebar .widget {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.style-fashion .sidebar .widget_mc4wp_form_widget {
	background-color: #fff;
}

.style-fashion .newsletter-wide {
	background-color: #ffebee;
}

.style-fashion .post-list {
	min-height: 285px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e4e8;
}

.style-fashion .post-list:last-child {
	border-color: transparent;
}

.style-fashion .copyright {
	color: #83858f;
}

/* Style Games
-------------------------------------------------------*/

.style-games {
	font-family: 'Open Sans', sans-serif;
}

.style-games h1,
.style-games h2,
.style-games h3,
.style-games h4,
.style-games h5,
.style-games h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
}

.style-games .btn,
.style-games .nav__menu > li > a,
.style-games .trending-now__label,
.style-games .sidenav__menu-url,
.style-games .entry__meta-category,
.style-games .widget_tag_cloud a,
.style-games .entry__tags a,
.style-games .entry-date-label,
.style-games label {
	font-family: 'Open Sans', sans-serif;
}

.style-games .entry__title {
	font-size: 18px;
}

.style-games .entry__meta-category {
	font-size: 14px;
	font-weight: 700;
}

.style-games .card {
	box-shadow: none;
}

.style-games .card__body {
	border: 1px solid #e3e4e8;
}

.style-games .footer__widgets {
	padding: 56px 0;
}

.style-games .footer .widget-title {
	font-size: 14px;
	color: #fee30a;
}

.style-games .footer__nav-menu + .copyright {
	margin-top: 24px;
}

/* Style Videos
-------------------------------------------------------*/

.style-videos {
	font-family: 'Open Sans', sans-serif;
}

.style-videos h1,
.style-videos h2,
.style-videos h3,
.style-videos h4,
.style-videos h5,
.style-videos h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing: normal;
}

.style-videos .section-title,
.style-videos .widget-title {
	font-weight: 700;
}

.style-videos .btn,
.style-videos .nav__menu > li > a,
.style-videos .trending-now__label,
.style-videos .sidenav__menu-url,
.style-videos .entry__meta-category,
.style-videos .widget_tag_cloud a,
.style-videos .entry__tags a,
.style-videos .entry-date-label,
.style-videos label {
	font-family: 'Open Sans', sans-serif;
}

.style-videos .nav__dropdown.active {
	background-color: #fee30a;
}

.style-videos .nav__dropdown.active > a {
	color: #fff;
}

/* Style Music
-------------------------------------------------------*/

.style-music {
	font-family: 'Open Sans', sans-serif;
}

.style-music h1,
.style-music h2,
.style-music h3,
.style-music h4,
.style-music h5,
.style-music h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
}

.style-music .entry-date-label {
	font-family: 'Open Sans', sans-serif;
}

.style-music p {
	font-family: 'Open Sans', sans-serif;
}

.style-music .btn,
.style-music .nav__menu > li > a,
.style-music .trending-now__label,
.style-music .sidenav__menu-url,
.style-music .entry__meta-category,
.style-music .widget_tag_cloud a,
.style-music .entry__tags a,
.style-music label {
	font-family: 'Open Sans', sans-serif;
}

.style-music .card__body {
	border: 1px solid #e3e4e8;
}

.style-music .widget-title {
	font-size: 14px;
	color: #fee30a;
}

@media only screen and (min-width: 576px) {

.newsletter-wide__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.comment .children {
	padding-left: 8%;
}

}

@media only screen and (min-width: 992px) {

.featured-posts-grid__item--sm:first-child .post-list__img-holder,
.featured-posts-grid__item--sm:last-child .post-list__img-holder {
	-ms-flex-order: 2;
	order: 2;
}

.content-box--top-offset {
	margin-top: -232px;
}

.entry__article-wrap .entry__article {
	padding-left: 0;
}

.entry__article-wrap {
	display: -ms-flexbox;
	display: flex;
}

.nav__menu > li {
	display: inline-block;
	text-align: center;
}

.nav__dropdown-menu {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	display: block;
	visibility: hidden;
	width: 100%;
	min-width: 200px;
	padding: 10px 0;
	list-style: none;
	transition: all .1s ease-in-out;
	text-align: left;
	white-space: nowrap;
	opacity: 0;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.nav__dropdown-menu > li > a {
	font-size: 14px;
	display: block;
	padding: 8px 22px;
	color: #000;
}

.nav__dropdown-menu > li > a:hover {
	color: #fee30a;
}

.nav__dropdown-menu.hide-dropdown {
	visibility: hidden !important;
	opacity: 0 !important;
}

.nav__dropdown-menu--right {
	right: 0;
}

.nav__dropdown:hover > .nav__dropdown-menu {
	visibility: visible;
	opacity: 1;
}

.nav__dropdown-menu .nav__dropdown-menu {
	top: -10px;
	left: 100%;
}

.nav__dropdown .nav__dropdown {
	position: relative;
}

.nav__megamenu {
	padding: 32px 30px;
}

.nav__megamenu .row {
	white-space: normal;
}

.nav__megamenu-item .entry {
	margin-bottom: 0;
}

.nav__megamenu-item .entry__title {
	font-size: 16px;
}

.nav__megamenu-list a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	display: block;
	clear: both;
	padding: 4px 0;
	white-space: nowrap;
	color: #b2b2b2;
}

.nav--1 {
	min-height: 82px;
}

.nav--1 .container:before,
.nav--1 .container:after {
	position: absolute;
	right: 15px;
	left: 15px;
	display: block;
	height: 2px;
	content: '';
	background-color: #e3e4e8;
}

.nav--1 .container:after {
	bottom: 0;
}

.nav--1 .nav--sticky,
.nav--1 .nav__menu > li > a {
	height: 82px;
}

.nav--1 .nav__menu > li > a {
	line-height: 82px;
}

.nav--2 {
	min-height: 100px;
}

.nav--2 .nav__holder {
	height: 100px;
}

.nav--2 .nav__menu > li > a {
	line-height: 100px;
}

}

@media only screen and (min-width: 1200px) {

.hero__item .entry {
	overflow: visible;
	margin-bottom: 42px;
}

.hero__item .entry__body {
	position: absolute;
	z-index: 1;
	right: 0;
	left: 50px;
	max-width: 83%;
	min-height: 150px;
	margin-top: -20px;
	padding: 24px;
	transform: translate(100%, -260%);
	background: #fee30a;
}

.hero__item .entry__push {
	position: absolute;
	z-index: 1;
	right: -75%;
	max-width: 22%;
	min-height: 150px;
	margin-top: -20px;
	padding: 24px;
	transform: translate(100%, -270%);
	background: #000;
}

.blog__content--right,
.sidebar--right {
	float: right;
}

.sidebar--right {
	padding-left: 35px;
}

}

@media (min-width: 1280px) {

.container {
	max-width: 1248px;
}

}

@media (min-width: 1366px) {

.container-fluid {
	max-width: 1366px;
}

}

@media only screen and (max-width: 1199px) {

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

.social__text {
	display: none;
}

.mt-lg-0 {
	margin-top: 0 !important;
}

.mt-lg-8 {
	margin-top: 8px;
}

.mt-lg-16 {
	margin-top: 16px;
}

.mt-lg-24 {
	margin-top: 24px;
}

.mt-lg-32 {
	margin-top: 32px;
}

.mt-lg-40 {
	margin-top: 40px;
}

.mt-lg-48 {
	margin-top: 48px;
}

.mt-lg-56 {
	margin-top: 56px;
}

.mt-lg-64 {
	margin-top: 64px;
}

.mt-lg-72 {
	margin-top: 72px;
}

.mt-lg-80 {
	margin-top: 80px;
}

.mb-lg-0 {
	margin-bottom: 0 !important;
}

.mb-lg-8 {
	margin-bottom: 8px;
}

.mb-lg-16 {
	margin-bottom: 16px;
}

.mb-lg-24 {
	margin-bottom: 24px;
}

.mb-lg-32 {
	margin-bottom: 32px;
}

.mb-lg-40 {
	margin-bottom: 40px;
}

.mb-lg-48 {
	margin-bottom: 48px;
}

.mb-lg-56 {
	margin-bottom: 56px;
}

.mb-lg-64 {
	margin-bottom: 64px;
}

.mb-lg-72 {
	margin-bottom: 72px;
}

.mb-lg-80 {
	margin-bottom: 80px;
}

.pt-lg-0 {
	padding-top: 0;
}

.pt-lg-8 {
	padding-top: 8px;
}

.pt-lg-16 {
	padding-top: 16px;
}

.pt-lg-24 {
	padding-top: 24px;
}

.pt-lg-32 {
	padding-top: 32px;
}

.pt-lg-40 {
	padding-top: 40px;
}

.pt-lg-48 {
	padding-top: 48px;
}

.pt-lg-56 {
	padding-top: 56px;
}

.pt-lg-64 {
	padding-top: 64px;
}

.pt-lg-72 {
	padding-top: 72px;
}

.pt-lg-80 {
	padding-top: 80px;
}

.pb-lg-0 {
	padding-bottom: 0;
}

.pb-lg-8 {
	padding-bottom: 8px;
}

.pb-lg-16 {
	padding-bottom: 16px;
}

.pb-lg-24 {
	padding-bottom: 24px;
}

.pb-lg-32 {
	padding-bottom: 32px;
}

.pb-lg-40 {
	padding-bottom: 40px;
}

.pb-lg-48 {
	padding-bottom: 48px;
}

.pb-lg-56 {
	padding-bottom: 56px;
}

.pb-lg-64 {
	padding-bottom: 64px;
}

.pb-lg-72 {
	padding-bottom: 72px;
}

.pb-lg-80 {
	padding-bottom: 80px;
}

}

@media only screen and (max-width: 991px) {

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

.social__text {
	display: inline-block;
}

.thumb--size-6 {
	height: 440px;
}

.post-list__img-holder {
	width: 170px;
}

.video-playlist {
	display: block;
}

.video-playlist__list,
.video-playlist__content {
	width: 100%;
}

.nav__right-item {
	margin-right: 0;
}

.nav__search-box {
	width: 100%;
}

.nav__header {
	height: 48px;
}

.nav__wrap {
	text-align: left;
}

.logo {
	transform: translate(-50%, -50%);
}

.footer__widgets > .row > div:not(:last-child) {
	margin-bottom: 50px;
}

.footer__bottom .copyright {
	margin-top: 15px;
}

.mt-md-0 {
	margin-top: 0 !important;
}

.mt-md-8 {
	margin-top: 8px;
}

.mt-md-16 {
	margin-top: 16px;
}

.mt-md-24 {
	margin-top: 24px;
}

.mt-md-32 {
	margin-top: 32px;
}

.mt-md-40 {
	margin-top: 40px;
}

.mt-md-48 {
	margin-top: 48px;
}

.mt-md-56 {
	margin-top: 56px;
}

.mt-md-64 {
	margin-top: 64px;
}

.mt-md-72 {
	margin-top: 72px;
}

.mt-md-80 {
	margin-top: 80px;
}

.mb-md-0 {
	margin-bottom: 0 !important;
}

.mb-md-8 {
	margin-bottom: 8px;
}

.mb-md-16 {
	margin-bottom: 16px;
}

.mb-md-24 {
	margin-bottom: 24px;
}

.mb-md-32 {
	margin-bottom: 32px;
}

.mb-md-40 {
	margin-bottom: 40px;
}

.mb-md-48 {
	margin-bottom: 48px;
}

.mb-md-56 {
	margin-bottom: 56px;
}

.mb-md-64 {
	margin-bottom: 64px;
}

.mb-md-72 {
	margin-bottom: 72px;
}

.mb-md-80 {
	margin-bottom: 80px;
}

.pt-md-0 {
	padding-top: 0;
}

.pt-md-8 {
	padding-top: 8px;
}

.pt-md-16 {
	padding-top: 16px;
}

.pt-md-24 {
	padding-top: 24px;
}

.pt-md-32 {
	padding-top: 32px;
}

.pt-md-40 {
	padding-top: 40px;
}

.pt-md-48 {
	padding-top: 48px;
}

.pt-md-56 {
	padding-top: 56px;
}

.pt-md-64 {
	padding-top: 64px;
}

.pt-md-72 {
	padding-top: 72px;
}

.pt-md-80 {
	padding-top: 80px;
}

.pb-md-0 {
	padding-bottom: 0;
}

.pb-md-8 {
	padding-bottom: 8px;
}

.pb-md-16 {
	padding-bottom: 16px;
}

.pb-md-24 {
	padding-bottom: 24px;
}

.pb-md-32 {
	padding-bottom: 32px;
}

.pb-md-40 {
	padding-bottom: 40px;
}

.pb-md-48 {
	padding-bottom: 48px;
}

.pb-md-56 {
	padding-bottom: 56px;
}

.pb-md-64 {
	padding-bottom: 64px;
}

.pb-md-72 {
	padding-bottom: 72px;
}

.pb-md-80 {
	padding-bottom: 80px;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	transform: scale(.75);
}

.mfp-arrow-left {
	transform-origin: 0;
}

.mfp-arrow-right {
	transform-origin: 100%;
}

.mfp-container {
	padding-right: 6px;
	padding-left: 6px;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
	padding-right: 0;
	padding-left: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	position: fixed;
	top: auto;
	bottom: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 3px 5px;
	background: rgba(0, 0, 0, .6);
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	top: 3px;
	right: 5px;
}

.mfp-img-mobile .mfp-close {
	line-height: 35px;
	position: fixed;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	background: rgba(0, 0, 0, .6);
}

}

@media only screen and (max-width: 767px) {

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

.container-semi-fluid {
	padding: 0 15px;
}

.thumb-text-holder--2 .thumb-entry-title {
	font-size: 20px;
}

.thumb-text-holder--3 .thumb-entry-title {
	font-size: 20px;
}

.thumb-text-holder--5 .thumb-entry-title {
	font-size: 20px;
}

.thumb--size-3,
.thumb--size-4,
.thumb--size-5,
.thumb--size-6 {
	height: 300px;
}

.featured-posts-grid__item--lg .entry__title {
	font-size: 20px;
}

.hero-slider__item .thumb {
	height: 460px;
}

.hero-slider-1__item {
	height: 360px;
}

.hero-slider-1__thumb-text-holder {
	top: 10%;
}

.hero-slider-1__entry-title {
	font-size: 24px;
}

.hero-slider-1__entry-body {
	font-size: 16px;
}

.section-title {
	float: none;
}

.tab-post__tabs {
	float: none;
	width: 100%;
	margin-top: 10px;
}

.single-post__entry-title {
	font-size: 24px;
}

.final-review {
	display: block;
}

.final-review__score {
	padding: 48px 40px;
}

.mt-sm-0 {
	margin-top: 0 !important;
}

.mt-sm-8 {
	margin-top: 8px;
}

.mt-sm-16 {
	margin-top: 16px;
}

.mt-sm-24 {
	margin-top: 24px;
}

.mt-sm-32 {
	margin-top: 32px;
}

.mt-sm-40 {
	margin-top: 40px;
}

.mt-sm-48 {
	margin-top: 48px;
}

.mt-sm-56 {
	margin-top: 56px;
}

.mt-sm-64 {
	margin-top: 64px;
}

.mt-sm-72 {
	margin-top: 72px;
}

.mt-sm-80 {
	margin-top: 80px;
}

.mb-sm-0 {
	margin-bottom: 0 !important;
}

.mb-sm-8 {
	margin-bottom: 8px;
}

.mb-sm-16 {
	margin-bottom: 16px;
}

.mb-sm-24 {
	margin-bottom: 24px;
}

.mb-sm-32 {
	margin-bottom: 32px;
}

.mb-sm-40 {
	margin-bottom: 40px;
}

.mb-sm-48 {
	margin-bottom: 48px;
}

.mb-sm-56 {
	margin-bottom: 56px;
}

.mb-sm-64 {
	margin-bottom: 64px;
}

.mb-sm-72 {
	margin-bottom: 72px;
}

.mb-sm-80 {
	margin-bottom: 80px;
}

.pt-sm-0 {
	padding-top: 0;
}

.pt-sm-8 {
	padding-top: 8px;
}

.pt-sm-16 {
	padding-top: 16px;
}

.pt-sm-24 {
	padding-top: 24px;
}

.pt-sm-32 {
	padding-top: 32px;
}

.pt-sm-40 {
	padding-top: 40px;
}

.pt-sm-48 {
	padding-top: 48px;
}

.pt-sm-56 {
	padding-top: 56px;
}

.pt-sm-64 {
	padding-top: 64px;
}

.pt-sm-72 {
	padding-top: 72px;
}

.pt-sm-80 {
	padding-top: 80px;
}

.pb-sm-0 {
	padding-bottom: 0;
}

.pb-sm-8 {
	padding-bottom: 8px;
}

.pb-sm-16 {
	padding-bottom: 16px;
}

.pb-sm-24 {
	padding-bottom: 24px;
}

.pb-sm-32 {
	padding-bottom: 32px;
}

.pb-sm-40 {
	padding-bottom: 40px;
}

.pb-sm-48 {
	padding-bottom: 48px;
}

.pb-sm-56 {
	padding-bottom: 56px;
}

.pb-sm-64 {
	padding-bottom: 64px;
}

.pb-sm-72 {
	padding-bottom: 72px;
}

.pb-sm-80 {
	padding-bottom: 80px;
}

}

@media (max-width: 640px) {

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 18px;
}

}

@media only screen and (max-width: 575px) {

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

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

.tabs__item {
	display: block;
	margin-right: 0;
}

.social__text {
	display: none;
}

.hero__item .entry__title {
	font-size: 20px;
	line-height: 21px;
}

.hero-slider__item .thumb {
	height: 320px;
}

.content-box {
	padding: 24px;
}

.content-box--pt-108 {
	padding-top: 60px;
}

.post-list {
	display: block;
}

.post-list__img-holder,
.post-list__body {
	width: 100%;
}

.post-list__img-holder {
	float: none;
	height: 180px;
	margin-right: 0;
	margin-bottom: 30px;
}

.post-list-small__img-holder {
	width: 50px;
}

.post-list-small__entry-title {
	margin-top: 0;
}

.sidebar .widget {
	margin-bottom: 20pxpx;
	padding: 2px;
	border: 0 solid #e3e4e8;
	background-color: #fff;
}

.sidebar .widget_mc4wp_form_widget {
	padding: 2px !important;
}

.newsletter-wide__text {
	margin-bottom: 10px;
}

.entry-author .avatar {
	width: 50px;
	margin-right: 15px;
}

.page-title {
	font-size: 24px;
}

.page-404-number {
	font-size: 50px;
}

.navbar .navbar-brand {
	margin-right: 0rem !important;
}

.navbar .navbar-brand .logo-img {
	width: 180px !important;
}

.mt-xs-0 {
	margin-top: 0 !important;
}

.mt-xs-8 {
	margin-top: 8px;
}

.mt-xs-16 {
	margin-top: 16px;
}

.mt-xs-24 {
	margin-top: 24px;
}

.mt-xs-32 {
	margin-top: 32px;
}

.mt-xs-40 {
	margin-top: 40px;
}

.mt-xs-48 {
	margin-top: 48px;
}

.mt-xs-56 {
	margin-top: 56px;
}

.mt-xs-64 {
	margin-top: 64px;
}

.mt-xs-72 {
	margin-top: 72px;
}

.mt-xs-80 {
	margin-top: 80px;
}

.mb-xs-0 {
	margin-bottom: 0 !important;
}

.mb-xs-8 {
	margin-bottom: 8px;
}

.mb-xs-16 {
	margin-bottom: 16px;
}

.mb-xs-24 {
	margin-bottom: 24px;
}

.mb-xs-32 {
	margin-bottom: 32px;
}

.mb-xs-40 {
	margin-bottom: 40px;
}

.mb-xs-48 {
	margin-bottom: 48px;
}

.mb-xs-56 {
	margin-bottom: 56px;
}

.mb-xs-64 {
	margin-bottom: 64px;
}

.mb-xs-72 {
	margin-bottom: 72px;
}

.mb-xs-80 {
	margin-bottom: 80px;
}

.pt-xs-0 {
	padding-top: 0;
}

.pt-xs-8 {
	padding-top: 8px;
}

.pt-xs-16 {
	padding-top: 16px;
}

.pt-xs-24 {
	padding-top: 24px;
}

.pt-xs-32 {
	padding-top: 32px;
}

.pt-xs-40 {
	padding-top: 40px;
}

.pt-xs-48 {
	padding-top: 48px;
}

.pt-xs-56 {
	padding-top: 56px;
}

.pt-xs-64 {
	padding-top: 64px;
}

.pt-xs-72 {
	padding-top: 72px;
}

.pt-xs-80 {
	padding-top: 80px;
}

.pb-xs-0 {
	padding-bottom: 0;
}

.pb-xs-8 {
	padding-bottom: 8px;
}

.pb-xs-16 {
	padding-bottom: 16px;
}

.pb-xs-24 {
	padding-bottom: 24px;
}

.pb-xs-32 {
	padding-bottom: 32px;
}

.pb-xs-40 {
	padding-bottom: 40px;
}

.pb-xs-48 {
	padding-bottom: 48px;
}

.pb-xs-56 {
	padding-bottom: 56px;
}

.pb-xs-64 {
	padding-bottom: 64px;
}

.pb-xs-72 {
	padding-bottom: 72px;
}

.pb-xs-80 {
	padding-bottom: 80px;
}

}

@keyframes ball-clip-rotate-pulse-rotate {

0% {
	transform: translate(-50%, -50%) rotate(0);
}

50% {
	transform: translate(-50%, -50%) rotate(180deg);
}

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}

@keyframes ball-clip-rotate-pulse-scale {

0%,100% {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

30% {
	transform: translate(-50%, -50%) scale(.15);
	opacity: .3;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

/* Coming soon ribbon */
/* common */
.ribbon {
	width: 150px;
	height: 136px;
	overflow: hidden;
	position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #fee30a;
  }
  .ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #fee30a;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
	top: -10px;
	left: 10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-top-left::before {
	top: 0;
	right: 15px;
  }
  .ribbon-top-left::after {
	bottom: 0;
	left: 0;
  }
  .ribbon-top-left span {
	z-index: 100;
	right: -20px;
	top: 20px;
	transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
	top: -10px;
	right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-top-right::before {
	top: 0;
	left: 0;
  }
  .ribbon-top-right::after {
	bottom: 0;
	right: 0;
  }
  .ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
  }
  .ribbon-bottom-left::after {
	top: 0;
	left: 0;
  }
  .ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
  }
  .ribbon-bottom-right::after {
	top: 0;
	right: 0;
  }
  .ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
  }
  
  /* Coming soon ribbon end*/

  /* OVERRIDES */
  .sp-testimonial-free-section .sp-testimonial-client-image img {
  	border-radius:0!important;
  }

  #sp-testimonial-free-wrapper-1507 .sp-testimonial-free-section .testimonial-nav-arrow {
  	background:#fee30a!important;
  }

  #sp-testimonial-free-wrapper-1507 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
  	background:#171821!important;
  }