/*!
Theme Name: Affiliate-Booster
Theme URI: https://www.affiliatebooster.com/
Author: AffloSpark LLC
Author URI: https://www.afflospark.com/
Description: #1 Affiliate Theme to Boost Your Sales. Affiliate Booster theme gives you easy customization features to design your header and give a professional look to your homepage by picking the best layout from 12 designs. Color controls, typography controls, container width, and many other exciting features make this theme one of the best themes for affiliate marketers.
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: affiliate-booster
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Affiliate Booster is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: inherit;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Poppins", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #2032d8;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

p, pre, quote, code, ul li, ol li {
    word-break: break-word;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.clickable {
    cursor: pointer;
}


/* Affiliatebooster CSS */
/*--------------------------------------------- */
/*fix bootstrap grid container*/
.aff-site-content {
    position: relative;
    max-width: 1250px;
    padding: 60px 0;
}
.aff-site-content.aff-footer {
    padding-top: 30px;
    padding-bottom: 0;
}
.aff-site-header .aff-site-content {
    padding-top: 0;
    padding-bottom: 0;
}
.aff-site-content.aff-footer {
    max-width: 100%;
}
body,.home,.single, .page, .archive, .category, .search, .error404 {
    background-color: #f3f3f3;
}
.col-md-8.main-content, .col-md-12.main-content.full-layout-posts, .col-md-12.main-content.full-layout-page {
    padding: 40px;
    background-color: #ffffff;
}
.aff-header-shadow.aff-site-header {
    position: relative;
    z-index: 9000;
}
.aff-header-shadow.aff-site-header, .aff-header-sticky {
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
a:hover {
    text-decoration: none !important;
	/* color : black !important; */
}
ul {
    padding: 0;
    list-style: none;
}
.aff-header-middle .sub-menu, .aff-header-responsive, .aff-header-responsive .sub-menu {
    background-color: #ffffff !important;
}
.aff-header-wrapper {
    background-color: #ffffff;
    padding: 15px 0;
    z-index: 8003;
}
/* .aff-header-bottom, .aff-header-middle, .aff-header-sticky .container, .aff-header-wrapper, .aff-site-header .container {
    position: relative;
} */
/*.aff-header-middle {
    height: 100px;
}*/
.aff-header-middle, .aff-header-middle a, .aff-header-responsive, .aff-header-responsive a {
    color: #111111;
}
/*.aff-header-middle .aff-slot-c, .aff-header-middle .aff-slot-l, .aff-header-middle .aff-slot-r {
    height: 100%;
}*/
.aff-slot-l {
    left: 30px;
}
/*.aff-slot-l, .aff-slot-r {
    position: absolute;
    z-index: 1002;
    display: table;
    top: 0;
}*/
.aff-header-middle .aff-slot-c>div, .aff-header-middle .aff-slot-c>nav, .aff-header-middle .aff-slot-c>ul, .aff-header-middle .aff-slot-l>div, .aff-header-middle .aff-slot-l>nav, .aff-header-middle .aff-slot-l>ul, .aff-header-middle .aff-slot-r>div, .aff-header-middle .aff-slot-r>nav, .aff-header-middle .aff-slot-r>ul {
    display: table-cell;
    vertical-align: middle;
}
.aff-header-bottom .aff-actions, .aff-header-sticky .aff-actions, .aff-site-header .site-title {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote, thead td, .comment-author b, q:before, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink {
    /* color: #111111; */
    font-weight: 700;
}
.site-title {
	font-size:30px;
}

.site-description {
	font-size:16px;
	margin-top:5px;
}

.aff-logo {
    max-height: 100px;
}

img {
    height: auto;
}
.mfp-image-holder .mfp-content, iframe, img, img.mfp-img {
    max-width: 100%;
}
img {
    border-style: none;
    vertical-align: middle;
}
.aff-slot-r {
    right: 30px;
}
.aff-main-navigation {
    font-size: 16px;
}
/*.aff-site-header .aff-menu {
    text-align: center;
}*/
.aff-site-header .aff-main-nav {
    display: inline-block;
    vertical-align: middle;
}
.aff-main-nav {
    margin: 0;
    padding: 0;
}
.aff-main-nav>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.aff-main-nav li>a {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    text-transform: inherit;
}

header.page-header {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 40px;
}
/* .aff-main-nav a, .aff-posts-widget a {
    font-family: 'Poppins';
    font-weight: 700;
} */
.aff-main-nav a, .aff-sidebar-action {
    transition: all .2s ease-in-out;
}
.aff-header-middle .sub-menu, .aff-header-responsive .sub-menu {
    border-top: 1px solid rgba(17,17,17,0.05);
}
.widget, .aff-header-responsive .sub-menu, .aff-site-header .sub-menu {
    font-size: 14px;
}
.aff-header-responsive .sub-menu, .aff-site-header .sub-menu {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    opacity: 0;
    left: -5000px;
    width: 200px;
    position: absolute;
    z-index: 1000049;
    text-align: left;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.aff-main-nav .sub-menu li {
    display: block;
    position: relative;
}
.aff-header-middle .active>span, .aff-header-middle .aff-main-nav>li.menu-item-has-children:hover>a, .aff-header-middle .aff-social-icons:hover>span, .aff-header-responsive .active>span {
    background-color: rgba(17,17,17,0.05);
}
.aff-header-wrapper .active>span, .aff-main-nav>li.menu-item-has-children:hover>a, .aff-social-icons:hover>span {
    color: inherit;
}
.aff-header-middle a:hover, .aff-header-middle .aff-sidebar-action:hover, .aff-header-middle .aff-actions-button > span:hover, .aff-header-middle .current_page_item > a, .aff-header-middle .current_page_ancestor > a, .aff-header-middle .current-menu-item > a, .aff-header-middle .current-menu-ancestor > a, .aff-header-middle .aff-category-menu article:hover a, .aff-header-responsive a:hover {
    color: #009cff;
}
.aff-main-nav li:hover>.sub-menu, .aff-social-icons:hover .sub-menu {
    opacity: 1;
    left: 0;
}
.aff-main-nav .sub-menu>li:hover>a {
    padding-left: 25px;
    padding-right: 15px;
}
.aff-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}
.aff-actions-button>span, .aff-actions>li, .aff-post, .aff-post-a .entry-image {
    position: relative;
}
.aff-actions li {
    vertical-align: middle;
}
.aff-actions, .aff-actions li, .aff-main-navigation {
    display: inline-block;
}
.aff-actions-button>span {
    z-index: 1001;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    width: 45px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.aff-actions-button.aff-action-search.active .sub-menu {
    width: 280px;
}
.active>.sub-menu {
    opacity: 1 !important;
    right: 0 !important;
    left: auto !important;
}
.aff-header-middle .aff-button-search {
    background-color: #009cff !important;
}
.sub-menu form {
    padding: 25px;
}
.aff-header-middle .aff-search-form input {
    border-color: rgba(17,17,17,0.1);
}
input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=date], select, textarea {
    border: 1px solid;
    padding: 10px;
    outline: 0;
    line-height: 1;
    width: 100%;
    font-size: 100%;
    margin: 0;
    height: 40px;
    vertical-align: baseline;
    -webkit-transition: .2s all cubic-bezier(.4,0,.2,1);
    transition: .2s all cubic-bezier(.4,0,.2,1);
    border-radius: 2px;
}
input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=date], textarea {
    -webkit-appearance: none;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button, input, select, textarea {
    font: inherit;
}
button, hr, input, select {
    overflow: visible;
}
.aff-header-middle .aff-button-search {
    background-color: #009cff;
}
.sub-menu .aff-button-search {
    width: 100%;
    margin-top: 7px;
}
.submit, .aff-button, .mks_autor_link_wrap a, .mks_read_more a, input[type="submit"], button[type="submit"], .aff-cat, .aff-pill, .aff-button-search, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #FFF;
}
.aff-button, .aff-button-search, .mks_autor_link_wrap a, .mks_read_more a, .submit, a.mks_button, body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form input[type=submit], button[type=submit], input[type=submit] {
    height: 40px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 14px 20px;
    font-weight: 700;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.aff-button-search {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[role=button], [type=button], [type=reset], [type=submit], button {
    cursor: pointer;
}
button {
    outline: 0;
}
button, input, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}
.aff-slot-r .aff-menu>li.aff-actions-button:last-child {
    margin-right: -16px;
}
.aff-actions-button>span, .aff-actions>li, .aff-post, .aff-post-a .entry-image {
    position: relative;
}
.aff-actions li {
    vertical-align: middle;
}
.aff-actions, .aff-actions li, .aff-main-navigation {
    display: inline-block;
}
.aff-actions-button>span {
    z-index: 1001;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    width: 45px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.aff-main-nav .sub-menu a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    height: auto;
}
.aff-main-nav .sub-menu>li:hover>a {
    padding-left: 25px !important;
    padding-right: 15px !important;
}
.aff-site-header .aff-main-nav .sub-menu li:first-child:hover .sub-menu {
    top: -1px;
}
.aff-main-nav .sub-menu li:hover .sub-menu {
    left: 100%;
}
.aff-main-nav li:hover>.sub-menu, .aff-social-icons:hover .sub-menu {
    opacity: 1;
    left: 0;
}
.aff-main-nav .sub-menu>li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 7px;
    font-size: 10px;
    float: right;
}
.aff-site-header .aff-main-nav li .sub-menu .aff-rev {
    left: auto;
    right: 100%;
}
.aff-slot-c {
    margin: 0 auto;
    width: 100%;
    /*text-align: center;*/
    z-index: 1000;
    display: table;
}
.aff-header-bottom, .aff-header-bottom a {
    color: #111111;
}
.aff-header-bottom {
    background-color: #f2f2f2;
}
.aff-header-bottom {
    height: 50px;
    display: block;
    z-index: 8002;
}
.aff-slot-l .aff-menu>li:first-child {
    margin-left: -16px;
}
.aff-header-bottom .aff-main-nav>li>a, .aff-header-sticky .aff-main-nav>li>a {
    height: 50px !important;
    line-height: 50px !important;
    text-transform: uppercase;
}
.aff-header-bottom a:hover, .aff-header-bottom .aff-sidebar-action:hover, .aff-header-bottom .aff-actions-button > span:hover, .aff-header-bottom .current_page_item > a, .aff-header-bottom .current_page_ancestor > a, .aff-header-bottom .current-menu-item > a, .aff-header-bottom .current-menu-ancestor > a {
    color: #009cff;
}
.aff-header-bottom .sub-menu {
    background-color: #ffffff;
}
.aff-header-bottom .aff-actions>li>span, .aff-header-sticky .aff-actions>li>span {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
}
.aff-ad {
    margin: 0 auto 30px;
    text-align: center;
}
.aff-header-middle .aff-ad {
    margin: 0;
    padding: 0;
}

.aff-header-top {
    background-color: #222222;
    color: #dddddd;
}
.aff-header-top {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.aff-header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.aff-header-top li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    line-height: 30px;
    margin: 0 3px;
}
.aff-header-top a {
    color: #dddddd;
}
.aff-header-top a {
    height: 30px;
    display: block;
}
.aff-header-top a {
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.aff-header-top .aff-soc-menu li {
    margin: 0;
}
.aff-header-top .aff-soc-menu li a {
    opacity: .8;
}
.aff-site-header .aff-header-top .aff-soc-menu li a:before {
    background-color: transparent;
}
.aff-soc-menu li a[href*="facebook."]::before, .aff-soc-responsive-menu a[href*="facebook."]:before {
    content: "\f09a";
}
.aff-soc-menu li a:before, .aff-soc-responsive-menu a:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}
.aff-soc-menu a:before {
    font-family: FontAwesome;
    text-decoration: none;
}
.aff-social-name {
    opacity: 0;
    display: none;
    font-size: 14px;
}
.aff-soc-menu li a[href*="twitter."]::before, .aff-soc-responsive-menu a[href*="twitter."]:before {
    content: "\f099";
}
.aff-soc-menu li a[href*="youtube."]::before, .aff-soc-responsive-menu a[href*="youtube."]:before {
    content: "\f16a";
}
.aff-soc-menu li a[href*="vimeo."]::before, .aff-soc-responsive-menu a[href*="vimeo."]:before {
    content: "\f194";
}
.aff-soc-menu li a[href*="google."]::before, .aff-soc-responsive-menu a[href*="google."]:before {
    content: "\f0d5";
}
.aff-soc-menu li a[href*="instagram."]::before, .aff-soc-responsive-menu a[href*="instagram."]:before {
    content: "\f16d";
}
.aff-header-top a:hover {
    color: #ffffff;
}
.aff-header-top .aff-soc-menu li a:hover {
    opacity: 1;
}
.aff-header-wide .container {
    max-width: 100%;
}
.aff-header-wide .aff-branding-bg {
    position: relative;
    left: -30px;
}
.aff-branding-bg {
    background: #f0233b;
}
.aff-branding-bg {
    padding: 0 30px;
}
/* .aff-post {
    background-color: #ffffff;
} */
/* .full-layout-posts .aff-post{
    padding: 40px;
} */
/*-----single post1----*/
.single-top-notify {
    background: #f9bf3b;
    padding: 15px 0;
}
.single-top-notify p {
    font-weight: bold;
    text-transform: uppercase;
    color: #d57309;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .05em;
    margin: 0;
    text-align: center;
}
.single-top-notify p a {
    border-bottom: 1px dashed #d57309;
    color: #d57309;
    text-decoration: none;
}
.singlePostInnercontent {
    padding-top: 28px;
}
.inner-content {
    padding: 100px 0;
}
.singlePostInnercontent .single-blog-header h2 {
    margin: 15px 0 15px;
}
.single-blog-header h2 {
    font-size: 52px;
    color: #2a3744;
    line-height: 70px;
    font-weight: 600;
}
.singlePostMeta {
    width: 100%;
    position: relative;
    margin-bottom: 53px;
}
.singlePostMeta a:first-child {
    padding-left: 0;
}
.singlePostMeta a.singleMetaAuth {
    text-transform: uppercase;
    color: #2a3744;
    font-weight: 600;
    text-decoration: none;
}
.singleMetaAuth:after {
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    color: #6a7a89;
    content: "";
    height: 2px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    background: #6a7a89;
}
.singleMetaDate:after {
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    color: #6a7a89;
    content: "";
    height: 2px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    background: #6a7a89;
}
.singlePostMeta a {
    display: inline-block;
    padding: 0 20px 0 18px;
    position: relative;
    color: #6a7a89;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 25px;
    text-decoration: none;
}
.singlePostMeta a.singleMetaCat {
    color: #2f7af8;
    text-decoration: none;
}
.img-radius {
    border-radius: 4px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.singleSocialShare {
    width: 100%;
    position: relative;
    margin: 40px 0 53px;
}
.singleSocialShare a.face {
    background: #3b5999;
}
.singleSocialShare a {
    width: 230px;
    height: 50px;
    background: #e9edf1;
    border-radius: 3px;
    margin-right: 10px;
    box-shadow: 2px 0 6px rgba(0,0,0,.2);
    float: left;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0;
    opacity: 1;
    transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.singleSocialShare a i {
    margin-right: 10px;
}
.fa {
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.singleSocialShare a.twit {
    background: #28b2f0;
}
.singleSocialShare a.goog {
    background: #dc4a38;
}
.singleSocialShare a.social-trigger {
    width: 50px;
    height: 50px;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding: 14px 0 16px;
}
.singleSocialShare a.social-trigger span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #6a7a89;
    border-radius: 50%;
    margin-right: 3px;
}
.singleHiddenSocial {
    position: absolute;
    right: -240px;
    z-index: 99;
    width: 230px;
    background: #FFF;
    top: 0;
}
.singleSocialShare .singleHiddenSocial a:first-child {
    border-radius: 3px 3px 0 0;
}
.singleSocialShare .singleHiddenSocial a.lind {
    background: #2e6f9e;
}
.singleSocialShare .singleHiddenSocial a {
    margin-bottom: 2px;
}
.singleSocialShare .singleHiddenSocial a.pint {
    background: #cc2127;
}
.singleSocialShare .singleHiddenSocial a:last-child {
    border-radius: 0 0 3px 3px;
    margin-bottom: 0;
}
.singleSocialShare .singleHiddenSocial a.redd {
    background: #ff5700;
}
.single-blog-info {
    position: relative;
    text-align: left;
    width: 100%;
    color: #6a7a89;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 25px;
}

.single-blog-info p {
    font-size: 16px;
    color: #6a7a89;
    line-height: 28px;
    letter-spacing: .05em;
    margin: 0 0 24px;
}
.singleSocialShare a.social-trigger:hover {
    opacity: 1;
}
.inner-content .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
.singlePostMeta a.singleMetaAuth:hover {
    color: #2f7af8;
}
.singleMetaDate {
    text-decoration: none !important;
}
.singlePostMeta a.singleMetaCat:hover {
    color: #6a7a89;
}
.singleMetaDate:hover{
    color: #6a7a89 !important;
}
.singleSocialShare a:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none;
}
.widget {
    padding: 10px 0 30px;
    list-style:none;
}
.single-post .sidebars .aff_subscriptionform .free-course {
    margin: 0;
}
.sidebars .free-course {
    padding: 20px 30px 10px;
    border: 0;
    box-shadow: none;
}
.free-course.free-course-aside {
    display: table;
}
.free-course {
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}
.free-course.free-course-aside h5 {
    font-size: 16px;
}
.free-course h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2a3744;
    letter-spacing: .05em;
    text-align: center;
    font-family: Open Sans;
}
.free-course.free-course-aside h3 {
    line-height: 36px;
    font-size: 28px;
    padding: 0;
    margin: 29px 0 28px;
}
.free-course h3 {
    text-align: center;
    color: #2a3744;
}
.free-course.free-course-aside h5 {
    font-size: 16px;
}
.free-course.free-course-aside p {
    margin: 30px 0 42px;
}
.free-course p {
    line-height: 28px;
    color: #6a7a89;
    font-size: 16px;
    letter-spacing: .05em;
    text-align: center;
}
.sidebars .aff_subscriptionform .free-course form input {
    width: 100%;
    float: none;
}
.free-course.free-course-aside form input, .free-course.free-course-aside form button {
    margin-bottom: 10px;
}
.free-course form input {
    height: 50px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e9edf1;
    padding: 0 20px;
    color: #6a7a89;
    font-size: 13px;
    border: 0;
}
textarea:focus, input, input:focus {
    outline: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
}
.sidebars .aff_subscriptionform .free-course form button {
    width: 100%;
    float: none;
}
.free-course form button {
    height: 50px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2f7af8;
    padding: 0 20px;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
button {
    opacity: 1;
    transition: .4s;
}
button, input, select, textarea {
    font-family: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button {
    overflow: visible;
}
.free-course.free-course-aside span {
    margin-top: 16px;
}
.free-course span {
    font-size: 13px;
    color: #6a7a89;
    letter-spacing: .05em;
    text-align: center;
    width: 100%;
    display: block;
}
.widget.aff-recent-posts {
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #e9edf1;
    margin: 18px 0 31px;
    padding: 46px 0 30px;
    box-shadow: 0 6px 10px rgba(0,0,0,.02);
}
.widget.aff-recent-posts h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2a3744;
    line-height: 25px;
    margin: 5px 27px 2px;
    letter-spacing: .1em;
    font-family: Open Sans;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.aff-recent-posts ul li {
    border-bottom: 1px solid #e9edf0;
    padding: 27px 27px;
    position: relative;
    cursor: pointer;
}
.widget.aff-recent-posts ul li .rp-title {
    font-size: 20px;
    line-height: 30px;
    color: #2a3744;
    font-weight: 500;
    margin: -5px 0 0;
    display: table;
    font-family: "Vidaloka",serif;
    text-decoration: none;
}
.widget.aff-recent-posts ul li:hover .rp-title {
    color: #2f7af8;
}
.widget.aff-recent-posts .rp-meta {
    padding: 10px 0 0;
}
.widget.aff-recent-posts .rp-meta span {
    font-size: 13px;
    color: #6a7a89;
    letter-spacing: .1em;
    margin-right: 39px;
    position: relative;
    display: inline-block;
}
.widget.aff-recent-posts .rp-meta span.post-author a {
    color: #6a7a89;
    text-transform: capitalize;
    text-decoration: none;
}
.widget.aff-recent-posts .rp-meta span a {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
    text-decoration: none;
}
.widget ul li a {
    display: table;
    margin: 15px 0 0;
}
.widget.aff-recent-posts .rp-meta .post-author:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #6a7a89;
    position: absolute;
    top: 5px;
    right: -22px;
}
.widget.aff-recent-posts .rp-meta span.post-tags {
    margin-top: 7px;
}
.widget.aff-recent-posts .rp-meta span:nth-child(2) {
    margin-right: 0;
}
.widget.aff-recent-posts ul li:hover:after {
    content: "";
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.widget.aff-recent-posts ul li:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #2f7af8;
    position: absolute;
    left: -2px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.post-tags a:hover {
    color: #2f7af8;
}
.widget.aff-recent-posts ul li:last-child {
    border-bottom: 0;
}
.single-post .blog-excerpt .widget {
    margin: 0;
}
.blog-excerpt .widget {
    border: medium none;
    box-shadow: none;
    padding: 0;
}
.single-post .aff_subscriptionform .free-course {
    margin: 28px 0 0;
}
.free-course.free-course-aside {
    padding: 66px 30px 73px;
    display: table;
}
.free-course {
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #e9edf1;
    box-shadow: 0 6px 10px rgba(0,0,0,.02);
}
.aff_subscriptionform .free-course form input {
    width: 350px;
    float: left;
}
.free-course.free-course-aside form input, .free-course.free-course-aside form button {
    margin-bottom: 10px;
}
.free-course form input {
    width: 350px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e9edf1;
    float: left;
    padding: 0 20px;
    color: #6a7a89;
    font-size: 13px;
    border: 0;
}
.aff_subscriptionform .free-course form button {
    width: 350px;
    float: right;
}
.single-post .single-blog-excerpt .widget {
    margin-bottom: 30px;
}
.single-blog-excerpt .widget {
    border: medium none;
    box-shadow: none;

    padding: 0;
}
.sidebars .widget.aff_vertisement {
    padding: 14px 15px 10px !important;
    overflow: hidden;
}
.sidebars .widget.aff_vertisement img {
    max-width: 100%;
}
.sidebars .widget.aff_vertisement a {
    color: #6a7a89;
    display: table;
    font-size: 13px;
    letter-spacing: .1em;
    margin: 16px 0 4px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}
.sidebars .free-course {
    padding: 20px 30px 10px;
    border: 0;
    box-shadow: none;
}
.col-md-8.single-blog-excerpt {
    padding: 0;
}
.aff-post-title-container {
    width: 100%;
    margin-bottom: 40px;
}
.aff-post-title-container .aff-post-category {
    display: inline-flex;
}
.aff-post-category a {
    color: #0a0a0a;
    -webkit-tap-highlight-color: transparent;
}
.aff-post-title {
    margin-bottom: 30px;
    white-space: normal;
}
.aff-post-title-container .aff-post-title-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aff-post-title-container .aff-post-title-bottom .aff-post-title-inline-author {
    display: flex;
}
.aff-post-date {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}
.aff-executive-summary {
    display: inline-block;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    text-align: left;
}
.aff-executive-summary li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}
a:hover, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 small a, h2 small a, h3 small a, h4 small a, h5 small a, h6 small a, .secondary-area .aff-follow-holder .sub-menu .subscribe_part .aff-newsletter-form h4, .secondary-area .aff-follow-holder .sub-menu .subscribe_part .aff-newsletter-form .newsletter-form .btn:hover, .aff-full-menu.aff-standard > li.current-menu-item:not(.has-hash) > a, .aff-full-menu > li > a:not(.logolink)[data-filter].active, .aff-dropdown-color-dark .aff-full-menu .sub-menu li a:hover, #mobile-menu.dark .aff-mobile-menu > li > a:hover, #mobile-menu.dark .sub-menu a:hover, #mobile-menu.dark .aff-secondary-menu a:hover, .aff-secondary-menu a:hover, .post .aff-read-more:hover, .post:not(.white-post-content) .aff-post-bottom.sponsored-bottom ul li, .post:not(.white-post-content) .aff-post-bottom .post-share:hover, .aff-dropcap-on .post-detail .post-content > p:first-of-type:first-letter, .aff-executive-summary li:before, .aff-readmore p a, input[type="submit"].white:hover, .button.white:hover, .btn.white:hover, input[type="submit"].style2.accent, .button.style2.accent, .btn.style2.accent, .search-title h1 strong, .aff-author-page-meta a:hover, .widget.aff_widget_top_reviews .post .widget-review-title-holder .aff-widget-score strong, .aff-autotype .aff-autotype-entry, .aff_location_container.row .aff_location h5, .aff-page-menu li:hover a, .aff-page-menu li.current_page_item a, .aff-tabs.style3 .vc_tta-panel-heading h4 a:hover, .aff-tabs.style3 .vc_tta-panel-heading h4 a.active, .aff-tabs.style4 .vc_tta-panel-heading h4 a:hover, .aff-tabs.style4 .vc_tta-panel-heading h4 a.active, .aff-iconbox.top.type5 .iconbox-content .aff-read-more, .aff-testimonials.style7 .testimonial-author cite, .aff-testimonials.style7 .testimonial-author span, .aff-article-reactions .row .columns .aff-reaction.active .aff-reaction-count, .aff-article-sponsors .sponsored-by, .aff-cookie-bar .aff-cookie-text a, .aff-pricing-table.style2 .pricing-container .aff_pricing_head .aff-price, .aff-hotspot-container .product-hotspots .product-title .hotspots-buynow, .plyr--full-ui input[type=range], .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal .about_paypal, .has-aff-accent-color, .wp-block-button .wp-block-button__link.has-aff-accent-color{
    color: #f75454;
}
.aff-executive-summary li:last-child {
    margin-bottom: 0;
}
.aff-executive-summary li:before {
    content: "\2192";
    position: absolute;
    top: 0;
    left: 0;
}
.aff-post-category {
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    flex-wrap: wrap;
    letter-spacing: .05em;
}
.aff-article-featured-image {
    margin-bottom: 30px;
    position: relative;
}
.aff-article-featured-image .aff-featured_image_credit {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80%;
    z-index: 60;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    background: rgba(0,0,0,.2);
    display:none;
}
.aff-fixed-container {
    width: 170px;
}
/* .aff-post-share-container {
    display: flex;
    max-width: 100%;
} */
.aff-fixed-container {
    display: flex;
    flex-direction: column;
}
.aff-fixed-container .aff-fixed-top, .aff-fixed-container .aff-fixed-bottom {
    width: 170px !important;
    padding-right: 40px !important;
}
.aff-post-share-container .aff-fixed-container .aff-fixed-top {
    display: flex;
    flex-direction: column;
}
.aff-post-share-container .aff-fixed-container .aff-fixed-top, .aff-post-share-container .aff-fixed-container .aff-fixed-bottom {
    flex: 1;
    position: relative;
    width: 110px;
    padding-right: 40px;
}
.aff-post-share-container .aff-article-author {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.aff-post-share-container .aff-article-author .avatar {
    display: inline-block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.aff-post-share-container .aff-article-author [rel=author] {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}
.aff-post-share-container .aff-article-author p {
    font-size: 12px;
    color: rgba(10,10,10,.8);
    margin: 0;
}
.aff-post-share-container .aff-fixed-container .aff-fixed-top .aff-fixed-shares-container {
    flex: 1;
    position: relative;
}
.aff-fixed, .aff-product-detail.aff-product-style2 .summary {
    position: sticky;
    top: 40px;
}
.aff-social-top.style1 {
    padding: 0 0 30px;
}
.aff-social-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.aff-social-top .aff-social-total {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    padding: 0 15px;
    margin-bottom: 15px;
}
.aff-social-top .aff-social-total .aff-social-total-count {
    display: inline-flex;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.aff-social-top .aff-social-total .aff-social-total-text {
    display: inline-flex;
    text-transform: uppercase;
    font-size: 10px;
    opacity: .8;
    letter-spacing: .05em;
}
.aff-social-top.style1 .aff-social-top-buttons {
    max-width: 110px;
    width: 100%;
}
.aff-social-top .aff-social-top-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.aff-social-top.style1 .social-button-holder {
    flex: 0 0 50%;
    padding: 5px;
    max-width: 50%;
}
.aff-social-top.style1 .social-button-holder .social {
    border: 1px solid #e9e9e9;
    width: 45px;
    height: 45px;
    position: relative;
}
.aff-social-top .social-button-holder .social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #a9a9a9;
    line-height: 1;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
.fa-fa-facebook:before, .aff-icon-pinterest:before {
    -moz-transform: scale(.9,.9);
    -ms-transform: scale(.9,.9);
    -webkit-transform: scale(.9,.9);
    transform: scale(.9,.9);
}
.fa-fa-facebook:before {
    content: '\f09a';
}
.fa-fa-twitter:before {
    content: '\f099';
}
.fa-fa-pinterest:before {
    content: '\f231';
}
.fa-fa-mail:before {
    content: '\e802';
}
[class^=aff-icon-]:before, [class*=" aff-icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
.aff-social-top.style1 .social-button-holder .social.social-facebook .aff-social-count {
    background: #3b5998;
}
.aff-social-top.style1 .social-button-holder .social .aff-social-count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
}
.aff-social-top.style1 .social-button-holder .social.social-pinterest .aff-social-count {
    background: #bd081c;
}
.aff-social-top.style1 .social-button-holder .social.social-email:hover {
    border-color: #9b9b9b;
    background: #9b9b9b;
    color: #fff;
}
.aff-social-top.style1 .social-button-holder .social.social-twitter:hover {
    border-color: #00aced;
    background: #00aced;
    color: #fff;
}
.aff-social-top .social-button-holder .social {
    text-align: center;
    color: #a9a9a9;
    line-height: 1;
}
.wp-caption .wp-caption-text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #0a0a0a;
    padding: 13px 0;
    border-bottom: 1px solid #e9e9e9;
}
.post.aff-thumbnail-style4 {
    display: flex;
    align-items: start;
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    position: relative;
}
.post {
    max-width: 100%;
}
.post.aff-thumbnail-style4 .aff-post-gallery {
    width: 120px;
    height: 80px;
    margin: 0 20px 0 0 !important;
    /* min-height: 100%; */
    flex-shrink: 0;
    position: relative;
}
.post .aff-post-gallery {
    display: block;
    overflow: hidden;
}
.post.aff-thumbnail-style4 .aff-post-gallery>a {
    height: 100%;
}
.post .aff-post-gallery>a {
    display: block;
    width: 100%;
}
.object-fit, .post.thumbnail-style1 .aff-post-gallery .wp-post-image, .post.thumbnail-style2 .aff-post-gallery .wp-post-image, .post.thumbnail-style3 .aff-post-gallery .wp-post-image, .post.aff-thumbnail-style4 .aff-post-gallery .wp-post-image, .post.thumbnail-style6 .aff-post-gallery .wp-post-image, .post.thumbnail-style7 .aff-post-gallery .wp-post-image, .post.thumbnail-style9 .aff-post-gallery .wp-post-image, .post.style5 .aff-post-gallery>a .wp-post-image, .post.style5-white .aff-post-gallery>a .wp-post-image, .post.style6.style6-bg .affpost-gallery>a .wp-post-image, .post.style14 .aff-post-gallery .wp-post-image, .post-detail .aff-article-featured-image .wp-post-image, .post-detail .aff-article-featured-image img, .aff-shopthelook .woocommerce-LoopProduct-link .wp-post-image, .aff-lightbox-button .aff-lightbox-thumb img, .aff-author-info figure img, .widget.aff_widget_top_categories .aff-widget-category-link img, .widget.aff_widget_about .aff-about-widget-holder figure img, .widget.aff_widget_authors .aff-widget-author figure img, .aff-article-review.style2 .aff-article-figure img, .aff-post-background.aff-post-background-style3 .aff-post-gallery .wp-post-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.post .aff-post-gallery .wp-post-image {
    will-change: transform;
    -moz-transition: all .75s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .75s cubic-bezier(.25,.8,.25,1);
    transition: all .75s cubic-bezier(.25,.8,.25,1);
}
.post.add-thumbnail-style4 .aff-thumbnail-style4-inner {
    white-space: normal;
}
.post.aff-thumbnail-style4 .aff-thumbnail-style4-inner .post-category, .post.aff-thumbnail-style4 .aff-thumbnail-style4-inner .aff-post-title {
    margin-bottom: 10px;
}
.post .aff-post-title {
    white-space: normal;
}
.post.aff-thumbnail-style4 .aff-thumbnail-style4-inner h6 {
    margin-bottom: 0;
}
.post .aff-post-title a {
    display: block;
    color: #0a0a0a;
}
.post .aff-post-title a>span {
    width: calc(100%);
    border-bottom: 1px solid transparent;
    word-break: break-word;
}
.post.aff-thumbnail-style4 .aff-thumbnail-style4-inner .aff-post-title+.aff-post-bottom {
    padding-top: 0;
}
.post .aff-post-bottom {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
}
.post .aff-post-bottom ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget1.aff_widget_posts .post .aff-post-bottom ul li {
    margin-bottom: 0;
}
.post .aff-post-bottom ul li {
    display: inline-block;
    color: rgba(10,10,10,.7);
}
.post .aff-post-bottom ul li+li {
    margin-left: 8px;
}
.post .aff-post-bottom ul li {
    display: inline-block;
    color: rgba(10,10,10,.7);
}
.post .aff-post-bottom ul li+li:before {
    margin-right: 8px;
}
.post .aff-post-bottom ul li+li:before {
    content: '\00b7';
    font-weight: 600;
    color: #b5b5b5;
}
.widget1.aff_widget_posts .post .aff-post-bottom ul li {
    margin-bottom: 0;
}
.post .aff-post-bottom .post-share {
    position: relative;
    cursor: pointer;
}
/* .secondary-area .aff-trending-holder .aff-full-menu li.menu-item-has-children .sub-menu .aff-trending .aff-trending-tabs a.active, .post .aff-post-title a:hover > span, .post.sticky .aff-post-title a>span, .aff-lightbox-button:hover, .aff-custom-checkbox label:before, input[type="submit"].style2.accent, .button.style2.accent, .btn.style2.accent, .aff-page-menu.style1 li:hover a, .aff-page-menu.style1 li.current_page_item a, .aff-client-row.has-border.aff-opacity.with-accent .aff-client:hover, .aff-iconbox.top.type5, .aff-article-reactions .row .columns .aff-reaction:hover .aff-reaction-image, .aff-article-reactions .row .columns .aff-reaction.active .aff-reaction-image, .pagination ul .page-numbers.current, .pagination ul .page-numbers:not(.dots):hover, .pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:not(.dots):hover, .woocommerce-pagination ul .page-numbers.current, .woocommerce-pagination ul .page-numbers:not(.dots):hover, .woocommerce-pagination .nav-links .page-numbers.current, .woocommerce-pagination .nav-links .page-numbers:not(.dots):hover, .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
    border-color: #f75454;
} */
.aff-post-title a {
    text-decoration: none !important;
}
/* .aff-site-header {
    margin-bottom: 0px;
} */
.aff-post-category a {
    color: #0a0a0a;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
.entry-header h1.entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    word-break: break-word;
}
.post .aff-post-title a>span {
    width: calc(100%);
    border-bottom: 1px solid transparent;
    word-break: break-word;
    font-size: 16px;
}
.aff-widget-title {
    margin: 30px 0;
}
.widget1 .aff-widget-title {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.post.aff-thumbnail-style4 .aff-thumbnail-style4-inner h6 {
    margin-bottom: 0;
    margin-top: 0;
}
/*comment section*/
a, img {
    transition: all 200ms linear;
}
img {
    height: auto;
    max-width: 100%;
}
a, a:visited, a:hover, a:focus {
    text-decoration: none;
	/*font-weight: inherit !important;*/
}
.separate-containers .widget, .separate-containers .site-main > *, .separate-containers .page-header, .widget-area .main-navigation {
    margin-bottom: 26px;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
    padding: 20px 30px 40px 30px;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    color: #222222;
    background-color: #ffffff;
}
.comment-respond {
    margin-top: 0;
}
small {
    font-size: 75%;
}
.site-content a, .site-content a:link, .site-content a:visited {
    font-weight: bold;
}
.inside-article a, .inside-article a:visited, .paging-navigation a, .paging-navigation a:visited, .comments-area a, .comments-area a:visited, .page-header a, .page-header a:visited {
    color: #ff8400;
}
.comment-form input, .aff-comment-form-aff-comment {
    margin-bottom: 10px;
}
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
    position: absolute!important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.aff-comment-form #author, .aff-comment-form #email, .aff-comment-form #url {
    display: block;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
    color: #666666;
    background-color: #f6f7f8;
    border-color: #3498db;
}
.comment-form>.form-submit {
    margin-bottom: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #ff8400;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid transparent;
    background: #666;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
}
h3.comments-title {
    padding-top: 1.5em;
}
.comment, .comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.quick-answer-list ul, ol {
    margin: 0 0 1.5em 1.5em !important;
}
ol {
    list-style: decimal;
}
ol.comment-list > li.comment:first-of-type {
    border-top: none;
}
.comment-list>.comment:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.comment-author-info {
    vertical-align: bottom;
    line-height: 1;
}
.comment-author-info {
    display: inline-block;
}
.comment-author cite {
    font-style: normal;
    font-weight: 700;
}
.comment-content {
    font-size: inherit;
}
.comment-content {
    border: none;
    padding: 0;
    margin-top: 0;
    padding: 11px 0 16px;
    clear: both;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.clear:after, .entry-content:after, .aff-comment-content:after, .site-header:after, .site-content:after, .paging-navigation:after, .site-footer:after, .site-info:after, .page-header-content-container:after, .inside-navigation:not(.grid-container):after, .inside-header:not(.grid-container):after, .inside-top-bar:not(.grid-container):after, .inside-footer-widgets:not(.grid-container):after {
    content: "";
    display: table;
    clear: both;
}
.entry-meta.aff-comment-metadata {
    margin-top: 0;
}
.entry-meta {
    line-height: 1.8;
    font-weight: 400;
}
.entry-meta {
    color: #000;
}
.entry-meta {
    font-size: 100%;
    margin-top: .5em;
    line-height: 1.5;
}
.entry-meta a, .entry-meta a:visited {
    font-weight: normal !important;
}
.entry-meta a, .entry-meta a:visited {
    color: #000;
}
.entry-meta.aff-comment-metadata time {
    display: none;
}
.entry-meta a, .entry-meta a:visited {
    font-weight: normal!important;
}
.entry-meta a, .entry-meta a:visited {
    color: #333;
}
div.reply {
    font-size: 0;
}
div.reply a {
    border: 2px solid #ff8400;
    background: #666;
    cursor: pointer;
    padding: 10px 20px;
    /* color: #ffffff; */
    background-color: #ffffff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #ff8400;
    font-weight: bold !important;
    font-size: 20px;
}
.comment-meta.commentmetadata {
    display: none;
}
li.comment {
    border-top: 1px solid #f2f2f2;
}
.depth-1.parent .children {
    border: none;
    margin-top: 0;
}
.comment .children {
    padding-left: 30px;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 0;
}
/* ul, ol {
    margin: 0 0 1.5em 2em;
} */
ul {
    list-style: disc;
}
.depth-1.parent .children li.comment {
    padding-left: 18px;
}
.depth-1.parent .children article {
    margin-left: 30px;
    border-top: 1px solid #f2f2f2;
    position: relative;
}
.comment-body {
    padding: 30px 0;
}
.depth-1.parent .children .bypostauthor article::before {
    border-color: #f16334;
}
.depth-1.parent .children article::before {
    content: "";
    height: calc(100% - 60px);
    top: 30px;
    left: -50px;
    position: absolute;
}
textarea {
    overflow: auto;
    vertical-align: top;
    width: 70%;
}
/*-Author Box---------------------------*/
.postauthor-wrap {
    float: left;
    width: 100%;
    clear: both;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    border: 1px solid #ccc !important;
}
.postauthor-wrap img{
    float: left;
    margin-right: 40px !important;
    margin-left: 40px !important;
    border-radius: 50% !important;
}
.postauthor-wrap .fn {
font-size: 24px;
}
.postauthor img {
float: right;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 20px;
border-radius: 50%;
}
.author-aka {
font-size: 16px;
text-transform: lowercase;
font-weight: normal;
color: #5e5e5e;
}
.author-aka-name {
font-size: 17px;
text-transform: lowercase;
font-weight: normal;
color: #111111;
}
.post-author-links {
    display: block !important;
    margin-top: 20px !important;
    border-top: 1px solid #ccc !important;
    padding-top: 20px !important;
}
a.author-link {
background: #cc0000;
color: #fff;
width: 30px;
text-align: center;
line-height: 1;
height: 30px;
font-size: 12px;
padding: 10px 0;
box-sizing: border-box;
border-radius: 100%;
margin: 0 7px 0 0;
float: left;
}
a.author-link.f {
background: #3b5998;
}
a.author-link.t {
background: #2DA8D2;
}
a.author-link.w {
background: #e64522;
}
/*Footer*/
.aff-footer {
    background: #f1f2ec;
}

.aff-footer a {
    color: #000;
}
.aff-footer {
    font-size: 12px;
    line-height: 20px;
    clear: both;
}
.aff-footer .row {
    margin: 0;
}
.aff-footer [class^=col-lg-] {
    padding: 0 15px;
}
.aff-footer .aff-widget:first-child {
    margin-top: 50px;
}
.aff-footer .aff-widget {
    padding: 0;
}
.aff-widget, .aff-header-responsive .sub-menu, .aff-site-header .sub-menu {
    font-size: 14px;
}
.aff-widget {
    padding: 25px 30px 30px;
    line-height: 1.43;
    clear: both;
}
.aff-widget p:last-child {
    margin-bottom: 0;
}
.aff-footer .aff-widget:last-child {
    margin-bottom: 50px;
}
.aff-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.mks_social_aff-widget_ul li {
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 0;
}
ul.mks_social_aff-widget_ul li i {
    border-radius: 50%;
}
ul.mks_social_aff-widget_ul .fa-facebook {
    background: #3e5b98;
}
ul.mks_social_aff-widget_ul .fa-twitter {
    background: #4da7de;
}
ul.mks_social_aff-widget_ul .fa-pinterest-p {
    background: #c92619;
}
ul.mks_social_aff-widget_ul .fa-vine {
    background: #00b389;
}
ul.mks_social_aff-widget_ul li i {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    border: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 45px;
}
.aff-footer .page_item a {
    /*color: #333 !important;*/
    display: block;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
    margin: 0;
	font-weight: normal;
}

.aff-footer .page_item a:hover {
	color: #ea7a25 !important
}
button.aff-button-search {
    width: 100%;
    margin-top: 10px;
}
ul.mks_social_aff-widget_ul .socicon-facebook:before {
    content: "\e028";
}
ul.mks_social_aff-widget_ul li a:before {
    color: #FFF;
}
ul.mks_social_aff-widget_ul li a:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak-as: none;
    line-height: 1;
}
ul.mks_social_aff-widget_ul li a span {
    margin: 0;
    padding: 0;
    font-size: 0px;
}
ul.mks_social_aff-widget_ul li:hover i {
    opacity: 0.7;
    text-decoration: none;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
ul.mks_social_aff-widget_ul .socicon-twitter {
    background: #4da7de;
}
ul.mks_social_aff-widget_ul .socicon-pinterest {
    background: #c92619;
}
ul.mks_social_aff-widget_ul .socicon-vine {
    background: #00b389;
}
.aff-footer .aff-widget-title {
    color: #222 !important;
}
input[type="text"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], select, textarea {
    border-color: rgba(94,94,94,0.2);
}
input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=date], select, textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}
input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=date], textarea {
    -webkit-appearance: none;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button, input, select, textarea {
    font: inherit;
}
button, hr, input, select {
    overflow: visible;
}
.clear {
    clear: both;
}
.sub-menu .aff-button-search {
    width: 100%;
    margin-top: 7px;
}
.submit, .aff-button, .mks_autor_link_wrap a, .mks_read_more a, input[type="submit"], button[type="submit"], .aff-cat, .aff-pill, .aff-button-search, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #FFF;
    background-color: #2032d8;
}
.aff-button, .aff-button-search, .mks_autor_link_wrap a, .mks_read_more a, .submit, a.mks_button, body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form input[type=submit], button[type=submit], input[type=submit] {
    height: 40px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 14px 20px;
    font-weight: 700;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    transition: all .2s ease-in-out;
}
a:not([href]):not([tabindex]):focus, button:focus, input[type=submit] {
    outline: 0;
}
.aff-widget_nav_menu li, .aff-widget_pages li {
    position: relative;
    z-index: 2;
}
.aff-footer .aff-widget_nav_menu ul>li>a, .aff-footer .aff-widget_pages ul>li>a {
    margin: 0;
    text-decoration: none;
}
.aff-footer .aff-widget_nav_menu li a, .aff-footer .aff-widget_pages li a {
    padding: 10px;
}
.aff-widget_meta a, .aff-widget_nav_menu a, .aff-widget_pages a, .aff-widget_recent_comments li, .aff-widget_recent_entries li {
    font-weight: 700;
    display: block;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
}

.aff-button-search:hover, .aff-button:hover, .mks_autor_link_wrap a:hover, .mks_read_more a:hover, .submit:hover, a.mks_button:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, button[type=submit]:hover, input[type=submit]:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
}
.aff-copyright {
    position: relative;
    font-size: 12px;
    /*padding: 35px 0;*/
    opacity: .8;
}
.aff-copyright p {
    margin-bottom: 0;
}
.aff-footer a {
    color: #333;
    display: block;
    /*border-bottom: 1px solid;*/
    border-color: rgba(255,255,255,0.2);
    padding: 1px;
}

/*---------singlepost3----------*/
.the-wrap.head {
    border-color: #e7e7e7;
}
.widget-a-wrap .the-wrap {
    text-align: center;
}
.the-wrap.head {
    padding: 14px 0;
    margin-bottom: 20px;
    background: #f6f6f6;
    border-bottom: 1px solid #efefef;
}
.widget-a-wrap .the-wrap>div, .widget-a-wrap .the-wrap>iframe, .widget-a-wrap .the-wrap img {
    vertical-align: middle;
}
.show-lg {
    display: block !important;
}
.meta-title {
    margin-bottom: 20px;
}
.aff-post-content p {
    margin-bottom: 10px;
}
.aff-post-content1 p {
    margin-bottom: 10px;
    max-height: 94px;
    overflow: hidden;
    line-height: 24px;
}
.aff-post .aff-post-header {
    text-align: center;
}
.aff-post-meta {
    font-size: 16px;
}
.aff-post-meta-left {
    text-align: left;
}
.aff-post-meta {
    line-height: 1.5;
    /* text-transform: uppercase; */
}
.aff-post-meta>:first-child {
    margin: 10px 0;
}
.aff-post-meta .aff-meta-above {
    margin-bottom: -1px;
}
.aff-post-meta .aff-cat-labels {
    display: block;
    margin-bottom: -5px;
}
.aff-post-meta .aff-cat-labels .category:last-child {
    margin-right: 0;
}
.cat-label, .aff-post-meta .aff-cat-labels .category {
    letter-spacing: .025em;
}
.aff-post-meta .aff-cat-labels .category {
    display: inline-flex;
    margin-bottom: 5px;
    background: #ec0e0e;
    padding: 0 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
}
.aff-post-meta-c .aff-post-title-alt {
    margin: 15px 0 12px;
    line-height: 1.3;
    text-align: left;
}
.aff-post-meta .aff-post-title-alt {
    padding: 0;
}
.post-title, .aff-post-title-alt {
    font-weight: bolder;
    letter-spacing: -.01em;
    color: #000;
}
.aff-post-title-alt {
    position: relative;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 50px;
}
.aff-post-meta .aff-meta-below {
    margin-bottom: 0;
}
.aff-post-meta .aff-post-author, .aff-post-meta time, .aff-post-meta .aff-meta-item {
    letter-spacing: .025em;
    color: #111111;
}
.aff-post-meta-c .aff-meta-item, .aff-post-meta-c .aff-post-author, .aff-post-meta-c time {
    font-weight: 400;
}
.aff-post-meta-c .by {
    font-style: inherit;
    text-transform: inherit;
}
.aff-post-meta-c .aff-post-author>a {
    color: #ec0e0e;
    font-weight: 600;
    text-decoration: none;
}
.aff-post-meta .aff-meta-sep {
    padding: 0;
}
.aff-post-meta-c .aff-meta-sep:before {
    padding: 0 4px;
}
.aff-post-meta .aff-meta-sep:before {
    content: "-";
}
.aff-post-meta .aff-post-author, .aff-post-meta time, .aff-post-meta .aff-meta-item {
    letter-spacing: .025em;
}
.aff-post .featured {
    margin-bottom: 10px;
}
.aff-post .aff-post-header .image-link {
    display: block;
}
/*.media-ratio.ratio-3-2 {
    padding-bottom: 55%;
}*/
.media-ratio {
    position: relative;
    display: block;
}
.aff-post .featured img {
    display: block;
    width: 100%;
}
.media-ratio .wp-post-image, .media-ratio>img {
   /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lazyloaded {
    opacity: 1;
}
.wp-post-image, .aff-post-content img {
    will-change: opacity;
    transition: opacity .3s ease-in;
}
.wp-post-image, .aff-post-content1 img {
    will-change: opacity;
    transition: opacity .3s ease-in;
}
.aff-posts-flex-grid .wp-post-image, .aff-post-content1 img {
    object-fit: cover;
    /*height: auto;*/
    /*height: 230px;*/
}
/* .cf:after {
    clear: both;
} */

.aff-post-share-float {
    opacity: 1;
    transition: opacity .2s ease-in;
    margin-top: 5px;
}
.aff-post-share-float .share-text {
    display: block;
    margin-bottom: 30px;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    word-wrap: normal;
    overflow-wrap: normal;
}
.aff-share-float-b .service {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    --shadow-color: rgba(0,0,0,.18);
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.05),1px 3px 4px -1px var(--shadow-color);
    border-radius: 50%;
    font-size: 16px;
}
.aff-post-share-float .facebook {
    color: #135cb6;
    --service-color-rgb: 19,92,182;
}
.aff-post-share-float .service {
    margin-top: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aff-post-share-float .tsi {
    -webkit-font-smoothing: initial;
}
.tsi {
    display: inline-block;
    font: normal normal normal 14px/1 ts-icons;
    font-size: inherit;
    text-rendering: auto;
}
.tsi-facebook:before {
    content: "\f09a";
}
.aff-post-share-float .label {
    display: none;
}
.aff-post-share-float .twitter {
    color: #089fc5;
    --service-color-rgb: 8,159,197;
}
.tsi-twitter:before {
    content: "\f099";
}
.aff-post-share-float .pinterest {
    color: #ca2128;
    --service-color-rgb: 202,33,40;
}
.tsi-pinterest-p:before {
    content: "\f231";
}
.tsi-envelope-o:before {
    content: "\f003";
}
.text, .aff-post-content, .textwidget {
    -webkit-font-smoothing: initial;
}
.text, .aff-post-content1, .textwidget {
    -webkit-font-smoothing: initial;
}

.aff-entry-content {
    font-size: 16px;
}
.aff-post-content {
    display: inline-block;
    letter-spacing:0;
    color: #616161;
    line-height:1.8125;
    margin-bottom:25px;
    width: 100%;
}
.aff-post-content > figure {
    margin-right: 20px;
}
/*Flexbox grid*/
.aff-posts-flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
/*two column*/
.aff-post-content1 {
    letter-spacing: 0;
    color: #111111;
    line-height: 1.8125;
    flex: 50%;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    max-width: 50%;
    min-width: 50%;
    padding-bottom: 25px;
}
.aff-post-content1:nth-child(odd) {
    padding-right: 15px;
}
.aff-post-content1:nth-child(even) {
    padding-left: 15px;
}
/* .aff-post-content>:first-child, .textwidget>:first-child {
    margin-top: 0;
}
.aff-post-content1>:first-child, .textwidget>:first-child {
    margin-top: 0;
} */
.aff-post-content blockquote, .aff-post-content .wp-block-quote.is-style-large, .textwidget blockquote, .textwidget .wp-block-quote.is-style-large {
    margin-top: 2em;
    margin-bottom: 2em;
}
.aff-post-content1 blockquote, .aff-post-content1 .wp-block-quote.is-style-large, .textwidget blockquote, .textwidget .wp-block-quote.is-style-large {
    margin-top: 2em;
    margin-bottom: 2em;
}

blockquote {
    padding-left: 45px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: initial;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;

}
blockquote p {
    font-size: 24px !important;
    color: #333;	
}
blockquote, q {
    quotes: none;
}
.wp-block-quote {
    margin: 0 0 28px 30px;
    padding-left: 2em;
}
.aff-post-content h1, .aff-post-content h2, .aff-post-content h3, .aff-post-content h4, .aff-post-content h5, .aff-post-content h6 {
    font-weight: bolder;
    letter-spacing: -.01em;
    color: #000;
}
.aff-post-content1 h1, .aff-post-content1 h2, .aff-post-content1 h3, .aff-post-content1 h4, .aff-post-content1 h5, .aff-post-content1 h6 {
    font-weight: 900;
    letter-spacing: -.01em;
    color: #000;
}
.aff-post-content h1, .aff-post-content h2, .aff-post-content h3, .aff-post-content h4, .aff-post-content h5, .aff-post-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
    margin-top: 1.2em;
    margin-bottom: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: initial;
}
.aff-post-content1 h1, .aff-post-content1 h2, .aff-post-content1 h3, .aff-post-content1 h4, .aff-post-content1 h5, .aff-post-content1 h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
    margin-top: 1.2em;
    margin-bottom: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: initial;
}
/* .aff-content-spacious>p img.alignleft, .aff-content-spacious .aff-wp-caption.alignleft, .aff-content-spacious figure.alignleft, .aff-content-spacious .wp-block-pullquote.alignleft {
    margin-left: -3.896% !important;
} */
.aff-content-spacious1>p img.alignleft1, .aff-content-spacious1 .aff-wp-caption1.alignleft1, .aff-content-spacious1 figure.alignleft1, .aff-content-spacious1 .wp-block-pullquote.alignleft1 {
    margin-left: 0.104% !important;

}
.aff-wp-caption {
    max-width: 100%;
}
.aff-wp-caption1 {
    max-width: 100%;
}

.alignleft1, a img.alignleft1, .wp-block-image .alignleft1 {
    margin: 0 30px 20px 0 !important;
    padding: 0;

}

.aff-post-content figure>a:not(.pinit-btn) {
    display: block;
}
.aff-post-content1 figure>a:not(.pinit-btn) {
    display: block;
}
.aff-post-content a, .textwidget a {
    color: #ec0e0e;
}
.aff-post-content a, .textwidget a {
    color: #ec0e0e;
}
.aff-wp-caption1-text, .wp-block-image figcaption, .blocks-gallery-caption, .wp-block-embed figcaption {
    padding-bottom: 2px;
}
figcaption {
    font-style: italic;
    font-size: calc(.28571em + 9.28571px);
    text-align: center;
    color: #999;
    -webkit-font-smoothing: antialiased;
}
blockquote:before {
    content: "\201c";
    float: left;
    margin-top: 18px;
    margin-left: -45px;
    font-family: Georgia,Merriweather,serif;
    font-style: normal;
    font-size: 60px;
    line-height: .41;
    color: #ec0e0e;
}
.alignright, a img.alignright, .wp-block-image .alignright {
    float: right;
    margin: 4px 0 20px 30px !important;
}

.main .sidebar {
    padding-left: 45px;
}
.sidebar .widget {
    margin-bottom: 55px;
}
.block-head-d {
    letter-spacing: 0;
    font-size: 17px;
}
.block-head-d {
    --block-head-bc: ec0e0e;
    --block-head-bw: 1px;
    --sep-distance: 11px;
    margin: 20px 0;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}
.block-head-d .title:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: var(--sep-distance);
    width: 28px;
    height: var(--block-head-bw);
    background: #ec0e0e;
}
.widget-posts .posts.full {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    counter-reset: posts;
}
.widget-posts .posts.full>.post {
    width: 100%;
}
.widget-posts .post {
    display: flex;
    margin-bottom: 25px;
}
.widget-posts .posts.full .aff-grid-post {
    display: block;
    width: 100%;
}
.widget-posts .posts.full article {
    margin-bottom: 8px;
}
.aff-grid-post {
    --rmore-btn-pad: 11px 12px;
    --rmore-btn-fs: 10px;
}
.large-post, .aff-grid-post {
    --post-meta-mb: 22px;
}
.aff-grid-post, .large-post, .list-post {
    --pm-h-below-mb: 25px;
}
.aff-grid-post {
    text-align: center;
}
.aff-grid-post .aff-post-header {
    text-align: center;
}
.aff-grid-post .aff-post-thumb {
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
    transform: translate3d(0,0,0);
}
.aff-grid-post .image-link {
    display: block;
    position: relative;
}
/* .media-ratio.ratio-3-2 {
    padding-bottom: 66.66667%;
} */
/*.media-ratio {
    height: 0;
}*/
.inline {
    display: inline;
}
.bg-cover {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.widget-posts .posts.full .counter:before {
    counter-increment: posts;
    content: counter(posts);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background: #ec0e0e;
    color: #fff;
    font-size: 17px;
    /*font-family: var(--ui-font);*/
    font-weight: 700;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
}
.widget-posts .posts:not(.large) .aff-post-meta {
    font-size: 11px;
}
.aff-grid-post.no-excerpt .aff-post-meta-c, .aff-grid-post.no-excerpt .aff-post-meta-b {
    margin-bottom: 0;
}
.aff-grid-post.has-post-thumbnail .aff-post-meta-c {
    margin-top: -5px;
}
.widget-posts .posts.full .aff-post-title-alt {
    font-size: 20px;
}
.aff-post-meta>.is-title:first-child {
    margin-top: 0 !important;
}
.aff-post-meta-c .aff-post-title-alt {
    margin: 15px 0;
    margin-bottom: 12px;
    line-height: 1.3;
}
.post-title a, .aff-post-title-alt a {
    color: #111111;
}
.aff-post-title-alt a, .aff-post-title-alt a:hover {
    font-weight: 700;
}
.aff-post-title-alt a:hover{
	color:#ea7a25;
}
.col-9 {
    width: 75.6% !important;
}
.post-title a:hover, a.post-title:hover, .aff-post-title-alt a:hover {
    opacity: .7;
    text-decoration: none;
    color: #000;
}
.featured1 .media-ratio.ratio-3-2 {
    padding-bottom: 30px;
    margin-bottom: 10px;
}
/* ul {
    margin: 0;
    list-style: none;
} */
.widget-posts .posts.full {
    margin: 0 !important;
}
.block-head-d {
    margin: 20px 0 !important;
}
a img.alignleft, .wp-block-image .alignleft {
    float: left;
    margin: 0 20px 20px 0 !important;
    padding: 0;
}
.aff-post .featured {
    margin-bottom: 20px !important;
}
.aff-footer a:hover {
     color:#ea7a25 !important;
}
.aff-post-meta-c .aff-post-title-alt:hover {
    color: #ea7a25 !important;
}
.aff-copyright a {
    display: inline-block;
    border: none;
    padding: 0;
}
/* .affbooster-ad img {
    width: 100%;
} */
.aff-meta-above {
    display: none;
}
.single-blog-info.singlenoExcerpt p:first-child::first-letter {
    color: #cccccc;
    text-shadow: 4px 4px 0 #333;
    font-size: 67px;
    font-weight: 800;
    float: left;
    padding-right: 20px;
    line-height: 50px;
    margin-top: 8px;
}
h5.vcard.author {
    display: block;
    margin-top: -9px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
}
.author-box {
    margin-top: 55px;
    margin-bottom: -5px;
    border-top: 1px solid #ebebeb;
    text-align: center;
}
.author-box .author>span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
}
.author-box .author>a {
    font-weight: 700;
    letter-spacing: -.01em;
    color: #000;
}
.author-box .author>a {
    display: inline-block;
    margin-top: 3px;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
}
.author-box .author-bio {
    font-size: 15px;
}
.author-box .author-bio {
    margin-top: 25px;
}
.author-box .social-icons {
    margin-top: 30px;
}
.author-box .social-icons li {
    margin-right: 11px;
}
.social-share li, .social-icons li {
    display: inline-block;
    margin-right: 14px;
}
.author-box .image img {
    display: inline-block;
    margin-top: -65px;
    border-radius: 50%;
    border: 2px solid #fff;
}
div#page {
    overflow: hidden;
}
.aff-ad li {
    list-style: none;
}
li.widget.widget_recent_entries>ul li {
    padding: 25px 0;
}
li.widget.widget_recent_entries {
   list-style: none;
}


.aff-sidebar-action-open -sidebar-action-wrapper {
    transform: translate3D(0,0,0);
}
.aff-sidebar-action-wrapper {
    width: 360px;
    height: 100%;
    position: fixed;
    padding: 40px 30px 40px;
    right: 0;
    background: #f3f3f3;
    display: block;
    overflow: auto;
    z-index: 9999;
    transition: transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease;
}
.aff-action-close {
    background: #FFF;
    height: 50px;
    width: 100%;
    display: inline-block;
    color: rgba(51,51,51,.5);
    text-align: center;
    padding: 10px;
    cursor: pointer;
    line-height: 30px;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    transition: all .25s ease-in-out;
}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}
.widget_nav_menu.widget, .widget_pages.widget {
    padding: 20px 0;
}
.aff-box, #disqus_thread {
    background: #ffffff;
}
.widget6{
    padding: 20px 0;
    line-height: 1.43;
    clear: both;
}
.aff-box {
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.widget6 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu li, .widget_pages li {
    position: relative;
    z-index: 2;
    list-style: none;
}
.widget_nav_menu ul>li>a, .widget_pages ul>li>a {
    padding: 10px 0;
    margin: 0 30px;
    color: #5e5e5e;
    border-bottom: 1px solid #f7f7f7;
    font-weight: normal;
}
.widget.widget_meta ul>li>a {
    font-weight: normal;
}
.widget_meta a, .widget_recent_entries li, .widget_recent_comments li, .widget_nav_menu a, .widget_archive li, .widget_pages a, .widget_categories li, .aff_category_widget .aff-count-color li, .widget_categories .children li, .widget_archiv .children li {
    border-color: rgba(94,94,94,0.1) !important;
}
.widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments li, .widget_recent_entries li {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.menu-item-has-children span, .widget_archive li a, .widget_categories li a, .widget_meta a, .widget_nav_menu a, .widget_pages li a, .widget_recent_comments li a, .widget_recent_entries li a, .widget_tag_cloud a {
    transition: all .2s ease-in-out;
}
#switcher_link a:hover, .customizer-button:hover, .entry-content .wp-block-button__link:hover, .switcher_close:hover, .wp-block-calendar tfoot a, a, a:focus, a:hover {
    text-decoration: none;
}
.aff-nav-widget-acordion {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    font-size: 10px;
    width: 32px;
    text-align: center;
}
.fa-chevron-down:before {
    content: "\f078";
}
/* .widget_pages .children, .widget_nav_menu .sub-menu {
    background: #009cff;
    color: #FFF;
} */
.widget_nav_menu .sub-menu, .widget_pages .children {
    display: none;
    width: 100%;
    top: -1px;
    padding: 0;
    position: relative;
    left: 0;
}
.widget_pages .children a, .widget_nav_menu .sub-menu a, .widget_nav_menu .sub-menu span, .widget_pages .children span {
    color: #FFF;
}
.widget_nav_menu .sub-menu a, .widget_pages .children a {
    border-bottom: none;
}
.aff-sidebar-action-open .aff-sidebar-action-overlay {
    opacity: 1;
    visibility: visible;
}
.aff-sidebar-action-overlay {
    width: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0,0,0,.5);
    content: '';
    display: block;
    transition: opacity .25s ease-in-out;
}
.aff-sidebar-action-open .aff-sidebar-action-overlay {
    opacity: 1;
    visibility: visible;
}
.aff-sidebar-action-overlay {
    width: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0,0,0,.5);
    content: '';
    display: block;
    transition: opacity .25s ease-in-out;
}
/* .aff-sidebar-action-wrapper{
    display: none;
} */
.affbooster-ad {
    margin: 0 0 30px;
}
.single-blog-header {
    width: 100%;
}
.right-left-sidebar {
    margin-left: 20px;
}
.blog .aff-post-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
/* .blog #post-1 {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    height: 300px;
    line-height: 1.375;
} */
.blog .box-inner-ptbr.box-col-b.entry-sm-overlay {
    padding: 30px;
}
.blog .entry-title a {
    color: #111111;
    font-size: 22px;
    font-weight: 700;
}
.blog .entry-title a:hover {
    color: #007bff;
}
#popular-posts-2 ul {
    margin: 0;
}
#recent-posts-7 ul {
    margin: 0;
}
.the-aff-post-meta {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    /* max-height: 75px; */
    line-height: 1.2em;
    text-align: justify;
}
.sidebar2.left-sidebar {
    padding-right: 40px;
}
.single-post .aff-post-meta .aff-meta-below {
    font-size: 12px !important;
    margin-top: 10px !important;
}
.aff-widget img.image.wp-image-361 {
    width: 100%;
}
a.page-numbers {
    padding: 10px;
    background-color: #1B3E5A;
    color: #fff !important;
    margin-right: 1.25em;
}
a.page-numbers:hover {
    background: #facc29;
}
span.page-numbers.current {
    padding: 10px;
    background-color: #f9cc29;
    color: #fff !important;
    margin-right: 1.25em;
}
.left-side {
    max-width: 900px !important;
}
textarea#comment {
    width: 100%;
    border-radius: 0;
}
p.comment-form-cookies-consent {
    display: none;
}
.aff-post-thumb {
    width: 50%;
}

/*---[ Related Posts ]---*/
.relatedposts {
    clear:both;
    padding: 50px 0;
    position:relative;
}
.relatedposts ul {
    margin: 0;
    padding: 0;
}
.relatedposts ul li {
    background: #fff;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
    float:left;
    list-style: none;
    margin:0 40px 0 0;
    position: relative;
    width:30.33%;
    /*min-height: 345px;*/
    min-height: auto;
}
.relatedposts ul li:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
}
.relatedposts ul li:nth-child(4n) { margin-right:0 }
.relatedposts img {
    float: left;
    height: auto;
    width: 100%;
    object-fit: cover;
    max-height: 160px;
}
.relatedposts .title {
    font-size:20px;
    line-height:30px;
    margin:0;
}
.relatedposts .relatedthumb {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.relatedposts .related-content {
    clear:both;
    padding: 0 20px 20px;
}
.single-post .sidebars > ul, .home .sidebars > ul, .page .sidebars > ul, .archive .sidebars > ul, .category .sidebars > ul,
.search .sidebars > ul, .error404 .sidebars > ul, .blog .sidebars > ul {
    /*padding: 20px;*/
    background-color: #ffffff;
    list-style: none;
}
.aff-copyright p{
    color: #fff;
    background: none !important
}
.aff-comments-area {
    background: #ffffff;
    padding: 40px;
}
.aff-comments-area input[type="submit"] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #0274be;
    background-color: #0274be;
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
}
.aff-comments-area #commentform {
    margin-left: -15px;
    margin-right: -15px;
}
.aff-comments-area .form-submit, .aff-comments-area .comment-notes, .aff-comments-area .logged-in-as {
    padding-left: 15px;
}
.aff-author, .aff-prev-next-nav, .comment .comment-respond {
    border-color: rgba(94,94,94,0.1);
}
.aff-author {
    margin-bottom: 35px;
}
.aff-author, .aff-prev-next-nav {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 35px;
}
.aff-author img {
    border-radius: 50%;
}
.mfp-image-holder .mfp-content, iframe, img, img.mfp-img {
    max-width: 100%;
}
.aff-author h4 {
    margin-bottom: 12px;
}
.aff-author-desc {
    margin-bottom: 24px;
}
.aff-author-links {
    margin-bottom: 2px;
}
.aff-author-links .fa, body .aff-share .meks_ess a {
    text-align: center;
    color: #FFF;
}
.entry-tags a, .aff-author-links .fa {
    display: inline-block;
}
.aff-author-links .fa-facebook, .aff-facebook, .aff-soc-menu li a[href*="facebook."]:before, .aff-soc-responsive-menu a[href*="facebook."]:before {
    background-color: #3b5998;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.aff-author-links .fa-twitter, .aff-soc-menu li a[href*="twitter."]:before, .aff-soc-responsive-menu a[href*="twitter."]:before, .aff-twitter {
    background-color: #55acee;
}
.aff-author-links .fa {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 10px 0;
    font-size: 12px;
    margin: 0 3px 2px;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    text-align: center;
    color: #FFF;
    font-family: "Font Awesome 5 Brands";
}
a.aff-sl-item.fa.fa-facebook {
    background-color: #3b5998;
}
a.aff-sl-item.fa.fa-twitter {
    background-color: #55acee;
}
img.avatar.avatar-96.photo {
    width: 25px !important;
    height: 25px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: 0 0px 0 0;
}
.aff-author .col-lg-2.col-md-2.col-sm-5 {
    padding: 0;
}
.aff-author .row {
    padding: 0 !important;
}
.col-md-8.single-blog-excerpt .aff-single-content-bg, .col-md-12.single-blog-excerpt .aff-single-content-bg, .aff-post-content-wrapper.full-width .aff-single-content-bg {
    padding: 40px;
    background-color: #ffffff;
}
.widget.widget_media_image img {
    width: 100%;
}
.divauthor {
        background:#fff;
        padding:10px 40px
}
.aff-author, .aff-prev-next-nav {
    border:none
}

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

.widget ul li a {
    /*display: table;*/
    display: inline;
    margin: 15px 0;
}

.widget_nav_menu ul>li>a, .widget_pages ul>li>a {
    padding: 10px 0;
    margin: 0;
    color: #5e5e5e;
}
.widget_meta li {
    font-size: inherit;
    font-weight: 600;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.widget_pages li {
    font-size: inherit;
    font-weight: 600;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}


/*--------------------------------------------------------------
# Recent Comments
--------------------------------------------------------------*/
.recentcomments {
    padding:10px 0
}
/*--------------------------------------------------------------
# calendar
--------------------------------------------------------------*/
/* .widget_calendar {float: left;} */
#calendar-2 {width: 100%;text-align: center;}
#calendar-2 caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#calendar-2 thead { font-size: 10px; text-align: center;}
#calendar-2 thead th { padding-bottom: 10px; }
#calendar-2 tbody { color: #aaa; }
#calendar-2 tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#calendar-2 tbody td:hover { background: #fff; }
#calendar-2 tbody .pad { background: none; }
#calendar-2 tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#calendar-2 tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
.wp-calendar-table {width: 100%;}

.aff-header-bottom {
    background-color: #212c41;
}
.aff-header-bottom .aff-main-nav>li>a, .aff-header-sticky .aff-main-nav>li>a {
    color: #fff;
}
.aff-copyright p {
    color: #000;
    background: none !important;
}
.inner-content {
    padding: 50px 0;
}
.single-blog-info p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    letter-spacing: .05em;
    margin: 0 0 24px;
}
.aff-main-nav>li>a:hover{
    color:#ff7803 !important
}
a:hover {
    text-decoration: none;

}
.single .post-navigation {
    padding: 2em;
}
.sidebars .widget > ul {
    /*padding: 20px 0;*/
    padding: 0px 0px;
    list-style: none;
}
.single-post-fluid-bg {
    display: flex;
    min-height: 400px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.single-post-fluid-bg:after {
    position: absolute;
    content: '';
    left:0; top:0;
    width: 100%;
    height: 100%;
  }
  .single-post-fluid-bg .row {
      position: relative;
      z-index: 1;
  }
  /*.sidebars-left-position {
      margin-left: -15px;
  }*/
  #smoothup {
      position:fixed;
      bottom:25px;
      right:15px;
      display:none;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s; transition-duration: 0.4s;
    }
    #smoothup .fa-caret-square-up {
        color: #808080;
        font-size: 40px;
    }
    .post-content.entry-content ul {
        margin: 0 0 1.5em 1.5em;
    }
    .entry-content ul.uagb-toc__list, .entry-content ul.affiliate-list{
        margin: 0;
    }
    .post-content.entry-content h2, .post-content.entry-content h3, .post-content.entry-content h4 {
        font-weight: 700;
    }
    .aff-sidebar-action-wrapper .widget_nav_menu .sub-menu{
        box-shadow: none;
    }
    .aff-sidebar-action-wrapper .widget_nav_menu .sub-menu a {
        color: #5e5e5e;
        margin: 0 10px;
    }
    .aff-footer-site-content {
        position: relative;
        max-width: 1250px;
        margin: 0 auto;
    }
    .sidebars .widget.widget_popular_entries > ul {
        padding: 0;
    }
    .aff-post-meta-c .aff-post-title-alt a {
        margin: 15px 0;
        margin-bottom: 12px;
        line-height: 1.3;
        font-weight: 700;
    }
    .aff-header-1 .aff-main-nav > li.menu-item-has-children:hover > a, .aff-header-2 .aff-main-nav > li.menu-item-has-children:hover > a {
        color:inherit;
    }
    .aff-main-nav > li.menu-item-has-children:hover > a {
        color:#ffffff;
    }
    .post-content.entry-content > p {
        margin-bottom: 1.5em;
    }
    .post-content.entry-content > h2, .post-content.entry-content > h3 {
        /*margin-bottom: 20px;*/
    }


/* custom css */
/* responsive menu */
.aff-sidebar-action-wrapperr.flex_menu {
    position: unset !important;
	width:100% !important;
	display:none;
}
.aff-sidebar-action-wrapperr.flex_menu ul.sub-menu {
    width: 100% !important;
    box-shadow: none !important;
}
.aff-sidebar-action-wrapperr.flex_menu ul.sub-menu li a {
    color: #5e5e5e !important;
    background: #f7f7f7;
    padding: 10px;
}
/* second menu */
.aff-sidebar-action-open.aff-lock header#header .aff-sidebar-action-wrapper {
    display: none;
	position: unset !important;
	width:100% !important;
	display:none;
}
/* .menu-item-has-children i.fa.fa-chevron-down {
    font-size: 14px !important;
} */
.menu-item-has-children span.aff-nav-widget-acordion .icon-angle-circled-down {
  font-size: 20px;
}

span.aff-sidebar-action.bars {
    width: 100%;
}
span.aff-sidebar-action.bars .fa {
    display: inline-block;
    /* float: left; */
    margin-right: 10px;
}
span.aff-sidebar-action.bars p {
    display: inline-block;

}
span.aff-sidebar-action.bars {
    width: 100%;
    border-radius: 25px !important;
}
span.aff-sidebar-action.bars .fa {
    display: inline-block;
    /* float: left; */
    margin-right: 10px;
    color: #fff !important;
}
span.aff-sidebar-action.bars p {
    display: inline-block;
    float: none !important;
    /*color: #212c41;*/
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}
.relatedposts p {
    font-size: 34px;
}
.relatedposts .related-content p.title {
    font-size: 20px;
}
.aff-header-4 p.site-description,.aff-header-3 p.site-description {
    text-align: center;
}
li.widget.widget_recent_entries>ul li.post-date {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
li.widget.widget_recent_entries {
    padding-bottom: 0;
    margin-bottom: 0;
}
/*Footer Menu*/
.aff-footer ul {
    margin: 10px 0 0 0;
}
.aff-footer .footer-nav-menu ul li, .aff-footer .footer-nav-menu ul li, .menu ul li {
    display: inline-block;
    overflow: hidden;
}
.aff-footer .footer-nav-menu .page_item a, .aff-footer .footer-nav-menu ul li a, .aff-footer .footer-nav-menu ul li a, menu ul li a {
    padding-top: 0em;
    padding-right: .5em;
    padding-bottom: 0em;
    padding-left: .5em;
}
.aff-footer .footer-nav-menu {
    text-align: center;
}
/*Header Banner Sidebar - Menu Widget*/
.header-widget.widget_nav_menu ul.menu li {
    display: inline-block;
    margin: 0 10px;
}
.header-widget.widget_nav_menu ul>li>a {
	border:none
}
/*Header 1,2 redisign on mobile*/

/*New Search Block*/
.search-overlay {
    display: none;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    height: auto;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(5px);
}
.search-modal{
    display: table;
    width: 100%;
    height: 100%;
}
.active>.search-overlay {
    opacity: 1;
    display: block;
    z-index: 10001;
}
.top-search-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}
.search-modal-close {
    cursor: pointer;
    text-align: right;
}
.search-modal-close .fa-close {
    font-size: 25px;
    color: #fff;
}
.search-form-block {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
/*Widget Mobile Menu (Header 5,6)*/
.widget-mobile-menu, .above-header-mobile-menu {
     display: none;
}

/*New Header Above Menu*/
.above-header-menu ul {
    list-style: none;
    margin: 0 auto;
}
.above-header-menu ul li {
    display: inline-block;
    /*padding:10px 0px;*/
}
.above-header-menu .menu {
    margin: 0 auto;
}
/*Sub Menu(not done part)*/
/* .aff-site-header .above-header-menu .menu-item-has-children {
    position: relative;
}
.menu-item-has-children > a::after {
    content: "╲╱";
    font-size: 5px;
    margin: 10px;
    vertical-align: middle;
} */
/*
.aff-site-header .above-header-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    left: 0;
} */
.menu-item-has-children > a .icon-down-dir {
    margin-left: 5px;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    /*.menu-item-has-children > a .icon-down-dir {
        display: none;
    }*/
body main#content div.row {
    flex-wrap: wrap !important;
}	
.aff-ad.clickable .header-widget.widget_nav_menu ul>li>a {
    color: #5e5e5e;
}
.wp-block-quote {
    margin: 0 0 28px 30px;
    padding-left: 2em;
    border: none;
}
.layout-12-images {
    object-fit: cover;
    /*max-height: 230px;*/
    width: 100%;
    height: auto;
    /*height: 220px;*/
}

/*Fix headers with link*/
.post-content.entry-content > h1 > a, .post-content.entry-content > h2 > a, .post-content.entry-content > h3 > a, .post-content.entry-content > h4 > a, .post-content.entry-content > h5 > a, .post-content.entry-content > h6 > a{
    font-weight: inherit;
    color: #2032d8;
}

.post-figure-margin-bottom {
    margin-bottom: 1.5em;
}
.search-modal-close .icon-cancel{
    color:#fff;
}
.aff-author-links .aff-sl-item.icon-facebook-official {
    background-color: unset;
    color: #3b5998;
    font-size: 30px;
    margin-right: 10px;
}
.aff-author-links .aff-sl-item.icon-twitter {
    background-color: unset;
    color: #55acee;
    font-size: 30px;
}
}
.aff-copyright.bottom-footer p, .aff-copyright.bottom-footer p a {
	font-size: 14px !important;
}
/* ************************************ */
/*		MEDIA QUERY		*/
/* ************************************ */
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
@media screen and (max-width: 1199px) {
    /*.aff-wp-caption.alignleft {
        width: 100% !important;
    }*/
    /*.wp-post-image, .aff-post-content img {
        width: 100%;
    }*/
    .wp-post-image, .aff-post-content1 img {
        width: 100%;
    }
    #media_image-9 img {
        width: 600px;
    }
    /*.alignleft {
        float: none;
        width: 100% !important;
    }*/
}

@media screen and (max-width: 1024px) {
.post.aff-thumbnail-style4 .aff-post-gallery {
        margin: 0 20px 10px 0 !important;
        width: 120px;
    }
    .post .aff-post-title a>span {
        font-size: 14px;
    }
    .aff-posts-flex-grid .wp-post-image, .aff-post-content1 img {
        /*height: 20vh;*/
        height: auto;
    }
	.site-title {
		font-size:22px;
	}
.header-widget.widget_nav_menu{
        display: block;
        padding: 0;
    }
    .above-header-mobile-menu {
        display: block;
        cursor: pointer;
        padding: 0 10px;
        color: #fff;
    }
    .header-widget.widget_nav_menu, .above-header-menu{
        display: none;
    }
    .header-widget.widget_nav_menu.active{
        background-color: #fff;
        position: absolute;
        right: 0;
        min-width: 240px;
        display: block;
    }
    .above-header-menu.active {
        display: block;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        min-width: 240px;
        z-index: 9999;
    }
    .above-header-menu.active ul li {
        display: block;
        padding: 10px;
    }
    .header-widget.widget_nav_menu ul.menu li, .widget-mobile-menu, .above-header-menu ul li .above-header-mobile-menu{
        display: block;
    }
    .above-header-menu.active ul>li>a {
        color: #333333;
    }
.aff-header-1 .aff-slot-r, .aff-header-2 .aff-slot-r {
    right: 0px;
    left: 0;
    width: 100%;
    height: 40px!important;
    top: 115px;
    /*background: #212c41;*/
}
.aff-header-1 .aff-actions.aff-menu, .aff-header-2 .aff-actions.aff-menu {
    position: absolute;
    color: #212c41;
}
.aff-header-1 .aff-actions-button.aff-action-search, .aff-header-2 .aff-actions-button.aff-action-search,
.aff-header-1 .aff-actions-button.aff-action-search span, .aff-header-2 .aff-actions-button.aff-action-search span,
.aff-header-1 .aff-actions-button .toggle_menu, .aff-header-2 .aff-actions-button .toggle_menu {
    color: #111111;
}
.aff-header-1 .aff-actions.aff-menu {
    right: 30px;
}
.aff-header-2 .aff-actions.aff-menu {
    left: 0;
    right: 0;
}
.aff-sidebar-action-wrapperr.flex_menu.header1, .aff-sidebar-action-wrapperr.flex_menu.header2 {
    padding-top: 0px;
}
.aff-actions-button.aff-action-search.active .sub-menu {
    left: 0!important;
    right: 0!important;
}
}
@media screen and (max-width: 991px) {
    .aff-article-featured-image {
        margin-bottom: 0;
    }
    .aff-actions-button span.aff-sidebar-action {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .aff-wp-caption.alignleft {
        width: 100% !important;
    }
    .aff-post-content1 {
        margin-left: 0 !important;
    }
    article#post {
        padding: 0 !important;
    }
    .aff-post-content1 {
        padding-right: 0;
    }
    .relatedposts ul li{
        margin: 0 3% 8% 0 !important;
        width: 100% !important;
    }
    .post.aff-thumbnail-style4 .aff-post-gallery {
        margin: 0 20px 10px 0 !important;
    }
    /* aside.col-4 {
        max-width: 100%;
        padding: 0 !important;
    } */
    .inner-content {
        padding: 60px 0;
    }
    .inner-content .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding: 0 10px;
    }
     .single-blog-excerpt {
        padding: 0 !important;
    }
    .sidebars {
        padding: 0 !important;
    }
    .aff-content {
        flex: 0 0 100% !important;
        padding: 0 !important;
        max-width: 100%;
        width: 100%;
    }
    .sidebar {
        flex: auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        padding-top: 20px !important;
    }
    .affbooster-ad {
        padding: 0 15px !important;
    }

}
@media screen and (max-width: 575px) {
    div#content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .aff-posts-flex-grid .wp-post-image, .aff-post-content1 img {
        /*height: 16vh;*/
        height: auto;
    }
    .post-title a, .aff-post-title-alt a {
        /* font-size: 18px; */
        font-weight: 700;
    }
    .aff-post-content1 p {
        font-size: 14px;
    }
    .widget {
        margin: 0 0 10px;
    }
    .entry-header h1.entry-title {
        font-size: 32px;
        line-height: 34px;
    }
    .post-content.entry-content h3 {
        font-size: 24px;
    }
    /*.post-content.entry-content p, .post-content.entry-content ul {
        font-size: 16px;
    }*/
    .aff-post-detail-row.has-article-padding {
        padding-top: 40px;
    }
    .aff-footer .aff-widget:first-child {
        margin-top: 20px;
    }
    .single-blog-header h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .single-blog-info.singlenoExcerpt p {
        font-size: 14px;
    }
    .single-blog-info p {
        line-height: 24px;
    }
    .singlePostMeta {
        margin-bottom: 30px;
    }
    .affbooster-ad {
        margin-bottom: 20px;
    }
	.col-md-8.single-blog-excerpt .aff-single-content-bg, .col-md-12.single-blog-excerpt .aff-single-content-bg {
		padding:15px;
	}
	.post-content.entry-content ul {
		margin: 0 0 1.5em 1.5em !important;
	}
	.divauthor {
		padding:20px;
	}
	.col-md-8.main-content, .col-md-12.main-content.full-layout-posts, .col-md-12.main-content.full-layout-page, .col-md-8.single-blog-excerpt .aff-single-content-bg, .col-md-12.single-blog-excerpt .aff-single-content-bg {
        padding-left: 15px!important;
        padding-right: 15px!important ;
    }
    .aff-posts-flex-grid .wp-post-image, .aff-post-content1 img {
        height: 12vh;
    }
	.col-md-8.single-blog-excerpt .aff-single-content-bg, .col-md-12.single-blog-excerpt .aff-single-content-bg {
		padding:15px;
	}
	.divauthor {
		padding:20px;
	}
	.single-blog-header h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .col-md-4.aff-post-content-three-in-row {
        padding-left: 0;
        padding-right: 0;
    }
    .col-md-8.main-content, .col-md-12.main-content.full-layout-posts, .col-md-12.main-content.full-layout-page, .col-md-8.single-blog-excerpt .aff-single-content-bg, .col-md-12.single-blog-excerpt .aff-single-content-bg {
        padding: 40px 15px!important;
    }
    .aff-comments-area {
        padding: 40px 15px
    }
    .aff-post-content1 {
        max-width: 100%;
        min-width: 100%;
    }
    .aff-post-content1:nth-child(odd), .aff-post-content1:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }
    /*.aff-posts-flex-grid .wp-post-image, .aff-post-content1 img {
        height: 30vh;
        min-height: 210px;
    }*/
    /* .aff-actions-button.aff-action-search.active .sub-menu {
        width: 250px!important;
        left: 0!important;
        right: 0!important;
    } */
    .aff-actions-button.aff-action-search.active .sub-menu form.aff-search-form{
        padding: 15px;
    }
    .sidebars-left-position {
        margin: 0;
    }
   .row.left-position-of-sidebar {
        flex-direction: column-reverse;
    }

	.aff-copyright.bottom-footer p, .aff-copyright.bottom-footer p a {
	font-size: 12px !important;
}
	.single-post p, pre, quote, code, ul li, ol li {
		font-size: 16px !important;
		line-height: 2.0 !important;
	}
	h1, h1 a {
		font-size: 30px !important;
	}
	h2, h2 a {
		font-size: 24px !important;
	}
	h3, h3 a {
		font-size: 26px !important;
	}
	h4, h4 a {
		font-size: 24px !important;
	}
}